2839 Publications found with the applied filter.
2025
- Asif Ali Khan, Hamid Farzaneh, Karl F. A. Friebel, Clément Fournier, Lorenzo Chelini, Jeronimo Castrillon, "CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms" (to appear), Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS'25), Association for Computing Machinery, Mar 2025. [Bibtex & Downloads]
CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms
Reference
Asif Ali Khan, Hamid Farzaneh, Karl F. A. Friebel, Clément Fournier, Lorenzo Chelini, Jeronimo Castrillon, "CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms" (to appear), Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS'25), Association for Computing Machinery, Mar 2025.
Bibtex
@InProceedings{khan_asplos25,
author = {Khan, Asif Ali and Farzaneh, Hamid and Friebel, Karl F. A. and Fournier, Clément and Chelini, Lorenzo and Castrillon, Jeronimo},
booktitle = {Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS'25)},
title = {CINM (Cinnamon): A Compilation Infrastructure for Heterogeneous Compute In-Memory and Compute Near-Memory Paradigms},
location = {Rotterdam, The Netherlands},
publisher = {Association for Computing Machinery},
series = {ASPLOS '25},
month = mar,
year = {2025},
}Downloads
No Downloads available for this publication
Permalink
2024
- Behnaz Ranjbar, Paul Justen, Akash Kumar, "GNN-MiCS: Graph Neural-Network-Based Bounding Time in Embedded Mixed-Criticality Systems" (to appear), In IEEE Embedded Systems Letters, Institute of Electrical and Electronics Engineers (IEEE), October 2024. [doi] [Bibtex & Downloads]
GNN-MiCS: Graph Neural-Network-Based Bounding Time in Embedded Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Paul Justen, Akash Kumar, "GNN-MiCS: Graph Neural-Network-Based Bounding Time in Embedded Mixed-Criticality Systems" (to appear), In IEEE Embedded Systems Letters, Institute of Electrical and Electronics Engineers (IEEE), October 2024. [doi]
Bibtex
@article{Ranjbar_2024,
doi = {10.1109/LES.2024.3466268)},
year = 2024,
month = {October},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
author = {Behnaz Ranjbar and Paul Justen and Akash Kumar},
title = {GNN-MiCS: Graph Neural-Network-Based Bounding Time in Embedded Mixed-Criticality Systems},
journal = {IEEE Embedded Systems Letters}
}Downloads
2024-LES [PDF]
Permalink
- Shaokai Lin, Tassilo Tanneberger, Jiahong Bi, Guangyu Feng, Ruomu Xu, Julian Robledo, Robert Khasanov, Jeronimo Castrillon, "Navigating Time and Energy Trade-offs in Reactive Heterogeneous Systems", In IEEE Embedded Systems Letters, special issue on Time-Centric Reactive Software (TCRS, ESWeek 2024), IEEE, Oct 2024. [doi] [Bibtex & Downloads]
Navigating Time and Energy Trade-offs in Reactive Heterogeneous Systems
Reference
Shaokai Lin, Tassilo Tanneberger, Jiahong Bi, Guangyu Feng, Ruomu Xu, Julian Robledo, Robert Khasanov, Jeronimo Castrillon, "Navigating Time and Energy Trade-offs in Reactive Heterogeneous Systems", In IEEE Embedded Systems Letters, special issue on Time-Centric Reactive Software (TCRS, ESWeek 2024), IEEE, Oct 2024. [doi]
Bibtex
@Article{lin_ieeeesl-tcrs24,
author = {Shaokai Lin and Tassilo Tanneberger and Jiahong Bi and Guangyu Feng and Ruomu Xu and Julian Robledo and Robert Khasanov and Jeronimo Castrillon},
title = {Navigating Time and Energy Trade-offs in Reactive Heterogeneous Systems},
journal = {IEEE Embedded Systems Letters, special issue on Time-Centric Reactive Software (TCRS, ESWeek 2024)},
month = oct,
numpages = {4},
publisher = {IEEE},
year = {2024},
doi = {10.1109/LES.2024.3469278},
url = {https://ieeexplore.ieee.org/document/10702523},
}Downloads
2410_Lin_TCRS [PDF]
Permalink
- Julian Robledo, Christian Menard, Erling Jellum, Edward A. Lee, Jeronimo Castrillon, "Timing enclaves for performance in Lingua Franca", In Proceeding: 2024 Forum for Specification and Design Languages (FDL), pp. 1-9, Sep 2024. [doi] [Bibtex & Downloads]
Timing enclaves for performance in Lingua Franca
Reference
Julian Robledo, Christian Menard, Erling Jellum, Edward A. Lee, Jeronimo Castrillon, "Timing enclaves for performance in Lingua Franca", In Proceeding: 2024 Forum for Specification and Design Languages (FDL), pp. 1-9, Sep 2024. [doi]
Bibtex
@InProceedings{robledo_fdl24,
author = {Julian Robledo and Christian Menard and Erling Jellum and Edward A. Lee and Jeronimo Castrillon},
booktitle = {2024 Forum for Specification and Design Languages (FDL)},
title = {Timing enclaves for performance in Lingua Franca},
location = {Stockholm, Sweden},
month = sep,
year = {2024},
doi = {10.1109/FDL63219.2024.10673834},
pages = {1-9},
url = {https://ieeexplore.ieee.org/document/10673834},
}Downloads
2409_Robledo_FDL [PDF]
Permalink
- João Paulo C. de Lima, Benjamin F. Morris III, Asif Ali Khan, Jeronimo Castrillon, Alex K. Jones, "Count2Multiply: Reliable In-memory High-Radix Counting", Arxiv, pp. 1-14, Sep 2024. [Bibtex & Downloads]
Count2Multiply: Reliable In-memory High-Radix Counting
Reference
João Paulo C. de Lima, Benjamin F. Morris III, Asif Ali Khan, Jeronimo Castrillon, Alex K. Jones, "Count2Multiply: Reliable In-memory High-Radix Counting", Arxiv, pp. 1-14, Sep 2024.
Abstract
Big data processing has exposed the limits of compute-centric hardware acceleration due to the memory-to-processor bandwidth bottleneck. Consequently, there has been a shift towards memory-centric architectures, leveraging substantial compute parallelism by processing using the memory elements directly. Computing-in-memory (CIM) proposals for both conventional and emerging memory technologies often target massively parallel operations. However, current CIM solutions face significant challenges. For emerging data-intensive applications, such as advanced machine learning techniques and bioinformatics, where matrix multiplication is a key primitive, memristor crossbars suffer from limited write endurance and expensive write operations. In contrast, while DRAM-based solutions have successfully demonstrated multiplication using additions, they remain prohibitively slow. This paper introduces Count2Multiply, a technology-agnostic digital-CIM method for performing integer-binary and integer-integer matrix multiplications using high-radix, massively parallel counting implemented with bitwise logic operations. In addition, Count2Multiply is designed with fault tolerance in mind and leverages traditional scalable row-wise error correction codes, such as Hamming and BCH codes, to protect against the high error rates of existing CIM designs. We demonstrate Count2Multiply with a detailed application to CIM in conventional DRAM due to its ubiquity and high endurance. We also explore the acceleration potential of racetrack memories due to their shifting properties, which are natural for Count2Multiply, and their high endurance. Compared to the state-of-the-art in-DRAM method, Count2Multiply achieves up to 10x speedup, 3.8x higher GOPS/Watt, and 1.4x higher GOPS/area, while the RTM counterpart offers gains of 10x, 57x, and 3.8x.
Bibtex
@Misc{delima_count2multiply,
author = {Jo{\~a}o Paulo C. de Lima and Benjamin F. Morris III and Asif Ali Khan and Jeronimo Castrillon and Alex K. Jones},
title = {Count2Multiply: Reliable In-memory High-Radix Counting},
pages = {1-14},
publisher = {Arxiv},
month=sep,
year={2024},
eprint={2409.10136},
archivePrefix={arXiv},
primaryClass={cs.AR},
url={https://arxiv.org/abs/2409.10136},
abstract = {Big data processing has exposed the limits of compute-centric hardware acceleration due to the memory-to-processor bandwidth bottleneck. Consequently, there has been a shift towards memory-centric architectures, leveraging substantial compute parallelism by processing using the memory elements directly. Computing-in-memory (CIM) proposals for both conventional and emerging memory technologies often target massively parallel operations. However, current CIM solutions face significant challenges. For emerging data-intensive applications, such as advanced machine learning techniques and bioinformatics, where matrix multiplication is a key primitive, memristor crossbars suffer from limited write endurance and expensive write operations. In contrast, while DRAM-based solutions have successfully demonstrated multiplication using additions, they remain prohibitively slow. This paper introduces Count2Multiply, a technology-agnostic digital-CIM method for performing integer-binary and integer-integer matrix multiplications using high-radix, massively parallel counting implemented with bitwise logic operations. In addition, Count2Multiply is designed with fault tolerance in mind and leverages traditional scalable row-wise error correction codes, such as Hamming and BCH codes, to protect against the high error rates of existing CIM designs. We demonstrate Count2Multiply with a detailed application to CIM in conventional DRAM due to its ubiquity and high endurance. We also explore the acceleration potential of racetrack memories due to their shifting properties, which are natural for Count2Multiply, and their high endurance. Compared to the state-of-the-art in-DRAM method, Count2Multiply achieves up to 10x speedup, 3.8x higher GOPS/Watt, and 1.4x higher GOPS/area, while the RTM counterpart offers gains of 10x, 57x, and 3.8x.},
}Downloads
No Downloads available for this publication
Permalink
- Jiahong Bi, Guilherme Korol, Jeronimo Castrillon, "Leveraging the MLIR infrastructure for the computing continuum", In Proceeding: CPS Workshop 2024, Sep 2024. [Bibtex & Downloads]
Leveraging the MLIR infrastructure for the computing continuum
Reference
Jiahong Bi, Guilherme Korol, Jeronimo Castrillon, "Leveraging the MLIR infrastructure for the computing continuum", In Proceeding: CPS Workshop 2024, Sep 2024.
Abstract
With an ever-increasing number of connected devices (e.g., IoT), cloud computing faces efficiency challenges due to complex infrastructure, high communication costs, and privacy. Fog and edge computing enable computing closer to data sources, offering alternatives to the limitations of relying exclusively on the cloud. When combined with high-performance cloud platforms, fog, and edge devices form a computing continuum. However, the continuum challenges designers who need to compile and deploy on distributed and heterogeneous devices and optimize for a diverse set of non-functional requirements. To ease the usage and ensure the full potential of the continuum, a Design and Programming Environment (DPE) that is interoperable, reusable, portable, and cross-layer is needed. In this context, the Multi-Level Intermediate Representation (MLIR) becomes vital since it provides an extensible and reusable compiler infrastructure. The project development of a continuum-oriented DPE leveraging the MLIR infrastructure is discussed in this paper as a work in progress.
Bibtex
@InProceedings{bi_cps24,
author = {Jiahong Bi and Guilherme Korol and Jeronimo Castrillon},
booktitle = {CPS Workshop 2024},
title = {Leveraging the MLIR infrastructure for the computing continuum},
location = {Alghero, Italy},
abstract = {With an ever-increasing number of connected devices (e.g., IoT), cloud computing faces efficiency challenges due to complex infrastructure, high communication costs, and privacy. Fog and edge computing enable computing closer to data sources, offering alternatives to the limitations of relying exclusively on the cloud. When combined with high-performance cloud platforms, fog, and edge devices form a computing continuum. However, the continuum challenges designers who need to compile and deploy on distributed and heterogeneous devices and optimize for a diverse set of non-functional requirements. To ease the usage and ensure the full potential of the continuum, a Design and Programming Environment (DPE) that is interoperable, reusable, portable, and cross-layer is needed. In this context, the Multi-Level Intermediate Representation (MLIR) becomes vital since it provides an extensible and reusable compiler infrastructure. The project development of a continuum-oriented DPE leveraging the MLIR infrastructure is discussed in this paper as a work in progress.},
month = sep,
numpages = {8},
year = {2024},
}Downloads
2409_BI_CPSW [PDF]
Permalink
- H. Mehrabian, A. Kumar, "FedPoll: A Novel Robustness and Communication-Efficient Aggregation Method", In Proceeding: 2nd IEEE International Conference on Federated Learning Technologies and Applications (FLTA24), pp. 1-9, Sep 2024. [Bibtex & Downloads]
FedPoll: A Novel Robustness and Communication-Efficient Aggregation Method
Reference
H. Mehrabian, A. Kumar, "FedPoll: A Novel Robustness and Communication-Efficient Aggregation Method", In Proceeding: 2nd IEEE International Conference on Federated Learning Technologies and Applications (FLTA24), pp. 1-9, Sep 2024.
Bibtex
@INPROCEEDINGS{mehrabian_flta24, author={Hamidreza Mehrabian and Akash Kumar}, booktitle={2nd IEEE International Conference on Federated Learning Technologies and Applications (FLTA24)}, title={FedPoll: A Novel Robustness and Communication-Efficient Aggregation Method}, year={2024}, month={sep}, volume={}, number={}, pages={1-9} }Downloads
45_6717 [PDF]
Permalink
- Suchetana Sarkar, Berta Álvarez, Kwan Ho Au‐Yeung, Agustín Cobas, Roberto Robles, Nicolás Lorente, Diego Peña, Dolores Pérez, Francesca Moresco, "On‐Surface Stepwise Double Dehydrogenation for the Formation of a para‐Quinodimethane‐Containing Undecacene Isomer", In Chemistry – A European Journal, Wiley, Sep 2024. [doi] [Bibtex & Downloads]
On‐Surface Stepwise Double Dehydrogenation for the Formation of a para‐Quinodimethane‐Containing Undecacene Isomer
Reference
Suchetana Sarkar, Berta Álvarez, Kwan Ho Au‐Yeung, Agustín Cobas, Roberto Robles, Nicolás Lorente, Diego Peña, Dolores Pérez, Francesca Moresco, "On‐Surface Stepwise Double Dehydrogenation for the Formation of a para‐Quinodimethane‐Containing Undecacene Isomer", In Chemistry – A European Journal, Wiley, Sep 2024. [doi]
Bibtex
@article{Sarkar_2024, title={On‐Surface Stepwise Double Dehydrogenation for the Formation of a para‐Quinodimethane‐Containing Undecacene Isomer}, ISSN={1521-3765}, url={http://dx.doi.org/10.1002/chem.202402297}, DOI={10.1002/chem.202402297}, journal={Chemistry – A European Journal}, publisher={Wiley}, author={Sarkar, Suchetana and Álvarez, Berta and Ho Au‐Yeung, Kwan and Cobas, Agustín and Robles, Roberto and Lorente, Nicolás and Peña, Diego and Pérez, Dolores and Moresco, Francesca}, year={2024}, month=sep }Downloads
No Downloads available for this publication
Permalink
- Benedict Mehnert, "Lingua Franca in Robotics", Master's thesis, TU Dresden, Sep 2024. [Bibtex & Downloads]
Lingua Franca in Robotics
Reference
Benedict Mehnert, "Lingua Franca in Robotics", Master's thesis, TU Dresden, Sep 2024.
Bibtex
@mastersthesis{mehnert-bsc24,
title={Lingua Franca in Robotics},
author={Benedict Mehnert},
year={2024},
month=sep,
school={TU Dresden},
}Downloads
2409_Mehnert_BA [PDF]
Permalink
- Shaoling Bai, Katherina Haase, Mike Hambsch, Stefan C. B. Mannsfeld, "Organic Multibit Phototransistor Memories with High External Quantum Efficiency", In Advanced Electronic Materials, Wiley, Aug 2024. [doi] [Bibtex & Downloads]
Organic Multibit Phototransistor Memories with High External Quantum Efficiency
Reference
Shaoling Bai, Katherina Haase, Mike Hambsch, Stefan C. B. Mannsfeld, "Organic Multibit Phototransistor Memories with High External Quantum Efficiency", In Advanced Electronic Materials, Wiley, Aug 2024. [doi]
Bibtex
@article{Bai_2024, title={Organic Multibit Phototransistor Memories with High External Quantum Efficiency}, ISSN={2199-160X}, url={http://dx.doi.org/10.1002/aelm.202400307}, DOI={10.1002/aelm.202400307}, journal={Advanced Electronic Materials}, publisher={Wiley}, author={Bai, Shaoling and Haase, Katherina and Hambsch, Mike and Mannsfeld, Stefan C. B.}, year={2024}, month=aug }Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "High-level programming abstractions and compilation for near and in-memory computing", In Minisymposium on Applications and Benefits of UPMEM commercial Massively Parallel Processing-In-Memory Platform (ABUMPIMP 2024) @ Euro-Par 2024 (invited talk), Aug 2024. [Bibtex & Downloads]
High-level programming abstractions and compilation for near and in-memory computing
Reference
Jeronimo Castrillon, "High-level programming abstractions and compilation for near and in-memory computing", In Minisymposium on Applications and Benefits of UPMEM commercial Massively Parallel Processing-In-Memory Platform (ABUMPIMP 2024) @ Euro-Par 2024 (invited talk), Aug 2024.
Bibtex
@Misc{castrillon_abumpimp2024,
author = {Castrillon, Jeronimo},
date = {2024-08},
title = {High-level programming abstractions and compilation for near and in-memory computing},
howpublished = {Minisymposium on Applications and Benefits of UPMEM commercial Massively Parallel Processing-In-Memory Platform (ABUMPIMP 2024) @ Euro-Par 2024 (invited talk)},
location = {Madrid, Spain},
month = aug,
year = {2024},
}Downloads
240826_Castrillon_ABUMPIMP [PDF]
Permalink
- Preetam Dacha, Katherina Haase, Angelika Wrzesińska‐Lashkova, Darius Pohl, Roman Maletz, Vojtech Millek, Alexander Tahn, Bernd Rellinghaus, Christina Dornack, Yana Vaynzof, Mike Hambsch, Stefan C. B. Mannsfeld, "Eco‐Friendly Approach to Ultra‐Thin Metal Oxides‐ Solution Sheared Aluminum Oxide for Half‐Volt Operation of Organic Field‐Effect Transistors", In Advanced Functional Materials, Wiley, Jul 2024. [doi] [Bibtex & Downloads]
Eco‐Friendly Approach to Ultra‐Thin Metal Oxides‐ Solution Sheared Aluminum Oxide for Half‐Volt Operation of Organic Field‐Effect Transistors
Reference
Preetam Dacha, Katherina Haase, Angelika Wrzesińska‐Lashkova, Darius Pohl, Roman Maletz, Vojtech Millek, Alexander Tahn, Bernd Rellinghaus, Christina Dornack, Yana Vaynzof, Mike Hambsch, Stefan C. B. Mannsfeld, "Eco‐Friendly Approach to Ultra‐Thin Metal Oxides‐ Solution Sheared Aluminum Oxide for Half‐Volt Operation of Organic Field‐Effect Transistors", In Advanced Functional Materials, Wiley, Jul 2024. [doi]
Bibtex
@article{Dacha_2024, title={Eco‐Friendly Approach to Ultra‐Thin Metal Oxides‐ Solution Sheared Aluminum Oxide for Half‐Volt Operation of Organic Field‐Effect Transistors}, ISSN={1616-3028}, url={http://dx.doi.org/10.1002/adfm.202315850}, DOI={10.1002/adfm.202315850}, journal={Advanced Functional Materials}, publisher={Wiley}, author={Dacha, Preetam and Haase, Katherina and Wrzesińska‐Lashkova, Angelika and Pohl, Darius and Maletz, Roman and Millek, Vojtech and Tahn, Alexander and Rellinghaus, Bernd and Dornack, Christina and Vaynzof, Yana and Hambsch, Mike and Mannsfeld, Stefan C. B.}, year={2024}, month=jul }Downloads
No Downloads available for this publication
Permalink
- Marcus Rossel, "An Equality Saturation Tactic for Lean", Master's thesis, TU Dresden, Jul 2024. [Bibtex & Downloads]
An Equality Saturation Tactic for Lean
Reference
Marcus Rossel, "An Equality Saturation Tactic for Lean", Master's thesis, TU Dresden, Jul 2024.
Bibtex
@mastersthesis{rossel-masters24,
title={An Equality Saturation Tactic for Lean},
author={Marcus Rossel},
year={2024},
month=jul,
school={TU Dresden},
}Downloads
2407_Rossel_MA [PDF]
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Soumyo Bhattacharjee, Akash Kumar, "AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling", In IEEE Transactions on Circuits and Systems I: Regular Papers, Institute of Electrical and Electronics Engineers (IEEE), vol. 71, no. 6, pp. 2646–2659, Jun 2024. [doi] [Bibtex & Downloads]
AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling
Reference
Siva Satyendra Sahoo, Salim Ullah, Soumyo Bhattacharjee, Akash Kumar, "AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling", In IEEE Transactions on Circuits and Systems I: Regular Papers, Institute of Electrical and Electronics Engineers (IEEE), vol. 71, no. 6, pp. 2646–2659, Jun 2024. [doi]
Bibtex
@article{Sahoo_2024, title={AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling}, volume={71}, ISSN={1558-0806}, url={http://dx.doi.org/10.1109/TCSI.2024.3385333}, DOI={10.1109/tcsi.2024.3385333}, number={6}, journal={IEEE Transactions on Circuits and Systems I: Regular Papers}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Sahoo, Siva Satyendra and Ullah, Salim and Bhattacharjee, Soumyo and Kumar, Akash}, year={2024}, month=jun, pages={2646–2659} }Downloads
No Downloads available for this publication
Permalink
- Hamid Farzaneh, João Paulo Cardoso De Lima, Ali Nezhadi Khelejani, Asif Ali Khan, Mahta Mayahinia, Mehdi Tahoori, Jeronimo Castrillon, "SHERLOCK: Scheduling Efficient and Reliable Bulk Bitwise Operations in NVMs", Proceedings of the 61th ACM/IEEE Design Automation Conference (DAC'24), Association for Computing Machinery, New York, NY, USA, Jun 2024. [doi] [Bibtex & Downloads]
SHERLOCK: Scheduling Efficient and Reliable Bulk Bitwise Operations in NVMs
Reference
Hamid Farzaneh, João Paulo Cardoso De Lima, Ali Nezhadi Khelejani, Asif Ali Khan, Mahta Mayahinia, Mehdi Tahoori, Jeronimo Castrillon, "SHERLOCK: Scheduling Efficient and Reliable Bulk Bitwise Operations in NVMs", Proceedings of the 61th ACM/IEEE Design Automation Conference (DAC'24), Association for Computing Machinery, New York, NY, USA, Jun 2024. [doi]
Abstract
Bulk bitwise operations are commonplace in application domains such as databases, web search, cryptography, and image processing. The ever-growing volume of data and processing demands of these domains often result in high energy consumption and latency in conventional system architectures, mainly due to data movement between the processing and memory subsystems. Non-volatile memories (NVMs), such as RRAM, PCM and STT-MRAM, facilitate conducting bulk-bitwise logic operations in-memory (CIM). Efficient mapping of complex applications to these CIM-capable NVMs is non-trivial and can even lead to slowdowns. This paper presents Sherlock, a novel mapping and scheduling method for efficient execution of bulk bitwise operations in NVMs. Sherlock collaboratively optimizes for performance and energy consumption and outperforms the state-of-the-art by 10\texttimes and 4.6\texttimes, respectively.
Bibtex
@InProceedings{farzaneh_dac24,
author = {Hamid Farzaneh and Jo{\~a}o Paulo Cardoso De Lima and Ali Nezhadi Khelejani and Asif Ali Khan and Mahta Mayahinia and Mehdi Tahoori and Jeronimo Castrillon},
booktitle = {Proceedings of the 61th ACM/IEEE Design Automation Conference (DAC'24)},
title = {{SHERLOCK}: Scheduling Efficient and Reliable Bulk Bitwise Operations in {NVMs}},
location = {San Francisco, California},
series = {DAC '24},
month = jun,
year = {2024},
isbn = {9798400706011},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3649329.3658485},
doi = {10.1145/3649329.3658485},
abstract = {Bulk bitwise operations are commonplace in application domains such as databases, web search, cryptography, and image processing. The ever-growing volume of data and processing demands of these domains often result in high energy consumption and latency in conventional system architectures, mainly due to data movement between the processing and memory subsystems. Non-volatile memories (NVMs), such as RRAM, PCM and STT-MRAM, facilitate conducting bulk-bitwise logic operations in-memory (CIM). Efficient mapping of complex applications to these CIM-capable NVMs is non-trivial and can even lead to slowdowns. This paper presents Sherlock, a novel mapping and scheduling method for efficient execution of bulk bitwise operations in NVMs. Sherlock collaboratively optimizes for performance and energy consumption and outperforms the state-of-the-art by 10\texttimes{} and 4.6\texttimes{}, respectively.},
articleno = {293},
numpages = {6},
}Downloads
2406_Farzaneh_DAC [PDF]
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Soumyo Bhattacharjee, Akash Kumar, "AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling", In IEEE Transactions on Circuits and Systems I: Regular Papers, Institute of Electrical and Electronics Engineers (IEEE), vol. 71, no. 6, pp. 2646–2659, Jun 2024. [doi] [Bibtex & Downloads]
AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling
Reference
Siva Satyendra Sahoo, Salim Ullah, Soumyo Bhattacharjee, Akash Kumar, "AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling", In IEEE Transactions on Circuits and Systems I: Regular Papers, Institute of Electrical and Electronics Engineers (IEEE), vol. 71, no. 6, pp. 2646–2659, Jun 2024. [doi]
Bibtex
@article{Sahoo_2024, title={AxOCS: Scaling FPGA-Based Approximate Operators Using Configuration Supersampling}, volume={71}, ISSN={1558-0806}, url={http://dx.doi.org/10.1109/TCSI.2024.3385333}, DOI={10.1109/tcsi.2024.3385333}, number={6}, journal={IEEE Transactions on Circuits and Systems I: Regular Papers}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Sahoo, Siva Satyendra and Ullah, Salim and Bhattacharjee, Soumyo and Kumar, Akash}, year={2024}, month=jun, pages={2646–2659} }Downloads
No Downloads available for this publication
Permalink
- Christian Menard, "Deterministic Reactive Programming for Cyber-physical Systems", PhD thesis, TU Dresden, 205 pp., Jun 2024. [Bibtex & Downloads]
Deterministic Reactive Programming for Cyber-physical Systems
Reference
Christian Menard, "Deterministic Reactive Programming for Cyber-physical Systems", PhD thesis, TU Dresden, 205 pp., Jun 2024.
Bibtex
@PhdThesis{menard_phd24,
author = {Menard, Christian},
institution = {TU Dresden},
title = {Deterministic Reactive Programming for Cyber-physical Systems},
pages = {205 pp.},
url = {https://nbn-resolving.org/urn:nbn:de:bsz:14-qucosa2-916872},
month = jun,
year = {2024},
}Downloads
2024_Menard_PhD [PDF]
Permalink
- Shaokai Lin, Erling Jellum, Mirco Theile, Tassilo Tanneberger, Binqi Sun, Chadlia Jerad, Ruomu Xu, Guangyu Feng, Christian Menard, Marten Lohstroh, Jeronimo Castrillon, Sanjit Seshia, Edward Lee, "PretVM: Predictable, Efficient Virtual Machine for Real-Time Concurrency", Jun 2024. [Bibtex & Downloads]
PretVM: Predictable, Efficient Virtual Machine for Real-Time Concurrency
Reference
Shaokai Lin, Erling Jellum, Mirco Theile, Tassilo Tanneberger, Binqi Sun, Chadlia Jerad, Ruomu Xu, Guangyu Feng, Christian Menard, Marten Lohstroh, Jeronimo Castrillon, Sanjit Seshia, Edward Lee, "PretVM: Predictable, Efficient Virtual Machine for Real-Time Concurrency", Jun 2024.
Bibtex
@Misc{lin_pretvm24,
author = {Shaokai Lin and Erling Jellum and Mirco Theile and Tassilo Tanneberger and Binqi Sun and Chadlia Jerad and Ruomu Xu and Guangyu Feng and Christian Menard and Marten Lohstroh and Jeronimo Castrillon and Sanjit Seshia and Edward Lee},
title = {PretVM: Predictable, Efficient Virtual Machine for Real-Time Concurrency},
eprint = {2406.06253},
url = {https://arxiv.org/abs/2406.06253},
archiveprefix = {arXiv},
month = jun,
primaryclass = {eess.SY},
year = {2024},
}Downloads
No Downloads available for this publication
Permalink
- Marcus Rossel, Andrés Goens, "Bridging Syntax and Semantics of Lean Expressions in E-Graphs", Proceedings of the 2024 EGRAPHS workshop, Jun 2024. [Bibtex & Downloads]
Bridging Syntax and Semantics of Lean Expressions in E-Graphs
Reference
Marcus Rossel, Andrés Goens, "Bridging Syntax and Semantics of Lean Expressions in E-Graphs", Proceedings of the 2024 EGRAPHS workshop, Jun 2024.
Bibtex
@InProceedings{rossel_egraphs24,
title={Bridging Syntax and Semantics of Lean Expressions in E-Graphs},
author={Marcus Rossel and Andrés Goens},
booktitle = {Proceedings of the 2024 EGRAPHS workshop},
year={2024},
month = jun,
location = {Copenhagen, Denmark},
url = {https://arxiv.org/abs/2405.10188},
numpages = {6},
}Downloads
No Downloads available for this publication
Permalink
- Till Smejkal, Robert Khasanov, Jeronimo Castrillon, Hermann Härtig, "E-Mapper: Energy-Efficient Resource Allocation for Traditional Operating Systems on Heterogeneous Processors", Jun 2024. [Bibtex & Downloads]
E-Mapper: Energy-Efficient Resource Allocation for Traditional Operating Systems on Heterogeneous Processors
Reference
Till Smejkal, Robert Khasanov, Jeronimo Castrillon, Hermann Härtig, "E-Mapper: Energy-Efficient Resource Allocation for Traditional Operating Systems on Heterogeneous Processors", Jun 2024.
Bibtex
@Misc{khasanov_emapper24,
author = {Till Smejkal and Robert Khasanov and Jeronimo Castrillon and Hermann Härtig},
title = {{E-Mapper}: Energy-Efficient Resource Allocation for Traditional Operating Systems on Heterogeneous Processors},
eprint = {2406.18980},
url = {https://arxiv.org/abs/2406.18980},
archiveprefix = {arXiv},
primaryclass = {cs.OS},
year = {2024},
month = jun
}Downloads
No Downloads available for this publication
Permalink
- Anna‐Lena Hofmann, Jakob Wolansky, Mike Hambsch, Felix Talnack, Eva Bittrich, Lucy Winkler, Max Herzog, Tianyi Zhang, Tobias Antrack, L. Conrad Winkler, Jonas Schröder, Moritz Riede, Stefan C.B. Mannsfeld, Johannes Benduhn, Karl Leo, "Strategies to Control Crystal Growth of Highly Ordered Rubrene Thin Films for Application in Organic Photodetectors", In Advanced Optical Materials, Wiley, Jun 2024. [doi] [Bibtex & Downloads]
Strategies to Control Crystal Growth of Highly Ordered Rubrene Thin Films for Application in Organic Photodetectors
Reference
Anna‐Lena Hofmann, Jakob Wolansky, Mike Hambsch, Felix Talnack, Eva Bittrich, Lucy Winkler, Max Herzog, Tianyi Zhang, Tobias Antrack, L. Conrad Winkler, Jonas Schröder, Moritz Riede, Stefan C.B. Mannsfeld, Johannes Benduhn, Karl Leo, "Strategies to Control Crystal Growth of Highly Ordered Rubrene Thin Films for Application in Organic Photodetectors", In Advanced Optical Materials, Wiley, Jun 2024. [doi]
Bibtex
@article{Hofmann_2024, title={Strategies to Control Crystal Growth of Highly Ordered Rubrene Thin Films for Application in Organic Photodetectors}, ISSN={2195-1071}, url={http://dx.doi.org/10.1002/adom.202401025}, DOI={10.1002/adom.202401025}, journal={Advanced Optical Materials}, publisher={Wiley}, author={Hofmann, Anna‐Lena and Wolansky, Jakob and Hambsch, Mike and Talnack, Felix and Bittrich, Eva and Winkler, Lucy and Herzog, Max and Zhang, Tianyi and Antrack, Tobias and Winkler, L. Conrad and Schröder, Jonas and Riede, Moritz and Mannsfeld, Stefan C.B. and Benduhn, Johannes and Leo, Karl}, year={2024}, month=jun }Downloads
No Downloads available for this publication
Permalink
- Leonard David Bereholschi, Mikail Yayla, Jian-Jia Chen, Kuan-Hsun Chen, Asif Ali Khan, "Evaluating the Impact of Racetrack Memory Misalignment Faults on BNNs Performance", Proceedings of the International Conference on Embedded Computer Systems: Architectures, Modeling and Simulation (SAMOS), Jun 2024. [Bibtex & Downloads]
Evaluating the Impact of Racetrack Memory Misalignment Faults on BNNs Performance
Reference
Leonard David Bereholschi, Mikail Yayla, Jian-Jia Chen, Kuan-Hsun Chen, Asif Ali Khan, "Evaluating the Impact of Racetrack Memory Misalignment Faults on BNNs Performance", Proceedings of the International Conference on Embedded Computer Systems: Architectures, Modeling and Simulation (SAMOS), Jun 2024.
Bibtex
@InProceedings{khan_samos25,
author = {Leonard David Bereholschi and Mikail Yayla and Jian-Jia Chen and Kuan-Hsun Chen and Asif Ali Khan},
booktitle = {Proceedings of the International Conference on Embedded Computer Systems: Architectures, Modeling and Simulation (SAMOS) },
title = {Evaluating the Impact of Racetrack Memory Misalignment Faults on BNNs Performance},
location = {Samos, Greece},
series = {SAMOS XXIV},
month = jun,
year = {2024},
}Downloads
2407_Bereholschi_SAMOS [PDF]
Permalink
- Francesca Palumbo, Maria Katiuscia Zedda, Tiziana Fanni, Alessandra Bagnato, Luca Castello, Jeronimo Castrillon, Roberto Del Ponte, Yansha Deng, Bart Driessen, Mauro Fadda, Tristan Halna du Fretay, Julio de Oliveira Filho, Veena Rao, Francesco Regazzoni, Alfonso Rodríguez, Melanie Schranz, Giulia Sedda, "MYRTUS: Multi-layer 360 dYnamic orchestration and interopeRable design environmenT for compute-continUum Systems", Proceedings of the 21st ACM International Conference on Computing Frontiers (CF'24), Association for Computing Machinery (ACM), pp. 101–106, New York, NY, USA, May 2024. [doi] [Bibtex & Downloads]
MYRTUS: Multi-layer 360 dYnamic orchestration and interopeRable design environmenT for compute-continUum Systems
Reference
Francesca Palumbo, Maria Katiuscia Zedda, Tiziana Fanni, Alessandra Bagnato, Luca Castello, Jeronimo Castrillon, Roberto Del Ponte, Yansha Deng, Bart Driessen, Mauro Fadda, Tristan Halna du Fretay, Julio de Oliveira Filho, Veena Rao, Francesco Regazzoni, Alfonso Rodríguez, Melanie Schranz, Giulia Sedda, "MYRTUS: Multi-layer 360 dYnamic orchestration and interopeRable design environmenT for compute-continUum Systems", Proceedings of the 21st ACM International Conference on Computing Frontiers (CF'24), Association for Computing Machinery (ACM), pp. 101–106, New York, NY, USA, May 2024. [doi]
Abstract
The MYRTUS Horizon Europe Project embraces the principles of the EUCloudEdgeIOT Initiative and integrates edge, fog and cloud computing platforms, leveraging a cognitive engine based on swarm intelligence and federated learning to orchestrate collaborative distributed and decentralised components. Components are augmented with interface contracts covering both functional and non-functional properties.
Bibtex
@InProceedings{palumbo_cf24,
author = {Francesca Palumbo and Maria Katiuscia Zedda and Tiziana Fanni and Alessandra Bagnato and Luca Castello and Jeronimo Castrillon and Roberto Del Ponte and Yansha Deng and Bart Driessen and Mauro Fadda and Tristan Halna du Fretay and Julio de Oliveira Filho and Veena Rao and Francesco Regazzoni and Alfonso Rodríguez and Melanie Schranz and Giulia Sedda},
booktitle = {Proceedings of the 21st ACM International Conference on Computing Frontiers (CF'24)},
title = {{MYRTUS}: Multi-layer 360 dYnamic orchestration and interopeRable design environmenT for compute-continUum Systems},
location = {Ischia, Italy},
pages = {101–106},
numpages = {6},
publisher = {Association for Computing Machinery (ACM)},
series = {CF '24 Companion},
abstract = {The MYRTUS Horizon Europe Project embraces the principles of the EUCloudEdgeIOT Initiative and integrates edge, fog and cloud computing platforms, leveraging a cognitive engine based on swarm intelligence and federated learning to orchestrate collaborative distributed and decentralised components. Components are augmented with interface contracts covering both functional and non-functional properties.},
address = {New York, NY, USA},
month = may,
year = {2024},
doi = {10.1145/3637543.3654618},
isbn = {979-8-4007-0492-5/24/05},
}Downloads
2405_Palumbo_CF [PDF]
Permalink
- Yuhao Liu, Salim Ullah, Akash Kumar, "BitSys: Bitwise Systolic Array Architecture for Multi-precision Quantized Hardware Accelerators", In Proceeding: 2024 IEEE 32nd Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, pp. 220–220, May 2024. [doi] [Bibtex & Downloads]
BitSys: Bitwise Systolic Array Architecture for Multi-precision Quantized Hardware Accelerators
Reference
Yuhao Liu, Salim Ullah, Akash Kumar, "BitSys: Bitwise Systolic Array Architecture for Multi-precision Quantized Hardware Accelerators", In Proceeding: 2024 IEEE 32nd Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, pp. 220–220, May 2024. [doi]
Bibtex
@inproceedings{Liu_2024, title={BitSys: Bitwise Systolic Array Architecture for Multi-precision Quantized Hardware Accelerators}, url={http://dx.doi.org/10.1109/fccm60383.2024.00042}, DOI={10.1109/fccm60383.2024.00042}, booktitle={2024 IEEE 32nd Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM)}, publisher={IEEE}, author={Liu, Yuhao and Ullah, Salim and Kumar, Akash}, year={2024}, month=may, pages={220–220} }Downloads
FCCM_Poster_Final_3 [PDF]
Permalink
- Hamid Farzaneh, João Paulo Cardoso de Lima, Mengyuan Li, Asif Ali Khan, Xiaobo Sharon Hu, Jeronimo Castrillon, "C4CAM: A Compiler for CAM-based In-memory Accelerators", Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS'24), Volume 3, Association for Computing Machinery, pp. 164–177, New York, NY, USA, May 2024. [doi] [Bibtex & Downloads]
C4CAM: A Compiler for CAM-based In-memory Accelerators
Reference
Hamid Farzaneh, João Paulo Cardoso de Lima, Mengyuan Li, Asif Ali Khan, Xiaobo Sharon Hu, Jeronimo Castrillon, "C4CAM: A Compiler for CAM-based In-memory Accelerators", Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS'24), Volume 3, Association for Computing Machinery, pp. 164–177, New York, NY, USA, May 2024. [doi]
Abstract
Machine learning and data analytics applications increasingly suffer from the high latency and energy consumption of conventional von Neumann architectures. Recently, several in-memory and near-memory systems have been proposed to overcome this von Neumann bottleneck. Platforms based on content-addressable memories (CAMs) are particularly interesting due to their efficient support for the search-based operations that form the foundation for many applications, including K-nearest neighbors (KNN), high-dimensional computing (HDC), recommender systems, and one-shot learning among others. Today, these platforms are designed by hand and can only be programmed with low-level code, accessible only to hardware experts. In this paper, we introduce C4CAM, the first compiler framework to quickly explore CAM configurations and seamlessly generate code from high-level Torch-Script code. C4CAM employs a hierarchy of abstractions that progressively lowers programs, allowing code transformations at the most suitable abstraction level. Depending on the type and technology, CAM arrays exhibit varying latencies and power profiles. Our framework allows analyzing the impact of such differences in terms of system-level performance and energy consumption, and thus supports designers in selecting appropriate designs for a given application.
Bibtex
@InProceedings{farzaneh_asplos24,
author = {Hamid Farzaneh and João Paulo Cardoso de Lima and Mengyuan Li and Asif Ali Khan and Xiaobo Sharon Hu and Jeronimo Castrillon},
booktitle = {Proceedings of the 29th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS'24), Volume 3},
title = {C4CAM: A Compiler for CAM-based In-memory Accelerators},
doi = {10.1145/3620666.3651386},
isbn = {9798400703867},
location = {La Jolla, CA, USA},
pages = {164--177},
publisher = {Association for Computing Machinery},
series = {ASPLOS '24},
url = {https://arxiv.org/abs/2309.06418},
abstract = {Machine learning and data analytics applications increasingly suffer from the high latency and energy consumption of conventional von Neumann architectures. Recently, several in-memory and near-memory systems have been proposed to overcome this von Neumann bottleneck. Platforms based on content-addressable memories (CAMs) are particularly interesting due to their efficient support for the search-based operations that form the foundation for many applications, including K-nearest neighbors (KNN), high-dimensional computing (HDC), recommender systems, and one-shot learning among others. Today, these platforms are designed by hand and can only be programmed with low-level code, accessible only to hardware experts. In this paper, we introduce C4CAM, the first compiler framework to quickly explore CAM configurations and seamlessly generate code from high-level Torch-Script code. C4CAM employs a hierarchy of abstractions that progressively lowers programs, allowing code transformations at the most suitable abstraction level. Depending on the type and technology, CAM arrays exhibit varying latencies and power profiles. Our framework allows analyzing the impact of such differences in terms of system-level performance and energy consumption, and thus supports designers in selecting appropriate designs for a given application.},
address = {New York, NY, USA},
month = may,
numpages = {14},
year = {2024},
}Downloads
2405_Farzaneh_ASPLOS [PDF]
Permalink
- Stephanie Soldavini, Felix Suchert, Serena Curzel, Michele Fiorito, Karl Friedrich Alexander Friebel, Fabrizio Ferrandi, Radim Cmar, Jeronimo Castrillon, Christian Pilato, "Etna: MLIR-Based System-Level Design and Optimization for Transparent Application Execution on CPU-FPGA Nodes", Proceedings of the 32nd IEEE International Symposium On Field-Programmable Custom Computing Machines (FCCM) (extended abstract), 1pp, May 2024. [Bibtex & Downloads]
Etna: MLIR-Based System-Level Design and Optimization for Transparent Application Execution on CPU-FPGA Nodes
Reference
Stephanie Soldavini, Felix Suchert, Serena Curzel, Michele Fiorito, Karl Friedrich Alexander Friebel, Fabrizio Ferrandi, Radim Cmar, Jeronimo Castrillon, Christian Pilato, "Etna: MLIR-Based System-Level Design and Optimization for Transparent Application Execution on CPU-FPGA Nodes", Proceedings of the 32nd IEEE International Symposium On Field-Programmable Custom Computing Machines (FCCM) (extended abstract), 1pp, May 2024.
Bibtex
@InProceedings{suchert_fccm24,
author = {Stephanie Soldavini and Felix Suchert and Serena Curzel and Michele Fiorito and Karl Friedrich Alexander Friebel and Fabrizio Ferrandi and Radim Cmar and Jeronimo Castrillon and Christian Pilato},
booktitle = {Proceedings of the 32nd IEEE International Symposium On Field-Programmable Custom Computing Machines (FCCM) (extended abstract)},
title = {Etna: {MLIR}-Based System-Level Design and Optimization for Transparent Application Execution on {CPU}-{FPGA} Nodes},
location = {Orlando, CA USA},
pages = {1pp},
series = {FCCM’24},
month = may,
year = {2024},
}Downloads
2405_Suchert_FCCM [PDF]
Permalink
- Yonghang Yang, Baokun Liang, Jakob Kreie, Mike Hambsch, Zihao Liang, Cheng Wang, Senhe Huang, Xin Dong, Li Gong, Chaolun Liang, Dongyang Lou, Zhipeng Zhou, Jiaxing Lu, Yang Yang, Xiaodong Zhuang, Haoyuan Qi, Ute Kaiser, Stefan C. B. Mannsfeld, Wei Liu, Armin Gölzhäuser, Zhikun Zheng, "Elastic films of single-crystal two-dimensional covalent organic frameworks", In Nature, Springer Science and Business Media LLC, May 2024. [doi] [Bibtex & Downloads]
Elastic films of single-crystal two-dimensional covalent organic frameworks
Reference
Yonghang Yang, Baokun Liang, Jakob Kreie, Mike Hambsch, Zihao Liang, Cheng Wang, Senhe Huang, Xin Dong, Li Gong, Chaolun Liang, Dongyang Lou, Zhipeng Zhou, Jiaxing Lu, Yang Yang, Xiaodong Zhuang, Haoyuan Qi, Ute Kaiser, Stefan C. B. Mannsfeld, Wei Liu, Armin Gölzhäuser, Zhikun Zheng, "Elastic films of single-crystal two-dimensional covalent organic frameworks", In Nature, Springer Science and Business Media LLC, May 2024. [doi]
Bibtex
@article{Yang_2024, title={Elastic films of single-crystal two-dimensional covalent organic frameworks}, ISSN={1476-4687}, url={http://dx.doi.org/10.1038/s41586-024-07505-x}, DOI={10.1038/s41586-024-07505-x}, journal={Nature}, publisher={Springer Science and Business Media LLC}, author={Yang, Yonghang and Liang, Baokun and Kreie, Jakob and Hambsch, Mike and Liang, Zihao and Wang, Cheng and Huang, Senhe and Dong, Xin and Gong, Li and Liang, Chaolun and Lou, Dongyang and Zhou, Zhipeng and Lu, Jiaxing and Yang, Yang and Zhuang, Xiaodong and Qi, Haoyuan and Kaiser, Ute and Mannsfeld, Stefan C. B. and Liu, Wei and Gölzhäuser, Armin and Zheng, Zhikun}, year={2024}, month=may }Downloads
No Downloads available for this publication
Permalink
- Jonas Kublitski, Giacomo Londi, Felix Talnack, Mike Hambsch, Shen Xing, Jakob Wolansky, Stefan C. B. Mannsfeld, Koen Vandewal, Johannes Benduhn, Karl Leo, David Beljonne, Donato Spoltore, "The Role of Acceptor Properties on the Hole Transport Mechanism in Low-Donor-Content Organic Solar Cells", In Chemistry of Materials, American Chemical Society (ACS), Apr 2024. [doi] [Bibtex & Downloads]
The Role of Acceptor Properties on the Hole Transport Mechanism in Low-Donor-Content Organic Solar Cells
Reference
Jonas Kublitski, Giacomo Londi, Felix Talnack, Mike Hambsch, Shen Xing, Jakob Wolansky, Stefan C. B. Mannsfeld, Koen Vandewal, Johannes Benduhn, Karl Leo, David Beljonne, Donato Spoltore, "The Role of Acceptor Properties on the Hole Transport Mechanism in Low-Donor-Content Organic Solar Cells", In Chemistry of Materials, American Chemical Society (ACS), Apr 2024. [doi]
Bibtex
@article{Kublitski_2024, title={The Role of Acceptor Properties on the Hole Transport Mechanism in Low-Donor-Content Organic Solar Cells}, ISSN={1520-5002}, url={http://dx.doi.org/10.1021/acs.chemmater.3c02263}, DOI={10.1021/acs.chemmater.3c02263}, journal={Chemistry of Materials}, publisher={American Chemical Society (ACS)}, author={Kublitski, Jonas and Londi, Giacomo and Talnack, Felix and Hambsch, Mike and Xing, Shen and Wolansky, Jakob and Mannsfeld, Stefan C. B. and Vandewal, Koen and Benduhn, Johannes and Leo, Karl and Beljonne, David and Spoltore, Donato}, year={2024}, month=apr }Downloads
No Downloads available for this publication
Permalink
- Max Sponner, Bernd Waschneck, Akash Kumar, "Adapting Neural Networks at Runtime: Current Trends in At-Runtime Optimizations for Deep Learning", In ACM Computing Surveys, Association for Computing Machinery (ACM), Apr 2024. [doi] [Bibtex & Downloads]
Adapting Neural Networks at Runtime: Current Trends in At-Runtime Optimizations for Deep Learning
Reference
Max Sponner, Bernd Waschneck, Akash Kumar, "Adapting Neural Networks at Runtime: Current Trends in At-Runtime Optimizations for Deep Learning", In ACM Computing Surveys, Association for Computing Machinery (ACM), Apr 2024. [doi]
Bibtex
@article{Sponner_2024, title={Adapting Neural Networks at Runtime: Current Trends in At-Runtime Optimizations for Deep Learning}, ISSN={1557-7341}, url={http://dx.doi.org/10.1145/3657283}, DOI={10.1145/3657283}, journal={ACM Computing Surveys}, publisher={Association for Computing Machinery (ACM)}, author={Sponner, Max and Waschneck, Bernd and Kumar, Akash}, year={2024}, month=apr }Downloads
No Downloads available for this publication
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi] [Bibtex & Downloads]
AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming
Reference
Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi]
Bibtex
@article{Sahoo_2024, title={AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming}, volume={17}, ISSN={1936-7414}, url={http://dx.doi.org/10.1145/3648694}, DOI={10.1145/3648694}, number={2}, journal={ACM Transactions on Reconfigurable Technology and Systems}, publisher={Association for Computing Machinery (ACM)}, author={Sahoo, Siva Satyendra and Ullah, Salim and Kumar, Akash}, year={2024}, month=apr, pages={1–28} }Downloads
No Downloads available for this publication
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi] [Bibtex & Downloads]
AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming
Reference
Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi]
Bibtex
@article{Sahoo_2024, title={AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming}, volume={17}, ISSN={1936-7414}, url={http://dx.doi.org/10.1145/3648694}, DOI={10.1145/3648694}, number={2}, journal={ACM Transactions on Reconfigurable Technology and Systems}, publisher={Association for Computing Machinery (ACM)}, author={Sahoo, Siva Satyendra and Ullah, Salim and Kumar, Akash}, year={2024}, month=apr, pages={1–28} }Downloads
No Downloads available for this publication
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi] [Bibtex & Downloads]
AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming
Reference
Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi]
Bibtex
@article{Sahoo_2024, title={AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming}, volume={17}, ISSN={1936-7414}, url={http://dx.doi.org/10.1145/3648694}, DOI={10.1145/3648694}, number={2}, journal={ACM Transactions on Reconfigurable Technology and Systems}, publisher={Association for Computing Machinery (ACM)}, author={Sahoo, Siva Satyendra and Ullah, Salim and Kumar, Akash}, year={2024}, month=apr, pages={1–28} }Downloads
No Downloads available for this publication
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi] [Bibtex & Downloads]
AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming
Reference
Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP : Designing FPGA-based A ppro x imate Arithmetic O perators using Ma thematical P rogramming", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), vol. 17, no. 2, pp. 1–28, Apr 2024. [doi]
Bibtex
@article{Sahoo_2024, title={AxOMaP
: Designing FPGA-based
A
ppro
x
imate Arithmetic
O
perators using
Ma
thematical
P
rogramming}, volume={17}, ISSN={1936-7414}, url={http://dx.doi.org/10.1145/3648694}, DOI={10.1145/3648694}, number={2}, journal={ACM Transactions on Reconfigurable Technology and Systems}, publisher={Association for Computing Machinery (ACM)}, author={Sahoo, Siva Satyendra and Ullah, Salim and Kumar, Akash}, year={2024}, month=apr, pages={1–28} }Downloads
No Downloads available for this publication
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP: Designing FPGA-based Approximate Arithmetic Operators using Mathematical Programming", In ACM Transactions on Reconfigurable Technology and Systems (TRETS), pp. 1–28, April 2024. [Bibtex & Downloads]
AxOMaP: Designing FPGA-based Approximate Arithmetic Operators using Mathematical Programming
Reference
Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOMaP: Designing FPGA-based Approximate Arithmetic Operators using Mathematical Programming", In ACM Transactions on Reconfigurable Technology and Systems (TRETS), pp. 1–28, April 2024.
Bibtex
@article{siva_trets_2024,
title={AxOMaP: Designing FPGA-based Approximate Arithmetic Operators using Mathematical Programming},
author={Sahoo, Siva Satyendra and Ullah, Salim and Kumar, Akash},
journal={ACM Transactions on Reconfigurable Technology and Systems (TRETS)},
volume={},
number={},
pages={1--28},
year={2024},
month={April}
}Downloads
No Downloads available for this publication
Permalink
- João Paulo C. de Lima, Asif Ali Khan, Luigi Carro, Jeronimo Castrillon, "Full-Stack Optimization for CAM-Only DNN Inference", Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1-6, Mar 2024. [Bibtex & Downloads]
Full-Stack Optimization for CAM-Only DNN Inference
Reference
João Paulo C. de Lima, Asif Ali Khan, Luigi Carro, Jeronimo Castrillon, "Full-Stack Optimization for CAM-Only DNN Inference", Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1-6, Mar 2024.
Abstract
The accuracy of neural networks has greatly improved across various domains over the past years. Their ever-increasing complexity, however, leads to prohibitively high energy demands and latency in von-Neumann systems. Several computing-in-memory (CIM) systems have recently been proposed to overcome this, but trade-offs involving accuracy, hardware reliability, and scalability for large models remain a challenge. This is because, even in CIM systems, data movement and processing still require considerable time and energy. This paper explores the combination of algorithmic optimizations for ternary weight neural networks and associative processors (APs) implemented using racetrack memory (RTM). We propose a novel compilation flow to optimize convolutions on APs by reducing the arithmetic intensity. By leveraging the benefits of RTM-based APs, this approach substantially reduces data transfers within the memory while addressing accuracy, energy efficiency, and reliability concerns. Concretely, our solution improves the energy efficiency of ResNet-18 inference on ImageNet by 7.5x compared to crossbar in-memory accelerators while retaining software accuracy
Bibtex
@InProceedings{delima_date24,
author = {Jo{\~a}o Paulo C. de Lima and Asif Ali Khan and Luigi Carro and Jeronimo Castrillon},
booktitle = {Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE)},
title = {Full-Stack Optimization for CAM-Only DNN Inference},
location = {Valencia, Spain},
pages = {1-6},
publisher = {IEEE},
series = {DATE'24},
url = {https://ieeexplore.ieee.org/document/10546805},
abstract = {The accuracy of neural networks has greatly improved across various domains over the past years. Their ever-increasing complexity, however, leads to prohibitively high energy demands and latency in von-Neumann systems. Several computing-in-memory (CIM) systems have recently been proposed to overcome this, but trade-offs involving accuracy, hardware reliability, and scalability for large models remain a challenge. This is because, even in CIM systems, data movement and processing still require considerable time and energy. This paper explores the combination of algorithmic optimizations for ternary weight neural networks and associative processors (APs) implemented using racetrack memory (RTM). We propose a novel compilation flow to optimize convolutions on APs by reducing the arithmetic intensity. By leveraging the benefits of RTM-based APs, this approach substantially reduces data transfers within the memory while addressing accuracy, energy efficiency, and reliability concerns. Concretely, our solution improves the energy efficiency of ResNet-18 inference on ImageNet by 7.5x compared to crossbar in-memory accelerators while retaining software accuracy},
month = mar,
year = {2024},
}Downloads
2403_deLima_DATE [PDF]
Permalink
- Christian Pilato, Subhadeep Banik, Jakub Beránek, Fabien Brocheton, Jeronimo Castrillon, Riccardo Cevasco, Radim Cmar, Serena Curzel, Fabrizio Ferrandi, Karl F. A. Friebel, Antonella Galizia, Matteo Grasso, Paulo Silva, Jan Martinovic, Gianluca Palermo, Michele Paolino, Andrea Parodi, Antonio Parodi, Fabio Pintus, Raphael Polig, David Poulet, Francesco Regazzoni, Burkhard Ringlein, Roberto Rocco, Katerina Slaninova, Tom Slooff, Stephanie Soldavini, Felix Suchert, Mattia Tibaldi, Beat Weiss, Christoph Hagleitner, "A System Development Kit for Big Data Applications on FPGA-based Clusters: The EVEREST Approach", Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE), 6pp, Mar 2024. [Bibtex & Downloads]
A System Development Kit for Big Data Applications on FPGA-based Clusters: The EVEREST Approach
Reference
Christian Pilato, Subhadeep Banik, Jakub Beránek, Fabien Brocheton, Jeronimo Castrillon, Riccardo Cevasco, Radim Cmar, Serena Curzel, Fabrizio Ferrandi, Karl F. A. Friebel, Antonella Galizia, Matteo Grasso, Paulo Silva, Jan Martinovic, Gianluca Palermo, Michele Paolino, Andrea Parodi, Antonio Parodi, Fabio Pintus, Raphael Polig, David Poulet, Francesco Regazzoni, Burkhard Ringlein, Roberto Rocco, Katerina Slaninova, Tom Slooff, Stephanie Soldavini, Felix Suchert, Mattia Tibaldi, Beat Weiss, Christoph Hagleitner, "A System Development Kit for Big Data Applications on FPGA-based Clusters: The EVEREST Approach", Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE), 6pp, Mar 2024.
Bibtex
@InProceedings{pilato_date24,
author = {Christian Pilato and Subhadeep Banik and Jakub Beránek and Fabien Brocheton and Jeronimo Castrillon and Riccardo Cevasco and Radim Cmar and Serena Curzel and Fabrizio Ferrandi and Karl F. A. Friebel and Antonella Galizia and Matteo Grasso and Paulo Silva and Jan Martinovic and Gianluca Palermo and Michele Paolino and Andrea Parodi and Antonio Parodi and Fabio Pintus and Raphael Polig and David Poulet and Francesco Regazzoni and Burkhard Ringlein and Roberto Rocco and Katerina Slaninova and Tom Slooff and Stephanie Soldavini and Felix Suchert and Mattia Tibaldi and Beat Weiss and Christoph Hagleitner},
booktitle = {Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE)},
title = {A System Development Kit for Big Data Applications on {FPGA}-based Clusters: The {EVEREST} Approach},
location = {Valencia, Spain},
url = {https://ieeexplore.ieee.org/document/10546518},
pages = {6pp},
series = {DATE'24},
month = mar,
year = {2024},
}Downloads
2403_Pilato_DATE [PDF]
Permalink
- Michael Niemier, Zephan Enciso, Mohammad Mehdi Sharifi, X. Sharon Hu, Ian O'Connor, Alexander Graening, Ravit Sharma, Puneet Gupta, Jeronimo Castrillon, João Paulo C. de Lima, Asif Ali Khan, Hamid Farzaneh, Nashrah Afroze, Asif Islam Khan, Julien Ryckaert, "Smoothing Disruption Across the Stack: Tales of Memory, Heterogeneity, and Compilers", Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1–10, Mar 2024. [Bibtex & Downloads]
Smoothing Disruption Across the Stack: Tales of Memory, Heterogeneity, and Compilers
Reference
Michael Niemier, Zephan Enciso, Mohammad Mehdi Sharifi, X. Sharon Hu, Ian O'Connor, Alexander Graening, Ravit Sharma, Puneet Gupta, Jeronimo Castrillon, João Paulo C. de Lima, Asif Ali Khan, Hamid Farzaneh, Nashrah Afroze, Asif Islam Khan, Julien Ryckaert, "Smoothing Disruption Across the Stack: Tales of Memory, Heterogeneity, and Compilers", Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1–10, Mar 2024.
Bibtex
@InProceedings{niemier_date24,
author = {Michael Niemier and Zephan Enciso and Mohammad Mehdi Sharifi and X. Sharon Hu and Ian O'Connor and Alexander Graening and Ravit Sharma and Puneet Gupta and Jeronimo Castrillon and João Paulo C. de Lima and Asif Ali Khan and Hamid Farzaneh and Nashrah Afroze and Asif Islam Khan and Julien Ryckaert},
booktitle = {Proceedings of the 2024 Design, Automation and Test in Europe Conference (DATE)},
title = {Smoothing Disruption Across the Stack: Tales of Memory, Heterogeneity, and Compilers},
location = {Valencia, Spain},
url = {https://ieeexplore.ieee.org/document/10546772},
pages = {1--10},
publisher = {IEEE},
series = {DATE'24},
month = mar,
year = {2024},
}Downloads
2403_Niemier_DATE [PDF]
Permalink
- Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "Motivating the Use of Machine-Learning For Improving Timing Behaviour of Embedded Mixed-Criticality Systems" (to appear), In Proceeding: 2024 Design, Automation & Test in Europe Conference & Exhibition (DATE), Mar. 2024. [doi] [Bibtex & Downloads]
Motivating the Use of Machine-Learning For Improving Timing Behaviour of Embedded Mixed-Criticality Systems
Reference
Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "Motivating the Use of Machine-Learning For Improving Timing Behaviour of Embedded Mixed-Criticality Systems" (to appear), In Proceeding: 2024 Design, Automation & Test in Europe Conference & Exhibition (DATE), Mar. 2024. [doi]
Bibtex
@INPROCEEDINGS{behnaz2024date,
author={Kumar, Vikash and Ranjbar, Behnaz and Kumar, Akash},
booktitle={2024 Design, Automation \& Test in Europe Conference \& Exhibition (DATE)},
title={Motivating the Use of Machine-Learning For Improving Timing Behaviour of Embedded Mixed-Criticality Systems},
year={2024},
month={Mar.},
doi = {10.23919/DATE58400.2024.10546654},
organization={IEEE}}Downloads
2024-DATE [PDF]
Permalink
- Zhiyong Wang, Shuai Fu, Wenjie Zhang, Baokun Liang, Tsai‐Jung Liu, Mike Hambsch, Jonas F. Pöhls, Yufeng Wu, Jianjun Zhang, Tianshu Lan, Xiaodong Li, Haoyuan Qi, Miroslav Polozij, Stefan C. B. Mannsfeld, Ute Kaiser, Mischa Bonn, R. Thomas Weitz, Thomas Heine, Stuart S. P. Parkin, Hai I. Wang, Renhao Dong, Xinliang Feng, "A Cu3BHT‐Graphene van der Waals Heterostructure with Strong Interlayer Coupling for Highly Efficient Photoinduced Charge Separation", In Advanced Materials, Wiley, Mar 2024. [doi] [Bibtex & Downloads]
A Cu3BHT‐Graphene van der Waals Heterostructure with Strong Interlayer Coupling for Highly Efficient Photoinduced Charge Separation
Reference
Zhiyong Wang, Shuai Fu, Wenjie Zhang, Baokun Liang, Tsai‐Jung Liu, Mike Hambsch, Jonas F. Pöhls, Yufeng Wu, Jianjun Zhang, Tianshu Lan, Xiaodong Li, Haoyuan Qi, Miroslav Polozij, Stefan C. B. Mannsfeld, Ute Kaiser, Mischa Bonn, R. Thomas Weitz, Thomas Heine, Stuart S. P. Parkin, Hai I. Wang, Renhao Dong, Xinliang Feng, "A Cu3BHT‐Graphene van der Waals Heterostructure with Strong Interlayer Coupling for Highly Efficient Photoinduced Charge Separation", In Advanced Materials, Wiley, Mar 2024. [doi]
Bibtex
@article{Wang_2024, title={A Cu3BHT‐Graphene van der Waals Heterostructure with Strong Interlayer Coupling for Highly Efficient Photoinduced Charge Separation}, ISSN={1521-4095}, url={http://dx.doi.org/10.1002/adma.202311454}, DOI={10.1002/adma.202311454}, journal={Advanced Materials}, publisher={Wiley}, author={Wang, Zhiyong and Fu, Shuai and Zhang, Wenjie and Liang, Baokun and Liu, Tsai‐Jung and Hambsch, Mike and Pöhls, Jonas F. and Wu, Yufeng and Zhang, Jianjun and Lan, Tianshu and Li, Xiaodong and Qi, Haoyuan and Polozij, Miroslav and Mannsfeld, Stefan C. B. and Kaiser, Ute and Bonn, Mischa and Weitz, R. Thomas and Heine, Thomas and Parkin, Stuart S. P. and Wang, Hai I. and Dong, Renhao and Feng, Xinliang}, year={2024}, month=mar }Downloads
No Downloads available for this publication
Permalink
- Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–15, March 2024. [doi] [Bibtex & Downloads]
Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures
Reference
Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–15, March 2024. [doi]
Bibtex
@article{VKumar_2024,
doi = {10.1109/ACCESS.2024.3379018},
year = 2024,
month = {March},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--15},
author = {Vikash Kumar and Behnaz Ranjbar and Akash Kumar},
title = {Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures},
journal = {{IEEE} Access}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Automatic optimization for heterogeneous in-memory computing", In Focus Session, Design, Automation and Test in Europe Conference (DATE) (invited talk), Mar 2024. [Bibtex & Downloads]
Automatic optimization for heterogeneous in-memory computing
Reference
Jeronimo Castrillon, "Automatic optimization for heterogeneous in-memory computing", In Focus Session, Design, Automation and Test in Europe Conference (DATE) (invited talk), Mar 2024.
Abstract
Fuelled by exciting advances in materials and devices, in-memory computing architectures now represent a promising avenue to advance computing systems. Plenty of manual designs have already demonstrated orders of magnitude improvement in compute efficiency compared to classical Von Neumann machines in different application domains. In this talk we discuss automation flows for programming and exploring the parameter space of in-memory architectures. We report on current efforts on building an extensible framework around the MLIR compiler infrastructure to abstract from individual technologies to foster re-use. Concretely, we present optimising flows for in-memory accelerators based on cross-bars, on content addressable memories and bulk-wise logic operations. We believe this kind of automation to be key to more quickly navigate the heterogeneous landscape of in-memory accelerators and to bring the benefits of emerging architectures to a boarder range of applications.
Bibtex
@Misc{castrillon_date2024,
author = {Castrillon, Jeronimo},
date = {2024-03},
title = {Automatic optimization for heterogeneous in-memory computing},
howpublished = {Focus Session, Design, Automation and Test in Europe Conference (DATE) (invited talk)},
location = {Valencia, Spain},
abstract = {Fuelled by exciting advances in materials and devices, in-memory computing architectures now represent a promising avenue to advance computing systems. Plenty of manual designs have already demonstrated orders of magnitude improvement in compute efficiency compared to classical Von Neumann machines in different application domains. In this talk we discuss automation flows for programming and exploring the parameter space of in-memory architectures. We report on current efforts on building an extensible framework around the MLIR compiler infrastructure to abstract from individual technologies to foster re-use. Concretely, we present optimising flows for in-memory accelerators based on cross-bars, on content addressable memories and bulk-wise logic operations. We believe this kind of automation to be key to more quickly navigate the heterogeneous landscape of in-memory accelerators and to bring the benefits of emerging architectures to a boarder range of applications.},
month = mar,
year = {2024},
}Downloads
No Downloads available for this publication
Permalink
- Jinxin Liu, Yunxu Chen, Xing Huang, Yanhan Ren, Mike Hambsch, David Bodesheim, Darius Pohl, Xiaodong Li, Marielle Deconinck, Bowen Zhang, Markus Löffler, Zhongquan Liao, Fengxiang Zhao, Arezoo Dianat, Gianaurelio Cuniberti, Yana Vaynzof, Junfeng Gao, Jingcheng Hao, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "On-liquid-gallium surface synthesis of ultrasmooth thin films of conductive metal–organic frameworks", In Nature Synthesis, Springer Science and Business Media LLC, Mar 2024. [doi] [Bibtex & Downloads]
On-liquid-gallium surface synthesis of ultrasmooth thin films of conductive metal–organic frameworks
Reference
Jinxin Liu, Yunxu Chen, Xing Huang, Yanhan Ren, Mike Hambsch, David Bodesheim, Darius Pohl, Xiaodong Li, Marielle Deconinck, Bowen Zhang, Markus Löffler, Zhongquan Liao, Fengxiang Zhao, Arezoo Dianat, Gianaurelio Cuniberti, Yana Vaynzof, Junfeng Gao, Jingcheng Hao, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "On-liquid-gallium surface synthesis of ultrasmooth thin films of conductive metal–organic frameworks", In Nature Synthesis, Springer Science and Business Media LLC, Mar 2024. [doi]
Bibtex
@article{Liu_2024, title={On-liquid-gallium surface synthesis of ultrasmooth thin films of conductive metal–organic frameworks}, ISSN={2731-0582}, url={http://dx.doi.org/10.1038/s44160-024-00513-9}, DOI={10.1038/s44160-024-00513-9}, journal={Nature Synthesis}, publisher={Springer Science and Business Media LLC}, author={Liu, Jinxin and Chen, Yunxu and Huang, Xing and Ren, Yanhan and Hambsch, Mike and Bodesheim, David and Pohl, Darius and Li, Xiaodong and Deconinck, Marielle and Zhang, Bowen and Löffler, Markus and Liao, Zhongquan and Zhao, Fengxiang and Dianat, Arezoo and Cuniberti, Gianaurelio and Vaynzof, Yana and Gao, Junfeng and Hao, Jingcheng and Mannsfeld, Stefan C. B. and Feng, Xinliang and Dong, Renhao}, year={2024}, month=mar }Downloads
No Downloads available for this publication
Permalink
- Xiaohui Liu, Xiaodong Li, Xingyuan Chu, Bowen Zhang, Jiaxu Zhang, Mike Hambsch, Stefan C. B. Mannsfeld, Mino Borrelli, Markus Löffler, Darius Pohl, Yuanwu Liu, Zhen Zhang, Xinliang Feng, "Giant Blue Energy Harvesting in Two‐Dimensional Polymer Membranes with Spatially Aligned Charges", In Advanced Materials, Wiley, Feb 2024. [doi] [Bibtex & Downloads]
Giant Blue Energy Harvesting in Two‐Dimensional Polymer Membranes with Spatially Aligned Charges
Reference
Xiaohui Liu, Xiaodong Li, Xingyuan Chu, Bowen Zhang, Jiaxu Zhang, Mike Hambsch, Stefan C. B. Mannsfeld, Mino Borrelli, Markus Löffler, Darius Pohl, Yuanwu Liu, Zhen Zhang, Xinliang Feng, "Giant Blue Energy Harvesting in Two‐Dimensional Polymer Membranes with Spatially Aligned Charges", In Advanced Materials, Wiley, Feb 2024. [doi]
Bibtex
@article{Liu_2024, title={Giant Blue Energy Harvesting in Two‐Dimensional Polymer Membranes with Spatially Aligned Charges}, ISSN={1521-4095}, url={http://dx.doi.org/10.1002/adma.202310791}, DOI={10.1002/adma.202310791}, journal={Advanced Materials}, publisher={Wiley}, author={Liu, Xiaohui and Li, Xiaodong and Chu, Xingyuan and Zhang, Bowen and Zhang, Jiaxu and Hambsch, Mike and Mannsfeld, Stefan C. B. and Borrelli, Mino and Löffler, Markus and Pohl, Darius and Liu, Yuanwu and Zhang, Zhen and Feng, Xinliang}, year={2024}, month=feb }Downloads
No Downloads available for this publication
Permalink
- Shaoling Bai, Katherina Haase, Jonathan Perez Andrade, Mike Hambsch, Felix Talnack, Vojtech Millek, Anupam Prasoon, Jinxin Liu, Kerstin Arnhold, Susanne Boye, Xinliang Feng, Stefan C. B. Mannsfeld, "Impact of Thermal Annealing on the Dissolution of Semiconducting Polymer Thin Films", In Advanced Electronic Materials, Wiley, Feb 2024. [doi] [Bibtex & Downloads]
Impact of Thermal Annealing on the Dissolution of Semiconducting Polymer Thin Films
Reference
Shaoling Bai, Katherina Haase, Jonathan Perez Andrade, Mike Hambsch, Felix Talnack, Vojtech Millek, Anupam Prasoon, Jinxin Liu, Kerstin Arnhold, Susanne Boye, Xinliang Feng, Stefan C. B. Mannsfeld, "Impact of Thermal Annealing on the Dissolution of Semiconducting Polymer Thin Films", In Advanced Electronic Materials, Wiley, Feb 2024. [doi]
Bibtex
@article{Bai_2024, title={Impact of Thermal Annealing on the Dissolution of Semiconducting Polymer Thin Films}, ISSN={2199-160X}, url={http://dx.doi.org/10.1002/aelm.202300801}, DOI={10.1002/aelm.202300801}, journal={Advanced Electronic Materials}, publisher={Wiley}, author={Bai, Shaoling and Haase, Katherina and Perez Andrade, Jonathan and Hambsch, Mike and Talnack, Felix and Millek, Vojtech and Prasoon, Anupam and Liu, Jinxin and Arnhold, Kerstin and Boye, Susanne and Feng, Xinliang and Mannsfeld, Stefan C. B.}, year={2024}, month=feb }Downloads
No Downloads available for this publication
Permalink
- Ye Yang, Davood Sabaghi, Chang Liu, Arezoo Dianat, David Muecke, Haoyuan Qi, Yannan Liu, Mike Hambsch, Zhi-Kang Xu, Minghao Yu, Gianaurelio Cuniberti, Stefan C. B. Mannsfeld, Ute Kaiser, Renhao Dong, Zhiyong Wang, Xinliang Feng, "On‐Water Surface Synthesis of Vinylene‐Linked Cationic Two‐Dimensional Polymer Films as the Anion‐Selective Electrode Coating", In Angewandte Chemie, Wiley, Feb 2024. [doi] [Bibtex & Downloads]
On‐Water Surface Synthesis of Vinylene‐Linked Cationic Two‐Dimensional Polymer Films as the Anion‐Selective Electrode Coating
Reference
Ye Yang, Davood Sabaghi, Chang Liu, Arezoo Dianat, David Muecke, Haoyuan Qi, Yannan Liu, Mike Hambsch, Zhi-Kang Xu, Minghao Yu, Gianaurelio Cuniberti, Stefan C. B. Mannsfeld, Ute Kaiser, Renhao Dong, Zhiyong Wang, Xinliang Feng, "On‐Water Surface Synthesis of Vinylene‐Linked Cationic Two‐Dimensional Polymer Films as the Anion‐Selective Electrode Coating", In Angewandte Chemie, Wiley, Feb 2024. [doi]
Bibtex
@article{Yang_2024, title={On‐Water Surface Synthesis of Vinylene‐Linked Cationic Two‐Dimensional Polymer Films as the Anion‐Selective Electrode Coating}, ISSN={1521-3757}, url={http://dx.doi.org/10.1002/ange.202316299}, DOI={10.1002/ange.202316299}, journal={Angewandte Chemie}, publisher={Wiley}, author={Yang, Ye and Sabaghi, Davood and Liu, Chang and Dianat, Arezoo and Muecke, David and Qi, Haoyuan and Liu, Yannan and Hambsch, Mike and Xu, Zhi-Kang and Yu, Minghao and Cuniberti, Gianaurelio and Mannsfeld, Stefan C. B. and Kaiser, Ute and Dong, Renhao and Wang, Zhiyong and Feng, Xinliang}, year={2024}, month=feb }Downloads
No Downloads available for this publication
Permalink
- Robert Khasanov, Marc Dietrich, Jeronimo Castrillon, "Flexible Spatio-Temporal Energy-Efficient Runtime Management", In Proceeding: 29th Asia and South Pacific Design Automation Conference (ASP-DAC’24), pp. 777–784, Jan 2024. [doi] [Bibtex & Downloads]
Flexible Spatio-Temporal Energy-Efficient Runtime Management
Reference
Robert Khasanov, Marc Dietrich, Jeronimo Castrillon, "Flexible Spatio-Temporal Energy-Efficient Runtime Management", In Proceeding: 29th Asia and South Pacific Design Automation Conference (ASP-DAC’24), pp. 777–784, Jan 2024. [doi]
Bibtex
@InProceedings{khasanov_aspdac24,
author = {Robert Khasanov and Marc Dietrich and Jeronimo Castrillon},
booktitle = {29th Asia and South Pacific Design Automation Conference (ASP-DAC’24)},
title = {Flexible Spatio-Temporal Energy-Efficient Runtime Management},
location = {Incheon, South Korea},
organization = {IEEE},
pages = {777--784},
month = jan,
year = {2024},
url = {https://ieeexplore.ieee.org/document/10473885},
doi = {10.1109/ASP-DAC58780.2024.10473885},
}Downloads
2401_Khasanov_ASPDAC [PDF]
Permalink
- Caio Vieira, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Hyperdimensional Computing Quantization with Thermometer Codes", In Proceeding: 6th Workshop on Accelerated Machine Learning (AccML), co-located with 19th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), 7pp, Jan 2024. [Bibtex & Downloads]
Hyperdimensional Computing Quantization with Thermometer Codes
Reference
Caio Vieira, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Hyperdimensional Computing Quantization with Thermometer Codes", In Proceeding: 6th Workshop on Accelerated Machine Learning (AccML), co-located with 19th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), 7pp, Jan 2024.
Bibtex
@InProceedings{vieira_accml24,
author = {Caio Vieira and Jeronimo Castrillon and Antonio Carlos Schneider Beck},
booktitle = {6th Workshop on Accelerated Machine Learning (AccML), co-located with 19th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
title = {Hyperdimensional Computing Quantization with Thermometer Codes},
location = {Munich, Germany},
pages = {7pp},
month = jan,
year = {2024},
url = {https://accml.dcs.gla.ac.uk/papers/2024/6th_AccML_paper_22.pdf},
}Downloads
2401_Vieira_AccML [PDF]
Permalink
- Asif Ali Khan, Fazal Hameed, Taha Shahroodi, Alex K. Jones, Jeronimo Castrillon, "Efficient Memory Layout for Pre-alignment Filtering of Long DNA Reads Using Racetrack Memory", In IEEE Computer Architecture Letters, IEEE, 4pp, Jan 2024. [doi] [Bibtex & Downloads]
Efficient Memory Layout for Pre-alignment Filtering of Long DNA Reads Using Racetrack Memory
Reference
Asif Ali Khan, Fazal Hameed, Taha Shahroodi, Alex K. Jones, Jeronimo Castrillon, "Efficient Memory Layout for Pre-alignment Filtering of Long DNA Reads Using Racetrack Memory", In IEEE Computer Architecture Letters, IEEE, 4pp, Jan 2024. [doi]
Bibtex
@Article{khan_ieeecal24,
author = {Asif Ali Khan and Fazal Hameed and Taha Shahroodi and Alex K. Jones and Jeronimo Castrillon},
title = {Efficient Memory Layout for Pre-alignment Filtering of Long DNA Reads Using Racetrack Memory},
pages = {4pp},
journal = {IEEE Computer Architecture Letters},
month = jan,
publisher = {IEEE},
year = {2024},
doi = {10.1109/LCA.2024.3350701},
url = {https://ieeexplore.ieee.org/document/10409506},
}Downloads
2401_Khan_IEEECAL [PDF]
Permalink
- Asif Ali Khan, João Paulo C. De Lima, Hamid Farzaneh, Jeronimo Castrillon, "The Landscape of Compute-near-memory and Compute-in-memory: A Research and Commercial Overview", Jan 2024. [Bibtex & Downloads]
The Landscape of Compute-near-memory and Compute-in-memory: A Research and Commercial Overview
Reference
Asif Ali Khan, João Paulo C. De Lima, Hamid Farzaneh, Jeronimo Castrillon, "The Landscape of Compute-near-memory and Compute-in-memory: A Research and Commercial Overview", Jan 2024.
Bibtex
@Report{khan_cimlandscape_2024,
author = {Asif Ali Khan and João Paulo C. De Lima and Hamid Farzaneh and Jeronimo Castrillon},
title = {The Landscape of Compute-near-memory and Compute-in-memory: A Research and Commercial Overview},
eprint = {2401.14428},
url = {https://arxiv.org/abs/2401.14428},
archiveprefix = {arXiv},
month = jan,
primaryclass = {cs.AR},
year = {2024},
}Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au-Yeung, Suchetana Sarkar, Sattwick Haldar, Pranjit Das, Tim Kühne, Dmitry A. Ryndyk, Preeti Bhauriyal, Stefan Kaskel, Thomas Heine, Gianaurelio Cuniberti, Andreas Schneemann, Francesca Moresco, "Tuning the Planarity of an Aromatic Thianthrene-Based Molecule on Au(111)", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 128, no. 4, pp. 1855–1861, Jan 2024. [doi] [Bibtex & Downloads]
Tuning the Planarity of an Aromatic Thianthrene-Based Molecule on Au(111)
Reference
Kwan Ho Au-Yeung, Suchetana Sarkar, Sattwick Haldar, Pranjit Das, Tim Kühne, Dmitry A. Ryndyk, Preeti Bhauriyal, Stefan Kaskel, Thomas Heine, Gianaurelio Cuniberti, Andreas Schneemann, Francesca Moresco, "Tuning the Planarity of an Aromatic Thianthrene-Based Molecule on Au(111)", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 128, no. 4, pp. 1855–1861, Jan 2024. [doi]
Bibtex
@article{Au_Yeung_2024, title={Tuning the Planarity of an Aromatic Thianthrene-Based Molecule on Au(111)}, volume={128}, ISSN={1932-7455}, url={http://dx.doi.org/10.1021/acs.jpcc.3c07633}, DOI={10.1021/acs.jpcc.3c07633}, number={4}, journal={The Journal of Physical Chemistry C}, publisher={American Chemical Society (ACS)}, author={Au-Yeung, Kwan Ho and Sarkar, Suchetana and Haldar, Sattwick and Das, Pranjit and Kühne, Tim and Ryndyk, Dmitry A. and Bhauriyal, Preeti and Kaskel, Stefan and Heine, Thomas and Cuniberti, Gianaurelio and Schneemann, Andreas and Moresco, Francesca}, year={2024}, month=jan, pages={1855–1861} }Downloads
No Downloads available for this publication
Permalink
- Paul Jungmann, Julia Poray, Akash Kumar, "Analytical Uncertainty Propagation in Neural Networks", In IEEE Transactions on Neural Networks and Learning Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 2024. [doi] [Bibtex & Downloads]
Analytical Uncertainty Propagation in Neural Networks
Reference
Paul Jungmann, Julia Poray, Akash Kumar, "Analytical Uncertainty Propagation in Neural Networks", In IEEE Transactions on Neural Networks and Learning Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 2024. [doi]
Bibtex
@article{Jungmann_2024, title={Analytical Uncertainty Propagation in Neural Networks}, ISSN={2162-2388}, url={http://dx.doi.org/10.1109/tnnls.2023.3347156}, DOI={10.1109/tnnls.2023.3347156}, journal={IEEE Transactions on Neural Networks and Learning Systems}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Jungmann, Paul and Poray, Julia and Kumar, Akash}, year={2024}, pages={1–14} }Downloads
No Downloads available for this publication
Permalink
- Vaidehi Lapalikar, Preetam Dacha, Mike Hambsch, Yvonne J. Hofstetter, Yana Vaynzof, Stefan C. B. Mannsfeld, Michael Ruck, "Influence of chemical interactions on the electronic properties of BiOI/organic semiconductor heterojunctions for application in solution-processed electronics", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2024. [doi] [Bibtex & Downloads]
Influence of chemical interactions on the electronic properties of BiOI/organic semiconductor heterojunctions for application in solution-processed electronics
Reference
Vaidehi Lapalikar, Preetam Dacha, Mike Hambsch, Yvonne J. Hofstetter, Yana Vaynzof, Stefan C. B. Mannsfeld, Michael Ruck, "Influence of chemical interactions on the electronic properties of BiOI/organic semiconductor heterojunctions for application in solution-processed electronics", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2024. [doi]
Bibtex
@article{Lapalikar_2024, title={Influence of chemical interactions on the electronic properties of BiOI/organic semiconductor heterojunctions for application in solution-processed electronics}, ISSN={2050-7534}, url={http://dx.doi.org/10.1039/D3TC03443G}, DOI={10.1039/d3tc03443g}, journal={Journal of Materials Chemistry C}, publisher={Royal Society of Chemistry (RSC)}, author={Lapalikar, Vaidehi and Dacha, Preetam and Hambsch, Mike and Hofstetter, Yvonne J. and Vaynzof, Yana and Mannsfeld, Stefan C. B. and Ruck, Michael}, year={2024} }Downloads
No Downloads available for this publication
Permalink
- Paul Jungmann, Julia Poray, Akash Kumar, "Analytical Uncertainty Propagation in Neural Networks", In IEEE Transactions on Neural Networks and Learning Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 2024. [doi] [Bibtex & Downloads]
Analytical Uncertainty Propagation in Neural Networks
Reference
Paul Jungmann, Julia Poray, Akash Kumar, "Analytical Uncertainty Propagation in Neural Networks", In IEEE Transactions on Neural Networks and Learning Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 2024. [doi]
Bibtex
@article{Jungmann_2024, title={Analytical Uncertainty Propagation in Neural Networks}, ISSN={2162-2388}, url={http://dx.doi.org/10.1109/TNNLS.2023.3347156}, DOI={10.1109/tnnls.2023.3347156}, journal={IEEE Transactions on Neural Networks and Learning Systems}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Jungmann, Paul and Poray, Julia and Kumar, Akash}, year={2024}, pages={1–14} }Downloads
No Downloads available for this publication
Permalink
- G. Noble, S. Nalesh, S. Kala, Akash Kumar, "Configurable sparse matrix - matrix multiplication accelerator on FPGA: A systematic design space exploration approach with quantization effects", In Alexandria Engineering Journal, vol. 91, pp. 84-94, 2024. [doi] [Bibtex & Downloads]
Configurable sparse matrix - matrix multiplication accelerator on FPGA: A systematic design space exploration approach with quantization effects
Reference
G. Noble, S. Nalesh, S. Kala, Akash Kumar, "Configurable sparse matrix - matrix multiplication accelerator on FPGA: A systematic design space exploration approach with quantization effects", In Alexandria Engineering Journal, vol. 91, pp. 84-94, 2024. [doi]
Bibtex
@article{NOBLE202484,
title = {Configurable sparse matrix - matrix multiplication accelerator on FPGA: A systematic design space exploration approach with quantization effects},
journal = {Alexandria Engineering Journal},
volume = {91},
pages = {84-94},
year = {2024},
issn = {1110-0168},
doi = {https://doi.org/10.1016/j.aej.2024.01.075},
url = {https://www.sciencedirect.com/science/article/pii/S1110016824001145},
author = {G. Noble and S. Nalesh and S. Kala and Akash Kumar},
keywords = {Accelerator, FPGA, Outer product, Sparse matrix multiplication, SpGEMM, Quantization},
}Downloads
No Downloads available for this publication
Permalink
- Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi] [Bibtex & Downloads]
Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures
Reference
Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi]
Bibtex
@article{Kumar_2024, title={Utilizing Machine Learning Techniques for Worst-Case Execution Time Estimation on GPU Architectures}, ISSN={2169-3536}, url={http://dx.doi.org/10.1109/ACCESS.2024.3379018}, DOI={10.1109/access.2024.3379018}, journal={IEEE Access}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Kumar, Vikash and Ranjbar, Behnaz and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
No Downloads available for this publication
Permalink
- Neha Ashar, Gopal Raut, Vasundhara Trivedi, Santosh Kumar Vishvakarma, Akash Kumar, "QuantMAC: Enhancing Hardware Performance in DNNs with Quantize Enabled Multiply-Accumulate Unit", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi] [Bibtex & Downloads]
QuantMAC: Enhancing Hardware Performance in DNNs with Quantize Enabled Multiply-Accumulate Unit
Reference
Neha Ashar, Gopal Raut, Vasundhara Trivedi, Santosh Kumar Vishvakarma, Akash Kumar, "QuantMAC: Enhancing Hardware Performance in DNNs with Quantize Enabled Multiply-Accumulate Unit", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi]
Bibtex
@article{Ashar_2024, title={QuantMAC: Enhancing Hardware Performance in DNNs with Quantize Enabled Multiply-Accumulate Unit}, ISSN={2169-3536}, url={http://dx.doi.org/10.1109/ACCESS.2024.3379906}, DOI={10.1109/access.2024.3379906}, journal={IEEE Access}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Ashar, Neha and Raut, Gopal and Trivedi, Vasundhara and Vishvakarma, Santosh Kumar and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
No Downloads available for this publication
Permalink
- Zahra Ebrahimi, Akash Kumar, "GREEN: An Approximate SIMD/MIMD CGRA for Energy-Efficient ProcessiNg at the Edge", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi] [Bibtex & Downloads]
GREEN: An Approximate SIMD/MIMD CGRA for Energy-Efficient ProcessiNg at the Edge
Reference
Zahra Ebrahimi, Akash Kumar, "GREEN: An Approximate SIMD/MIMD CGRA for Energy-Efficient ProcessiNg at the Edge", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi]
Bibtex
@article{Ebrahimi_2024, title={GREEN: An Approximate SIMD/MIMD CGRA for Energy-Efficient ProcessiNg at the Edge}, ISSN={1937-4151}, url={http://dx.doi.org/10.1109/TCAD.2024.3383349}, DOI={10.1109/tcad.2024.3383349}, journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Ebrahimi, Zahra and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
GREEN_TCAD3383349_camera-ready [PDF]
Permalink
- Nima Kavand, Armin Darjani, Giulio Galderisi, Jens Trommer, Thomas Mikolajick, Akash Kumar, "REDCAP: Reconfigurable RFET-based Circuits Against Power Side-Channel Attacks" (to appear), In Proceeding: 2024 Design, Automation & Test in Europe Conference & Exhibition (DATE), 2024. [Bibtex & Downloads]
REDCAP: Reconfigurable RFET-based Circuits Against Power Side-Channel Attacks
Reference
Nima Kavand, Armin Darjani, Giulio Galderisi, Jens Trommer, Thomas Mikolajick, Akash Kumar, "REDCAP: Reconfigurable RFET-based Circuits Against Power Side-Channel Attacks" (to appear), In Proceeding: 2024 Design, Automation & Test in Europe Conference & Exhibition (DATE), 2024.
Bibtex
@inproceedings{kavand2024redcap, title={REDCAP: Reconfigurable RFET-based Circuits Against Power Side-Channel Attacks}, author={Kavand, Nima and Darjani, Armin and Galderisi, Giulio and Trommer, Jens and Mikolajick, Thomas, and Kumar, Akash}, booktitle={2024 Design, Automation & Test in Europe Conference & Exhibition (DATE)}, year={2024}, organization={IEEE} }Downloads
No Downloads available for this publication
Permalink
- Niladri Bhattacharjee, Viktor Havel, Suruchi Kumari, Nima Kavand, Jorge Navarro Quijada, Akash Kumar, Thomas Mikolajick, Jens Trommer, "Dynamic Reconfigurable Security Cells based on Emerging Devices Integrable in FDSOI Technology" (to appear), In Proceeding: 2024 Design, Automation & Test in Europe Conference & Exhibition (DATE), 2024. [Bibtex & Downloads]
Dynamic Reconfigurable Security Cells based on Emerging Devices Integrable in FDSOI Technology
Reference
Niladri Bhattacharjee, Viktor Havel, Suruchi Kumari, Nima Kavand, Jorge Navarro Quijada, Akash Kumar, Thomas Mikolajick, Jens Trommer, "Dynamic Reconfigurable Security Cells based on Emerging Devices Integrable in FDSOI Technology" (to appear), In Proceeding: 2024 Design, Automation & Test in Europe Conference & Exhibition (DATE), 2024.
Bibtex
@inproceedings{bhattacharjee2024dynamic, title={Dynamic Reconfigurable Security Cells based on Emerging Devices Integrable in FDSOI Technology}, author={Bhattacharjee, Niladri and Havel, Viktor and Kumari, Suruchi and Kavand, Nima and Navarro Quijada, Jorge and Kumar, Akash and Mikolajick, Thomas and Trommer, Jens}, booktitle={2024 Design, Automation & Test in Europe Conference & Exhibition (DATE)}, year={2024}, organization={IEEE} }Downloads
No Downloads available for this publication
Permalink
- Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "ESOMICS: ML-Based Timing Behaviour Analysis For Efficient Mixed-Criticality System Design", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi] [Bibtex & Downloads]
ESOMICS: ML-Based Timing Behaviour Analysis For Efficient Mixed-Criticality System Design
Reference
Vikash Kumar, Behnaz Ranjbar, Akash Kumar, "ESOMICS: ML-Based Timing Behaviour Analysis For Efficient Mixed-Criticality System Design", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi]
Bibtex
@article{Kumar_2024, title={ESOMICS: ML-Based Timing Behaviour Analysis For Efficient Mixed-Criticality System Design}, ISSN={2169-3536}, url={http://dx.doi.org/10.1109/ACCESS.2024.3396225}, DOI={10.1109/access.2024.3396225}, journal={IEEE Access}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Kumar, Vikash and Ranjbar, Behnaz and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
No Downloads available for this publication
Permalink
- Elias Trommer, Bernd Waschneck, Akash Kumar, "Smaller together: Groupwise Encoding of Sparse Neural Networks", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [Bibtex & Downloads]
Smaller together: Groupwise Encoding of Sparse Neural Networks
Reference
Elias Trommer, Bernd Waschneck, Akash Kumar, "Smaller together: Groupwise Encoding of Sparse Neural Networks", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024.
Bibtex
@article{Elias_TCAD_2024, title={Smaller together: Groupwise Encoding of Sparse Neural Networks}, journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Trommer, Elias and Waschneck, Bernd and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
ieee_tcad_smaller_together [PDF]
Permalink
- Maryam Eslami, Yuhao Liu, Salim Ullah, Mostafa Ersali Salehi Nasab, Reshad Hosseini, Seyed Ahmad Mirsalari, Akash Kumar, "MONO: Enhancing Bit-Flip Resilience with Bit Homogeneity for Neural Networks" (to appear), In IEEE Embedded Systems Letters, pp. 1-1, 2024. [Bibtex & Downloads]
MONO: Enhancing Bit-Flip Resilience with Bit Homogeneity for Neural Networks
Reference
Maryam Eslami, Yuhao Liu, Salim Ullah, Mostafa Ersali Salehi Nasab, Reshad Hosseini, Seyed Ahmad Mirsalari, Akash Kumar, "MONO: Enhancing Bit-Flip Resilience with Bit Homogeneity for Neural Networks" (to appear), In IEEE Embedded Systems Letters, pp. 1-1, 2024.
Bibtex
@ARTICLE{10261986,
author={Eslami, Maryam, and Liu, Yuhao and Ullah, Salim and Salehi Nasab, Mostafa Ersali and Hosseini, Reshad and Mirsalari, Seyed Ahmad and Kumar, Akash},
journal={IEEE Embedded Systems Letters},
title={MONO: Enhancing Bit-Flip Resilience with Bit Homogeneity for Neural Networks},
year={2024},
volume={},
number={},
pages={1-1},
doi={}}Downloads
No Downloads available for this publication
Permalink
- Armin Darjani, Nima Kavand, Shubham Rai, Akash Kumar, "Thwarting GNN-based attacks against logic locking", In IEEE Transactions on Information Forensics and Security, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi] [Bibtex & Downloads]
Thwarting GNN-based attacks against logic locking
Reference
Armin Darjani, Nima Kavand, Shubham Rai, Akash Kumar, "Thwarting GNN-based attacks against logic locking", In IEEE Transactions on Information Forensics and Security, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi]
Bibtex
@article{Darjani_2024, title={Thwarting GNN-based attacks against logic locking}, ISSN={1556-6021}, url={http://dx.doi.org/10.1109/TIFS.2024.3431991}, DOI={10.1109/tifs.2024.3431991}, journal={IEEE Transactions on Information Forensics and Security}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Darjani, Armin and Kavand, Nima and Rai, Shubham and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
No Downloads available for this publication
Permalink
- Preston Brazzle, Benjamin F. Morris III au2, Evan McKinney, Peipei Zhou, Jingtong Hu, Asif Ali Khan, Alex K. Jones, "Towards Error Correction for Computing in Racetrack Memory", 2024. [Bibtex & Downloads]
Towards Error Correction for Computing in Racetrack Memory
Reference
Preston Brazzle, Benjamin F. Morris III au2, Evan McKinney, Peipei Zhou, Jingtong Hu, Asif Ali Khan, Alex K. Jones, "Towards Error Correction for Computing in Racetrack Memory", 2024.
Bibtex
@misc{cirm-ecc,
title={Towards Error Correction for Computing in Racetrack Memory},
author={Preston Brazzle and Benjamin F. Morris III au2 and Evan McKinney and Peipei Zhou and Jingtong Hu and Asif Ali Khan and Alex K. Jones},
year={2024},
eprint={2407.21661},
archivePrefix={arXiv},
primaryClass={cs.AR},
url={https://arxiv.org/abs/2407.21661},
}Downloads
2408_Khan_RTMECC [PDF]
Permalink
- Elias Trommer, Bernd Waschneck, Akash Kumar, "Fast Retraining of Approximate CNNs for High Accuracy", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi] [Bibtex & Downloads]
Fast Retraining of Approximate CNNs for High Accuracy
Reference
Elias Trommer, Bernd Waschneck, Akash Kumar, "Fast Retraining of Approximate CNNs for High Accuracy", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi]
Bibtex
@article{Trommer_2024, title={Fast Retraining of Approximate CNNs for High Accuracy}, ISSN={1937-4151}, url={http://dx.doi.org/10.1109/TCAD.2024.3483091}, DOI={10.1109/tcad.2024.3483091}, journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Trommer, Elias and Waschneck, Bernd and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
tcad_torchapprox_submitted_version [PDF]
Permalink
- Max Sponner, Lorenzo Servadei, Bernd Waschneck, Robert Wille, Akash Kumar, "Efficient Post-Training Augmentation for Adaptive Inference in Heterogeneous and Distributed IoT Environments", Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS), 2024. (Best poster award) [Bibtex & Downloads]
Efficient Post-Training Augmentation for Adaptive Inference in Heterogeneous and Distributed IoT Environments
Reference
Max Sponner, Lorenzo Servadei, Bernd Waschneck, Robert Wille, Akash Kumar, "Efficient Post-Training Augmentation for Adaptive Inference in Heterogeneous and Distributed IoT Environments", Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS), 2024. (Best poster award)
Bibtex
@InProceedings{max_samos24,
author = {Max Sponner and Lorenzo Servadei and Bernd Waschneck and Robert Wille and Akash Kumar},
title = {Efficient Post-Training Augmentation for Adaptive Inference in Heterogeneous and Distributed IoT Environments},
booktitle = {Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS)},
year = {2024},
volume = {},
pages = {},
organization = {IEEE},
doi = {},
comment={Best poster award},
}Downloads
2403 [07957V1]
Permalink
- Max Sponner, Lorenzo Servadei, Bernd Waschneck, Robert Wille, Akash Kumar, "Leveraging Temporal Patterns: Automated Augmentation to Create Temporal Early Exit Networks for Efficient Edge AI", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi] [Bibtex & Downloads]
Leveraging Temporal Patterns: Automated Augmentation to Create Temporal Early Exit Networks for Efficient Edge AI
Reference
Max Sponner, Lorenzo Servadei, Bernd Waschneck, Robert Wille, Akash Kumar, "Leveraging Temporal Patterns: Automated Augmentation to Create Temporal Early Exit Networks for Efficient Edge AI", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2024. [doi]
Bibtex
@article{Sponner_2024, title={Leveraging Temporal Patterns: Automated Augmentation to Create Temporal Early Exit Networks for Efficient Edge AI}, ISSN={2169-3536}, url={http://dx.doi.org/10.1109/ACCESS.2024.3497158}, DOI={10.1109/access.2024.3497158}, journal={IEEE Access}, publisher={Institute of Electrical and Electronics Engineers (IEEE)}, author={Sponner, Max and Servadei, Lorenzo and Waschneck, Bernd and Wille, Robert and Kumar, Akash}, year={2024}, pages={1–1} }Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au-Yeung, Suchetana Sarkar, Christian Joachim, Francesca Moresco, "Driving a Single Chemisorbed Molecule-Rotor by Thermal Energy and Tunneling Electrons", Springer Nature Switzerland, pp. 179–197, 2024. [doi] [Bibtex & Downloads]
Driving a Single Chemisorbed Molecule-Rotor by Thermal Energy and Tunneling Electrons
Reference
Kwan Ho Au-Yeung, Suchetana Sarkar, Christian Joachim, Francesca Moresco, "Driving a Single Chemisorbed Molecule-Rotor by Thermal Energy and Tunneling Electrons", Springer Nature Switzerland, pp. 179–197, 2024. [doi]
Bibtex
@inbook{Au_Yeung_2024, title={Driving a Single Chemisorbed Molecule-Rotor by Thermal Energy and Tunneling Electrons}, ISBN={9783031579042}, ISSN={2193-9705}, url={http://dx.doi.org/10.1007/978-3-031-57904-2_9}, DOI={10.1007/978-3-031-57904-2_9}, booktitle={Crossroad of Maxwell Demon}, publisher={Springer Nature Switzerland}, author={Au-Yeung, Kwan Ho and Sarkar, Suchetana and Joachim, Christian and Moresco, Francesca}, year={2024}, pages={179–197} }Downloads
No Downloads available for this publication
Permalink
2023
- Anupam Prasoon, Xiaoqing Yu, Mike Hambsch, David Bodesheim, Kejun Liu, Angelica Zacarias, Nguyen Ngan Nguyen, Takakazu Seki, Aerzoo Dianat, Alexander Croy, Gianaurelio Cuniberti, Philippe Fontaine, Yuki Nagata, Stefan C. B. Mannsfeld, Renhao Dong, Mischa Bonn, Xinliang Feng, "Site-selective chemical reactions by on-water surface sequential assembly", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Dec 2023. [doi] [Bibtex & Downloads]
Site-selective chemical reactions by on-water surface sequential assembly
Reference
Anupam Prasoon, Xiaoqing Yu, Mike Hambsch, David Bodesheim, Kejun Liu, Angelica Zacarias, Nguyen Ngan Nguyen, Takakazu Seki, Aerzoo Dianat, Alexander Croy, Gianaurelio Cuniberti, Philippe Fontaine, Yuki Nagata, Stefan C. B. Mannsfeld, Renhao Dong, Mischa Bonn, Xinliang Feng, "Site-selective chemical reactions by on-water surface sequential assembly", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Dec 2023. [doi]
Bibtex
@article{Prasoon_2023, title={Site-selective chemical reactions by on-water surface sequential assembly}, volume={14}, ISSN={2041-1723}, url={http://dx.doi.org/10.1038/s41467-023-44129-7}, DOI={10.1038/s41467-023-44129-7}, number={1}, journal={Nature Communications}, publisher={Springer Science and Business Media LLC}, author={Prasoon, Anupam and Yu, Xiaoqing and Hambsch, Mike and Bodesheim, David and Liu, Kejun and Zacarias, Angelica and Nguyen, Nguyen Ngan and Seki, Takakazu and Dianat, Aerzoo and Croy, Alexander and Cuniberti, Gianaurelio and Fontaine, Philippe and Nagata, Yuki and Mannsfeld, Stefan C. B. and Dong, Renhao and Bonn, Mischa and Feng, Xinliang}, year={2023}, month=dec }Downloads
No Downloads available for this publication
Permalink
- Anupam Prasoon, Hyejung Yang, Mike Hambsch, Nguyen Ngan Nguyen, Sein Chung, Alina Müller, Zhiyong Wang, Tianshu Lan, Philippe Fontaine, Thomas D. Kühne, Kilwon Cho, Ali Shaygan Nia, Stefan C. B. Mannsfeld, Renhao Dong, Xinliang Feng, "On-water surface synthesis of electronically coupled 2D polyimide-MoS2 van der Waals heterostructure", In Communications Chemistry, Springer Science and Business Media LLC, vol. 6, no. 1, Dec 2023. [doi] [Bibtex & Downloads]
On-water surface synthesis of electronically coupled 2D polyimide-MoS2 van der Waals heterostructure
Reference
Anupam Prasoon, Hyejung Yang, Mike Hambsch, Nguyen Ngan Nguyen, Sein Chung, Alina Müller, Zhiyong Wang, Tianshu Lan, Philippe Fontaine, Thomas D. Kühne, Kilwon Cho, Ali Shaygan Nia, Stefan C. B. Mannsfeld, Renhao Dong, Xinliang Feng, "On-water surface synthesis of electronically coupled 2D polyimide-MoS2 van der Waals heterostructure", In Communications Chemistry, Springer Science and Business Media LLC, vol. 6, no. 1, Dec 2023. [doi]
Bibtex
@article{Prasoon_2023, title={On-water surface synthesis of electronically coupled 2D polyimide-MoS2 van der Waals heterostructure}, volume={6}, ISSN={2399-3669}, url={http://dx.doi.org/10.1038/s42004-023-01081-3}, DOI={10.1038/s42004-023-01081-3}, number={1}, journal={Communications Chemistry}, publisher={Springer Science and Business Media LLC}, author={Prasoon, Anupam and Yang, Hyejung and Hambsch, Mike and Nguyen, Nguyen Ngan and Chung, Sein and Müller, Alina and Wang, Zhiyong and Lan, Tianshu and Fontaine, Philippe and Kühne, Thomas D. and Cho, Kilwon and Nia, Ali Shaygan and Mannsfeld, Stefan C. B. and Dong, Renhao and Feng, Xinliang}, year={2023}, month=dec }Downloads
No Downloads available for this publication
Permalink
- Mirko Günther, Lars Schütze, Kilian Becher, Thorsten Strufe, Jeronimo Castrillon, "HElium: A Language and Compiler for Fully Homomorphic Encryption with Support for Proxy Re-Encryption", Dec 2023. [Bibtex & Downloads]
HElium: A Language and Compiler for Fully Homomorphic Encryption with Support for Proxy Re-Encryption
Reference
Mirko Günther, Lars Schütze, Kilian Becher, Thorsten Strufe, Jeronimo Castrillon, "HElium: A Language and Compiler for Fully Homomorphic Encryption with Support for Proxy Re-Encryption", Dec 2023.
Bibtex
@online{schuetze_arxiv23,
author = {Mirko G{\"u}nther and Lars Sch{\"u}tze and Kilian Becher and Thorsten Strufe and Jeronimo Castrillon},
title = {{HElium}: A Language and Compiler for Fully Homomorphic Encryption with Support for Proxy Re-Encryption},
eprint = {2312.14250},
url = {http://arxiv.org/abs/2312.14250},
journal = {arXiv preprint arXiv:2312.14250},
month = dec,
year = {2023},
}Downloads
2312_Schuetze_arXiv23 [PDF]
Permalink
- Jiahong Bi, "A Lowering for High-Level Data Flows to Reconfigurable Hardware", Master's thesis, TU Dresden, Dec 2023. [Bibtex & Downloads]
A Lowering for High-Level Data Flows to Reconfigurable Hardware
Reference
Jiahong Bi, "A Lowering for High-Level Data Flows to Reconfigurable Hardware", Master's thesis, TU Dresden, Dec 2023.
Bibtex
@mastersthesis{bi-masters23,
title={A Lowering for High-Level Data Flows to Reconfigurable Hardware},
author={Jiahong Bi},
year={2023},
month=dec,
school={TU Dresden},
}Downloads
2312_Bi_MA [PDF]
Permalink
- Rohit Agrawal, Kapil Ahuja, Dhaarna Maheshwari, Mohd Ubaid Shaikh, Mohamed Bouaziz, Akash Kumar, "Parallel FPGA Routers with Lagrange Relaxation", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, November 2023. [doi] [Bibtex & Downloads]
Parallel FPGA Routers with Lagrange Relaxation
Reference
Rohit Agrawal, Kapil Ahuja, Dhaarna Maheshwari, Mohd Ubaid Shaikh, Mohamed Bouaziz, Akash Kumar, "Parallel FPGA Routers with Lagrange Relaxation", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, November 2023. [doi]
Bibtex
@article{Agrawal_2023,
doi = {10.1109/access.2023.3328769},
url = {https://doi.org/10.1109%2Faccess.2023.3328769},
year = 2023,
month={November},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Rohit Agrawal and Kapil Ahuja and Dhaarna Maheshwari and Mohd Ubaid Shaikh and Mohamed Bouaziz and Akash Kumar},
title = {Parallel {FPGA} Routers with Lagrange Relaxation},
journal = {{IEEE} Access}
}Downloads
Manuscript[2] [PDF]
Permalink
- Mark Wijtvliet, Henk Corporaal, Akash Kumar, "Blocks: Auf dem Weg zu Energieeffizienten, Grobkörnigen, Rekonfigurierbaren Architekturen (CGRA)", Springer International Publishing, November 2023. [doi] [Bibtex & Downloads]
Blocks: Auf dem Weg zu Energieeffizienten, Grobkörnigen, Rekonfigurierbaren Architekturen (CGRA)
Reference
Mark Wijtvliet, Henk Corporaal, Akash Kumar, "Blocks: Auf dem Weg zu Energieeffizienten, Grobkörnigen, Rekonfigurierbaren Architekturen (CGRA)", Springer International Publishing, November 2023. [doi]
Bibtex
@book{Wijtvliet_2023,
doi = {10.1007/978-3-031-36650-5},
url = {https://doi.org/10.1007%2F978-3-031-36650-5},
year = 2023,
month={November},
publisher = {Springer International Publishing},
author = {Mark Wijtvliet and Henk Corporaal and Akash Kumar},
title = {Blocks: Auf dem Weg zu Energieeffizienten, Grobkörnigen, Rekonfigurierbaren Architekturen ({CGRA})}
}Downloads
No Downloads available for this publication
Permalink
- Lautaro N. Petrauskas, Katherina Haase, Georg C. Schmidt, Arved C. Hübler, Stefan C. B. Mannsfeld, Frank Ellinger, Bahman K. Boroujeni, "Potential Application of Organic Electronics in Electrical Sensing of Insects and Integrated Pest Management towards Developing Ecofriendly Replacements for Chemical Insecticides", In Advanced Science, Wiley, Nov 2023. [doi] [Bibtex & Downloads]
Potential Application of Organic Electronics in Electrical Sensing of Insects and Integrated Pest Management towards Developing Ecofriendly Replacements for Chemical Insecticides
Reference
Lautaro N. Petrauskas, Katherina Haase, Georg C. Schmidt, Arved C. Hübler, Stefan C. B. Mannsfeld, Frank Ellinger, Bahman K. Boroujeni, "Potential Application of Organic Electronics in Electrical Sensing of Insects and Integrated Pest Management towards Developing Ecofriendly Replacements for Chemical Insecticides", In Advanced Science, Wiley, Nov 2023. [doi]
Bibtex
@article{Petrauskas_2023,
doi = {10.1002/advs.202304849},
url = {https://doi.org/10.1002%2Fadvs.202304849},
year = 2023,
month = {nov},
publisher = {Wiley},
author = {Lautaro N. Petrauskas and Katherina Haase and Georg C. Schmidt and Arved C. Hübler and Stefan C. B. Mannsfeld and Frank Ellinger and Bahman K. Boroujeni},
title = {Potential Application of Organic Electronics in Electrical Sensing of Insects and Integrated Pest Management towards Developing Ecofriendly Replacements for Chemical Insecticides},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Domain-specific programming methodologies for domain-specific and emerging computing systems", In 8th International Workshop on Extreme Scale Programming Models and Middleware (ESPM2), co-located with the International Conference on High Performance Computing, Networking, Storage and Analysis (SC23) (invited talk), Nov 2023. [Bibtex & Downloads]
Domain-specific programming methodologies for domain-specific and emerging computing systems
Reference
Jeronimo Castrillon, "Domain-specific programming methodologies for domain-specific and emerging computing systems", In 8th International Workshop on Extreme Scale Programming Models and Middleware (ESPM2), co-located with the International Conference on High Performance Computing, Networking, Storage and Analysis (SC23) (invited talk), Nov 2023.
Abstract
Programming heterogeneous computing systems is a daunting task which is becoming even more challenging with the advent of emerging, non Von-Neumann computer architectures. Innovation in programming abstractions and compilers are thus badly needed to cope with the current golden age of computer architecture. This talk discusses domain-specific abstractions and languages as a promising avenue to hide the system complexity from non-expert programmers while passing richer information to compilers. The high-level semantics in DSLs improves productivity while enabling coarser-grained optimization and safer code generation. Examples are provided from the domains of big-data, physics simulations and machine learning, targeting modern reconfigurable hardware, for emerging memory technologies and for emerging in-memory computing.
Bibtex
@Misc{castrillon_espm2023,
author = {Castrillon, Jeronimo},
date = {2023-11},
title = {Domain-specific programming methodologies for domain-specific and emerging computing systems},
howpublished = {8th International Workshop on Extreme Scale Programming Models and Middleware (ESPM2), co-located with the International Conference on High Performance Computing, Networking, Storage and Analysis (SC23) (invited talk)},
location = {Denver, CA, USA},
abstract = {Programming heterogeneous computing systems is a daunting task which is becoming even more challenging with the advent of emerging, non Von-Neumann computer architectures. Innovation in programming abstractions and compilers are thus badly needed to cope with the current golden age of computer architecture. This talk discusses domain-specific abstractions and languages as a promising avenue to hide the system complexity from non-expert programmers while passing richer information to compilers. The high-level semantics in DSLs improves productivity while enabling coarser-grained optimization and safer code generation. Examples are provided from the domains of big-data, physics simulations and machine learning, targeting modern reconfigurable hardware, for emerging memory technologies and for emerging in-memory computing.},
month = nov,
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Preetam Dacha, Mike Hambsch, Darius Pohl, Katherina Haase, Markus Löffler, Tianshu Lan, Xinliang Feng, Bernd Rellinghaus, Stefan C. B. Mannsfeld, "Tailoring the Morphology of a Diketopyrrolopyrrole‐based Polymer as Films or Wires for High‐Performance OFETs using Solution Shearing", In Small Methods, Wiley, Nov 2023. [doi] [Bibtex & Downloads]
Tailoring the Morphology of a Diketopyrrolopyrrole‐based Polymer as Films or Wires for High‐Performance OFETs using Solution Shearing
Reference
Preetam Dacha, Mike Hambsch, Darius Pohl, Katherina Haase, Markus Löffler, Tianshu Lan, Xinliang Feng, Bernd Rellinghaus, Stefan C. B. Mannsfeld, "Tailoring the Morphology of a Diketopyrrolopyrrole‐based Polymer as Films or Wires for High‐Performance OFETs using Solution Shearing", In Small Methods, Wiley, Nov 2023. [doi]
Bibtex
@article{Dacha_2023, title={Tailoring the Morphology of a Diketopyrrolopyrrole‐based Polymer as Films or Wires for High‐Performance OFETs using Solution Shearing}, ISSN={2366-9608}, url={http://dx.doi.org/10.1002/smtd.202300842}, DOI={10.1002/smtd.202300842}, journal={Small Methods}, publisher={Wiley}, author={Dacha, Preetam and Hambsch, Mike and Pohl, Darius and Haase, Katherina and Löffler, Markus and Lan, Tianshu and Feng, Xinliang and Rellinghaus, Bernd and Mannsfeld, Stefan C. B.}, year={2023}, month=nov }Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marten Lohstroh, Soroush Bateni, Christian Menard, Alexander Schulz-Rosengarten, Jeronimo Castrillon, Edward A. Lee, "Deterministic Coordination Across Multiple Timelines", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 23, no. 5, New York, NY, USA, Oct 2023. [doi] [Bibtex & Downloads]
Deterministic Coordination Across Multiple Timelines
Reference
Marten Lohstroh, Soroush Bateni, Christian Menard, Alexander Schulz-Rosengarten, Jeronimo Castrillon, Edward A. Lee, "Deterministic Coordination Across Multiple Timelines", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 23, no. 5, New York, NY, USA, Oct 2023. [doi]
Abstract
We discuss a novel approach for constructing deterministic reactive systems that revolves around a temporal model that incorporates a multiplicity of timelines. This model is central to Lingua Franca (LF), a polyglot coordination language and compiler toolchain we are developing for the definition and composition of concurrent components called reactors, which are objects that react to and emit discrete events. Our temporal model differs from existing models like the logical execution time (LET) paradigm and synchronous languages in that it reflects that there are always at least two distinct timelines involved in a reactive system; a logical one and a physical one—and possibly multiple of each kind. This paper explains how the relationship between events across timelines facilitates reasoning about consistency and availability across components in Cyber-Physical Systems (CPS).
Bibtex
@Article{lohstroh_tecs23,
author = {Marten Lohstroh and Soroush Bateni and Christian Menard and Alexander Schulz-Rosengarten and Jeronimo Castrillon and Edward A. Lee},
title = {Deterministic Coordination Across Multiple Timelines},
doi = {10.1145/3615357},
issn = {1539-9087},
number = {5},
url = {https://doi.org/10.1145/3615357},
volume = {23},
abstract = {We discuss a novel approach for constructing deterministic reactive systems that revolves around a temporal model that incorporates a multiplicity of timelines. This model is central to Lingua Franca (LF), a polyglot coordination language and compiler toolchain we are developing for the definition and composition of concurrent components called reactors, which are objects that react to and emit discrete events. Our temporal model differs from existing models like the logical execution time (LET) paradigm and synchronous languages in that it reflects that there are always at least two distinct timelines involved in a reactive system; a logical one and a physical one—and possibly multiple of each kind. This paper explains how the relationship between events across timelines facilitates reasoning about consistency and availability across components in Cyber-Physical Systems (CPS).},
address = {New York, NY, USA},
articleno = {77},
issue_date = {September 2024},
journal = {ACM Transactions on Embedded Computing Systems (TECS)},
month = oct,
numpages = {29},
publisher = {Association for Computing Machinery},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Marcus Rossel, Shaokai Lin, Marten Lohstroh, Jeronimo Castrillon, Andrés Goens, "Provable Determinism for Software in Cyber-Physical Systems", Proceedings of the 15th International Conference on Verified Software: Theories, Tools, and Experiments, 12pp, Oct 2023. [Bibtex & Downloads]
Provable Determinism for Software in Cyber-Physical Systems
Reference
Marcus Rossel, Shaokai Lin, Marten Lohstroh, Jeronimo Castrillon, Andrés Goens, "Provable Determinism for Software in Cyber-Physical Systems", Proceedings of the 15th International Conference on Verified Software: Theories, Tools, and Experiments, 12pp, Oct 2023.
Bibtex
@InProceedings{rossel_vstte23,
author = {Marcus Rossel and Shaokai Lin and Marten Lohstroh and Jeronimo Castrillon and Andr{\'e}s Goens},
booktitle = {Proceedings of the 15th International Conference on Verified Software: Theories, Tools, and Experiments},
title = {Provable Determinism for Software in Cyber-Physical Systems},
doi = {10.1007/978-3-031-66064-1_6},
isbn = {978-3-031-66064-1},
organization = {Springer},
pages = {85--107},
publisher = {Springer Nature Switzerland},
url = {https://link.springer.com/chapter/10.1007/978-3-031-66064-1_6},
abstract = {In Cyber-Physical Systems (CPS), concurrently executing software components interact with each other and the physical environment to deliver functionality that is often safety-critical and time-sensitive. Verifying the correctness of the joint behavior of concurrent software components, however, is challenging. It is helpful to eliminate nondeterminism in the software, at the level of the programming model, and provide first-class programming constructs for expressing timed behavior. The Lingua Franca (LF) coordination language achieves this through the use of the Reactor model as its underlying model of computation. In this paper, we present the first formal operational semantics for the Reactor model, and prove its key properties of progress and determinism. The Reactor model and its associated proofs are fully mechanized in the Lean theorem prover. As an operational model, our semantics are close to the intuition for implementation and a helpful reference. The computational objects of the Reactor model are formalized in a modular fashion, which provides insights into the different structural properties of the model, and their effect on execution behavior.},
address = {Cham},
month = oct,
year = {2023},
}Downloads
2310_Rossel_VSSTE [PDF]
Permalink
- Till Smejkal, Robert Khasanov, Jeronimo Castrillon, Hermann Härtig, "Management of Energy-Aware Processes in Heterogeneous Architectures", In Poster at the 29th ACM Symposium on Operating Systems Principles (SOSP’23 Posters), Oct 2023. [Bibtex & Downloads]
Management of Energy-Aware Processes in Heterogeneous Architectures
Reference
Till Smejkal, Robert Khasanov, Jeronimo Castrillon, Hermann Härtig, "Management of Energy-Aware Processes in Heterogeneous Architectures", In Poster at the 29th ACM Symposium on Operating Systems Principles (SOSP’23 Posters), Oct 2023.
Bibtex
@Misc{smejkal_poster-sosp23,
author = {Till Smejkal and Robert Khasanov and Jeronimo Castrillon and Hermann H{\"a}rtig},
title = {Management of Energy-Aware Processes in Heterogeneous Architectures},
howpublished = {Poster at the 29th ACM Symposium on Operating Systems Principles (SOSP’23 Posters)},
location = {Koblenz, Germany},
month = oct,
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "Designing Resource-Efficient Hardware Arithmetic for FPGA-Based Accelerators Leveraging Approximations and Mixed Quantizations", Chapter in Embedded Machine Learning for Cyber-Physical, IoT, and Edge Computing, Springer International Publishing, pp. 89–119, Oct 2023. [doi] [Bibtex & Downloads]
Designing Resource-Efficient Hardware Arithmetic for FPGA-Based Accelerators Leveraging Approximations and Mixed Quantizations
Reference
Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "Designing Resource-Efficient Hardware Arithmetic for FPGA-Based Accelerators Leveraging Approximations and Mixed Quantizations", Chapter in Embedded Machine Learning for Cyber-Physical, IoT, and Edge Computing, Springer International Publishing, pp. 89–119, Oct 2023. [doi]
Bibtex
@incollection{Ullah_2023,
doi = {10.1007/978-3-031-19568-6_4},
url = {https://doi.org/10.1007%2F978-3-031-19568-6_4},
year = 2023,
month = {oct},
publisher = {Springer International Publishing},
pages = {89--119},
author = {Salim Ullah and Siva Satyendra Sahoo and Akash Kumar},
title = {Designing Resource-Efficient Hardware Arithmetic for {FPGA}-Based Accelerators Leveraging Approximations and Mixed Quantizations},
booktitle = {Embedded Machine Learning for Cyber-Physical, {IoT}, and Edge Computing}
}Downloads
No Downloads available for this publication
Permalink
- Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "High Flexibility Designs of Quantized Runtime Reconfigurable Multi-Precision Multipliers", In IEEE Embedded Systems Letters, pp. 1-1, 2023. [doi] [Bibtex & Downloads]
High Flexibility Designs of Quantized Runtime Reconfigurable Multi-Precision Multipliers
Reference
Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "High Flexibility Designs of Quantized Runtime Reconfigurable Multi-Precision Multipliers", In IEEE Embedded Systems Letters, pp. 1-1, 2023. [doi]
Bibtex
@ARTICLE{10261986,
author={Liu, Yuhao and Rai, Shubham and Ullah, Salim and Kumar, Akash},
journal={IEEE Embedded Systems Letters},
title={High Flexibility Designs of Quantized Runtime Reconfigurable Multi-Precision Multipliers},
year={2023},
volume={},
number={},
pages={1-1},
doi={10.1109/LES.2023.3298736}}Downloads
ESL_LB_CASES_2023 Camera ready [PDF]
Permalink
- Jörg Henkel, Lokesh Siddhu, Lars Bauer, Jürgen Teich, Stefan Wildermann, Mehdi Tahoori, Mahta Mayahinia, Jeronimo Castrillon, Asif Ali Khan, Hamid Farzaneh, João Paulo C. de Lima, Jian-Jia Chen, Christian Hakert, Kuan-Hsun Chen, Chia-Lin Yang, Hsiang-Yun Cheng, "Special Session – Non-Volatile Memories: Challenges and Opportunities for Embedded System Architectures with Focus on Machine Learning Applications", Proceedings of the 2023 International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES), pp. 11–20, Sep 2023. [doi] [Bibtex & Downloads]
Special Session – Non-Volatile Memories: Challenges and Opportunities for Embedded System Architectures with Focus on Machine Learning Applications
Reference
Jörg Henkel, Lokesh Siddhu, Lars Bauer, Jürgen Teich, Stefan Wildermann, Mehdi Tahoori, Mahta Mayahinia, Jeronimo Castrillon, Asif Ali Khan, Hamid Farzaneh, João Paulo C. de Lima, Jian-Jia Chen, Christian Hakert, Kuan-Hsun Chen, Chia-Lin Yang, Hsiang-Yun Cheng, "Special Session – Non-Volatile Memories: Challenges and Opportunities for Embedded System Architectures with Focus on Machine Learning Applications", Proceedings of the 2023 International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES), pp. 11–20, Sep 2023. [doi]
Abstract
This paper explores the challenges and opportunities of integrating non-volatile memories (NVMs) into embedded systems for machine learning. NVMs offer advantages such as increased memory density, lower power consumption, non-volatility, and compute-in- memory capabilities. The paper focuses on integrating NVMs into embedded systems, particularly in intermittent computing, where systems operate during periods of available energy. NVM technologies bring persistence closer to the CPU core, enabling efficient designs for energy-constrained scenarios. Next, computation in resistive NVMs is explored, highlighting its potential for accelerating machine learning algorithms. However, challenges related to reliability and device non-idealities need to be addressed. The paper also discusses memory-centric machine learning, leveraging NVMs to overcome the memory wall challenge. By optimizing memory layouts and utilizing probabilistic decision tree execution and neural network sparsity, NVM-based systems can improve cache behavior and reduce unnecessary computations. In conclusion, the paper emphasizes the need for further research and optimization for the widespread adoption of NVMs in embedded systems presenting relevant challenges, especially for machine learning applications.
Bibtex
@InProceedings{henkel_cases23,
author = {J\"{o}rg Henkel and Lokesh Siddhu and Lars Bauer and J\"{u}rgen Teich and Stefan Wildermann and Mehdi Tahoori and Mahta Mayahinia and Jeronimo Castrillon and Asif Ali Khan and Hamid Farzaneh and Jo\~{a}o Paulo C. de Lima and Jian-Jia Chen and Christian Hakert and Kuan-Hsun Chen and Chia-Lin Yang and Hsiang-Yun Cheng},
booktitle = {Proceedings of the 2023 International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES)},
title = {Special Session -- Non-Volatile Memories: Challenges and Opportunities for Embedded System Architectures with Focus on Machine Learning Applications},
location = {Hamburg, Germany},
abstract = {This paper explores the challenges and opportunities of integrating non-volatile memories (NVMs) into embedded systems for machine learning. NVMs offer advantages such as increased memory density, lower power consumption, non-volatility, and compute-in- memory capabilities. The paper focuses on integrating NVMs into embedded systems, particularly in intermittent computing, where systems operate during periods of available energy. NVM technologies bring persistence closer to the CPU core, enabling efficient designs for energy-constrained scenarios. Next, computation in resistive NVMs is explored, highlighting its potential for accelerating machine learning algorithms. However, challenges related to reliability and device non-idealities need to be addressed. The paper also discusses memory-centric machine learning, leveraging NVMs to overcome the memory wall challenge. By optimizing memory layouts and utilizing probabilistic decision tree execution and neural network sparsity, NVM-based systems can improve cache behavior and reduce unnecessary computations. In conclusion, the paper emphasizes the need for further research and optimization for the widespread adoption of NVMs in embedded systems presenting relevant challenges, especially for machine learning applications.},
pages = {11--20},
url = {https://ieeexplore.ieee.org/abstract/document/10316216},
doi = {10.1145/3607889.3609088},
isbn = {9798400702907},
series = {CASES '23 Companion},
issn = {2643-1726},
month = sep,
numpages = {10},
year = {2023},
}Downloads
2309_Henkel_CASES [PDF]
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "$\less$i$\greater$AxOTreeS$\less$/i$\greater$
: A
$\less$u$\greater$Tree$\less$/u$\greater$
$\less$u$\greater$S$\less$/u$\greater$
earch Approach to Synthesizing FPGA-based
$\less$u$\greater$A$\less$/u$\greater$
ppro
$\less$u$\greater$x$\less$/u$\greater$
imate
$\less$u$\greater$O$\less$/u$\greater$
perators", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 22, no. 5s, pp. 1–26, Sep 2023. [doi] [Bibtex & Downloads]
$\less$i$\greater$AxOTreeS$\less$/i$\greater$ : A $\less$u$\greater$Tree$\less$/u$\greater$ $\less$u$\greater$S$\less$/u$\greater$ earch Approach to Synthesizing FPGA-based $\less$u$\greater$A$\less$/u$\greater$ ppro $\less$u$\greater$x$\less$/u$\greater$ imate $\less$u$\greater$O$\less$/u$\greater$ perators
Reference
Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "$\less$i$\greater$AxOTreeS$\less$/i$\greater$ : A $\less$u$\greater$Tree$\less$/u$\greater$ $\less$u$\greater$S$\less$/u$\greater$ earch Approach to Synthesizing FPGA-based $\less$u$\greater$A$\less$/u$\greater$ ppro $\less$u$\greater$x$\less$/u$\greater$ imate $\less$u$\greater$O$\less$/u$\greater$ perators", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 22, no. 5s, pp. 1–26, Sep 2023. [doi]
Bibtex
@article{Sahoo_2023,
doi = {10.1145/3609096},
url = {https://doi.org/10.1145%2F3609096},
year = 2023,
month = {sep},
publisher = {Association for Computing Machinery ({ACM})},
volume = {22},
number = {5s},
pages = {1--26},
author = {Siva Satyendra Sahoo and Salim Ullah and Akash Kumar},
title = {$\less$i$\greater${AxOTreeS}$\less$/i$\greater$
: A
$\less$u$\greater$Tree$\less$/u$\greater$
$\less$u$\greater$S$\less$/u$\greater$
earch Approach to Synthesizing {FPGA}-based
$\less$u$\greater$A$\less$/u$\greater$
ppro
$\less$u$\greater$x$\less$/u$\greater$
imate
$\less$u$\greater$O$\less$/u$\greater$
perators},
journal = {{ACM} Transactions on Embedded Computing Systems}
}Downloads
No Downloads available for this publication
Permalink
- Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOTreeS: A Tree Search Approach to Synthesizing FPGA-Based Approximate Operators", In ACM Trans. Embed. Comput. Syst., Association for Computing Machinery, vol. 22, no. 5s, New York, NY, USA, Sep 2023. [doi] [Bibtex & Downloads]
AxOTreeS: A Tree Search Approach to Synthesizing FPGA-Based Approximate Operators
Reference
Siva Satyendra Sahoo, Salim Ullah, Akash Kumar, "AxOTreeS: A Tree Search Approach to Synthesizing FPGA-Based Approximate Operators", In ACM Trans. Embed. Comput. Syst., Association for Computing Machinery, vol. 22, no. 5s, New York, NY, USA, Sep 2023. [doi]
Bibtex
@article{10.1145/3609096,
author = {Sahoo, Siva Satyendra and Ullah, Salim and Kumar, Akash},
title = {AxOTreeS: A Tree Search Approach to Synthesizing FPGA-Based Approximate Operators},
year = {2023},
issue_date = {October 2023},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {22},
number = {5s},
issn = {1539-9087},
url = {https://doi.org/10.1145/3609096},
doi = {10.1145/3609096},
journal = {ACM Trans. Embed. Comput. Syst.},
month = sep,
articleno = {101},
numpages = {26},
keywords = {Monte Carlo Tree Search, AI-based exploration, Approximate computing, circuit synthesis, automated hardware design, arithmetic operator design, computer arithmetic}
}Downloads
AxOTreeS-cases-esweek-tecs-2023 [PDF]
Permalink
- Yuankang Zhao, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "NvMISC: Towards an FPGA-Based Emulation Platform for RISC-V and Non-Volatile Memories", In IEEE Embedded Systems Letters, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2023. [doi] [Bibtex & Downloads]
NvMISC: Towards an FPGA-Based Emulation Platform for RISC-V and Non-Volatile Memories
Reference
Yuankang Zhao, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "NvMISC: Towards an FPGA-Based Emulation Platform for RISC-V and Non-Volatile Memories", In IEEE Embedded Systems Letters, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2023. [doi]
Bibtex
@article{Zhao_2023,
doi = {10.1109/les.2023.3299202},
url = {https://doi.org/10.1109%2Fles.2023.3299202},
year = 2023,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Yuankang Zhao and Salim Ullah and Siva Satyendra Sahoo and Akash Kumar},
title = {{NvMISC}: Towards an {FPGA}-Based Emulation Platform for {RISC}-V and Non-Volatile Memories},
journal = {{IEEE} Embedded Systems Letters}
}Downloads
NvMISC_Towards_an_FPGA-Based_Emulation_Platform_for_RISC-V_and_Non-Volatile_Memories_ESL [PDF]
Permalink
- Edward A. Lee, Ravi Akella, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Consistency vs. Availability in Distributed Cyber-Physical Systems", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 22, no. 5s, pp. 1–24, Sep 2023. [doi] [Bibtex & Downloads]
Consistency vs. Availability in Distributed Cyber-Physical Systems
Reference
Edward A. Lee, Ravi Akella, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Consistency vs. Availability in Distributed Cyber-Physical Systems", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 22, no. 5s, pp. 1–24, Sep 2023. [doi]
Bibtex
@article{Lee_2023,
doi = {10.1145/3609119},
url = {https://doi.org/10.1145%2F3609119},
year = 2023,
month = {sep},
publisher = {Association for Computing Machinery ({ACM})},
volume = {22},
number = {5s},
pages = {1--24},
author = {Edward A. Lee and Ravi Akella and Soroush Bateni and Shaokai Lin and Marten Lohstroh and Christian Menard},
title = {Consistency vs. Availability in Distributed Cyber-Physical Systems},
journal = {{ACM} Transactions on Embedded Computing Systems}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Next-generation compilers for emerging systems", In Workshop on Compilers, Deployment, and Tooling for Edge AI (CODAI’23), co-located with the ESWeek (keynote), Sep 2023. [Bibtex & Downloads]
Next-generation compilers for emerging systems
Reference
Jeronimo Castrillon, "Next-generation compilers for emerging systems", In Workshop on Compilers, Deployment, and Tooling for Edge AI (CODAI’23), co-located with the ESWeek (keynote), Sep 2023.
Bibtex
@Misc{castrillon_codai2023,
author = {Castrillon, Jeronimo},
date = {2023-09},
title = {Next-generation compilers for emerging systems},
howpublished = {Workshop on Compilers, Deployment, and Tooling for Edge AI (CODAI’23), co-located with the ESWeek (keynote)},
location = {Hamburg, Germany},
month = sep,
url = {http://codai-workshop.com},
year = {2023},
}Downloads
230921_CODAI-castrillon-compressed [PDF]
Permalink
- Behnaz Ranjbar, Alireza Ejlali, Akash Kumar, "Quality-of-Service Aware Design and Management of Embedded Mixed-Criticality Systems", Springer, September 2023. [Bibtex & Downloads]
Quality-of-Service Aware Design and Management of Embedded Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Alireza Ejlali, Akash Kumar, "Quality-of-Service Aware Design and Management of Embedded Mixed-Criticality Systems", Springer, September 2023.
Bibtex
@book{Ranjbar2023Book,
title={Quality-of-Service Aware Design and Management of Embedded Mixed-Criticality Systems},
author={Ranjbar, Behnaz and Ejlali, Alireza and Kumar, Akash},
year={2023},
month = {September},
url={https://doi.org/10.1007/978-3-031-38960-3},
publisher={Springer}
}Downloads
No Downloads available for this publication
Permalink
- Jin-Jiang Zhang, Kun Liu, Yao Xiao, Xiuling Yu, Li Huang, Hong-Jun Gao, Ji Ma, Xinliang Feng, "Precision Graphene Nanoribbon Heterojunctions by Chain-Growth Polymerization", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 41, Sep 2023. [doi] [Bibtex & Downloads]
Precision Graphene Nanoribbon Heterojunctions by Chain-Growth Polymerization
Reference
Jin-Jiang Zhang, Kun Liu, Yao Xiao, Xiuling Yu, Li Huang, Hong-Jun Gao, Ji Ma, Xinliang Feng, "Precision Graphene Nanoribbon Heterojunctions by Chain-Growth Polymerization", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 41, Sep 2023. [doi]
Bibtex
@article{Zhang_2023,
doi = {10.1002/anie.202310880},
url = {https://doi.org/10.1002%2Fanie.202310880},
year = 2023,
month = {sep},
publisher = {Wiley},
volume = {62},
number = {41},
author = {Jin-Jiang Zhang and Kun Liu and Yao Xiao and Xiuling Yu and Li Huang and Hong-Jun Gao and Ji Ma and Xinliang Feng},
title = {Precision Graphene Nanoribbon Heterojunctions by Chain-Growth Polymerization},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Mingchao Wang, Gang Wang, Chandrasekhar Naisa, Yubin Fu, Sai Manoj Gali, Silvia Paasch, Mao Wang, Haiko Wittkaemper, Christian Papp, Eike Brunner, Shengqiang Zhou, David Beljonne, Hans-Peter Steinrück, Renhao Dong, Xinliang Feng, "Poly(benzimidazobenzophenanthroline)-Ladder-Type Two-Dimensional Conjugated Covalent Organic Framework for Fast Proton Storage", In Angewandte Chemie International Edition, Wiley, Sep 2023. [doi] [Bibtex & Downloads]
Poly(benzimidazobenzophenanthroline)-Ladder-Type Two-Dimensional Conjugated Covalent Organic Framework for Fast Proton Storage
Reference
Mingchao Wang, Gang Wang, Chandrasekhar Naisa, Yubin Fu, Sai Manoj Gali, Silvia Paasch, Mao Wang, Haiko Wittkaemper, Christian Papp, Eike Brunner, Shengqiang Zhou, David Beljonne, Hans-Peter Steinrück, Renhao Dong, Xinliang Feng, "Poly(benzimidazobenzophenanthroline)-Ladder-Type Two-Dimensional Conjugated Covalent Organic Framework for Fast Proton Storage", In Angewandte Chemie International Edition, Wiley, Sep 2023. [doi]
Bibtex
@article{Wang_2023,
doi = {10.1002/anie.202310937},
url = {https://doi.org/10.1002%2Fanie.202310937},
year = 2023,
month = {sep},
publisher = {Wiley},
author = {Mingchao Wang and Gang Wang and Chandrasekhar Naisa and Yubin Fu and Sai Manoj Gali and Silvia Paasch and Mao Wang and Haiko Wittkaemper and Christian Papp and Eike Brunner and Shengqiang Zhou and David Beljonne and Hans-Peter Steinrück and Renhao Dong and Xinliang Feng},
title = {Poly(benzimidazobenzophenanthroline)-Ladder-Type Two-Dimensional Conjugated Covalent Organic Framework for Fast Proton Storage},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shu-Jen Wang, Sebastian Hutsch, Felix Talnack, Marielle Deconinck, Shiyu Huang, Zongbao Zhang, Anna-Lena Hofmann, Heiner Thiersch, Hans Kleemann, Yana Vaynzof, Stefan C. B. Mannsfeld, Frank Ortmann, Karl Leo, "Band Structure Engineering in Highly Crystalline Organic Semiconductors", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 18, pp. 7867–7874, Sep 2023. [doi] [Bibtex & Downloads]
Band Structure Engineering in Highly Crystalline Organic Semiconductors
Reference
Shu-Jen Wang, Sebastian Hutsch, Felix Talnack, Marielle Deconinck, Shiyu Huang, Zongbao Zhang, Anna-Lena Hofmann, Heiner Thiersch, Hans Kleemann, Yana Vaynzof, Stefan C. B. Mannsfeld, Frank Ortmann, Karl Leo, "Band Structure Engineering in Highly Crystalline Organic Semiconductors", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 18, pp. 7867–7874, Sep 2023. [doi]
Bibtex
@article{Wang_2023,
doi = {10.1021/acs.chemmater.3c01934},
url = {https://doi.org/10.1021%2Facs.chemmater.3c01934},
year = 2023,
month = {sep},
publisher = {American Chemical Society ({ACS})},
volume = {35},
number = {18},
pages = {7867--7874},
author = {Shu-Jen Wang and Sebastian Hutsch and Felix Talnack and Marielle Deconinck and Shiyu Huang and Zongbao Zhang and Anna-Lena Hofmann and Heiner Thiersch and Hans Kleemann and Yana Vaynzof and Stefan C. B. Mannsfeld and Frank Ortmann and Karl Leo},
title = {Band Structure Engineering in Highly Crystalline Organic Semiconductors},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Permalink
- Soroush Bateni, Marten Lohstroh, Hou Seng Wong, Hokeun Kim, Shaokai Lin, Christian Menard, Edward A. Lee, "Risk and Mitigation of Nondeterminism in Distributed Cyber-Physical Systems", In Proceeding: 21st ACM/IEEE International Symposium on Formal Methods and Models for System Design (MEMOCODE), Hamburg, Germany, September 21-22 2023. [doi] [Bibtex & Downloads]
Risk and Mitigation of Nondeterminism in Distributed Cyber-Physical Systems
Reference
Soroush Bateni, Marten Lohstroh, Hou Seng Wong, Hokeun Kim, Shaokai Lin, Christian Menard, Edward A. Lee, "Risk and Mitigation of Nondeterminism in Distributed Cyber-Physical Systems", In Proceeding: 21st ACM/IEEE International Symposium on Formal Methods and Models for System Design (MEMOCODE), Hamburg, Germany, September 21-22 2023. [doi]
Abstract
Asynchronous frameworks for distributed embedded systems, like ROS and MQTT, are increasingly used in safety-critical applications such as autonomous driving, where the cost of unintended behavior is high. The loose coordination between the components in these frameworks gives rise to nondeterminism, where factors such as communication timing can lead to arbitrary ordering in the handling of messages. In this paper, we show that this problem compromises safety and complicates system design in Autoware.Auto 1.0, a popular open-source autonomous driving framework based on ROS 2. We extend the Lingua Franca coordination language to support distributed execution, port Autoware.Auto to Lingua Franca, and show that our solution avoids the identified problems. We assess the performance of our federated runtime implementation and show that it is competitive for this application. We also compare our achievable throughput to ROS 2 and MQTT using microbenchmarks and find that we can match or exceed the throughput of those frameworks while preserving determinism.
Bibtex
@inproceedings{BateniEtAl:23:Federated,
author = {Bateni, Soroush and Lohstroh, Marten and Wong, Hou Seng and Kim, Hokeun and Lin, Shaokai and Menard, Christian and Lee, Edward A.},
title = {Risk and Mitigation of Nondeterminism in Distributed Cyber-Physical Systems},
booktitle = {21st ACM/IEEE International Symposium on Formal Methods and Models for System Design (MEMOCODE), Hamburg, Germany},
month = {September 21-22},
year = {2023},
doi = {10.1145/3610579.3613219},
abstract = {Asynchronous frameworks for distributed embedded systems, like ROS and MQTT, are increasingly used in safety-critical applications such as autonomous driving, where the cost of unintended behavior is high. The loose coordination between the components in these frameworks gives rise to nondeterminism, where factors such as communication timing can lead to arbitrary ordering in the handling of messages. In this paper, we show that this problem compromises safety and complicates system design in Autoware.Auto 1.0, a popular open-source autonomous driving framework based on ROS 2. We extend the Lingua Franca coordination language to support distributed execution, port Autoware.Auto to Lingua Franca, and show that our solution avoids the identified problems. We assess the performance of our federated runtime implementation and show that it is competitive for this application. We also compare our achievable throughput to ROS 2 and MQTT using microbenchmarks and find that we can match or exceed the throughput of those frameworks while preserving determinism.},
URL = {https://www.icyphy.org/publications/2023_BateniEtAl_Federated/}
}Downloads
No Downloads available for this publication
Permalink
- Christian Menard, Marten Lohstroh, Soroush Bateni, Mathhew Chorlian, Arthur Deng, Peter Donovan, Clément Fournier, Shaokai Lin, Felix Suchert, Tassilo Tanneberger, Hokeun Kim, Jeronimo Castrillon, Edward A. Lee, "High-Performance Deterministic Concurrency using Lingua Franca", In ACM Transactions on Architecture and Code Optimization (TACO), Association for Computing Machinery, New York, NY, USA, Aug 2023. [doi] [Bibtex & Downloads]
High-Performance Deterministic Concurrency using Lingua Franca
Reference
Christian Menard, Marten Lohstroh, Soroush Bateni, Mathhew Chorlian, Arthur Deng, Peter Donovan, Clément Fournier, Shaokai Lin, Felix Suchert, Tassilo Tanneberger, Hokeun Kim, Jeronimo Castrillon, Edward A. Lee, "High-Performance Deterministic Concurrency using Lingua Franca", In ACM Transactions on Architecture and Code Optimization (TACO), Association for Computing Machinery, New York, NY, USA, Aug 2023. [doi]
Abstract
Actor frameworks and similar reactive programming techniques are widely used for building concurrent systems. They promise to be efficient and scale well to a large number of cores or nodes in a distributed system. However, they also expose programmers to nondeterminism, which often makes implementations hard to understand, debug, and test. The recently proposed reactor model is a promising alternative that enables deterministic concurrency. In this paper, we present an efficient, parallel implementation of reactors and demonstrate that the determinacy of reactors does not imply a loss in performance. To show this, we evaluate Lingua Franca (LF), a reactor-oriented coordination language. LF equips mainstream programming languages with a deterministic concurrency model that automatically takes advantage of opportunities to exploit parallelism. Our implementation of the Savina benchmark suite demonstrates that, in terms of execution time, the runtime performance of LF programs even exceeds popular and highly optimized actor frameworks. We compare against Akka and CAF, which LF outperforms by 1.86x and 1.42x, respectively.
Bibtex
@Article{menard_taco23,
author = {Menard, Christian and Lohstroh, Marten and Bateni, Soroush and Chorlian, Mathhew and Deng, Arthur and Donovan, Peter and Fournier, Clément and Lin, Shaokai and Suchert, Felix and Tanneberger, Tassilo and Kim, Hokeun and Castrillon, Jeronimo and Lee, Edward A.},
title = {High-Performance Deterministic Concurrency using Lingua Franca},
doi = {10.1145/3617687},
issn = {1544-3566},
number = {4},
pages = {1--29},
url = {https://doi.org/10.1145/3617687},
volume = {20},
abstract = {Actor frameworks and similar reactive programming techniques are widely used for building concurrent systems. They promise to be efficient and scale well to a large number of cores or nodes in a distributed system. However, they also expose programmers to nondeterminism, which often makes implementations hard to understand, debug, and test. The recently proposed reactor model is a promising alternative that enables deterministic concurrency. In this paper, we present an efficient, parallel implementation of reactors and demonstrate that the determinacy of reactors does not imply a loss in performance. To show this, we evaluate Lingua Franca (LF), a reactor-oriented coordination language. LF equips mainstream programming languages with a deterministic concurrency model that automatically takes advantage of opportunities to exploit parallelism. Our implementation of the Savina benchmark suite demonstrates that, in terms of execution time, the runtime performance of LF programs even exceeds popular and highly optimized actor frameworks. We compare against Akka and CAF, which LF outperforms by 1.86x and 1.42x, respectively.},
address = {New York, NY, USA},
articleno = {48},
copyright = {Creative Commons Attribution 4.0 International},
journal = {ACM Transactions on Architecture and Code Optimization (TACO)},
month = aug,
numpages = {29},
publisher = {Association for Computing Machinery},
year = {2023},
}Downloads
2309_Menard_TACO [PDF]
Permalink
- Katherina Haase, Felix Talnack, Shabnam Donnhäuser, Alexander Tahn, Markus Löffler, Mike Hambsch, Stefan C.B. Mannsfeld, "A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length", In Organic Electronics, Elsevier BV, vol. 119, pp. 106819, Aug 2023. [doi] [Bibtex & Downloads]
A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length
Reference
Katherina Haase, Felix Talnack, Shabnam Donnhäuser, Alexander Tahn, Markus Löffler, Mike Hambsch, Stefan C.B. Mannsfeld, "A simple lithography-free approach for the fabrication of top-contact OFETs with sub-micrometer channel length", In Organic Electronics, Elsevier BV, vol. 119, pp. 106819, Aug 2023. [doi]
Bibtex
@article{Haase_2023,
doi = {10.1016/j.orgel.2023.106819},
url = {https://doi.org/10.1016%2Fj.orgel.2023.106819},
year = 2023,
month = {aug},
publisher = {Elsevier {BV}},
volume = {119},
pages = {106819},
author = {Katherina Haase and Felix Talnack and Shabnam Donnhäuser and Alexander Tahn and Markus Löffler and Mike Hambsch and Stefan C.B. Mannsfeld},
title = {A simple lithography-free approach for the fabrication of top-contact {OFETs} with sub-micrometer channel length},
journal = {Organic Electronics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mingming Gao, Zhiyong Wang, Zaichun Liu, Ying Huang, Faxing Wang, Mingchao Wang, Sheng Yang, Junke Li, Jinxin Liu, Haoyuan Qi, Panpan Zhang, Xing Lu, Xinliang Feng, "2D Conjugated Metal\textendashOrganic Frameworks Embedded with Iodine for High-Performance Ammonium-Ion Hybrid Supercapacitors", In Advanced Materials, Wiley, Aug 2023. [doi] [Bibtex & Downloads]
2D Conjugated Metal\textendashOrganic Frameworks Embedded with Iodine for High-Performance Ammonium-Ion Hybrid Supercapacitors
Reference
Mingming Gao, Zhiyong Wang, Zaichun Liu, Ying Huang, Faxing Wang, Mingchao Wang, Sheng Yang, Junke Li, Jinxin Liu, Haoyuan Qi, Panpan Zhang, Xing Lu, Xinliang Feng, "2D Conjugated Metal\textendashOrganic Frameworks Embedded with Iodine for High-Performance Ammonium-Ion Hybrid Supercapacitors", In Advanced Materials, Wiley, Aug 2023. [doi]
Bibtex
@article{Gao_2023,
doi = {10.1002/adma.202305575},
url = {https://doi.org/10.1002%2Fadma.202305575},
year = 2023,
month = {aug},
publisher = {Wiley},
author = {Mingming Gao and Zhiyong Wang and Zaichun Liu and Ying Huang and Faxing Wang and Mingchao Wang and Sheng Yang and Junke Li and Jinxin Liu and Haoyuan Qi and Panpan Zhang and Xing Lu and Xinliang Feng},
title = {2D Conjugated Metal{\textendash}Organic Frameworks Embedded with Iodine for High-Performance Ammonium-Ion Hybrid Supercapacitors},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haoyong Yang, Qihao Sun, Zhongquan Liao, Mike Hambsch, Xuerong Liu, Daheng Wu, Birgit Jost, Yuejun Zhang, Stefan C. B. Mannsfeld, Qunji Xue, Xinliang Feng, Xiaojian Zhu, Tao Zhang, "Interfacial Engineering of Two-Dimensional Metal-Organic Framework Thin Films for Biomimetic Photoadaptative Sensors", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 17, pp. 7144–7153, Aug 2023. [doi] [Bibtex & Downloads]
Interfacial Engineering of Two-Dimensional Metal-Organic Framework Thin Films for Biomimetic Photoadaptative Sensors
Reference
Haoyong Yang, Qihao Sun, Zhongquan Liao, Mike Hambsch, Xuerong Liu, Daheng Wu, Birgit Jost, Yuejun Zhang, Stefan C. B. Mannsfeld, Qunji Xue, Xinliang Feng, Xiaojian Zhu, Tao Zhang, "Interfacial Engineering of Two-Dimensional Metal-Organic Framework Thin Films for Biomimetic Photoadaptative Sensors", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 17, pp. 7144–7153, Aug 2023. [doi]
Bibtex
@article{Yang_2023,
doi = {10.1021/acs.chemmater.3c01422},
url = {https://doi.org/10.1021%2Facs.chemmater.3c01422},
year = 2023,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {35},
number = {17},
pages = {7144--7153},
author = {Haoyong Yang and Qihao Sun and Zhongquan Liao and Mike Hambsch and Xuerong Liu and Daheng Wu and Birgit Jost and Yuejun Zhang and Stefan C. B. Mannsfeld and Qunji Xue and Xinliang Feng and Xiaojian Zhu and Tao Zhang},
title = {Interfacial Engineering of Two-Dimensional Metal-Organic Framework Thin Films for Biomimetic Photoadaptative Sensors},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Permalink
- Kejun Liu, Julien Rehault, Baokun Liang, Mike Hambsch, Yingying Zhang, Sezer Seckin, Yunxia Zhou, Rishi Shivhare, Peng Zhang, Miroslav Polozij, Tobias A. F. König, Haoyuan Qi, Shengqiang Zhou, Andreas Fery, Stefan C. B. Mannsfeld, Ute Kaiser, Thomas Heine, Natalie Banerji, Renhao Dong, Xinliang Feng, "A Quasi-2D Polypyrrole Film with Band-Like Transport Behavior and High Charge-Carrier Mobility", In Advanced Materials, Wiley, vol. 35, no. 40, Aug 2023. [doi] [Bibtex & Downloads]
A Quasi-2D Polypyrrole Film with Band-Like Transport Behavior and High Charge-Carrier Mobility
Reference
Kejun Liu, Julien Rehault, Baokun Liang, Mike Hambsch, Yingying Zhang, Sezer Seckin, Yunxia Zhou, Rishi Shivhare, Peng Zhang, Miroslav Polozij, Tobias A. F. König, Haoyuan Qi, Shengqiang Zhou, Andreas Fery, Stefan C. B. Mannsfeld, Ute Kaiser, Thomas Heine, Natalie Banerji, Renhao Dong, Xinliang Feng, "A Quasi-2D Polypyrrole Film with Band-Like Transport Behavior and High Charge-Carrier Mobility", In Advanced Materials, Wiley, vol. 35, no. 40, Aug 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1002/adma.202303288},
url = {https://doi.org/10.1002%2Fadma.202303288},
year = 2023,
month = {aug},
publisher = {Wiley},
volume = {35},
number = {40},
author = {Kejun Liu and Julien Rehault and Baokun Liang and Mike Hambsch and Yingying Zhang and Sezer Seckin and Yunxia Zhou and Rishi Shivhare and Peng Zhang and Miroslav Polozij and Tobias A. F. König and Haoyuan Qi and Shengqiang Zhou and Andreas Fery and Stefan C. B. Mannsfeld and Ute Kaiser and Thomas Heine and Natalie Banerji and Renhao Dong and Xinliang Feng},
title = {A Quasi-2D Polypyrrole Film with Band-Like Transport Behavior and High Charge-Carrier Mobility},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au-Yeung, Suchetana Sarkar, Tim Kühne, Oumaima Aiboudi, Dmitry A. Ryndyk, Roberto Robles, Franziska Lissel, Nicolas Lorente, Christian Joachim, Francesca Moresco, "Thermal with Electronic Excitation for the Unidirectional Rotation of a Molecule on a Surface", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 127, no. 34, pp. 16989–16994, Aug 2023. [doi] [Bibtex & Downloads]
Thermal with Electronic Excitation for the Unidirectional Rotation of a Molecule on a Surface
Reference
Kwan Ho Au-Yeung, Suchetana Sarkar, Tim Kühne, Oumaima Aiboudi, Dmitry A. Ryndyk, Roberto Robles, Franziska Lissel, Nicolas Lorente, Christian Joachim, Francesca Moresco, "Thermal with Electronic Excitation for the Unidirectional Rotation of a Molecule on a Surface", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 127, no. 34, pp. 16989–16994, Aug 2023. [doi]
Bibtex
@article{Au_Yeung_2023, title={Thermal with Electronic Excitation for the Unidirectional Rotation of a Molecule on a Surface}, volume={127}, ISSN={1932-7455}, url={http://dx.doi.org/10.1021/acs.jpcc.3c04990}, DOI={10.1021/acs.jpcc.3c04990}, number={34}, journal={The Journal of Physical Chemistry C}, publisher={American Chemical Society (ACS)}, author={Au-Yeung, Kwan Ho and Sarkar, Suchetana and Kühne, Tim and Aiboudi, Oumaima and Ryndyk, Dmitry A. and Robles, Roberto and Lissel, Franziska and Lorente, Nicolas and Joachim, Christian and Moresco, Francesca}, year={2023}, month=aug, pages={16989–16994} }Downloads
No Downloads available for this publication
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems", In Proceeding: Design Automation Conference (DAC), pp. 1-6, July 2023. [doi] [Bibtex & Downloads]
ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems", In Proceeding: Design Automation Conference (DAC), pp. 1-6, July 2023. [doi]
Bibtex
@inproceedings{Ranjbar_DAC_2023,
year = 2023,
month = {July},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Akash Kumar},
title = {ADAPTIVE: Agent-Based Learning for Bounding Time in Mixed-Criticality Systems},
booktitle = {Design Automation Conference (DAC)},
pages={1-6},
doi={10.1109/DAC56929.2023.10248007}
}Downloads
1215_Camera_Ready_Paper [PDF]
Permalink
- Armin Darjani, Nima Kavand, Shubham Rai, Akash Kumar, "Discerning the Limitations of GNN-Based Attacks on Logic Locking", In Proceeding: Design Automation Conference (DAC), pp. 1-6, July 2023. [doi] [Bibtex & Downloads]
Discerning the Limitations of GNN-Based Attacks on Logic Locking
Reference
Armin Darjani, Nima Kavand, Shubham Rai, Akash Kumar, "Discerning the Limitations of GNN-Based Attacks on Logic Locking", In Proceeding: Design Automation Conference (DAC), pp. 1-6, July 2023. [doi]
Bibtex
@inproceedings{Darjani_DAC_2023,
year = 2023,
month = {July},
author = {Armin Darjani and Nima Kavand and Shubham Rai and Akash Kumar},
title = {Discerning the Limitations of GNN-Based Attacks on Logic Locking},
booktitle = {Design Automation Conference (DAC)},
pages={1-6},
doi={10.1109/DAC56929.2023.10247847}
}Downloads
DAC2023_Cirrostrato [PDF]
Permalink
- Felix Suchert, Lisza Zeidler, Jeronimo Castrillon, Sebastian Ertel, "ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs", In Proceeding: 37th European Conference on Object-Oriented Programming (ECOOP 2023) (Ali, Karim and Salvaneschi, Guido), Schloss Dagstuhl – Leibniz-Zentrum für Informatik, vol. 263, pp. 33:1–33:39, Dagstuhl, Germany, Jul 2023. (ECOOP 2023 Distinguished Artifact Award) [doi] [Bibtex & Downloads]
ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs
Reference
Felix Suchert, Lisza Zeidler, Jeronimo Castrillon, Sebastian Ertel, "ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs", In Proceeding: 37th European Conference on Object-Oriented Programming (ECOOP 2023) (Ali, Karim and Salvaneschi, Guido), Schloss Dagstuhl – Leibniz-Zentrum für Informatik, vol. 263, pp. 33:1–33:39, Dagstuhl, Germany, Jul 2023. (ECOOP 2023 Distinguished Artifact Award) [doi]
Abstract
SAT/SMT-solvers and model checkers automate formal verification of sequential programs. Formal reasoning about scalable concurrent programs is still manual and requires expert knowledge. But scalability is a fundamental requirement of current and future programs.
Sequential imperative programs compose statements, function/method calls and control flow constructs. Concurrent programming models provide constructs for concurrent composition. Concurrency abstractions such as threads and synchronization primitives such as locks compose the individual parts of a concurrent program that are meant to execute in parallel. We propose to rather compose the individual parts again using sequential composition and compile this sequential composition into a concurrent one. The developer can use existing tools to formally verify the sequential program while the translated concurrent program provides the dearly requested scalability.
Following this insight, we present ConDRust, a new programming model and compiler for Rust programs. The ConDRust compiler translates sequential composition into a concurrent composition based on threads and message-passing channels. During compilation, the compiler preserves the semantics of the sequential program along with much desired properties such as determinism.
Our evaluation shows that our ConDRust compiler generates concurrent deterministic code that can outperform even non-deterministic programs by up to a factor of three for irregular algorithms that are particularly hard to parallelize.Bibtex
@InProceedings{suchert_ecoop23,
author = {Felix Suchert and Lisza Zeidler and Jeronimo Castrillon and Sebastian Ertel},
booktitle = {37th European Conference on Object-Oriented Programming (ECOOP 2023)},
title = {{ConDRust}: Scalable Deterministic Concurrency from Verifiable Rust Programs},
comment={ECOOP 2023 Distinguished Artifact Award},
doi = {10.4230/LIPIcs.ECOOP.2023.33},
editor = {Ali, Karim and Salvaneschi, Guido},
isbn = {978-3-95977-281-5},
location = {Seattle, Washington, USA},
pages = {33:1--33:39},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
url = {https://drops.dagstuhl.de/opus/volltexte/2023/18226},
volume = {263},
abstract = {SAT/SMT-solvers and model checkers automate formal verification of sequential programs. Formal reasoning about scalable concurrent programs is still manual and requires expert knowledge. But scalability is a fundamental requirement of current and future programs.
Sequential imperative programs compose statements, function/method calls and control flow constructs. Concurrent programming models provide constructs for concurrent composition. Concurrency abstractions such as threads and synchronization primitives such as locks compose the individual parts of a concurrent program that are meant to execute in parallel. We propose to rather compose the individual parts again using sequential composition and compile this sequential composition into a concurrent one. The developer can use existing tools to formally verify the sequential program while the translated concurrent program provides the dearly requested scalability.
Following this insight, we present ConDRust, a new programming model and compiler for Rust programs. The ConDRust compiler translates sequential composition into a concurrent composition based on threads and message-passing channels. During compilation, the compiler preserves the semantics of the sequential program along with much desired properties such as determinism.
Our evaluation shows that our ConDRust compiler generates concurrent deterministic code that can outperform even non-deterministic programs by up to a factor of three for irregular algorithms that are particularly hard to parallelize.},
address = {Dagstuhl, Germany},
issn = {1868-8969},
month = jul,
urn = {urn:nbn:de:0030-drops-182263},
year = {2023},
}Downloads
2307_Suchert_ECOOP [PDF]
Permalink
- João Paulo C. de Lima, Asif Ali Khan, Hamid Farzaneh, Jeronimo Castrillon, "Efficient Associative Processing with RTM-TCAMs", In Proceeding: 1st in-Memory Architectures and Computing Applications Workshop (iMACAW), co-located with the 60th Design Automation Conference (DAC'23), 2pp, Jul 2023. [Bibtex & Downloads]
Efficient Associative Processing with RTM-TCAMs
Reference
João Paulo C. de Lima, Asif Ali Khan, Hamid Farzaneh, Jeronimo Castrillon, "Efficient Associative Processing with RTM-TCAMs", In Proceeding: 1st in-Memory Architectures and Computing Applications Workshop (iMACAW), co-located with the 60th Design Automation Conference (DAC'23), 2pp, Jul 2023.
Bibtex
@InProceedings{lima_imacaw23,
author = {Jo{\~a}o Paulo C. de Lima and Asif Ali Khan and Hamid Farzaneh and Jeronimo Castrillon},
booktitle = {1st in-Memory Architectures and Computing Applications Workshop (iMACAW), co-located with the 60th Design Automation Conference (DAC'23)},
title = {Efficient Associative Processing with RTM-TCAMs},
location = {San Francisco, CA, USA},
pages = {2pp},
month = jul,
year = {2023},
}Downloads
2307_deLima_iMACAW [PDF]
Permalink
- Lars Schütze, Jeronimo Castrillon, "Towards Virtual Machine Support for Contextual Role-Oriented Programming Languages", Proceedings of the 15th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'23), Association for Computing Machinery, pp. 1–8, New York, NY, USA, Jul 2023. [doi] [Bibtex & Downloads]
Towards Virtual Machine Support for Contextual Role-Oriented Programming Languages
Reference
Lars Schütze, Jeronimo Castrillon, "Towards Virtual Machine Support for Contextual Role-Oriented Programming Languages", Proceedings of the 15th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'23), Association for Computing Machinery, pp. 1–8, New York, NY, USA, Jul 2023. [doi]
Abstract
Adaptive software becomes more and more important as computing is increasingly context-dependent. Runtime adaptability can be achieved by dynamically selecting and applying context-specific code. Role-oriented programming has been proposed as a paradigm to enable runtime adaptive software by design. Roles change the objects’ behavior at runtime, thus adapting the software to a given context. Most approaches focus on optimizing language implementations neglecting the fact that the generated code is a verbose description of contextual roles in an object-oriented paradigm, which incurs an overhead. This paper takes a novel approach to reduce the semantic gap. We propose ObjectTeams/Truffle, to the best of our knowledge, the first virtual machine that optimizes the dispatch of contextual roles. We evaluate the implementation with a benchmark for role-oriented programming languages achieving a speedup of up to 2.49\texttimes over the reference implementation ObjectTeams/Java and 1.2\texttimes over an optimized version ObjectTeams/Java using Dispatch Plans.
Bibtex
@InProceedings{schuetze_cop23,
author = {Sch\"{u}tze, Lars and Castrillon, Jeronimo},
booktitle = {Proceedings of the 15th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'23)},
title = {Towards Virtual Machine Support for Contextual Role-Oriented Programming Languages},
doi = {10.1145/3605154.3605851},
isbn = {9798400702440},
location = {Seattle, USA},
pages = {1–8},
publisher = {Association for Computing Machinery},
series = {COP '23},
url = {https://doi.org/10.1145/3605154.3605851},
abstract = {Adaptive software becomes more and more important as computing is increasingly context-dependent. Runtime adaptability can be achieved by dynamically selecting and applying context-specific code. Role-oriented programming has been proposed as a paradigm to enable runtime adaptive software by design. Roles change the objects’ behavior at runtime, thus adapting the software to a given context. Most approaches focus on optimizing language implementations neglecting the fact that the generated code is a verbose description of contextual roles in an object-oriented paradigm, which incurs an overhead. This paper takes a novel approach to reduce the semantic gap. We propose ObjectTeams/Truffle, to the best of our knowledge, the first virtual machine that optimizes the dispatch of contextual roles. We evaluate the implementation with a benchmark for role-oriented programming languages achieving a speedup of up to 2.49\texttimes{} over the reference implementation ObjectTeams/Java and 1.2\texttimes{} over an optimized version ObjectTeams/Java using Dispatch Plans.},
address = {New York, NY, USA},
month = jul,
numpages = {8},
year = {2023},
}Downloads
2307_Schuetze_COP [PDF]
Permalink
- Yamei Liu, Heng Zhang, Hongde Yu, Zhongquan Liao, Silvia Paasch, Shunqi Xu, Ruyan Zhao, Eike Brunner, Mischa Bonn, Hai I. Wang, Thomas Heine, Mingchao Wang, Yiyong Mai, Xinliang Feng, "A Thiophene Backbone Enables Two-Dimensional Poly(arylene vinylene)s with High Charge Carrier Mobility", In Angewandte Chemie International Edition, Wiley, Jul 2023. [doi] [Bibtex & Downloads]
A Thiophene Backbone Enables Two-Dimensional Poly(arylene vinylene)s with High Charge Carrier Mobility
Reference
Yamei Liu, Heng Zhang, Hongde Yu, Zhongquan Liao, Silvia Paasch, Shunqi Xu, Ruyan Zhao, Eike Brunner, Mischa Bonn, Hai I. Wang, Thomas Heine, Mingchao Wang, Yiyong Mai, Xinliang Feng, "A Thiophene Backbone Enables Two-Dimensional Poly(arylene vinylene)s with High Charge Carrier Mobility", In Angewandte Chemie International Edition, Wiley, Jul 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1002/anie.202305978},
url = {https://doi.org/10.1002%2Fanie.202305978},
year = 2023,
month = {jul},
publisher = {Wiley},
author = {Yamei Liu and Heng Zhang and Hongde Yu and Zhongquan Liao and Silvia Paasch and Shunqi Xu and Ruyan Zhao and Eike Brunner and Mischa Bonn and Hai I. Wang and Thomas Heine and Mingchao Wang and Yiyong Mai and Xinliang Feng},
title = {A Thiophene Backbone Enables Two-Dimensional Poly(arylene vinylene)s with High Charge Carrier Mobility},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wenhui Niu, Yubin Fu, Gianluca Serra, Kun Liu, Jörn Droste, Yeonju Lee, Zhitian Ling, Fugui Xu, José D. Cojal González, Andrea Lucotti, Jürgen P. Rabe, Michael Ryan Hansen, Wojciech Pisula, Paul W. M. Blom, Carlos-Andres Palma, Matteo Tommasini, Yiyong Mai, Ji Ma, Xinliang Feng, "Bottom-up Solution Synthesis of Graphene Nanoribbons with Precisely Engineered Nanopores", In Angewandte Chemie International Edition, Wiley, Jul 2023. [doi] [Bibtex & Downloads]
Bottom-up Solution Synthesis of Graphene Nanoribbons with Precisely Engineered Nanopores
Reference
Wenhui Niu, Yubin Fu, Gianluca Serra, Kun Liu, Jörn Droste, Yeonju Lee, Zhitian Ling, Fugui Xu, José D. Cojal González, Andrea Lucotti, Jürgen P. Rabe, Michael Ryan Hansen, Wojciech Pisula, Paul W. M. Blom, Carlos-Andres Palma, Matteo Tommasini, Yiyong Mai, Ji Ma, Xinliang Feng, "Bottom-up Solution Synthesis of Graphene Nanoribbons with Precisely Engineered Nanopores", In Angewandte Chemie International Edition, Wiley, Jul 2023. [doi]
Bibtex
@article{Niu_2023,
doi = {10.1002/anie.202305737},
url = {https://doi.org/10.1002%2Fanie.202305737},
year = 2023,
month = {jul},
publisher = {Wiley},
author = {Wenhui Niu and Yubin Fu and Gianluca Serra and Kun Liu and Jörn Droste and Yeonju Lee and Zhitian Ling and Fugui Xu and Jos{\'{e}} D. Cojal Gonz{\'{a}}lez and Andrea Lucotti and Jürgen P. Rabe and Michael Ryan Hansen and Wojciech Pisula and Paul W. M. Blom and Carlos-Andres Palma and Matteo Tommasini and Yiyong Mai and Ji Ma and Xinliang Feng},
title = {Bottom-up Solution Synthesis of Graphene Nanoribbons with Precisely Engineered Nanopores},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xiaodong Li, Li Li, Guangbo Chen, Xingyuan Chu, Xiaohui Liu, Chandrasekhar Naisa, Darius Pohl, Markus Löffler, Xinliang Feng, "Accessing parity-forbidden d-d transitions for photocatalytic CO2 reduction driven by infrared light", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Jul 2023. [doi] [Bibtex & Downloads]
Accessing parity-forbidden d-d transitions for photocatalytic CO2 reduction driven by infrared light
Reference
Xiaodong Li, Li Li, Guangbo Chen, Xingyuan Chu, Xiaohui Liu, Chandrasekhar Naisa, Darius Pohl, Markus Löffler, Xinliang Feng, "Accessing parity-forbidden d-d transitions for photocatalytic CO2 reduction driven by infrared light", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Jul 2023. [doi]
Bibtex
@article{Li_2023,
doi = {10.1038/s41467-023-39666-0},
url = {https://doi.org/10.1038%2Fs41467-023-39666-0},
year = 2023,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {14},
number = {1},
author = {Xiaodong Li and Li Li and Guangbo Chen and Xingyuan Chu and Xiaohui Liu and Chandrasekhar Naisa and Darius Pohl and Markus Löffler and Xinliang Feng},
title = {Accessing parity-forbidden d-d transitions for photocatalytic {CO}2 reduction driven by infrared light},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Facai Wei, Tingting Zhang, Renhao Dong, Yong Wu, Wenda Li, Jianwei Fu, Chengbin Jing, Jiangong Cheng, Xinliang Feng, Shaohua Liu, "Solution-based self-assembly synthesis of two-dimensional-ordered mesoporous conducting polymer nanosheets with versatile properties", In Nature Protocols, Springer Science and Business Media LLC, vol. 18, no. 8, pp. 2459–2484, Jul 2023. [doi] [Bibtex & Downloads]
Solution-based self-assembly synthesis of two-dimensional-ordered mesoporous conducting polymer nanosheets with versatile properties
Reference
Facai Wei, Tingting Zhang, Renhao Dong, Yong Wu, Wenda Li, Jianwei Fu, Chengbin Jing, Jiangong Cheng, Xinliang Feng, Shaohua Liu, "Solution-based self-assembly synthesis of two-dimensional-ordered mesoporous conducting polymer nanosheets with versatile properties", In Nature Protocols, Springer Science and Business Media LLC, vol. 18, no. 8, pp. 2459–2484, Jul 2023. [doi]
Bibtex
@article{Wei_2023,
doi = {10.1038/s41596-023-00845-4},
url = {https://doi.org/10.1038%2Fs41596-023-00845-4},
year = 2023,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {18},
number = {8},
pages = {2459--2484},
author = {Facai Wei and Tingting Zhang and Renhao Dong and Yong Wu and Wenda Li and Jianwei Fu and Chengbin Jing and Jiangong Cheng and Xinliang Feng and Shaohua Liu},
title = {Solution-based self-assembly synthesis of two-dimensional-ordered mesoporous conducting polymer nanosheets with versatile properties},
journal = {Nature Protocols}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Hanfeng Zhou, Panlong Li, En Zhang, Jonas Kunigkeit, Xiongjun Zhou, Katherina Haase, Maria Rita Ortega Vega, Shuwen Wang, Xiaosa Xu, Julia Grothe, Stefan C. B. Mannsfeld, Eike Brunner, Katsumi Kaneko, Stefan Kaskel, "General Design Concepts for CAPodes as Ionologic Devices", In Angewandte Chemie, Wiley, vol. 135, no. 34, Jul 2023. [doi] [Bibtex & Downloads]
General Design Concepts for CAPodes as Ionologic Devices
Reference
Hanfeng Zhou, Panlong Li, En Zhang, Jonas Kunigkeit, Xiongjun Zhou, Katherina Haase, Maria Rita Ortega Vega, Shuwen Wang, Xiaosa Xu, Julia Grothe, Stefan C. B. Mannsfeld, Eike Brunner, Katsumi Kaneko, Stefan Kaskel, "General Design Concepts for CAPodes as Ionologic Devices", In Angewandte Chemie, Wiley, vol. 135, no. 34, Jul 2023. [doi]
Bibtex
@article{Zhou_2023,
doi = {10.1002/ange.202305397},
url = {https://doi.org/10.1002%2Fange.202305397},
year = 2023,
month = {jul},
publisher = {Wiley},
volume = {135},
number = {34},
author = {Hanfeng Zhou and Panlong Li and En Zhang and Jonas Kunigkeit and Xiongjun Zhou and Katherina Haase and Maria Rita Ortega Vega and Shuwen Wang and Xiaosa Xu and Julia Grothe and Stefan C. B. Mannsfeld and Eike Brunner and Katsumi Kaneko and Stefan Kaskel},
title = {General Design Concepts for {CAPodes} as Ionologic Devices},
journal = {Angewandte Chemie}
}Downloads
No Downloads available for this publication
Permalink
- J. Zhang, J. Reif, C. Strobel, P. Chava, A. Erbe, A. Voigt, T. Mikolajick, R. Kirchner, "Dry release of MEMS origami using thin Al2O3 films for facet-based device integration", In Micro and Nano Engineering, Elsevier BV, vol. 19, pp. 100179, Jun 2023. [doi] [Bibtex & Downloads]
Dry release of MEMS origami using thin Al2O3 films for facet-based device integration
Reference
J. Zhang, J. Reif, C. Strobel, P. Chava, A. Erbe, A. Voigt, T. Mikolajick, R. Kirchner, "Dry release of MEMS origami using thin Al2O3 films for facet-based device integration", In Micro and Nano Engineering, Elsevier BV, vol. 19, pp. 100179, Jun 2023. [doi]
Bibtex
@article{Zhang_2023,
doi = {10.1016/j.mne.2023.100179},
url = {https://doi.org/10.1016%2Fj.mne.2023.100179},
year = 2023,
month = {jun},
publisher = {Elsevier {BV}},
volume = {19},
pages = {100179},
author = {J. Zhang and J. Reif and C. Strobel and P. Chava and A. Erbe and A. Voigt and T. Mikolajick and R. Kirchner},
title = {Dry release of {MEMS} origami using thin Al2O3 films for facet-based device integration},
journal = {Micro and Nano Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Design Space Exploration for CNN Offloading to FPGAs at the Edge", In Proceeding: 2023 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE Computer Society, Los Alamitos, CA, USA, Jun 2023. [doi] [Bibtex & Downloads]
Design Space Exploration for CNN Offloading to FPGAs at the Edge
Reference
Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Design Space Exploration for CNN Offloading to FPGAs at the Edge", In Proceeding: 2023 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE Computer Society, Los Alamitos, CA, USA, Jun 2023. [doi]
Abstract
AI-based IoT applications relying on heavy-load deep learning algorithms like CNNs challenge IoT devices that are restricted in energy or processing capabilities. Edge computing offers an alternative by allowing the data to get offloaded to so-called edge servers with hardware more powerful than IoT devices and physically closer than the cloud. However, the increasing complexity of data and algorithms and diverse conditions make even powerful devices, such as those equipped with FPGAs, insufficient to cope with the current demands. In this case, optimizations in the algorithms, like pruning and early-exit, are mandatory to reduce the CNNs computational burden and speed up inference processing. With that in mind, we propose ExpOL, which combines the pruning and early-exit CNN optimizations in a system-level FPGA-based IoT-Edge design space exploration. Based on a user-defined multi-target optimization, ExpOL delivers designs tailored to specific application environments and user needs. When evaluated against state-of-the-art FPGA-based accelerators (either local or offloaded), designs produced by ExpOL are more power-efficient (by up to 2x) and process inferences at higher user quality of experience (by up to 12.5%).
Bibtex
@InProceedings{korol_isvlsi23,
author = {Guilherme Korol and Michael Guilherme Jordan and Mateus Beck Rutzig and Jeronimo Castrillon and Antonio Carlos Schneider Beck},
booktitle = {2023 IEEE Computer Society Annual Symposium on VLSI (ISVLSI)},
title = {Design Space Exploration for {CNN} Offloading to {FPGAs} at the Edge},
doi = {10.1109/ISVLSI59464.2023.10238644},
location = {Foz do Igua{\c{c}}u, Brazil},
organization = {IEEE},
publisher = {IEEE Computer Society},
url = {https://ieeexplore.ieee.org/abstract/document/10238644},
address = {Los Alamitos, CA, USA},
month = jun,
year = {2023},
location = {Foz do Igua{\c{c}}u, Brazil},
abstract = {AI-based IoT applications relying on heavy-load deep learning algorithms like CNNs challenge IoT devices that are restricted in energy or processing capabilities. Edge computing offers an alternative by allowing the data to get offloaded to so-called edge servers with hardware more powerful than IoT devices and physically closer than the cloud. However, the increasing complexity of data and algorithms and diverse conditions make even powerful devices, such as those equipped with FPGAs, insufficient to cope with the current demands. In this case, optimizations in the algorithms, like pruning and early-exit, are mandatory to reduce the CNNs computational burden and speed up inference processing. With that in mind, we propose ExpOL, which combines the pruning and early-exit CNN optimizations in a system-level FPGA-based IoT-Edge design space exploration. Based on a user-defined multi-target optimization, ExpOL delivers designs tailored to specific application environments and user needs. When evaluated against state-of-the-art FPGA-based accelerators (either local or offloaded), designs produced by ExpOL are more power-efficient (by up to 2x) and process inferences at higher user quality of experience (by up to 12.5%).},
}Downloads
2306_Korol_ISVLSI [PDF]
Permalink
- Karl F. A. Friebel, Jiahong Bi, Jeronimo Castrillon, "BASE2: An IR for Binary Numeral Types", In Proceeding: 13th International Symposium on Highly-Efficient Accelerators and Reconfigurable Technologies (HEART 2023), Association for Computing Machinery, pp. 19–26, New York, NY, USA, Jun 2023. [doi] [Bibtex & Downloads]
BASE2: An IR for Binary Numeral Types
Reference
Karl F. A. Friebel, Jiahong Bi, Jeronimo Castrillon, "BASE2: An IR for Binary Numeral Types", In Proceeding: 13th International Symposium on Highly-Efficient Accelerators and Reconfigurable Technologies (HEART 2023), Association for Computing Machinery, pp. 19–26, New York, NY, USA, Jun 2023. [doi]
Abstract
Custom data types and arbitrary-precision arithmetic are often key for efficient hardware designs on Field Programmable Gate Array (FPGA) platforms. Current end-to-end flows incorporating quantization are not only domain-specific, but also tightly integrated and not repurposable. Abstractions for arbitrary-precision arithmetic are generally vendor-specific, and results are hardly portable across platforms. In this work, we present a new Intermediate Representation (IR), base2, to address the programmability issues of custom data types in reconfigurable hardware. We contextualize our proposal in the greater LLVM (llvm) ecosystem, where we show how existing abstractions can be simplified and unified. We implement base2 in Multi-Level Intermediate Representation (MLIR), which allows it to be used in a variety of existing and future target-agnostic front-ends. We demonstrate the power of our model by applying it to sample kernels and evaluating the accuracy of the result. For these samples, we achieve interoperability with an existing end-to-end High-Level Synthesis (HLS) flow.
Bibtex
@InProceedings{friebel_heart23,
author = {Karl F. A. Friebel and Jiahong Bi and Jeronimo Castrillon},
booktitle = {13th International Symposium on Highly-Efficient Accelerators and Reconfigurable Technologies (HEART 2023)},
title = {{BASE2}: An {IR} for Binary Numeral Types},
doi = {10.1145/3597031.3597048},
isbn = {9798400700439},
location = {Kusatsu, Japan},
pages = {19--26},
publisher = {Association for Computing Machinery},
series = {HEART2023},
url = {https://doi.org/10.1145/3597031.3597048},
abstract = {Custom data types and arbitrary-precision arithmetic are often key for efficient hardware designs on Field Programmable Gate Array (FPGA) platforms. Current end-to-end flows incorporating quantization are not only domain-specific, but also tightly integrated and not repurposable. Abstractions for arbitrary-precision arithmetic are generally vendor-specific, and results are hardly portable across platforms. In this work, we present a new Intermediate Representation (IR), base2, to address the programmability issues of custom data types in reconfigurable hardware. We contextualize our proposal in the greater LLVM (llvm) ecosystem, where we show how existing abstractions can be simplified and unified. We implement base2 in Multi-Level Intermediate Representation (MLIR), which allows it to be used in a variety of existing and future target-agnostic front-ends. We demonstrate the power of our model by applying it to sample kernels and evaluating the accuracy of the result. For these samples, we achieve interoperability with an existing end-to-end High-Level Synthesis (HLS) flow.},
address = {New York, NY, USA},
month = jun,
numpages = {8},
year = {2023},
}Downloads
2306_Friebel_HEART [PDF]
Permalink
- Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "CoOAx: Correlation-aware Synthesis of FPGA-based Approximate Operators", Proceedings of the Great Lakes Symposium on VLSI 2023, ACM, Jun 2023. [doi] [Bibtex & Downloads]
CoOAx: Correlation-aware Synthesis of FPGA-based Approximate Operators
Reference
Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "CoOAx: Correlation-aware Synthesis of FPGA-based Approximate Operators", Proceedings of the Great Lakes Symposium on VLSI 2023, ACM, Jun 2023. [doi]
Bibtex
@inproceedings{Ullah_2023,
doi = {10.1145/3583781.3590222},
url = {https://doi.org/10.1145%2F3583781.3590222},
year = 2023,
month = {jun},
publisher = ,
author = {Salim Ullah and Siva Satyendra Sahoo and Akash Kumar},
title = {{CoOAx}: Correlation-aware Synthesis of {FPGA}-based Approximate Operators},
booktitle = {Proceedings of the Great Lakes Symposium on {VLSI} 2023}
}Downloads
Application_specific_AI_inference_on_FPGAs-5 [PDF]
Permalink
- Huanhuan Shi, Mengmeng Li, Shuai Fu, Christof Neumann, Xiaodong Li, Wenhui Niu, Yunji Lee, Mischa Bonn, Hai I. Wang, Andrey Turchanin, Ali Shaygan Nia, Sheng Yang, Xinliang Feng, "High-throughput Synthesis of Solution-Processable van der Waals Heterostructures through Electrochemistry", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 28, Jun 2023. [doi] [Bibtex & Downloads]
High-throughput Synthesis of Solution-Processable van der Waals Heterostructures through Electrochemistry
Reference
Huanhuan Shi, Mengmeng Li, Shuai Fu, Christof Neumann, Xiaodong Li, Wenhui Niu, Yunji Lee, Mischa Bonn, Hai I. Wang, Andrey Turchanin, Ali Shaygan Nia, Sheng Yang, Xinliang Feng, "High-throughput Synthesis of Solution-Processable van der Waals Heterostructures through Electrochemistry", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 28, Jun 2023. [doi]
Bibtex
@article{Shi_2023,
doi = {10.1002/anie.202303929},
url = {https://doi.org/10.1002%2Fanie.202303929},
year = 2023,
month = {jun},
publisher = {Wiley},
volume = {62},
number = {28},
author = {Huanhuan Shi and Mengmeng Li and Shuai Fu and Christof Neumann and Xiaodong Li and Wenhui Niu and Yunji Lee and Mischa Bonn and Hai I. Wang and Andrey Turchanin and Ali Shaygan Nia and Sheng Yang and Xinliang Feng},
title = {High-throughput Synthesis of Solution-Processable van der Waals Heterostructures through Electrochemistry},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Guangbo Chen, Ruihu Lu, Chenzhao Li, Jianmin Yu, Xiaodong Li, Lingmei Ni, Qi Zhang, Guangqi Zhu, Shengwen Liu, Jiaxu Zhang, Ulrike I. Kramm, Yan Zhao, Gang Wu, Jian Xie, Xinliang Feng, "Hierarchically Porous Carbons with Highly Curved Surfaces for Hosting Single Metal FeN$\less$sub$\greater$4$\less$/sub$\greater$ Sites as Outstanding Oxygen Reduction Catalysts", In Advanced Materials, Wiley, Jun 2023. [doi] [Bibtex & Downloads]
Hierarchically Porous Carbons with Highly Curved Surfaces for Hosting Single Metal FeN$\less$sub$\greater$4$\less$/sub$\greater$ Sites as Outstanding Oxygen Reduction Catalysts
Reference
Guangbo Chen, Ruihu Lu, Chenzhao Li, Jianmin Yu, Xiaodong Li, Lingmei Ni, Qi Zhang, Guangqi Zhu, Shengwen Liu, Jiaxu Zhang, Ulrike I. Kramm, Yan Zhao, Gang Wu, Jian Xie, Xinliang Feng, "Hierarchically Porous Carbons with Highly Curved Surfaces for Hosting Single Metal FeN$\less$sub$\greater$4$\less$/sub$\greater$ Sites as Outstanding Oxygen Reduction Catalysts", In Advanced Materials, Wiley, Jun 2023. [doi]
Bibtex
@article{Chen_2023,
doi = {10.1002/adma.202300907},
url = {https://doi.org/10.1002%2Fadma.202300907},
year = 2023,
month = {jun},
publisher = {Wiley},
author = {Guangbo Chen and Ruihu Lu and Chenzhao Li and Jianmin Yu and Xiaodong Li and Lingmei Ni and Qi Zhang and Guangqi Zhu and Shengwen Liu and Jiaxu Zhang and Ulrike I. Kramm and Yan Zhao and Gang Wu and Jian Xie and Xinliang Feng},
title = {Hierarchically Porous Carbons with Highly Curved Surfaces for Hosting Single Metal {FeN}$\less$sub$\greater$4$\less$/sub$\greater$ Sites as Outstanding Oxygen Reduction Catalysts},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yannan Liu, Yiyue Lu, Arafat Hossain Khan, Gang Wang, Yong Wang, Ahiud Morag, Zhiyong Wang, Guangbo Chen, Shengyun Huang, Naisa Chandrasekhar, Davood Sabaghi, Dongqi Li, Panpan Zhang, Dongling Ma, Eike Brunner, Minghao Yu, Xinliang Feng, "Redox-Bipolar Polyimide Two-Dimensional Covalent Organic Framework Cathodes for Durable Aluminium Batteries", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 30, Jun 2023. [doi] [Bibtex & Downloads]
Redox-Bipolar Polyimide Two-Dimensional Covalent Organic Framework Cathodes for Durable Aluminium Batteries
Reference
Yannan Liu, Yiyue Lu, Arafat Hossain Khan, Gang Wang, Yong Wang, Ahiud Morag, Zhiyong Wang, Guangbo Chen, Shengyun Huang, Naisa Chandrasekhar, Davood Sabaghi, Dongqi Li, Panpan Zhang, Dongling Ma, Eike Brunner, Minghao Yu, Xinliang Feng, "Redox-Bipolar Polyimide Two-Dimensional Covalent Organic Framework Cathodes for Durable Aluminium Batteries", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 30, Jun 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1002/anie.202306091},
url = {https://doi.org/10.1002%2Fanie.202306091},
year = 2023,
month = {jun},
publisher = {Wiley},
volume = {62},
number = {30},
author = {Yannan Liu and Yiyue Lu and Arafat Hossain Khan and Gang Wang and Yong Wang and Ahiud Morag and Zhiyong Wang and Guangbo Chen and Shengyun Huang and Naisa Chandrasekhar and Davood Sabaghi and Dongqi Li and Panpan Zhang and Dongling Ma and Eike Brunner and Minghao Yu and Xinliang Feng},
title = {Redox-Bipolar Polyimide Two-Dimensional Covalent Organic Framework Cathodes for Durable Aluminium Batteries},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Christos Polyzoidis, Konstantinos Rogdakis, George Veisakis, Dimitris Tsikritzis, Payam Hashemi, Hyejung Yang, Zden\vek Sofer, Ali Shaygan Nia, Xinliang Feng, Emmanuel Kymakis, "Piezo-Phototronic In$\less$sub$\greater$2$\less$/sub$\greater$Se$\less$sub$\greater$3$\less$/sub$\greater$ Nanosheets as a Material Platform for Printable Electronics toward Multifunctional Sensing Applications", In Advanced Materials Technologies, Wiley, Jun 2023. [doi] [Bibtex & Downloads]
Piezo-Phototronic In$\less$sub$\greater$2$\less$/sub$\greater$Se$\less$sub$\greater$3$\less$/sub$\greater$ Nanosheets as a Material Platform for Printable Electronics toward Multifunctional Sensing Applications
Reference
Christos Polyzoidis, Konstantinos Rogdakis, George Veisakis, Dimitris Tsikritzis, Payam Hashemi, Hyejung Yang, Zden\vek Sofer, Ali Shaygan Nia, Xinliang Feng, Emmanuel Kymakis, "Piezo-Phototronic In$\less$sub$\greater$2$\less$/sub$\greater$Se$\less$sub$\greater$3$\less$/sub$\greater$ Nanosheets as a Material Platform for Printable Electronics toward Multifunctional Sensing Applications", In Advanced Materials Technologies, Wiley, Jun 2023. [doi]
Bibtex
@article{Polyzoidis_2023,
doi = {10.1002/admt.202300203},
url = {https://doi.org/10.1002%2Fadmt.202300203},
year = 2023,
month = {jun},
publisher = {Wiley},
author = {Christos Polyzoidis and Konstantinos Rogdakis and George Veisakis and Dimitris Tsikritzis and Payam Hashemi and Hyejung Yang and Zden{\v{e}}k Sofer and Ali Shaygan Nia and Xinliang Feng and Emmanuel Kymakis},
title = {Piezo-Phototronic In$\less$sub$\greater$2$\less$/sub$\greater$Se$\less$sub$\greater$3$\less$/sub$\greater$ Nanosheets as a Material Platform for Printable Electronics toward Multifunctional Sensing Applications},
journal = {Advanced Materials Technologies}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Mingchao Wang, Shuai Fu, Petko Petkov, Yubin Fu, Zhitao Zhang, Yannan Liu, Ji Ma, Guangbo Chen, Sai Manoj Gali, Lei Gao, Yang Lu, Silvia Paasch, Haixia Zhong, Hans-Peter Steinrück, Enrique Cánovas, Eike Brunner, David Beljonne, Mischa Bonn, Hai I. Wang, Renhao Dong, Xinliang Feng, "Exceptionally high charge mobility in phthalocyanine-based poly(benzimidazobenzophenanthroline)-ladder-type two-dimensional conjugated polymers", In Nature Materials, Springer Science and Business Media LLC, vol. 22, no. 7, pp. 880–887, Jun 2023. [doi] [Bibtex & Downloads]
Exceptionally high charge mobility in phthalocyanine-based poly(benzimidazobenzophenanthroline)-ladder-type two-dimensional conjugated polymers
Reference
Mingchao Wang, Shuai Fu, Petko Petkov, Yubin Fu, Zhitao Zhang, Yannan Liu, Ji Ma, Guangbo Chen, Sai Manoj Gali, Lei Gao, Yang Lu, Silvia Paasch, Haixia Zhong, Hans-Peter Steinrück, Enrique Cánovas, Eike Brunner, David Beljonne, Mischa Bonn, Hai I. Wang, Renhao Dong, Xinliang Feng, "Exceptionally high charge mobility in phthalocyanine-based poly(benzimidazobenzophenanthroline)-ladder-type two-dimensional conjugated polymers", In Nature Materials, Springer Science and Business Media LLC, vol. 22, no. 7, pp. 880–887, Jun 2023. [doi]
Bibtex
@article{Wang_2023,
doi = {10.1038/s41563-023-01581-6},
url = {https://doi.org/10.1038%2Fs41563-023-01581-6},
year = 2023,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {22},
number = {7},
pages = {880--887},
author = {Mingchao Wang and Shuai Fu and Petko Petkov and Yubin Fu and Zhitao Zhang and Yannan Liu and Ji Ma and Guangbo Chen and Sai Manoj Gali and Lei Gao and Yang Lu and Silvia Paasch and Haixia Zhong and Hans-Peter Steinrück and Enrique C{\'{a}}novas and Eike Brunner and David Beljonne and Mischa Bonn and Hai I. Wang and Renhao Dong and Xinliang Feng},
title = {Exceptionally high charge mobility in phthalocyanine-based poly(benzimidazobenzophenanthroline)-ladder-type two-dimensional conjugated polymers},
journal = {Nature Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Fupeng Wu, Ana Barragán, Aurelio Gallardo, Lin Yang, Kalyan Biswas, David Écija, Jesús I. Mendieta-Moreno, José I. Urgel, Ji Ma, Xinliang Feng, "Structural Expansion of Cyclohepta[def]fluorene towards Azulene-embedded Non-benzenoid Nanographenes", In Chemistry \textendash A European Journal, Wiley, Jun 2023. [doi] [Bibtex & Downloads]
Structural Expansion of Cyclohepta[def]fluorene towards Azulene-embedded Non-benzenoid Nanographenes
Reference
Fupeng Wu, Ana Barragán, Aurelio Gallardo, Lin Yang, Kalyan Biswas, David Écija, Jesús I. Mendieta-Moreno, José I. Urgel, Ji Ma, Xinliang Feng, "Structural Expansion of Cyclohepta[def]fluorene towards Azulene-embedded Non-benzenoid Nanographenes", In Chemistry \textendash A European Journal, Wiley, Jun 2023. [doi]
Bibtex
@article{Wu_2023,
doi = {10.1002/chem.202301739},
url = {https://doi.org/10.1002%2Fchem.202301739},
year = 2023,
month = {jun},
publisher = {Wiley},
author = {Fupeng Wu and Ana Barrag{\'{a}}n and Aurelio Gallardo and Lin Yang and Kalyan Biswas and David {\'{E}}cija and Jes{\'{u}}s I. Mendieta-Moreno and Jos{\'{e}} I. Urgel and Ji Ma and Xinliang Feng},
title = {Structural Expansion of Cyclohepta[def]fluorene towards Azulene-embedded Non-benzenoid Nanographenes},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Margarethe Hauck, Lena M. Saure, Berit Zeller-Plumhoff, Sören Kaps, Jörg Hammel, Caprice Mohr, Lena Rieck, Ali Shaygan Nia, Xinliang Feng, Nicola M. Pugno, Rainer Adelung, Fabian Schütt, "Overcoming Water Diffusion Limitations in Hydrogels Via Microtubular Graphene Networks for Soft Actuators", In Advanced Materials, Wiley, Jun 2023. [doi] [Bibtex & Downloads]
Overcoming Water Diffusion Limitations in Hydrogels Via Microtubular Graphene Networks for Soft Actuators
Reference
Margarethe Hauck, Lena M. Saure, Berit Zeller-Plumhoff, Sören Kaps, Jörg Hammel, Caprice Mohr, Lena Rieck, Ali Shaygan Nia, Xinliang Feng, Nicola M. Pugno, Rainer Adelung, Fabian Schütt, "Overcoming Water Diffusion Limitations in Hydrogels Via Microtubular Graphene Networks for Soft Actuators", In Advanced Materials, Wiley, Jun 2023. [doi]
Bibtex
@article{Hauck_2023,
doi = {10.1002/adma.202302816},
url = {https://doi.org/10.1002%2Fadma.202302816},
year = 2023,
month = {jun},
publisher = {Wiley},
author = {Margarethe Hauck and Lena M. Saure and Berit Zeller-Plumhoff and Sören Kaps and Jörg Hammel and Caprice Mohr and Lena Rieck and Ali Shaygan Nia and Xinliang Feng and Nicola M. Pugno and Rainer Adelung and Fabian Schütt},
title = {Overcoming Water Diffusion Limitations in Hydrogels Via Microtubular Graphene Networks for Soft Actuators},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Chuanhui Huang, Xinglong Shang, Xinyuan Zhou, Zhe Zhang, Xing Huang, Yang Lu, Mingchao Wang, Markus Löffler, Zhongquan Liao, Haoyuan Qi, Ute Kaiser, Dana Schwarz, Andreas Fery, Tie Wang, Stefan C. B. Mannsfeld, Guoqing Hu, Xinliang Feng, Renhao Dong, "Hierarchical conductive metal-organic framework films enabling efficient interfacial mass transfer", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Jun 2023. [doi] [Bibtex & Downloads]
Hierarchical conductive metal-organic framework films enabling efficient interfacial mass transfer
Reference
Chuanhui Huang, Xinglong Shang, Xinyuan Zhou, Zhe Zhang, Xing Huang, Yang Lu, Mingchao Wang, Markus Löffler, Zhongquan Liao, Haoyuan Qi, Ute Kaiser, Dana Schwarz, Andreas Fery, Tie Wang, Stefan C. B. Mannsfeld, Guoqing Hu, Xinliang Feng, Renhao Dong, "Hierarchical conductive metal-organic framework films enabling efficient interfacial mass transfer", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Jun 2023. [doi]
Bibtex
@article{Huang_2023,
doi = {10.1038/s41467-023-39630-y},
url = {https://doi.org/10.1038%2Fs41467-023-39630-y},
year = 2023,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {14},
number = {1},
author = {Chuanhui Huang and Xinglong Shang and Xinyuan Zhou and Zhe Zhang and Xing Huang and Yang Lu and Mingchao Wang and Markus Löffler and Zhongquan Liao and Haoyuan Qi and Ute Kaiser and Dana Schwarz and Andreas Fery and Tie Wang and Stefan C. B. Mannsfeld and Guoqing Hu and Xinliang Feng and Renhao Dong},
title = {Hierarchical conductive metal-organic framework films enabling efficient interfacial mass transfer},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Suchetana Sarkar, Kwan Ho Au-Yeung, Tim Kühne, Albrecht Waentig, Dmitry A. Ryndyk, Thomas Heine, Gianaurelio Cuniberti, Xinliang Feng, Francesca Moresco, "Adsorption and reversible conformational change of a thiophene based molecule on Au(111)", In Scientific Reports, Springer Science and Business Media LLC, vol. 13, no. 1, Jun 2023. [doi] [Bibtex & Downloads]
Adsorption and reversible conformational change of a thiophene based molecule on Au(111)
Reference
Suchetana Sarkar, Kwan Ho Au-Yeung, Tim Kühne, Albrecht Waentig, Dmitry A. Ryndyk, Thomas Heine, Gianaurelio Cuniberti, Xinliang Feng, Francesca Moresco, "Adsorption and reversible conformational change of a thiophene based molecule on Au(111)", In Scientific Reports, Springer Science and Business Media LLC, vol. 13, no. 1, Jun 2023. [doi]
Bibtex
@article{Sarkar_2023,
doi = {10.1038/s41598-023-37661-5},
url = {https://doi.org/10.1038%2Fs41598-023-37661-5},
year = 2023,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Suchetana Sarkar and Kwan Ho Au-Yeung and Tim Kühne and Albrecht Waentig and Dmitry A. Ryndyk and Thomas Heine and Gianaurelio Cuniberti and Xinliang Feng and Francesca Moresco},
title = {Adsorption and reversible conformational change of a thiophene based molecule on Au(111)},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Raghul Saravanan, Sathwika Bavikadi, Shubham Rai, Akash Kumar, Sai Manoj Pudukotai Dinakarrao, "Reconfigurable FET Approximate Computing-Based Accelerator for Deep Learning Applications", In Proceeding: IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, May 2023. [Bibtex & Downloads]
Reconfigurable FET Approximate Computing-Based Accelerator for Deep Learning Applications
Reference
Raghul Saravanan, Sathwika Bavikadi, Shubham Rai, Akash Kumar, Sai Manoj Pudukotai Dinakarrao, "Reconfigurable FET Approximate Computing-Based Accelerator for Deep Learning Applications", In Proceeding: IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, May 2023.
Bibtex
@inproceedings{Rai_2023,
year = 2023,
month = {may},
publisher = ,
author = {Raghul Saravanan and Sathwika Bavikadi and Shubham Rai and Akash Kumar and Sai Manoj Pudukotai Dinakarrao},
title = {Reconfigurable {FET} Approximate Computing-Based Accelerator for Deep Learning Applications},
booktitle = {IEEE International Symposium on Circuits and Systems ({ISCAS})}
}Downloads
No Downloads available for this publication
Permalink
- Elias Trommer, Bernd Waschneck, Akash Kumar, "Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks", In Proceeding: International Symposium on Design and Diagnostics of Electronic Circuits and Systems (DDECS), IEEE, May 2023. [Bibtex & Downloads]
Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks
Reference
Elias Trommer, Bernd Waschneck, Akash Kumar, "Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks", In Proceeding: International Symposium on Design and Diagnostics of Electronic Circuits and Systems (DDECS), IEEE, May 2023.
Bibtex
@inproceedings{Trommer_DDECS,
year = 2023,
month = {may},
publisher = ,
author = {Elias Trommer and Bernd Waschneck and Akash Kumar},
title = {Combining Gradients and Probabilities for Heterogeneous Approximation of Neural Networks},
booktitle = {International Symposium on Design and Diagnostics of Electronic Circuits and Systems ({DDECS})}
}Downloads
No Downloads available for this publication
Permalink
- Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers", In IEEE Transactions on Circuits and Systems II: Express Briefs, pp. 1-1, May 2023. [doi] [Bibtex & Downloads]
Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers
Reference
Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers", In IEEE Transactions on Circuits and Systems II: Express Briefs, pp. 1-1, May 2023. [doi]
Bibtex
@ARTICLE{Kavand2023,
author={Kavand, Nima and Darjani, Armin and Rai, Shubham and Kumar, Akash},
journal={IEEE Transactions on Circuits and Systems II: Express Briefs},
title={Design of Energy-efficient RFET-based Exact and Approximate 4:2 Compressors and Multipliers},
year={2023},
month = {May},
volume={},
number={},
pages={1-1},
doi={10.1109/TCSII.2023.3275983}}Downloads
RFET_Compressor_TCASII_brief (5) [PDF]
Permalink
- Jeronimo Castrillon, "Intermediate abstractions and optimizing compilers for adaptable HPC", In 4th Workshop on LLVM Compiler and Tools for HPC (LLVM-CTH’23), co-located with the 38th ISC High Performance Conference (invited talk), May 2023. [Bibtex & Downloads]
Intermediate abstractions and optimizing compilers for adaptable HPC
Reference
Jeronimo Castrillon, "Intermediate abstractions and optimizing compilers for adaptable HPC", In 4th Workshop on LLVM Compiler and Tools for HPC (LLVM-CTH’23), co-located with the 38th ISC High Performance Conference (invited talk), May 2023.
Bibtex
@Misc{castrillon_isc_llcvm-cth2023,
author = {Castrillon, Jeronimo},
date = {2023-05},
title = {Intermediate abstractions and optimizing compilers for adaptable HPC},
howpublished = {4th Workshop on LLVM Compiler and Tools for HPC (LLVM-CTH’23), co-located with the 38th ISC High Performance Conference (invited talk)},
location = {Hamburg, Germany},
url = {https://hps.vi4io.org/events/2023/llvm},
month = may,
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs", In Proceeding: 2023 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW), pp. 85-92, 2023. [doi] [Bibtex & Downloads]
NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs
Reference
Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs", In Proceeding: 2023 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW), pp. 85-92, 2023. [doi]
Bibtex
@INPROCEEDINGS{10196610,
author={Liu, Yuhao and Rai, Shubham and Ullah, Salim and Kumar, Akash},
booktitle={2023 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)},
title={NetPU-M: a Generic Reconfigurable Neural Network Accelerator Architecture for MLPs},
year={2023},
volume={},
number={},
pages={85-92},
doi={10.1109/IPDPSW59300.2023.00026}}Downloads
RAW2023-NetPU-M [PDF]
Permalink
- Lukas Sporrer, Guojun Zhou, Mingchao Wang, Vasileios Balos, Sergio Revuelta, Kamil Jastrzembski, Markus Löffler, Petko Petkov, Thomas Heine, Angieszka Kuc, Enrique Cánovas, Zhehao Huang, Xinliang Feng, Renhao Dong, "Near IR Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 25, May 2023. [doi] [Bibtex & Downloads]
Near IR Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility
Reference
Lukas Sporrer, Guojun Zhou, Mingchao Wang, Vasileios Balos, Sergio Revuelta, Kamil Jastrzembski, Markus Löffler, Petko Petkov, Thomas Heine, Angieszka Kuc, Enrique Cánovas, Zhehao Huang, Xinliang Feng, Renhao Dong, "Near IR Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 25, May 2023. [doi]
Bibtex
@article{Sporrer_2023,
doi = {10.1002/anie.202300186},
url = {https://doi.org/10.1002%2Fanie.202300186},
year = 2023,
month = {may},
publisher = {Wiley},
volume = {62},
number = {25},
author = {Lukas Sporrer and Guojun Zhou and Mingchao Wang and Vasileios Balos and Sergio Revuelta and Kamil Jastrzembski and Markus Löffler and Petko Petkov and Thomas Heine and Angieszka Kuc and Enrique C{\'{a}}novas and Zhehao Huang and Xinliang Feng and Renhao Dong},
title = {Near {IR} Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Moritz Thümler, Shesha G.\hspace0.167emM. Srinivas, Malte Schröder, Marc Timme, "Synchrony for Weak Coupling in the Complexified Kuramoto Model", In Physical Review Letters, American Physical Society (APS), vol. 130, no. 18, May 2023. [doi] [Bibtex & Downloads]
Synchrony for Weak Coupling in the Complexified Kuramoto Model
Reference
Moritz Thümler, Shesha G.\hspace0.167emM. Srinivas, Malte Schröder, Marc Timme, "Synchrony for Weak Coupling in the Complexified Kuramoto Model", In Physical Review Letters, American Physical Society (APS), vol. 130, no. 18, May 2023. [doi]
Bibtex
@article{Th_mler_2023,
doi = {10.1103/physrevlett.130.187201},
url = {https://doi.org/10.1103%2Fphysrevlett.130.187201},
year = 2023,
month = {may},
publisher = {American Physical Society ({APS})},
volume = {130},
number = {18},
author = {Moritz Thümler and Shesha G.{\hspace{0.167em}}M. Srinivas and Malte Schröder and Marc Timme},
title = {Synchrony for Weak Coupling in the Complexified Kuramoto Model},
journal = {Physical Review Letters}
}Downloads
No Downloads available for this publication
Permalink
- Lukas Sporrer, Guojun Zhou, Mingchao Wang, Vasileios Balos, Sergio Revuelta, Kamil Jastrzembski, Markus Löffler, Petko Petkov, Thomas Heine, Angieszka Kuc, Enrique Cánovas, Zhehao Huang, Xinliang Feng, Renhao Dong, "Near IR Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 25, May 2023. [doi] [Bibtex & Downloads]
Near IR Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility
Reference
Lukas Sporrer, Guojun Zhou, Mingchao Wang, Vasileios Balos, Sergio Revuelta, Kamil Jastrzembski, Markus Löffler, Petko Petkov, Thomas Heine, Angieszka Kuc, Enrique Cánovas, Zhehao Huang, Xinliang Feng, Renhao Dong, "Near IR Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 25, May 2023. [doi]
Bibtex
@article{Sporrer_2023,
doi = {10.1002/anie.202300186},
url = {https://doi.org/10.1002%2Fanie.202300186},
year = 2023,
month = {may},
publisher = {Wiley},
volume = {62},
number = {25},
author = {Lukas Sporrer and Guojun Zhou and Mingchao Wang and Vasileios Balos and Sergio Revuelta and Kamil Jastrzembski and Markus Löffler and Petko Petkov and Thomas Heine and Angieszka Kuc and Enrique C{\'{a}}novas and Zhehao Huang and Xinliang Feng and Renhao Dong},
title = {Near {IR} Bandgap Semiconducting 2D Conjugated Metal-Organic Framework with Rhombic Lattice and High Mobility},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Permalink
- Xia Wang, Minghao Yu, Xinliang Feng, "Electronic structure regulation of noble metal-free materials toward alkaline oxygen electrocatalysis", In eScience, Elsevier BV, pp. 100141, May 2023. [doi] [Bibtex & Downloads]
Electronic structure regulation of noble metal-free materials toward alkaline oxygen electrocatalysis
Reference
Xia Wang, Minghao Yu, Xinliang Feng, "Electronic structure regulation of noble metal-free materials toward alkaline oxygen electrocatalysis", In eScience, Elsevier BV, pp. 100141, May 2023. [doi]
Bibtex
@article{Wang_2023,
doi = {10.1016/j.esci.2023.100141},
url = {https://doi.org/10.1016%2Fj.esci.2023.100141},
year = 2023,
month = {may},
publisher = {Elsevier {BV}},
pages = {100141},
author = {Xia Wang and Minghao Yu and Xinliang Feng},
title = {Electronic structure regulation of noble metal-free materials toward alkaline oxygen electrocatalysis},
journal =
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs", Proceedings of the 2023 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1-6, Apr 2023. [doi] [Bibtex & Downloads]
Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs
Reference
Guilherme Korol, Michael Guilherme Jordan, Mateus Beck Rutzig, Jeronimo Castrillon, Antonio Carlos Schneider Beck, "Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs", Proceedings of the 2023 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1-6, Apr 2023. [doi]
Abstract
The challenge of processing heavy-load ML tasks, particularly CNN-based ones at resource-constrained IoT devices, has encouraged the use of edge servers. The edge offers performance levels higher than the end devices and better latency and security levels than the Cloud. On top of that, the rising complexity of ML applications, the ever-increasing number of connected devices, and the current demands for energy efficiency require optimizing such CNN models. Pruning and early-exit are notable optimizations that have been successfully used to alleviate the computational cost of inference. However, these optimizations have not yet been exploited simultaneously: while pruning is usually applied at design time, which involves retraining the CNN before deployment, early-exit is inherently dynamic. In this work, we propose AdaPEx, a framework that exploits the intrinsic reconfigurable FPGA capabilities so both can be cooperatively employed. AdaPEx first explores the trade-off between pruning and early-exit at design-time, creating a design space never exploited in the state-of-the-art. Then, AdaPEx applies FPGA reconfiguration as a means to enable the combined use of pruning and early-exit dynamically. At runtime, this allows matching the inference processing to the current edge conditions and a user-configurable accuracy threshold. In a smart IoT application, AdaPEx processes up to 1.32x more inferences and improves EDP by up to 2.55x over the state-of-the-art FPGA-based FINN accelerator.
Bibtex
@InProceedings{korol_date23,
author = {Guilherme Korol and Michael Guilherme Jordan and Mateus Beck Rutzig and Jeronimo Castrillon and Antonio Carlos Schneider Beck},
booktitle = {Proceedings of the 2023 Design, Automation and Test in Europe Conference (DATE)},
title = {Pruning and Early-Exit Co-Optimization for CNN Acceleration on FPGAs},
location = {Antwerp, Belgium},
pages = {6pp},
publisher = {IEEE},
series = {DATE'23},
month = apr,
year = {2023},
doi = {10.23919/DATE56975.2023.10137244},
pages = {1-6},
url = {https://ieeexplore.ieee.org/document/10137244},
abstract = {The challenge of processing heavy-load ML tasks, particularly CNN-based ones at resource-constrained IoT devices, has encouraged the use of edge servers. The edge offers performance levels higher than the end devices and better latency and security levels than the Cloud. On top of that, the rising complexity of ML applications, the ever-increasing number of connected devices, and the current demands for energy efficiency require optimizing such CNN models. Pruning and early-exit are notable optimizations that have been successfully used to alleviate the computational cost of inference. However, these optimizations have not yet been exploited simultaneously: while pruning is usually applied at design time, which involves retraining the CNN before deployment, early-exit is inherently dynamic. In this work, we propose AdaPEx, a framework that exploits the intrinsic reconfigurable FPGA capabilities so both can be cooperatively employed. AdaPEx first explores the trade-off between pruning and early-exit at design-time, creating a design space never exploited in the state-of-the-art. Then, AdaPEx applies FPGA reconfiguration as a means to enable the combined use of pruning and early-exit dynamically. At runtime, this allows matching the inference processing to the current edge conditions and a user-configurable accuracy threshold. In a smart IoT application, AdaPEx processes up to 1.32x more inferences and improves EDP by up to 2.55x over the state-of-the-art FPGA-based FINN accelerator.},
}Downloads
2304_Korol_DATE [PDF]
Permalink
- Jens Trommer, Niladri Bhattacharjee, Thomas Mikolajick, Sebastian Huhn, Marcel Merten, Mohammed Elkacem Djeridane, Muhammad Hassan, Rolf Drechsler, Shubham Rai, Nima Kavand, Armin Darjani, Akash Kumar, Violetta Sessi, Maximilian Drescher, Sabine Kolodinski, Maciej Wiatr, "Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors", In Proceeding: Design, Automation and Test in Europe Conference (DATE), IEEE/ACM, April 2023. [Bibtex & Downloads]
Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors
Reference
Jens Trommer, Niladri Bhattacharjee, Thomas Mikolajick, Sebastian Huhn, Marcel Merten, Mohammed Elkacem Djeridane, Muhammad Hassan, Rolf Drechsler, Shubham Rai, Nima Kavand, Armin Darjani, Akash Kumar, Violetta Sessi, Maximilian Drescher, Sabine Kolodinski, Maciej Wiatr, "Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors", In Proceeding: Design, Automation and Test in Europe Conference (DATE), IEEE/ACM, April 2023.
Bibtex
@inproceedings{Rai_DATE_2023,
year = 2023,
month = {April},
publisher = ,
author = {Jens Trommer and Niladri Bhattacharjee and Thomas Mikolajick and Sebastian Huhn and Marcel Merten and Mohammed Elkacem Djeridane and Muhammad Hassan and Rolf Drechsler and Shubham Rai and Nima Kavand and Armin Darjani and Akash Kumar and Violetta Sessi and Maximilian Drescher and Sabine Kolodinski and Maciej Wiatr},
title = {Design Enablement Flow for Circuits with Inherent Obfuscation based on Reconfigurable Transistors},
booktitle = {Design, Automation and Test in Europe Conference ({DATE})}
}Downloads
DATE_2023_Cirrostrato [PDF]
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems", In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 1-2, April 2023. [doi] [Bibtex & Downloads]
Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Akash Kumar, "Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems", In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 1-2, April 2023. [doi]
Bibtex
@inproceedings{Ranjbar_DATE_2023,
year = 2023,
month = {April},
pages={1-2},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Akash Kumar},
title = {Motivating Agent-Based Learning For Bounding Time in Mixed-Criticality Systems},
booktitle = {Design, Automation \& Test in Europe Conference \& Exhibition (DATE)},
doi={10.23919/DATE56975.2023.10137189}
}Downloads
No Downloads available for this publication
Permalink
- Behnaz Ranjbar, Florian Klemme, Paul R. Genssler, Hussam Amrouch, Jinhyo Jung, Shail Dave, Hwisoo So, Kyongwoo Lee, Aviral Shrivastava, Ji-Yung Lin, Pieter Weckx, Subrat Mishra, Francky Catthoor, Dwaipayan Biswas, Akash Kumar, "Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level", In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 1-10, April 2023. [doi] [Bibtex & Downloads]
Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level
Reference
Behnaz Ranjbar, Florian Klemme, Paul R. Genssler, Hussam Amrouch, Jinhyo Jung, Shail Dave, Hwisoo So, Kyongwoo Lee, Aviral Shrivastava, Ji-Yung Lin, Pieter Weckx, Subrat Mishra, Francky Catthoor, Dwaipayan Biswas, Akash Kumar, "Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level", In Proceeding: Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 1-10, April 2023. [doi]
Bibtex
@inproceedings{Ranjbar_SS_DATE_2023,
year = 2023,
month = {April},
pages={1-10},
author = {Behnaz Ranjbar and Florian Klemme and Paul R. Genssler and Hussam Amrouch and Jinhyo Jung and Shail Dave and Hwisoo So and Kyongwoo Lee and Aviral Shrivastava and Ji-Yung Lin and Pieter Weckx and Subrat Mishra and Francky Catthoor and Dwaipayan Biswas and Akash Kumar},
title = {Learning-Oriented Reliability Improvement of Computing Systems From Transistor to Application Level},
booktitle = {Design, Automation \& Test in Europe Conference \& Exhibition (DATE)},
doi={10.23919/DATE56975.2023.10137182}
}Downloads
No Downloads available for this publication
Permalink
- Ye Yu, Anatol Prudnikau, Vladimir Lesnyak, Robert Kirchner, "Quantum Dots Facilitate 3D Two-Photon Laser Lithography", In Advanced Materials, Wiley, Apr 2023. [doi] [Bibtex & Downloads]
Quantum Dots Facilitate 3D Two-Photon Laser Lithography
Reference
Ye Yu, Anatol Prudnikau, Vladimir Lesnyak, Robert Kirchner, "Quantum Dots Facilitate 3D Two-Photon Laser Lithography", In Advanced Materials, Wiley, Apr 2023. [doi]
Bibtex
@article{Yu_2023,
doi = {10.1002/adma.202211702},
url = {https://doi.org/10.1002%2Fadma.202211702},
year = 2023,
month = {apr},
publisher = {Wiley},
author = {Ye Yu and Anatol Prudnikau and Vladimir Lesnyak and Robert Kirchner},
title = {Quantum Dots Facilitate 3D Two-Photon Laser Lithography},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Oscar Telschow, Niels Scheffczyk, Alexander Hinderhofer, Lena Merten, Ekaterina Kneschaurek, Florian Bertram, Qi Zhou, Markus Löffler, Frank Schreiber, Fabian Paulus, Yana Vaynzof, "Elucidating Structure Formation in Highly Oriented Triple Cation Perovskite Films", In Advanced Science, Wiley, vol. 10, no. 17, Apr 2023. [doi] [Bibtex & Downloads]
Elucidating Structure Formation in Highly Oriented Triple Cation Perovskite Films
Reference
Oscar Telschow, Niels Scheffczyk, Alexander Hinderhofer, Lena Merten, Ekaterina Kneschaurek, Florian Bertram, Qi Zhou, Markus Löffler, Frank Schreiber, Fabian Paulus, Yana Vaynzof, "Elucidating Structure Formation in Highly Oriented Triple Cation Perovskite Films", In Advanced Science, Wiley, vol. 10, no. 17, Apr 2023. [doi]
Bibtex
@article{Telschow_2023,
doi = {10.1002/advs.202206325},
url = {https://doi.org/10.1002%2Fadvs.202206325},
year = 2023,
month = {apr},
publisher = {Wiley},
volume = {10},
number = {17},
author = {Oscar Telschow and Niels Scheffczyk and Alexander Hinderhofer and Lena Merten and Ekaterina Kneschaurek and Florian Bertram and Qi Zhou and Markus Löffler and Frank Schreiber and Fabian Paulus and Yana Vaynzof},
title = {Elucidating Structure Formation in Highly Oriented Triple Cation Perovskite Films},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anna Maria Dominic, Zhiyong Wang, Agnieszka Kuc, Petko Petkov, Khoa Hoang Ly, Thi Lam Huong Pham, Martin Kutzschbach, Yuanyuan Cao, Julien Bachmann, Xinliang Feng, Renhao Dong, Inez M. Weidinger, "Oxidation State Dependent Conjugation Controls Electrocatalytic Activity in a Two-Dimensional Di-Copper Metal\textendashOrganic Framework", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 127, no. 15, pp. 7299–7307, Apr 2023. [doi] [Bibtex & Downloads]
Oxidation State Dependent Conjugation Controls Electrocatalytic Activity in a Two-Dimensional Di-Copper Metal\textendashOrganic Framework
Reference
Anna Maria Dominic, Zhiyong Wang, Agnieszka Kuc, Petko Petkov, Khoa Hoang Ly, Thi Lam Huong Pham, Martin Kutzschbach, Yuanyuan Cao, Julien Bachmann, Xinliang Feng, Renhao Dong, Inez M. Weidinger, "Oxidation State Dependent Conjugation Controls Electrocatalytic Activity in a Two-Dimensional Di-Copper Metal\textendashOrganic Framework", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 127, no. 15, pp. 7299–7307, Apr 2023. [doi]
Bibtex
@article{Dominic_2023,
doi = {10.1021/acs.jpcc.2c08819},
url = {https://doi.org/10.1021%2Facs.jpcc.2c08819},
year = 2023,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {127},
number = {15},
pages = {7299--7307},
author = {Anna Maria Dominic and Zhiyong Wang and Agnieszka Kuc and Petko Petkov and Khoa Hoang Ly and Thi Lam Huong Pham and Martin Kutzschbach and Yuanyuan Cao and Julien Bachmann and Xinliang Feng and Renhao Dong and Inez M. Weidinger},
title = {Oxidation State Dependent Conjugation Controls Electrocatalytic Activity in a Two-Dimensional Di-Copper Metal{\textendash}Organic Framework},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yamei Liu, Mingchao Wang, Changlin Dong, Hongde Yu, Yang Lu, Xing Huang, Silvia Paasch, Eike Brunner, Thomas Heine, Fang Song, Florian Auras, Fugui Xu, Yiyong Mai, Xinliang Feng, "A thienyl-benzodithiophene-based two-dimensional conjugated covalent organic framework for fast photothermal conversion", In Journal of Polymer Science, Wiley, Apr 2023. [doi] [Bibtex & Downloads]
A thienyl-benzodithiophene-based two-dimensional conjugated covalent organic framework for fast photothermal conversion
Reference
Yamei Liu, Mingchao Wang, Changlin Dong, Hongde Yu, Yang Lu, Xing Huang, Silvia Paasch, Eike Brunner, Thomas Heine, Fang Song, Florian Auras, Fugui Xu, Yiyong Mai, Xinliang Feng, "A thienyl-benzodithiophene-based two-dimensional conjugated covalent organic framework for fast photothermal conversion", In Journal of Polymer Science, Wiley, Apr 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1002/pol.20230090},
url = {https://doi.org/10.1002%2Fpol.20230090},
year = 2023,
month = {apr},
publisher = {Wiley},
author = {Yamei Liu and Mingchao Wang and Changlin Dong and Hongde Yu and Yang Lu and Xing Huang and Silvia Paasch and Eike Brunner and Thomas Heine and Fang Song and Florian Auras and Fugui Xu and Yiyong Mai and Xinliang Feng},
title = {A thienyl-benzodithiophene-based two-dimensional conjugated covalent organic framework for fast photothermal conversion},
journal = {Journal of Polymer Science}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Renxiang Liu, Yubin Fu, Fupeng Wu, Fupin Liu, Jin-Jiang Zhang, Lin Yang, Alexey A. Popov, Ji Ma, Xinliang Feng, "Modular Synthesis of Structurally Diverse Azulene-Embedded Polycyclic Aromatic Hydrocarbons by Knoevenagel-Type Condensation", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 21, Apr 2023. [doi] [Bibtex & Downloads]
Modular Synthesis of Structurally Diverse Azulene-Embedded Polycyclic Aromatic Hydrocarbons by Knoevenagel-Type Condensation
Reference
Renxiang Liu, Yubin Fu, Fupeng Wu, Fupin Liu, Jin-Jiang Zhang, Lin Yang, Alexey A. Popov, Ji Ma, Xinliang Feng, "Modular Synthesis of Structurally Diverse Azulene-Embedded Polycyclic Aromatic Hydrocarbons by Knoevenagel-Type Condensation", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 21, Apr 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1002/anie.202219091},
url = {https://doi.org/10.1002%2Fanie.202219091},
year = 2023,
month = {apr},
publisher = {Wiley},
volume = {62},
number = {21},
author = {Renxiang Liu and Yubin Fu and Fupeng Wu and Fupin Liu and Jin-Jiang Zhang and Lin Yang and Alexey A. Popov and Ji Ma and Xinliang Feng},
title = {Modular Synthesis of Structurally Diverse Azulene-Embedded Polycyclic Aromatic Hydrocarbons by Knoevenagel-Type Condensation},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Behnaz Ranjbar, Amit Kumar Singh, Siva Satyendra Sahoo, Piotr Dziurzanski, Akash Kumar, "Power Management of Multicore Systems", Chapter in Handbook of Computer Architecture, Springer Nature Singapore, pp. 1–33, 2023. [doi] [Bibtex & Downloads]
Power Management of Multicore Systems
Reference
Behnaz Ranjbar, Amit Kumar Singh, Siva Satyendra Sahoo, Piotr Dziurzanski, Akash Kumar, "Power Management of Multicore Systems", Chapter in Handbook of Computer Architecture, Springer Nature Singapore, pp. 1–33, 2023. [doi]
Bibtex
@incollection{Ranjbar_2023,
doi = {10.1007/978-981-15-6401-7_55-1},
url = {https://doi.org/10.1007%2F978-981-15-6401-7_55-1},
year = 2023,
publisher = {Springer Nature Singapore},
pages = {1--33},
author = {Behnaz Ranjbar and Amit Kumar Singh and Siva Satyendra Sahoo and Piotr Dziurzanski and Akash Kumar},
title = {Power Management of Multicore Systems},
booktitle = {Handbook of Computer Architecture}
}Downloads
No Downloads available for this publication
Permalink
- Zahra Ebrahimi, Muhammad Zaid, Mark Wijtvliet, Akash Kumar, "RAPID: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 712–725, Mar 2023. [doi] [Bibtex & Downloads]
RAPID: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency
Reference
Zahra Ebrahimi, Muhammad Zaid, Mark Wijtvliet, Akash Kumar, "RAPID: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 712–725, Mar 2023. [doi]
Bibtex
@article{Ebrahimi_2023,
doi = {10.1109/tcad.2022.3184928},
url = {https://doi.org/10.1109%2Ftcad.2022.3184928},
year = 2023,
month = {mar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {42},
number = {3},
pages = {712--725},
author = {Zahra Ebrahimi and Muhammad Zaid and Mark Wijtvliet and Akash Kumar},
title = {{RAPID}: Approximate Pipelined Soft Multipliers and Dividers for High Throughput and Energy Efficiency},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
TCAD_RAPID_long_version [PDF]
Permalink
- Shubham Rai, Alessandro Tempia Calvino, Heinz Riener, Giovanni De Micheli, Akash Kumar, "Utilizing XMG-Based Synthesis to Preserve Self-Duality for RFET-Based Circuits", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 914–927, Mar 2023. [doi] [Bibtex & Downloads]
Utilizing XMG-Based Synthesis to Preserve Self-Duality for RFET-Based Circuits
Reference
Shubham Rai, Alessandro Tempia Calvino, Heinz Riener, Giovanni De Micheli, Akash Kumar, "Utilizing XMG-Based Synthesis to Preserve Self-Duality for RFET-Based Circuits", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 42, no. 3, pp. 914–927, Mar 2023. [doi]
Bibtex
@article{Rai_2023,
doi = {10.1109/tcad.2022.3184633},
url = {https://doi.org/10.1109%2Ftcad.2022.3184633},
year = 2023,
month = {mar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {42},
number = {3},
pages = {914--927},
author = {Shubham Rai and Alessandro Tempia Calvino and Heinz Riener and Giovanni De Micheli and Akash Kumar},
title = {Utilizing {XMG}-Based Synthesis to Preserve Self-Duality for {RFET}-Based Circuits},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
TCAD_2022 [PDF]
Permalink
- Stephanie Soldavini, Karl F. A. Friebel, Mattia Tibaldi, Gerald Hempel, Jeronimo Castrillon, Christian Pilato, "Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics", In ACM Transactions on Reconfigurable Technology and Systems (TRETS), Association for Computing Machinery, vol. 16, no. 2, New York, NY, USA, Mar 2023. [doi] [Bibtex & Downloads]
Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics
Reference
Stephanie Soldavini, Karl F. A. Friebel, Mattia Tibaldi, Gerald Hempel, Jeronimo Castrillon, Christian Pilato, "Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics", In ACM Transactions on Reconfigurable Technology and Systems (TRETS), Association for Computing Machinery, vol. 16, no. 2, New York, NY, USA, Mar 2023. [doi]
Abstract
Numerical simulations can help solve complex problems. Most of these algorithms are massively parallel and thus good candidates for FPGA acceleration thanks to spatial parallelism. Modern FPGA devices can leverage high-bandwidth memory technologies, but when applications are memory-bound designers must craft advanced communication and memory architectures for efficient data movement and on-chip storage. This development process requires hardware design skills that are uncommon in domain-specific experts. In this paper, we propose an automated tool flow from a domain-specific language (DSL) for tensor expressions to generate massively-parallel accelerators on HBM-equipped FPGAs. Designers can use this flow to integrate and evaluate various compiler or hardware optimizations. We use computational fluid dynamics (CFD) as a paradigmatic example. Our flow starts from the high-level specification of tensor operations and combines an MLIR-based compiler with an in-house hardware generation flow to generate systems with parallel accelerators and a specialized memory architecture that moves data efficiently, aiming at fully exploiting the available CPU-FPGA bandwidth. We simulated applications with millions of elements, achieving up to 103 GFLOPS with one compute unit and custom precision when targeting a Xilinx Alveo U280. Our FPGA implementation is up to 25 \texttimes more energy efficient than expert-crafted Intel CPU implementations.
Bibtex
@Article{friebel_trets23,
author = {Stephanie Soldavini and Karl F. A. Friebel and Mattia Tibaldi and Gerald Hempel and Jeronimo Castrillon and Christian Pilato},
title = {Automatic Creation of High-Bandwidth Memory Architectures from Domain-Specific Languages: The Case of Computational Fluid Dynamics},
doi = {10.1145/3563553},
issn = {1936-7406},
number = {2},
url = {https://doi.org/10.1145/3563553},
volume = {16},
abstract = {Numerical simulations can help solve complex problems. Most of these algorithms are massively parallel and thus good candidates for FPGA acceleration thanks to spatial parallelism. Modern FPGA devices can leverage high-bandwidth memory technologies, but when applications are memory-bound designers must craft advanced communication and memory architectures for efficient data movement and on-chip storage. This development process requires hardware design skills that are uncommon in domain-specific experts. In this paper, we propose an automated tool flow from a domain-specific language (DSL) for tensor expressions to generate massively-parallel accelerators on HBM-equipped FPGAs. Designers can use this flow to integrate and evaluate various compiler or hardware optimizations. We use computational fluid dynamics (CFD) as a paradigmatic example. Our flow starts from the high-level specification of tensor operations and combines an MLIR-based compiler with an in-house hardware generation flow to generate systems with parallel accelerators and a specialized memory architecture that moves data efficiently, aiming at fully exploiting the available CPU-FPGA bandwidth. We simulated applications with millions of elements, achieving up to 103 GFLOPS with one compute unit and custom precision when targeting a Xilinx Alveo U280. Our FPGA implementation is up to 25 \texttimes{} more energy efficient than expert-crafted Intel CPU implementations.},
address = {New York, NY, USA},
articleno = {21},
journal = {ACM Transactions on Reconfigurable Technology and Systems (TRETS)},
month = mar,
numpages = {34},
publisher = {Association for Computing Machinery},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Carlos Escuin, Asif Ali Khan, Pablo Ibáñez-Marín, Teresa Monreal, Jeronimo Castrillon, Víctor Viñals-Yúfera, "Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs", In Proceeding: the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA'23), IEEE Computer Society, pp. 179–192, Los Alamitos, CA, USA, Mar 2023. [doi] [Bibtex & Downloads]
Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs
Reference
Carlos Escuin, Asif Ali Khan, Pablo Ibáñez-Marín, Teresa Monreal, Jeronimo Castrillon, Víctor Viñals-Yúfera, "Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs", In Proceeding: the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA'23), IEEE Computer Society, pp. 179–192, Los Alamitos, CA, USA, Mar 2023. [doi]
Abstract
Emerging non-volatile memory (NVM) technologies can potentially replace large SRAM memories such as the last-level cache (LLC). However, despite recent advances, NVMs suffer from higher write latency and limited write endurance. Recently, NVM-SRAM hybrid LLCs are proposed to combine the best of both worlds. Several policies have been proposed to improve the performance and lifetime of hybrid LLCs by intelligently steering the incoming LLC blocks into either the SRAM or NVM part, regarding the cache behavior of the LLC blocks and the SRAM/NVM device properties. However, these policies neither consider compressing the contents of the cache block nor using partially worn-out NVM cache blocks.This paper proposes new insertion policies for byte-level fault-tolerant hybrid LLCs that collaboratively optimize for lifetime and performance. Specifically, we leverage data compression to utilize partially defective NVM cache entries, thereby improving the LLC hit rate. The key to our approach is to guide the insertion policy by both the reuse properties of the block and the size resulting from its compression. A block is inserted in NVM only if it is a read-reuse block or its compressed size is lower than a threshold. It will be inserted in SRAM if the block is a write-reuse or its compressed size is greater than the threshold. We use set-dueling to tune the compression threshold at runtime. This compression threshold provides a knob to control the NVM write rate and, together with a rule-based mechanism, allows balancing performance and lifetime.Overall, our evaluation shows that, with affordable hardware overheads, the proposed schemes can nearly reach the performance of an SRAM cache with the same associativity while improving lifetime by 17x compared to a hybrid NVM-unaware LLC. Our proposed scheme outperforms the state-of-the-art insertion policies by 9% while achieving a comparative lifetime. The rule-based mechanism shows that by compromising, for instance, 1.1% and 1.9% performance, the NVM lifetime can be further increased by 28% and 44%, respectively.
Bibtex
@InProceedings{escuin_hpca23,
author = {Carlos Escuin and Asif Ali Khan and Pablo Ibáñez-Marín and Teresa Monreal and Jeronimo Castrillon and Víctor Viñals-Yúfera},
booktitle = {the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA'23)},
title = {Compression-Aware and Performance-Efficient Insertion Policies for Long-Lasting Hybrid LLCs},
organization = {IEEE},
pages = {179--192},
abstract = {Emerging non-volatile memory (NVM) technologies can potentially replace large SRAM memories such as the last-level cache (LLC). However, despite recent advances, NVMs suffer from higher write latency and limited write endurance. Recently, NVM-SRAM hybrid LLCs are proposed to combine the best of both worlds. Several policies have been proposed to improve the performance and lifetime of hybrid LLCs by intelligently steering the incoming LLC blocks into either the SRAM or NVM part, regarding the cache behavior of the LLC blocks and the SRAM/NVM device properties. However, these policies neither consider compressing the contents of the cache block nor using partially worn-out NVM cache blocks.This paper proposes new insertion policies for byte-level fault-tolerant hybrid LLCs that collaboratively optimize for lifetime and performance. Specifically, we leverage data compression to utilize partially defective NVM cache entries, thereby improving the LLC hit rate. The key to our approach is to guide the insertion policy by both the reuse properties of the block and the size resulting from its compression. A block is inserted in NVM only if it is a read-reuse block or its compressed size is lower than a threshold. It will be inserted in SRAM if the block is a write-reuse or its compressed size is greater than the threshold. We use set-dueling to tune the compression threshold at runtime. This compression threshold provides a knob to control the NVM write rate and, together with a rule-based mechanism, allows balancing performance and lifetime.Overall, our evaluation shows that, with affordable hardware overheads, the proposed schemes can nearly reach the performance of an SRAM cache with the same associativity while improving lifetime by 17x compared to a hybrid NVM-unaware LLC. Our proposed scheme outperforms the state-of-the-art insertion policies by 9\% while achieving a comparative lifetime. The rule-based mechanism shows that by compromising, for instance, 1.1\% and 1.9\% performance, the NVM lifetime can be further increased by 28\% and 44\%, respectively.},
doi = {10.1109/HPCA56546.2023.10070968},
url = {https://doi.ieeecomputersociety.org/10.1109/HPCA56546.2023.10070968},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
month = mar,
year = {2023},
}Downloads
2302_Escuin_HPCA [PDF]
Related Paths
Permalink
- Asif Ali Khan, Sebastien Ollivier, Fazal Hameed, Jeronimo Castrillon, Alex K. Jones, "DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories", In IEEE Transactions on Computers, IEEE, Mar 2023. [doi] [Bibtex & Downloads]
DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories
Reference
Asif Ali Khan, Sebastien Ollivier, Fazal Hameed, Jeronimo Castrillon, Alex K. Jones, "DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories", In IEEE Transactions on Computers, IEEE, Mar 2023. [doi]
Abstract
Ultra-dense non-volatile racetrack memories (RTMs) have been investigated at various levels in the memory hierarchy for improved performance and reduced energy consumption. However, the innate shift operations in RTMs, required for data access, incur performance penalties and can induce position errors. These factors can hinder their applicability in replacing low-latency, reliable on-chip memories. Intelligent placement of memory objects in RTMs can significantly reduce the number of shifts per memory access with little to no hardware overhead. However, existing placement strategies may lead to sub-optimal performance when applied to different architectures. Additionally, the impact of these shift optimization techniques on RTM reliability has been insufficiently investigated. We propose DownShift, a generalized data placement mechanism that improves upon prior approaches by taking into account (1) the timing and liveliness information of memory objects and (2) the underlying memory architecture, including required shifting fault tolerance. Thus, we also propose a collaboratively designed new shift alignment reliability technique called GROGU. GROGU leverages the reduced shift window made possible through DownShift allowing improved reliability, area, and energy compared to the state-of-the-art reliability approaches. DownShift reduces the number of shifts, runtime, and energy consumption by 3.24x, 47.6%, and 70.8% compared to the state-of-the-art. GROGU consumes 2.2x less area and 1.3x less energy while providing 16.8x improvement in shift fault tolerance compared to the leading reliability approach for a latency degradation of only 3.2%.
Bibtex
@Article{khan_toc23,
author = {Asif Ali Khan and Sebastien Ollivier and Fazal Hameed and Jeronimo Castrillon and Alex K. Jones},
date = {2023-03},
journal = {IEEE Transactions on Computers},
doi = {10.1109/TC.2023.3257509},
title = {DownShift: Tuning Shift Reduction with Reliability for Racetrack Memories},
abstract = {Ultra-dense non-volatile racetrack memories (RTMs) have been investigated at various levels in the memory hierarchy for improved performance and reduced energy consumption. However, the innate shift operations in RTMs, required for data access, incur performance penalties and can induce position errors. These factors can hinder their applicability in replacing low-latency, reliable on-chip memories. Intelligent placement of memory objects in RTMs can significantly reduce the number of shifts per memory access with little to no hardware overhead. However, existing placement strategies may lead to sub-optimal performance when applied to different architectures. Additionally, the impact of these shift optimization techniques on RTM reliability has been insufficiently investigated. We propose DownShift, a generalized data placement mechanism that improves upon prior approaches by taking into account (1) the timing and liveliness information of memory objects and (2) the underlying memory architecture, including required shifting fault tolerance. Thus, we also propose a collaboratively designed new shift alignment reliability technique called GROGU. GROGU leverages the reduced shift window made possible through DownShift allowing improved reliability, area, and energy compared to the state-of-the-art reliability approaches. DownShift reduces the number of shifts, runtime, and energy consumption by 3.24x, 47.6\%, and 70.8\% compared to the state-of-the-art. GROGU consumes 2.2x less area and 1.3x less energy while providing 16.8x improvement in shift fault tolerance compared to the leading reliability approach for a latency degradation of only 3.2\%.},
month = mar,
numpages = {15},
publisher = {IEEE},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Johannes Hayeß, "Verifying the Rust Runtime of Lingua
Franca", Master's thesis, TU Dresden, March 2023. [Bibtex & Downloads]
Verifying the Rust Runtime of Lingua Franca
Reference
Johannes Hayeß, "Verifying the Rust Runtime of Lingua Franca", Master's thesis, TU Dresden, March 2023.
Bibtex
@mastersthesis{Hayess-diploma23,
title={Verifying the Rust Runtime of Lingua
Franca},
author={Johannes Hayeß},
year={2023},
month=march,
school={TU Dresden},
}Downloads
2303_Hayess_MA [PDF]
Related Paths
Permalink
- Bo Yang, Yanwei Gu, Giuseppe M. Paternò, Joan Teyssandier, Ali Maghsoumi, Alex J. Barker, Kunal S. Mali, Francesco Scotognella, Steven De Feyter, Matteo Tommasini, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Zigzag-Edged Polycyclic Aromatic Hydrocarbons from Benzo[$\less$i$\greater$m$\less$/i$\greater$]tetraphene Precursors", In Chemistry \textendash A European Journal, Wiley, vol. 29, no. 22, Mar 2023. [doi] [Bibtex & Downloads]
Zigzag-Edged Polycyclic Aromatic Hydrocarbons from Benzo[$\less$i$\greater$m$\less$/i$\greater$]tetraphene Precursors
Reference
Bo Yang, Yanwei Gu, Giuseppe M. Paternò, Joan Teyssandier, Ali Maghsoumi, Alex J. Barker, Kunal S. Mali, Francesco Scotognella, Steven De Feyter, Matteo Tommasini, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Zigzag-Edged Polycyclic Aromatic Hydrocarbons from Benzo[$\less$i$\greater$m$\less$/i$\greater$]tetraphene Precursors", In Chemistry \textendash A European Journal, Wiley, vol. 29, no. 22, Mar 2023. [doi]
Bibtex
@article{Yang_2023,
doi = {10.1002/chem.202203981},
url = {https://doi.org/10.1002%2Fchem.202203981},
year = 2023,
month = {mar},
publisher = {Wiley},
volume = {29},
number = {22},
author = {Bo Yang and Yanwei Gu and Giuseppe M. Patern{\`{o}} and Joan Teyssandier and Ali Maghsoumi and Alex J. Barker and Kunal S. Mali and Francesco Scotognella and Steven De Feyter and Matteo Tommasini and Xinliang Feng and Akimitsu Narita and Klaus Müllen},
title = {Zigzag-Edged Polycyclic Aromatic Hydrocarbons from Benzo[$\less$i$\greater$m$\less$/i$\greater$]tetraphene Precursors},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sattwick Haldar, Preeti Bhauriyal, Anthony R. Ramuglia, Arafat H. Khan, Sunel De Kock, Arpan Hazra, Volodymyr Bon, Dominik L. Pastoetter, Sebastian Kirchhoff, Leonid Shupletsov, Ankita De, Mark A. Isaacs, Xinliang Feng, Michael Walter, Eike Brunner, Inez M. Weidinger, Thomas Heine, Andreas Schneemann, Stefan Kaskel, "Sulfide-Bridged Covalent Quinoxaline Frameworks for Lithium\textendashOrganosulfide Batteries", In Advanced Materials, Wiley, vol. 35, no. 16, Mar 2023. [doi] [Bibtex & Downloads]
Sulfide-Bridged Covalent Quinoxaline Frameworks for Lithium\textendashOrganosulfide Batteries
Reference
Sattwick Haldar, Preeti Bhauriyal, Anthony R. Ramuglia, Arafat H. Khan, Sunel De Kock, Arpan Hazra, Volodymyr Bon, Dominik L. Pastoetter, Sebastian Kirchhoff, Leonid Shupletsov, Ankita De, Mark A. Isaacs, Xinliang Feng, Michael Walter, Eike Brunner, Inez M. Weidinger, Thomas Heine, Andreas Schneemann, Stefan Kaskel, "Sulfide-Bridged Covalent Quinoxaline Frameworks for Lithium\textendashOrganosulfide Batteries", In Advanced Materials, Wiley, vol. 35, no. 16, Mar 2023. [doi]
Bibtex
@article{Haldar_2023,
doi = {10.1002/adma.202210151},
url = {https://doi.org/10.1002%2Fadma.202210151},
year = 2023,
month = {mar},
publisher = {Wiley},
volume = {35},
number = {16},
author = {Sattwick Haldar and Preeti Bhauriyal and Anthony R. Ramuglia and Arafat H. Khan and Sunel De Kock and Arpan Hazra and Volodymyr Bon and Dominik L. Pastoetter and Sebastian Kirchhoff and Leonid Shupletsov and Ankita De and Mark A. Isaacs and Xinliang Feng and Michael Walter and Eike Brunner and Inez M. Weidinger and Thomas Heine and Andreas Schneemann and Stefan Kaskel},
title = {Sulfide-Bridged Covalent Quinoxaline Frameworks for Lithium{\textendash}Organosulfide Batteries},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xiao Chang, Li Huang, Yixuan Gao, Yubin Fu, Ji Ma, Huan Yang, Junzhi Liu, Xiaoshuai Fu, Xiao Lin, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "On-surface synthesis and edge states of NBN-doped zigzag graphene nanoribbons", In Nano Research, Springer Science and Business Media LLC, Mar 2023. [doi] [Bibtex & Downloads]
On-surface synthesis and edge states of NBN-doped zigzag graphene nanoribbons
Reference
Xiao Chang, Li Huang, Yixuan Gao, Yubin Fu, Ji Ma, Huan Yang, Junzhi Liu, Xiaoshuai Fu, Xiao Lin, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "On-surface synthesis and edge states of NBN-doped zigzag graphene nanoribbons", In Nano Research, Springer Science and Business Media LLC, Mar 2023. [doi]
Bibtex
@article{Chang_2023,
doi = {10.1007/s12274-023-5605-2},
url = {https://doi.org/10.1007%2Fs12274-023-5605-2},
year = 2023,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
author = {Xiao Chang and Li Huang and Yixuan Gao and Yubin Fu and Ji Ma and Huan Yang and Junzhi Liu and Xiaoshuai Fu and Xiao Lin and Xinliang Feng and Shixuan Du and Hong-Jun Gao},
title = {On-surface synthesis and edge states of {NBN}-doped zigzag graphene nanoribbons},
journal = {Nano Research}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Panpan Zhang, Mingchao Wang, Yannan Liu, Yubin Fu, Mingming Gao, Gang Wang, Faxing Wang, Zhiyong Wang, Guangbo Chen, Sheng Yang, Youwen Liu, Renhao Dong, Minghao Yu, Xing Lu, Xinliang Feng, "Largely Pseudocapacitive Two-Dimensional Conjugated Metal\textendashOrganic Framework Anodes with Lowest Unoccupied Molecular Orbital Localized in Nickel-bis(dithiolene) Linkages", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 145, no. 11, pp. 6247–6256, Mar 2023. [doi] [Bibtex & Downloads]
Largely Pseudocapacitive Two-Dimensional Conjugated Metal\textendashOrganic Framework Anodes with Lowest Unoccupied Molecular Orbital Localized in Nickel-bis(dithiolene) Linkages
Reference
Panpan Zhang, Mingchao Wang, Yannan Liu, Yubin Fu, Mingming Gao, Gang Wang, Faxing Wang, Zhiyong Wang, Guangbo Chen, Sheng Yang, Youwen Liu, Renhao Dong, Minghao Yu, Xing Lu, Xinliang Feng, "Largely Pseudocapacitive Two-Dimensional Conjugated Metal\textendashOrganic Framework Anodes with Lowest Unoccupied Molecular Orbital Localized in Nickel-bis(dithiolene) Linkages", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 145, no. 11, pp. 6247–6256, Mar 2023. [doi]
Bibtex
@article{Zhang_2023,
doi = {10.1021/jacs.2c12684},
url = {https://doi.org/10.1021%2Fjacs.2c12684},
year = 2023,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {145},
number = {11},
pages = {6247--6256},
author = {Panpan Zhang and Mingchao Wang and Yannan Liu and Yubin Fu and Mingming Gao and Gang Wang and Faxing Wang and Zhiyong Wang and Guangbo Chen and Sheng Yang and Youwen Liu and Renhao Dong and Minghao Yu and Xing Lu and Xinliang Feng},
title = {Largely Pseudocapacitive Two-Dimensional Conjugated Metal{\textendash}Organic Framework Anodes with Lowest Unoccupied Molecular Orbital Localized in Nickel-bis(dithiolene) Linkages},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shaoling Bai, Lin Yang, Katherina Haase, Jakob Wolansky, Zongbao Zhang, Hsin Tseng, Felix Talnack, Joshua Kress, Jonathan Perez, Johannes Benduhn, Ji Ma, Xinliang Feng, Mike Hambsch, Stefan C. B. Mannsfeld, "Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices", In Advanced Science, Wiley, vol. 10, no. 15, Mar 2023. [doi] [Bibtex & Downloads]
Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices
Reference
Shaoling Bai, Lin Yang, Katherina Haase, Jakob Wolansky, Zongbao Zhang, Hsin Tseng, Felix Talnack, Joshua Kress, Jonathan Perez, Johannes Benduhn, Ji Ma, Xinliang Feng, Mike Hambsch, Stefan C. B. Mannsfeld, "Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices", In Advanced Science, Wiley, vol. 10, no. 15, Mar 2023. [doi]
Bibtex
@article{Bai_2023,
doi = {10.1002/advs.202300057},
url = {https://doi.org/10.1002%2Fadvs.202300057},
year = 2023,
month = {mar},
publisher = {Wiley},
volume = {10},
number = {15},
author = {Shaoling Bai and Lin Yang and Katherina Haase and Jakob Wolansky and Zongbao Zhang and Hsin Tseng and Felix Talnack and Joshua Kress and Jonathan Perez and Johannes Benduhn and Ji Ma and Xinliang Feng and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {Nanographene-Based Heterojunctions for High-Performance Organic Phototransistor Memory Devices},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Carlos Escuín Blasco, Asif Ali Khan, Pablo Enrique Ibáñez Marín, Teresa Monreal Arnal, Denis Navarro, José M Llaberia Griñó, Jeronimo Castrillon, Victor Viñals Yúfera, "Leveraging data compression for performance-efficient and long-lasting NVM-based last-level cache", In Proceeding: 14th Annual Non-Volatile Memories Workshop: University of California, San Diego, Mar 2023. [Bibtex & Downloads]
Leveraging data compression for performance-efficient and long-lasting NVM-based last-level cache
Reference
Carlos Escuín Blasco, Asif Ali Khan, Pablo Enrique Ibáñez Marín, Teresa Monreal Arnal, Denis Navarro, José M Llaberia Griñó, Jeronimo Castrillon, Victor Viñals Yúfera, "Leveraging data compression for performance-efficient and long-lasting NVM-based last-level cache", In Proceeding: 14th Annual Non-Volatile Memories Workshop: University of California, San Diego, Mar 2023.
Bibtex
@InProceedings{escuin_nvmw23,
author = {Escuín Blasco, Carlos and Ali Khan, Asif and Ibáñez Marín, Pablo Enrique and Monreal Arnal, Teresa and Navarro, Denis and Llaberia Griñó, José M and Castrillon, Jeronimo and Viñals Yúfera, Victor},
booktitle = {14th Annual Non-Volatile Memories Workshop: University of California, San Diego},
title = {Leveraging data compression for performance-efficient and long-lasting NVM-based last-level cache},
organization = {University of California, Los Angeles (UCLA)},
url = {https://upcommons.upc.edu/bitstream/handle/2117/395690/nvmw2023-paper8-final_version_your_extended_abstract.pdf?sequence=1},
month = mar,
year = {2023},
}Downloads
2303_Escuin_NVMW [PDF]
Permalink
- Hao-Hua Que, Yu Jin, Tong Wang, Ming-Kai Liu, Xing-Hua Yang, Fei Qiao, "A Survey of Approximate Computing: From Arithmetic Units Design to High-Level Applications", In Journal of Computer Science and Technology, Springer Science and Business Media LLC, vol. 38, no. 2, pp. 251–272, Mar 2023. [doi] [Bibtex & Downloads]
A Survey of Approximate Computing: From Arithmetic Units Design to High-Level Applications
Reference
Hao-Hua Que, Yu Jin, Tong Wang, Ming-Kai Liu, Xing-Hua Yang, Fei Qiao, "A Survey of Approximate Computing: From Arithmetic Units Design to High-Level Applications", In Journal of Computer Science and Technology, Springer Science and Business Media LLC, vol. 38, no. 2, pp. 251–272, Mar 2023. [doi]
Bibtex
@article{Que_2023, title={A Survey of Approximate Computing: From Arithmetic Units Design to High-Level Applications}, volume={38}, ISSN={1860-4749}, url={http://dx.doi.org/10.1007/s11390-023-2537-y}, DOI={10.1007/s11390-023-2537-y}, number={2}, journal={Journal of Computer Science and Technology}, publisher={Springer Science and Business Media LLC}, author={Que, Hao-Hua and Jin, Yu and Wang, Tong and Liu, Ming-Kai and Yang, Xing-Hua and Qiao, Fei}, year={2023}, month=mar, pages={251–272} }Downloads
No Downloads available for this publication
Permalink
- Ke Wang, Haoyong Yang, Zhongquan Liao, Shengxu Li, Mike Hambsch, Guangen Fu, Stefan C. B. Mannsfeld, Qi Sun, Tao Zhang, "Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films", In Journal of the American Chemical Society, American Chemical Society (ACS), Feb 2023. [doi] [Bibtex & Downloads]
Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films
Reference
Ke Wang, Haoyong Yang, Zhongquan Liao, Shengxu Li, Mike Hambsch, Guangen Fu, Stefan C. B. Mannsfeld, Qi Sun, Tao Zhang, "Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films", In Journal of the American Chemical Society, American Chemical Society (ACS), Feb 2023. [doi]
Bibtex
@article{Wang_2023,
doi = {10.1021/jacs.2c12186},
url = {https://doi.org/10.1021%2Fjacs.2c12186},
year = 2023,
month = {feb},
publisher = {American Chemical Society ({ACS})},
author = {Ke Wang and Haoyong Yang and Zhongquan Liao and Shengxu Li and Mike Hambsch and Guangen Fu and Stefan C. B. Mannsfeld and Qi Sun and Tao Zhang},
title = {Monolayer-Assisted Surface-Initiated Schiff-Base-Mediated Aldol Polycondensation for the Synthesis of Crystalline sp² Carbon-Conjugated Covalent Organic Framework Thin Films},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Berthold Reis, Kai Pfefferkorn, Konstantin B. L. Borchert, Sebastian Gohl, Philipp Zimmermann, Christine Steinbach, Benjamin D. Kohn, Ulrich Scheler, Uta Reuter, Darius Pohl, Simona Schwarz, Martin Mayer, Dana Schwarz, "Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption", In Small Structures, Wiley, pp. 2200385, Feb 2023. [doi] [Bibtex & Downloads]
Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption
Reference
Berthold Reis, Kai Pfefferkorn, Konstantin B. L. Borchert, Sebastian Gohl, Philipp Zimmermann, Christine Steinbach, Benjamin D. Kohn, Ulrich Scheler, Uta Reuter, Darius Pohl, Simona Schwarz, Martin Mayer, Dana Schwarz, "Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption", In Small Structures, Wiley, pp. 2200385, Feb 2023. [doi]
Bibtex
@article{Reis_2023,
doi = {10.1002/sstr.202200385},
url = {https://doi.org/10.1002%2Fsstr.202200385},
year = 2023,
month = {feb},
publisher = {Wiley},
pages = {2200385},
author = {Berthold Reis and Kai Pfefferkorn and Konstantin B. L. Borchert and Sebastian Gohl and Philipp Zimmermann and Christine Steinbach and Benjamin D. Kohn and Ulrich Scheler and Uta Reuter and Darius Pohl and Simona Schwarz and Martin Mayer and Dana Schwarz},
title = {Conjugated Microporous Polymer Hybrid Microparticles for Enhanced Applicability in Silica-Boosted Diclofenac Adsorption},
journal = {Small Structures}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, "Programming abstractions and optimizing compilers for energy-efficient computing", In 1st Workshop on NetZero Carbon Computing (NetZero'23), Co-located with the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA-29) (invited talk), Feb 2023. [Bibtex & Downloads]
Programming abstractions and optimizing compilers for energy-efficient computing
Reference
Jeronimo Castrillon, "Programming abstractions and optimizing compilers for energy-efficient computing", In 1st Workshop on NetZero Carbon Computing (NetZero'23), Co-located with the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA-29) (invited talk), Feb 2023.
Abstract
The demise of scaling laws in micro-electronics has led to an era of innovation in software and hardware architectures aimed at improving the energy efficiency of computing systems. Albeit still highly relevant, software optimizations for mainstream systems, which make the bulk of today's computing systems, provide ever-decreasing returns in the range of single-digit percentages. This is why lots of attention has rightfully turn to domain-specific architectures and emerging technologies which promise improvements of one to several orders of magnitude. Software development for these novel systems is still characterized by low-level expert coding and brittle toolchains, preventing hardware innovations from reaching a broader impact. In this talk, we discuss ongoing efforts on providing high-level programming abstractions and optimizing compilers to automatically target emerging computing systems. We do this by looking at three ongoing projects, namely, (i) a collaborative HW-SW effort to reduce the energy footprint of baseband processing in upcoming cellular networks, (ii) and end-to-end compilation for energy-efficient HPC simulations on state-of-the-art reconfigurable systems, and (iii) an extensible compilation framework to optimize for novel in-memory and near-memory computing systems. Finally, we are interested in discussing how these kinds of tools can be embedded in the larger picture of full life-cycle management.
Bibtex
@Misc{castrillon_netzero2023,
author = {Castrillon, Jeronimo},
date = {2023-02},
title = {Programming abstractions and optimizing compilers for energy-efficient computing},
howpublished = {1st Workshop on NetZero Carbon Computing (NetZero'23), Co-located with the 29th IEEE International Symposium on High-Performance Computer Architecture (HPCA-29) (invited talk)},
location = {Montreal, Canada},
url = {https://netzero.sysnet.ucsd.edu},
abstract = {The demise of scaling laws in micro-electronics has led to an era of innovation in software and hardware architectures aimed at improving the energy efficiency of computing systems. Albeit still highly relevant, software optimizations for mainstream systems, which make the bulk of today's computing systems, provide ever-decreasing returns in the range of single-digit percentages. This is why lots of attention has rightfully turn to domain-specific architectures and emerging technologies which promise improvements of one to several orders of magnitude. Software development for these novel systems is still characterized by low-level expert coding and brittle toolchains, preventing hardware innovations from reaching a broader impact. In this talk, we discuss ongoing efforts on providing high-level programming abstractions and optimizing compilers to automatically target emerging computing systems. We do this by looking at three ongoing projects, namely, (i) a collaborative HW-SW effort to reduce the energy footprint of baseband processing in upcoming cellular networks, (ii) and end-to-end compilation for energy-efficient HPC simulations on state-of-the-art reconfigurable systems, and (iii) an extensible compilation framework to optimize for novel in-memory and near-memory computing systems. Finally, we are interested in discussing how these kinds of tools can be embedded in the larger picture of full life-cycle management.},
month = feb,
year = {2023},
}Downloads
2302_castrillon_NetZero [PDF]
Permalink
- Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, pp. 2300355, Feb 2023. [doi] [Bibtex & Downloads]
Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites
Reference
Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, pp. 2300355, Feb 2023. [doi]
Bibtex
@article{Kuhrts_2023,
doi = {10.1002/advs.202300355},
url = {https://doi.org/10.1002%2Fadvs.202300355},
year = 2023,
month = {feb},
publisher = {Wiley},
pages = {2300355},
author = {Lucas Kuhrts and Lukas Helmbrecht and Willem L. Noorduin and Darius Pohl and Xiaoxiao Sun and Alexander Palatnik and Cornelia Wetzker and Anne Jantschke and Michael Schlierf and Igor Zlotnikov},
title = {Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi] [Bibtex & Downloads]
Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites
Reference
Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi]
Bibtex
@article{Kuhrts_2023,
doi = {10.1002/advs.202300355},
url = {https://doi.org/10.1002%2Fadvs.202300355},
year = 2023,
month = {feb},
publisher = {Wiley},
volume = {10},
number = {11},
author = {Lucas Kuhrts and Lukas Helmbrecht and Willem L. Noorduin and Darius Pohl and Xiaoxiao Sun and Alexander Palatnik and Cornelia Wetzker and Anne Jantschke and Michael Schlierf and Igor Zlotnikov},
title = {Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi] [Bibtex & Downloads]
Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites
Reference
Lucas Kuhrts, Lukas Helmbrecht, Willem L. Noorduin, Darius Pohl, Xiaoxiao Sun, Alexander Palatnik, Cornelia Wetzker, Anne Jantschke, Michael Schlierf, Igor Zlotnikov, "Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites", In Advanced Science, Wiley, vol. 10, no. 11, Feb 2023. [doi]
Bibtex
@article{Kuhrts_2023,
doi = {10.1002/advs.202300355},
url = {https://doi.org/10.1002%2Fadvs.202300355},
year = 2023,
month = {feb},
publisher = {Wiley},
volume = {10},
number = {11},
author = {Lucas Kuhrts and Lukas Helmbrecht and Willem L. Noorduin and Darius Pohl and Xiaoxiao Sun and Alexander Palatnik and Cornelia Wetzker and Anne Jantschke and Michael Schlierf and Igor Zlotnikov},
title = {Recruiting Unicellular Algae for the Mass Production of Nanostructured Perovskites},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yannan Liu, Cheng-Hao Liu, Tushar Debnath, Yong Wang, Darius Pohl, Lucas V. Besteiro, Debora Motta Meira, Shengyun Huang, Fan Yang, Bernd Rellinghaus, Mohamed Chaker, Dmytro F. Perepichka, Dongling Ma, "Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi] [Bibtex & Downloads]
Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution
Reference
Yannan Liu, Cheng-Hao Liu, Tushar Debnath, Yong Wang, Darius Pohl, Lucas V. Besteiro, Debora Motta Meira, Shengyun Huang, Fan Yang, Bernd Rellinghaus, Mohamed Chaker, Dmytro F. Perepichka, Dongling Ma, "Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1038/s41467-023-35981-8},
url = {https://doi.org/10.1038%2Fs41467-023-35981-8},
year = 2023,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {14},
number = {1},
author = {Yannan Liu and Cheng-Hao Liu and Tushar Debnath and Yong Wang and Darius Pohl and Lucas V. Besteiro and Debora Motta Meira and Shengyun Huang and Fan Yang and Bernd Rellinghaus and Mohamed Chaker and Dmytro F. Perepichka and Dongling Ma},
title = {Silver nanoparticle enhanced metal-organic matrix with interface-engineering for efficient photocatalytic hydrogen evolution},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wenhui Niu, Simen Sopp, Alessandro Lodi, Alex Gee, Fanmiao Kong, Tian Pei, Pascal Gehring, Jonathan Nägele, Chit Siong Lau, Ji Ma, Junzhi Liu, Akimitsu Narita, Jan Mol, Marko Burghard, Klaus Müllen, Yiyong Mai, Xinliang Feng, Lapo Bogani, "Exceptionally clean single-electron transistors from solutions of molecular graphene nanoribbons", In Nature Materials, Springer Science and Business Media LLC, vol. 22, no. 2, pp. 180–185, Feb 2023. [doi] [Bibtex & Downloads]
Exceptionally clean single-electron transistors from solutions of molecular graphene nanoribbons
Reference
Wenhui Niu, Simen Sopp, Alessandro Lodi, Alex Gee, Fanmiao Kong, Tian Pei, Pascal Gehring, Jonathan Nägele, Chit Siong Lau, Ji Ma, Junzhi Liu, Akimitsu Narita, Jan Mol, Marko Burghard, Klaus Müllen, Yiyong Mai, Xinliang Feng, Lapo Bogani, "Exceptionally clean single-electron transistors from solutions of molecular graphene nanoribbons", In Nature Materials, Springer Science and Business Media LLC, vol. 22, no. 2, pp. 180–185, Feb 2023. [doi]
Bibtex
@article{Niu_2023,
doi = {10.1038/s41563-022-01460-6},
url = {https://doi.org/10.1038%2Fs41563-022-01460-6},
year = 2023,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {22},
number = {2},
pages = {180--185},
author = {Wenhui Niu and Simen Sopp and Alessandro Lodi and Alex Gee and Fanmiao Kong and Tian Pei and Pascal Gehring and Jonathan Nägele and Chit Siong Lau and Ji Ma and Junzhi Liu and Akimitsu Narita and Jan Mol and Marko Burghard and Klaus Müllen and Yiyong Mai and Xinliang Feng and Lapo Bogani},
title = {Exceptionally clean single-electron transistors from solutions of molecular graphene nanoribbons},
journal = {Nature Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yazhou Zhou, Ruihu Lu, Xiafang Tao, Zijie Qiu, Guangbo Chen, Juan Yang, Yan Zhao, Xinliang Feng, Klaus Müllen, "Boosting Oxygen Electrocatalytic Activity of Fe\textendashN\textendashC Catalysts by Phosphorus Incorporation", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 145, no. 6, pp. 3647–3655, Feb 2023. [doi] [Bibtex & Downloads]
Boosting Oxygen Electrocatalytic Activity of Fe\textendashN\textendashC Catalysts by Phosphorus Incorporation
Reference
Yazhou Zhou, Ruihu Lu, Xiafang Tao, Zijie Qiu, Guangbo Chen, Juan Yang, Yan Zhao, Xinliang Feng, Klaus Müllen, "Boosting Oxygen Electrocatalytic Activity of Fe\textendashN\textendashC Catalysts by Phosphorus Incorporation", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 145, no. 6, pp. 3647–3655, Feb 2023. [doi]
Bibtex
@article{Zhou_2023,
doi = {10.1021/jacs.2c12933},
url = {https://doi.org/10.1021%2Fjacs.2c12933},
year = 2023,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {145},
number = {6},
pages = {3647--3655},
author = {Yazhou Zhou and Ruihu Lu and Xiafang Tao and Zijie Qiu and Guangbo Chen and Juan Yang and Yan Zhao and Xinliang Feng and Klaus Müllen},
title = {Boosting Oxygen Electrocatalytic Activity of Fe{\textendash}N{\textendash}C Catalysts by Phosphorus Incorporation},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Davood Sabaghi, Zhiyong Wang, Preeti Bhauriyal, Qiongqiong Lu, Ahiud Morag, Daria Mikhailovia, Payam Hashemi, Dongqi Li, Christof Neumann, Zhongquan Liao, Anna Maria Dominic, Ali Shaygan Nia, Renhao Dong, Ehrenfried Zschech, Andrey Turchanin, Thomas Heine, Minghao Yu, Xinliang Feng, "Ultrathin positively charged electrode skin for durable anion-intercalation battery chemistries", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi] [Bibtex & Downloads]
Ultrathin positively charged electrode skin for durable anion-intercalation battery chemistries
Reference
Davood Sabaghi, Zhiyong Wang, Preeti Bhauriyal, Qiongqiong Lu, Ahiud Morag, Daria Mikhailovia, Payam Hashemi, Dongqi Li, Christof Neumann, Zhongquan Liao, Anna Maria Dominic, Ali Shaygan Nia, Renhao Dong, Ehrenfried Zschech, Andrey Turchanin, Thomas Heine, Minghao Yu, Xinliang Feng, "Ultrathin positively charged electrode skin for durable anion-intercalation battery chemistries", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi]
Bibtex
@article{Sabaghi_2023,
doi = {10.1038/s41467-023-36384-5},
url = {https://doi.org/10.1038%2Fs41467-023-36384-5},
year = 2023,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {14},
number = {1},
author = {Davood Sabaghi and Zhiyong Wang and Preeti Bhauriyal and Qiongqiong Lu and Ahiud Morag and Daria Mikhailovia and Payam Hashemi and Dongqi Li and Christof Neumann and Zhongquan Liao and Anna Maria Dominic and Ali Shaygan Nia and Renhao Dong and Ehrenfried Zschech and Andrey Turchanin and Thomas Heine and Minghao Yu and Xinliang Feng},
title = {Ultrathin positively charged electrode skin for durable anion-intercalation battery chemistries},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shengxu Li, Yikun Geng, Bo Teng, Shunqi Xu, Petko Stoev Petkov, Zhongquan Liao, Birgit Jost, Yu Liu, Xinliang Feng, Bozhen Wu, Tao Zhang, "Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 4, pp. 1594–1600, Feb 2023. [doi] [Bibtex & Downloads]
Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification
Reference
Shengxu Li, Yikun Geng, Bo Teng, Shunqi Xu, Petko Stoev Petkov, Zhongquan Liao, Birgit Jost, Yu Liu, Xinliang Feng, Bozhen Wu, Tao Zhang, "Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 4, pp. 1594–1600, Feb 2023. [doi]
Bibtex
@article{Li_2023,
doi = {10.1021/acs.chemmater.2c03083},
url = {https://doi.org/10.1021%2Facs.chemmater.2c03083},
year = 2023,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {35},
number = {4},
pages = {1594--1600},
author = {Shengxu Li and Yikun Geng and Bo Teng and Shunqi Xu and Petko Stoev Petkov and Zhongquan Liao and Birgit Jost and Yu Liu and Xinliang Feng and Bozhen Wu and Tao Zhang},
title = {Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shengxu Li, Yikun Geng, Bo Teng, Shunqi Xu, Petko Stoev Petkov, Zhongquan Liao, Birgit Jost, Yu Liu, Xinliang Feng, Bozhen Wu, Tao Zhang, "Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 4, pp. 1594–1600, Feb 2023. [doi] [Bibtex & Downloads]
Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification
Reference
Shengxu Li, Yikun Geng, Bo Teng, Shunqi Xu, Petko Stoev Petkov, Zhongquan Liao, Birgit Jost, Yu Liu, Xinliang Feng, Bozhen Wu, Tao Zhang, "Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 4, pp. 1594–1600, Feb 2023. [doi]
Bibtex
@article{Li_2023,
doi = {10.1021/acs.chemmater.2c03083},
url = {https://doi.org/10.1021%2Facs.chemmater.2c03083},
year = 2023,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {35},
number = {4},
pages = {1594--1600},
author = {Shengxu Li and Yikun Geng and Bo Teng and Shunqi Xu and Petko Stoev Petkov and Zhongquan Liao and Birgit Jost and Yu Liu and Xinliang Feng and Bozhen Wu and Tao Zhang},
title = {Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Permalink
- Shengxu Li, Yikun Geng, Bo Teng, Shunqi Xu, Petko Stoev Petkov, Zhongquan Liao, Birgit Jost, Yu Liu, Xinliang Feng, Bozhen Wu, Tao Zhang, "Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 4, pp. 1594–1600, Feb 2023. [doi] [Bibtex & Downloads]
Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification
Reference
Shengxu Li, Yikun Geng, Bo Teng, Shunqi Xu, Petko Stoev Petkov, Zhongquan Liao, Birgit Jost, Yu Liu, Xinliang Feng, Bozhen Wu, Tao Zhang, "Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification", In Chemistry of Materials, American Chemical Society (ACS), vol. 35, no. 4, pp. 1594–1600, Feb 2023. [doi]
Bibtex
@article{Li_2023,
doi = {10.1021/acs.chemmater.2c03083},
url = {https://doi.org/10.1021%2Facs.chemmater.2c03083},
year = 2023,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {35},
number = {4},
pages = {1594--1600},
author = {Shengxu Li and Yikun Geng and Bo Teng and Shunqi Xu and Petko Stoev Petkov and Zhongquan Liao and Birgit Jost and Yu Liu and Xinliang Feng and Bozhen Wu and Tao Zhang},
title = {Nature-Inspired Pyrylium Cation-Based Vinylene-Linked Two-Dimensional Covalent Organic Framework for Efficient Sunlight-Driven Water Purification},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Permalink
- Jianfeng Li, Armin Reimers, Ka My Dang, Michael G.K. Brunk, Jonas Drewes, Ulrike M. Hirsch, Christian Willems, Christian E.H. Schmelzer, Thomas Groth, Ali Shaygan Nia, Xinliang Feng, Rainer Adelung, Wesley D. Sacher, Fabian Schütt, Joyce K.S. Poon, "3D printed neural tissues with in situ optical dopamine sensors", In Biosensors and Bioelectronics, Elsevier BV, vol. 222, pp. 114942, Feb 2023. [doi] [Bibtex & Downloads]
3D printed neural tissues with in situ optical dopamine sensors
Reference
Jianfeng Li, Armin Reimers, Ka My Dang, Michael G.K. Brunk, Jonas Drewes, Ulrike M. Hirsch, Christian Willems, Christian E.H. Schmelzer, Thomas Groth, Ali Shaygan Nia, Xinliang Feng, Rainer Adelung, Wesley D. Sacher, Fabian Schütt, Joyce K.S. Poon, "3D printed neural tissues with in situ optical dopamine sensors", In Biosensors and Bioelectronics, Elsevier BV, vol. 222, pp. 114942, Feb 2023. [doi]
Bibtex
@article{Li_2023,
doi = {10.1016/j.bios.2022.114942},
url = {https://doi.org/10.1016%2Fj.bios.2022.114942},
year = 2023,
month = {feb},
publisher = {Elsevier {BV}},
volume = {222},
pages = {114942},
author = {Jianfeng Li and Armin Reimers and Ka My Dang and Michael G.K. Brunk and Jonas Drewes and Ulrike M. Hirsch and Christian Willems and Christian E.H. Schmelzer and Thomas Groth and Ali Shaygan Nia and Xinliang Feng and Rainer Adelung and Wesley D. Sacher and Fabian Schütt and Joyce K.S. Poon},
title = {3D printed neural tissues with in situ optical dopamine sensors},
journal = {Biosensors and Bioelectronics}
}Downloads
No Downloads available for this publication
Permalink
- Iwona Janica, Verónica Montes-García, Francesca Urban, Payam Hashemi, Ali Shaygan Nia, Xinliang Feng, Paolo Samorì, Artur Ciesielski, "Covalently Functionalized MXenes for Highly Sensitive Humidity Sensors", In Small Methods, Wiley, Feb 2023. [doi] [Bibtex & Downloads]
Covalently Functionalized MXenes for Highly Sensitive Humidity Sensors
Reference
Iwona Janica, Verónica Montes-García, Francesca Urban, Payam Hashemi, Ali Shaygan Nia, Xinliang Feng, Paolo Samorì, Artur Ciesielski, "Covalently Functionalized MXenes for Highly Sensitive Humidity Sensors", In Small Methods, Wiley, Feb 2023. [doi]
Bibtex
@article{Janica_2023,
doi = {10.1002/smtd.202201651},
url = {https://doi.org/10.1002%2Fsmtd.202201651},
year = 2023,
month = {feb},
publisher = {Wiley},
author = {Iwona Janica and Ver{\'{o}}nica Montes-Garc{\'{\i}}a and Francesca Urban and Payam Hashemi and Ali Shaygan Nia and Xinliang Feng and Paolo Samor{\`{\i}} and Artur Ciesielski},
title = {Covalently Functionalized {MXenes} for Highly Sensitive Humidity Sensors},
journal = {Small Methods}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dongfei Wang, De-Liang Bao, Qi Zheng, Chang-Tian Wang, Shiyong Wang, Peng Fan, Shantanu Mishra, Lei Tao, Yao Xiao, Li Huang, Xinliang Feng, Klaus Müllen, Yu-Yang Zhang, Roman Fasel, Pascal Ruffieux, Shixuan Du, Hong-Jun Gao, "Twisted bilayer zigzag-graphene nanoribbon junctions with tunable edge states", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi] [Bibtex & Downloads]
Twisted bilayer zigzag-graphene nanoribbon junctions with tunable edge states
Reference
Dongfei Wang, De-Liang Bao, Qi Zheng, Chang-Tian Wang, Shiyong Wang, Peng Fan, Shantanu Mishra, Lei Tao, Yao Xiao, Li Huang, Xinliang Feng, Klaus Müllen, Yu-Yang Zhang, Roman Fasel, Pascal Ruffieux, Shixuan Du, Hong-Jun Gao, "Twisted bilayer zigzag-graphene nanoribbon junctions with tunable edge states", In Nature Communications, Springer Science and Business Media LLC, vol. 14, no. 1, Feb 2023. [doi]
Bibtex
@article{Wang_2023,
doi = {10.1038/s41467-023-36613-x},
url = {https://doi.org/10.1038%2Fs41467-023-36613-x},
year = 2023,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {14},
number = {1},
author = {Dongfei Wang and De-Liang Bao and Qi Zheng and Chang-Tian Wang and Shiyong Wang and Peng Fan and Shantanu Mishra and Lei Tao and Yao Xiao and Li Huang and Xinliang Feng and Klaus Müllen and Yu-Yang Zhang and Roman Fasel and Pascal Ruffieux and Shixuan Du and Hong-Jun Gao},
title = {Twisted bilayer zigzag-graphene nanoribbon junctions with tunable edge states},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jasper Ruhkopf, Ulrich Plachetka, Michael Moeller, Oliver Pasdag, Ivan Radev, Volker Peinecke, Marco Hepp, Christian Wiktor, Martin R. Lohe, Xinliang Feng, Benjamin Butz, Max C. Lemme, "Graphene Coating of Nafion Membranes for Enhanced Fuel Cell Performance", In ACS Applied Engineering Materials, American Chemical Society (ACS), vol. 1, no. 3, pp. 947–954, Feb 2023. [doi] [Bibtex & Downloads]
Graphene Coating of Nafion Membranes for Enhanced Fuel Cell Performance
Reference
Jasper Ruhkopf, Ulrich Plachetka, Michael Moeller, Oliver Pasdag, Ivan Radev, Volker Peinecke, Marco Hepp, Christian Wiktor, Martin R. Lohe, Xinliang Feng, Benjamin Butz, Max C. Lemme, "Graphene Coating of Nafion Membranes for Enhanced Fuel Cell Performance", In ACS Applied Engineering Materials, American Chemical Society (ACS), vol. 1, no. 3, pp. 947–954, Feb 2023. [doi]
Bibtex
@article{Ruhkopf_2023,
doi = {10.1021/acsaenm.2c00234},
url = {https://doi.org/10.1021%2Facsaenm.2c00234},
year = 2023,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {1},
number = {3},
pages = {947--954},
author = {Jasper Ruhkopf and Ulrich Plachetka and Michael Moeller and Oliver Pasdag and Ivan Radev and Volker Peinecke and Marco Hepp and Christian Wiktor and Martin R. Lohe and Xinliang Feng and Benjamin Butz and Max C. Lemme},
title = {Graphene Coating of Nafion Membranes for Enhanced Fuel Cell Performance},
journal = {{ACS} Applied Engineering Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Lisza Zeidler, "Compiling Unikernels into Micro Kernels", Master's thesis, TU Dresden, Feb 2023. [Bibtex & Downloads]
Compiling Unikernels into Micro Kernels
Reference
Lisza Zeidler, "Compiling Unikernels into Micro Kernels", Master's thesis, TU Dresden, Feb 2023.
Bibtex
@mastersthesis{Zeidler-diploma23,
title={Compiling Unikernels into Micro Kernels},
author={Lisza Zeidler},
year={2023},
month=feb,
school={TU Dresden},
}Downloads
2302_Zeidler_DA [PDF]
Permalink
- Jeronimo Castrillon, Karol Desnos, Andrés Goens, Christian Menard, "Dataflow Models of Computation for Programming Heterogeneous Multicores", Springer Nature Singapore, pp. 1–40, Singapore, Jan 2023. [doi] [Bibtex & Downloads]
Dataflow Models of Computation for Programming Heterogeneous Multicores
Reference
Jeronimo Castrillon, Karol Desnos, Andrés Goens, Christian Menard, "Dataflow Models of Computation for Programming Heterogeneous Multicores", Springer Nature Singapore, pp. 1–40, Singapore, Jan 2023. [doi]
Abstract
The hardware complexity of modern integrated circuits keeps increasing at a steady pace. Heterogeneous Multi-Processor Systems-on-Chips (MPSoCs) integrate general-purpose processing elements, domain-specific processors, dedicated hardware accelerators, reconfigurable logic, as well as complex memory hierarchies and interconnect. While offering unprecedented computational power and energy efficiency, MPSoCs are notoriously difficult to program. This chapter presents Models of Computation (MoCs) as an appealing alternative to traditional programming methodologies to harness the full capacities of modern MPSoCs. By raising the level of abstraction, MoCs make it possible to specify complex systems with little knowledge of the target architecture. The properties of MoCs make it possible for tools to automatically generate efficient implementations for heterogeneous MPSoCs, relieving developers from time-consuming manual exploration. This chapter focuses on a specific MoC family called dataflow MoCs. Dataflow MoCs represent systems as graphs of computational entities and communication channels. This graph-based system specification enables intuitive description of parallelism and supports many analysis and optimization techniques for deriving safe and highly efficient implementations on MPSoCs.
Bibtex
@InBook{castrillon_hca22,
author = {Jeronimo Castrillon and Karol Desnos and Andrés Goens and Christian Menard},
booktitle = {Handbook of Computer Architecture},
date = {2023-01},
pages = {1--40},
title = {Dataflow Models of Computation for Programming Heterogeneous Multicores},
doi = {10.1007/978-981-15-6401-7_45-2},
isbn = {978-981-15-6401-7},
url = {https://doi.org/10.1007/978-981-15-6401-7_45-2},
editor = {Anupam Chattopadhyay et al.},
publisher = {Springer Nature Singapore},
address = {Singapore},
abstract = {The hardware complexity of modern integrated circuits keeps increasing at a steady pace. Heterogeneous Multi-Processor Systems-on-Chips (MPSoCs) integrate general-purpose processing elements, domain-specific processors, dedicated hardware accelerators, reconfigurable logic, as well as complex memory hierarchies and interconnect. While offering unprecedented computational power and energy efficiency, MPSoCs are notoriously difficult to program. This chapter presents Models of Computation (MoCs) as an appealing alternative to traditional programming methodologies to harness the full capacities of modern MPSoCs. By raising the level of abstraction, MoCs make it possible to specify complex systems with little knowledge of the target architecture. The properties of MoCs make it possible for tools to automatically generate efficient implementations for heterogeneous MPSoCs, relieving developers from time-consuming manual exploration. This chapter focuses on a specific MoC family called dataflow MoCs. Dataflow MoCs represent systems as graphs of computational entities and communication channels. This graph-based system specification enables intuitive description of parallelism and supports many analysis and optimization techniques for deriving safe and highly efficient implementations on MPSoCs.},
month = jan,
year = {2023},
}Downloads
2301_Castrillon_dataflow-programmig_preview-www [PDF]
Permalink
- Rohit Ranjan, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "SyFAxO-GeN: Synthesizing FPGA-based Approximate Operators with Generative Networks", Proceedings of the 28th Asia and South Pacific Design Automation Conference, ACM, Jan 2023. [doi] [Bibtex & Downloads]
SyFAxO-GeN: Synthesizing FPGA-based Approximate Operators with Generative Networks
Reference
Rohit Ranjan, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "SyFAxO-GeN: Synthesizing FPGA-based Approximate Operators with Generative Networks", Proceedings of the 28th Asia and South Pacific Design Automation Conference, ACM, Jan 2023. [doi]
Bibtex
@inproceedings{Ranjan_2023,
doi = {10.1145/3566097.3567891},
url = {https://doi.org/10.1145%2F3566097.3567891},
year = 2023,
month = {jan},
publisher = ,
author = {Rohit Ranjan and Salim Ullah and Siva Satyendra Sahoo and Akash Kumar},
title = {{SyFAxO}-{GeN}: Synthesizing FPGA-based Approximate Operators with Generative Networks},
booktitle = {Proceedings of the 28th Asia and South Pacific Design Automation Conference}
}Downloads
No Downloads available for this publication
Permalink
- Karl F. A. Friebel, Asif Ali Khan, Lorenzo Chelini, Jeronimo Castrillon, "Modelling linear algebra kernels as polyhedral volume operations", In Proceeding: 13th International Workshop on Polyhedral Compilation Techniques (IMPACT'23), co-located with 18th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Jan 2023. [Bibtex & Downloads]
Modelling linear algebra kernels as polyhedral volume operations
Reference
Karl F. A. Friebel, Asif Ali Khan, Lorenzo Chelini, Jeronimo Castrillon, "Modelling linear algebra kernels as polyhedral volume operations", In Proceeding: 13th International Workshop on Polyhedral Compilation Techniques (IMPACT'23), co-located with 18th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Jan 2023.
Bibtex
@InProceedings{friebel_impact23,
author = {Karl F. A. Friebel and Asif Ali Khan and Lorenzo Chelini and Jeronimo Castrillon},
booktitle = {13th International Workshop on Polyhedral Compilation Techniques (IMPACT'23), co-located with 18th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
title = {Modelling linear algebra kernels as polyhedral volume operations},
location = {Toulouse, France},
url = {https://impact-workshop.org/papers/paper10.pdf},
month = jan,
year = {2023},
}Downloads
2301_Friebel_IMPACT [PDF]
Permalink
- Kwan Ho Au-Yeung, Suchetana Sarkar, Tim Kühne, Oumaima Aiboudi, Dmitry A. Ryndyk, Roberto Robles, Nicolas Lorente, Franziska Lissel, Christian Joachim, Francesca Moresco, "A Nanocar and Rotor in One Molecule", In ACS Nano, American Chemical Society (ACS), Jan 2023. [doi] [Bibtex & Downloads]
A Nanocar and Rotor in One Molecule
Reference
Kwan Ho Au-Yeung, Suchetana Sarkar, Tim Kühne, Oumaima Aiboudi, Dmitry A. Ryndyk, Roberto Robles, Nicolas Lorente, Franziska Lissel, Christian Joachim, Francesca Moresco, "A Nanocar and Rotor in One Molecule", In ACS Nano, American Chemical Society (ACS), Jan 2023. [doi]
Bibtex
@article{Au_Yeung_2023,
doi = {10.1021/acsnano.2c12128},
url = {https://doi.org/10.1021%2Facsnano.2c12128},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
author = {Kwan Ho Au-Yeung and Suchetana Sarkar and Tim Kühne and Oumaima Aiboudi and Dmitry A. Ryndyk and Roberto Robles and Nicolas Lorente and Franziska Lissel and Christian Joachim and Francesca Moresco},
title = {A Nanocar and Rotor in One Molecule},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Permalink
- Fangyan Liu, Xinliang Feng, Zhong-Shuai Wu, "The key challenges and future opportunities of electrochemical capacitors", In Journal of Energy Chemistry, Elsevier BV, vol. 76, pp. 459–461, Jan 2023. [doi] [Bibtex & Downloads]
The key challenges and future opportunities of electrochemical capacitors
Reference
Fangyan Liu, Xinliang Feng, Zhong-Shuai Wu, "The key challenges and future opportunities of electrochemical capacitors", In Journal of Energy Chemistry, Elsevier BV, vol. 76, pp. 459–461, Jan 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1016/j.jechem.2022.09.019},
url = {https://doi.org/10.1016%2Fj.jechem.2022.09.019},
year = 2023,
month = {jan},
publisher = {Elsevier {BV}},
volume = {76},
pages = {459--461},
author = {Fangyan Liu and Xinliang Feng and Zhong-Shuai Wu},
title = {The key challenges and future opportunities of electrochemical capacitors},
journal = {Journal of Energy Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Edward A. Lee, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems", In Intelligent Computing, American Association for the Advancement of Science (AAAS), vol. 2, Jan 2023. [doi] [Bibtex & Downloads]
Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems
Reference
Edward A. Lee, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems", In Intelligent Computing, American Association for the Advancement of Science (AAAS), vol. 2, Jan 2023. [doi]
Bibtex
@article{Lee_2023,
doi = {10.34133/icomputing.0013},
url = {https://doi.org/10.34133%2Ficomputing.0013},
year = 2023,
month = {jan},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {2},
author = {Edward A. Lee and Soroush Bateni and Shaokai Lin and Marten Lohstroh and Christian Menard},
title = {Trading Off Consistency and Availability in Tiered Heterogeneous Distributed Systems},
journal = {Intelligent Computing}
}Downloads
No Downloads available for this publication
Permalink
- Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi] [Bibtex & Downloads]
Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces
Reference
Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi]
Bibtex
@article{Aftenieva_2023,
doi = {10.1021/acsnano.2c09482},
url = {https://doi.org/10.1021%2Facsnano.2c09482},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {17},
number = {3},
pages = {2399--2410},
author = {Olha Aftenieva and Julius Brunner and Mohammad Adnan and Swagato Sarkar and Andreas Fery and Yana Vaynzof and Tobias A. F. König},
title = {Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Permalink
- Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi] [Bibtex & Downloads]
Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces
Reference
Olha Aftenieva, Julius Brunner, Mohammad Adnan, Swagato Sarkar, Andreas Fery, Yana Vaynzof, Tobias A. F. König, "Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces", In ACS Nano, American Chemical Society (ACS), vol. 17, no. 3, pp. 2399–2410, Jan 2023. [doi]
Bibtex
@article{Aftenieva_2023,
doi = {10.1021/acsnano.2c09482},
url = {https://doi.org/10.1021%2Facsnano.2c09482},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {17},
number = {3},
pages = {2399--2410},
author = {Olha Aftenieva and Julius Brunner and Mohammad Adnan and Swagato Sarkar and Andreas Fery and Yana Vaynzof and Tobias A. F. König},
title = {Directional Amplified Photoluminescence through Large-Area Perovskite-Based Metasurfaces},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Permalink
- Fangyan Liu, Xinliang Feng, Zhong-Shuai Wu, "The key challenges and future opportunities of electrochemical capacitors", In Journal of Energy Chemistry, Elsevier BV, vol. 76, pp. 459–461, Jan 2023. [doi] [Bibtex & Downloads]
The key challenges and future opportunities of electrochemical capacitors
Reference
Fangyan Liu, Xinliang Feng, Zhong-Shuai Wu, "The key challenges and future opportunities of electrochemical capacitors", In Journal of Energy Chemistry, Elsevier BV, vol. 76, pp. 459–461, Jan 2023. [doi]
Bibtex
@article{Liu_2023,
doi = {10.1016/j.jechem.2022.09.019},
url = {https://doi.org/10.1016%2Fj.jechem.2022.09.019},
year = 2023,
month = {jan},
publisher = {Elsevier {BV}},
volume = {76},
pages = {459--461},
author = {Fangyan Liu and Xinliang Feng and Zhong-Shuai Wu},
title = {The key challenges and future opportunities of electrochemical capacitors},
journal = {Journal of Energy Chemistry}
}Downloads
No Downloads available for this publication
Permalink
- Shengxu Li, Rui Ma, Shunqi Xu, Tianyue Zheng, Huaping Wang, Guangen Fu, Haoyong Yang, Yang Hou, Zhongquan Liao, Bozhen Wu, Xinliang Feng, Li-Zhu Wu, Xu-Bing Li, Tao Zhang, "Two-Dimensional Benzobisthiazole-Vinylene-Linked Covalent Organic Frameworks Outperform One-Dimensional Counterparts in Photocatalysis", In ACS Catalysis, American Chemical Society (ACS), vol. 13, no. 2, pp. 1089–1096, Jan 2023. [doi] [Bibtex & Downloads]
Two-Dimensional Benzobisthiazole-Vinylene-Linked Covalent Organic Frameworks Outperform One-Dimensional Counterparts in Photocatalysis
Reference
Shengxu Li, Rui Ma, Shunqi Xu, Tianyue Zheng, Huaping Wang, Guangen Fu, Haoyong Yang, Yang Hou, Zhongquan Liao, Bozhen Wu, Xinliang Feng, Li-Zhu Wu, Xu-Bing Li, Tao Zhang, "Two-Dimensional Benzobisthiazole-Vinylene-Linked Covalent Organic Frameworks Outperform One-Dimensional Counterparts in Photocatalysis", In ACS Catalysis, American Chemical Society (ACS), vol. 13, no. 2, pp. 1089–1096, Jan 2023. [doi]
Bibtex
@article{Li_2023,
doi = {10.1021/acscatal.2c05023},
url = {https://doi.org/10.1021%2Facscatal.2c05023},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {2},
pages = {1089--1096},
author = {Shengxu Li and Rui Ma and Shunqi Xu and Tianyue Zheng and Huaping Wang and Guangen Fu and Haoyong Yang and Yang Hou and Zhongquan Liao and Bozhen Wu and Xinliang Feng and Li-Zhu Wu and Xu-Bing Li and Tao Zhang},
title = {Two-Dimensional Benzobisthiazole-Vinylene-Linked Covalent Organic Frameworks Outperform One-Dimensional Counterparts in Photocatalysis},
journal = {{ACS} Catalysis}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ke Tian Tan, Samrat Ghosh, Zhiyong Wang, Fuxiang Wen, David Rodríguez-San-Miguel, Jie Feng, Ning Huang, Wei Wang, Felix Zamora, Xinliang Feng, Arne Thomas, Donglin Jiang, "Covalent organic frameworks", In Nature Reviews Methods Primers, Springer Science and Business Media LLC, vol. 3, no. 1, Jan 2023. [doi] [Bibtex & Downloads]
Covalent organic frameworks
Reference
Ke Tian Tan, Samrat Ghosh, Zhiyong Wang, Fuxiang Wen, David Rodríguez-San-Miguel, Jie Feng, Ning Huang, Wei Wang, Felix Zamora, Xinliang Feng, Arne Thomas, Donglin Jiang, "Covalent organic frameworks", In Nature Reviews Methods Primers, Springer Science and Business Media LLC, vol. 3, no. 1, Jan 2023. [doi]
Bibtex
@article{Tan_2023,
doi = {10.1038/s43586-022-00181-z},
url = {https://doi.org/10.1038%2Fs43586-022-00181-z},
year = 2023,
month = {jan},
publisher = {Springer Science and Business Media {LLC}},
volume = {3},
number = {1},
author = {Ke Tian Tan and Samrat Ghosh and Zhiyong Wang and Fuxiang Wen and David Rodr{\'{\i}}guez-San-Miguel and Jie Feng and Ning Huang and Wei Wang and Felix Zamora and Xinliang Feng and Arne Thomas and Donglin Jiang},
title = {Covalent organic frameworks},
journal = {Nature Reviews Methods Primers}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Marie-Luise Braatz, Nils-Eike Weber, Barthi Singh, Klaus Müllen, Xinliang Feng, Mathias Kläui, Martin Gradhand, "Doped graphene characterized via Raman spectroscopy and magneto-transport
measurements", In Journal of Applied Physics, AIP Publishing, vol. 133, no. 2, pp. 025304, Jan 2023. [doi] [Bibtex & Downloads]
Doped graphene characterized via Raman spectroscopy and magneto-transport measurements
Reference
Marie-Luise Braatz, Nils-Eike Weber, Barthi Singh, Klaus Müllen, Xinliang Feng, Mathias Kläui, Martin Gradhand, "Doped graphene characterized via Raman spectroscopy and magneto-transport measurements", In Journal of Applied Physics, AIP Publishing, vol. 133, no. 2, pp. 025304, Jan 2023. [doi]
Bibtex
@article{Braatz_2023,
doi = {10.1063/5.0117677},
url = {https://doi.org/10.1063%2F5.0117677},
year = 2023,
month = {jan},
publisher = {{AIP} Publishing},
volume = {133},
number = {2},
pages = {025304},
author = {Marie-Luise Braatz and Nils-Eike Weber and Barthi Singh and Klaus Müllen and Xinliang Feng and Mathias Kläui and Martin Gradhand},
title = {Doped graphene characterized via Raman spectroscopy and magneto-transport
measurements},
journal = {Journal of Applied Physics}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xing Huang, Shuai Fu, Cong Lin, Yang Lu, Mingchao Wang, Peng Zhang, Chuanhui Huang, Zichao Li, Zhongquan Liao, Ye Zou, Jian Li, Shengqiang Zhou, Manfred Helm, Petko St. Petkov, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, Renhao Dong, "Semiconducting Conjugated Coordination Polymer with High Charge Mobility Enabled by \textquotedblleft4 $\mathplus$ 2\textquotedblright Phenyl Ligands", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 145, no. 4, pp. 2430–2438, Jan 2023. [doi] [Bibtex & Downloads]
Semiconducting Conjugated Coordination Polymer with High Charge Mobility Enabled by \textquotedblleft4 $\mathplus$ 2\textquotedblright Phenyl Ligands
Reference
Xing Huang, Shuai Fu, Cong Lin, Yang Lu, Mingchao Wang, Peng Zhang, Chuanhui Huang, Zichao Li, Zhongquan Liao, Ye Zou, Jian Li, Shengqiang Zhou, Manfred Helm, Petko St. Petkov, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, Renhao Dong, "Semiconducting Conjugated Coordination Polymer with High Charge Mobility Enabled by \textquotedblleft4 $\mathplus$ 2\textquotedblright Phenyl Ligands", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 145, no. 4, pp. 2430–2438, Jan 2023. [doi]
Bibtex
@article{Huang_2023,
doi = {10.1021/jacs.2c11511},
url = {https://doi.org/10.1021%2Fjacs.2c11511},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {145},
number = {4},
pages = {2430--2438},
author = {Xing Huang and Shuai Fu and Cong Lin and Yang Lu and Mingchao Wang and Peng Zhang and Chuanhui Huang and Zichao Li and Zhongquan Liao and Ye Zou and Jian Li and Shengqiang Zhou and Manfred Helm and Petko St. Petkov and Thomas Heine and Mischa Bonn and Hai I. Wang and Xinliang Feng and Renhao Dong},
title = {Semiconducting Conjugated Coordination Polymer with High Charge Mobility Enabled by {\textquotedblleft}4 $\mathplus$ 2{\textquotedblright} Phenyl Ligands},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Romy Peters, Dawon Jang, Daniel Sebastian Jens Wolz, Sungho Lee, Hubert Jäger, Mirko Richter, Chokri Cherif, Kiryl Vasiutovich, Marcus Richter, Xinliang Feng, Thomas Behnisch, Maik Gude, "Investigation of the Influence of Hexabenzocoronene in Polyacrylonitrile-Based Precursors for Carbon Fibers", In Fibers, MDPI AG, vol. 11, no. 2, pp. 14, Jan 2023. [doi] [Bibtex & Downloads]
Investigation of the Influence of Hexabenzocoronene in Polyacrylonitrile-Based Precursors for Carbon Fibers
Reference
Romy Peters, Dawon Jang, Daniel Sebastian Jens Wolz, Sungho Lee, Hubert Jäger, Mirko Richter, Chokri Cherif, Kiryl Vasiutovich, Marcus Richter, Xinliang Feng, Thomas Behnisch, Maik Gude, "Investigation of the Influence of Hexabenzocoronene in Polyacrylonitrile-Based Precursors for Carbon Fibers", In Fibers, MDPI AG, vol. 11, no. 2, pp. 14, Jan 2023. [doi]
Bibtex
@article{Peters_2023,
doi = {10.3390/fib11020014},
url = {https://doi.org/10.3390%2Ffib11020014},
year = 2023,
month = {jan},
publisher = {{MDPI} {AG}},
volume = {11},
number = {2},
pages = {14},
author = {Romy Peters and Dawon Jang and Daniel Sebastian Jens Wolz and Sungho Lee and Hubert Jäger and Mirko Richter and Chokri Cherif and Kiryl Vasiutovich and Marcus Richter and Xinliang Feng and Thomas Behnisch and Maik Gude},
title = {Investigation of the Influence of Hexabenzocoronene in Polyacrylonitrile-Based Precursors for Carbon Fibers},
journal = {Fibers}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Daniel William Davies, Giorgio Graziano, Changhyun Hwang, Sang Kyu Park, Wuyue Liu, Dafei Yuan, Stefan C. B. Mannsfeld, SuYin Grass Wang, Yu-Sheng Chen, Danielle L. Gray, Xiaozhang Zhu, Ying Diao, "Controlling Polymorphic Transitions in n-Type Organic Semiconductor Single Crystals by Alkyl Chain Engineering", In Crystal Growth &$\mathsemicolon$ Design, American Chemical Society (ACS), vol. 23, no. 2, pp. 719–728, Jan 2023. [doi] [Bibtex & Downloads]
Controlling Polymorphic Transitions in n-Type Organic Semiconductor Single Crystals by Alkyl Chain Engineering
Reference
Daniel William Davies, Giorgio Graziano, Changhyun Hwang, Sang Kyu Park, Wuyue Liu, Dafei Yuan, Stefan C. B. Mannsfeld, SuYin Grass Wang, Yu-Sheng Chen, Danielle L. Gray, Xiaozhang Zhu, Ying Diao, "Controlling Polymorphic Transitions in n-Type Organic Semiconductor Single Crystals by Alkyl Chain Engineering", In Crystal Growth &$\mathsemicolon$ Design, American Chemical Society (ACS), vol. 23, no. 2, pp. 719–728, Jan 2023. [doi]
Bibtex
@article{Davies_2023,
doi = {10.1021/acs.cgd.2c00724},
url = {https://doi.org/10.1021%2Facs.cgd.2c00724},
year = 2023,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {23},
number = {2},
pages = {719--728},
author = {Daniel William Davies and Giorgio Graziano and Changhyun Hwang and Sang Kyu Park and Wuyue Liu and Dafei Yuan and Stefan C. B. Mannsfeld and SuYin Grass Wang and Yu-Sheng Chen and Danielle L. Gray and Xiaozhang Zhu and Ying Diao},
title = {Controlling Polymorphic Transitions in n-Type Organic Semiconductor Single Crystals by Alkyl Chain Engineering},
journal = {Crystal Growth {\&}amp$\mathsemicolon$ Design}
}Downloads
No Downloads available for this publication
Permalink
- Paul Jungmann, Jeffrey B. Johnson, Eduardo C. Silva, William Taylor, Abdul Hanan Khan, Akash Kumar, "TCAD-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication", In IEEE Transactions on Semiconductor Manufacturing, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2023. [doi] [Bibtex & Downloads]
TCAD-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication
Reference
Paul Jungmann, Jeffrey B. Johnson, Eduardo C. Silva, William Taylor, Abdul Hanan Khan, Akash Kumar, "TCAD-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication", In IEEE Transactions on Semiconductor Manufacturing, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2023. [doi]
Bibtex
@article{Jungmann_2023,
doi = {10.1109/tsm.2023.3240033},
url = {https://doi.org/10.1109%2Ftsm.2023.3240033},
year = 2023,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Paul Jungmann and Jeffrey B. Johnson and Eduardo C. Silva and William Taylor and Abdul Hanan Khan and Akash Kumar},
title = {{TCAD}-enabled Machine Learning - An Efficient Framework to Build Highly Accurate and Reliable Models for Semiconductor Technology Development and Fabrication},
journal = {{IEEE} Transactions on Semiconductor Manufacturing}
}Downloads
No Downloads available for this publication
Permalink
- Zhuoying Chen, Dinesh Kabra, Yana Vaynzof, "Stability of optoelectronic materials and devices: a themed collection", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 11, no. 5, pp. 1608–1609, 2023. [doi] [Bibtex & Downloads]
Stability of optoelectronic materials and devices: a themed collection
Reference
Zhuoying Chen, Dinesh Kabra, Yana Vaynzof, "Stability of optoelectronic materials and devices: a themed collection", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 11, no. 5, pp. 1608–1609, 2023. [doi]
Bibtex
@article{Chen_2023,
doi = {10.1039/d3tc90009f},
url = {https://doi.org/10.1039%2Fd3tc90009f},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {11},
number = {5},
pages = {1608--1609},
author = {Zhuoying Chen and Dinesh Kabra and Yana Vaynzof},
title = {Stability of optoelectronic materials and devices: a themed collection},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Permalink
- Miguel Albaladejo-Siguan, Anatol Prudnikau, Alina Senina, Elisabeth C. Baird, Yvonne J. Hofstetter, Julius Brunner, Juanzi Shi, Yana Vaynzof, Fabian Paulus, "Bis(stearoyl) Sulfide: A Stable, Odor-free Sulfur Precursor for High-Efficiency Metal Sulfide Quantum Dot Photovoltaics", In ADVANCED ENERGY MATERIALS, 2023. [Bibtex & Downloads]
Bis(stearoyl) Sulfide: A Stable, Odor-free Sulfur Precursor for High-Efficiency Metal Sulfide Quantum Dot Photovoltaics
Reference
Miguel Albaladejo-Siguan, Anatol Prudnikau, Alina Senina, Elisabeth C. Baird, Yvonne J. Hofstetter, Julius Brunner, Juanzi Shi, Yana Vaynzof, Fabian Paulus, "Bis(stearoyl) Sulfide: A Stable, Odor-free Sulfur Precursor for High-Efficiency Metal Sulfide Quantum Dot Photovoltaics", In ADVANCED ENERGY MATERIALS, 2023.
Bibtex
@article{albaladejo-siguan_bisstearoyl_2023,
title = {Bis(stearoyl) {Sulfide}: {A} {Stable}, {Odor}-free {Sulfur} {Precursor} for {High}-{Efficiency} {Metal} {Sulfide} {Quantum} {Dot} {Photovoltaics}},
journal = {ADVANCED ENERGY MATERIALS},
author = {Albaladejo-Siguan, Miguel and Prudnikau, Anatol and Senina, Alina and Baird, Elisabeth C. and Hofstetter, Yvonne J. and Brunner, Julius and Shi, Juanzi and Vaynzof, Yana and Paulus, Fabian},
year = {2023},
}Downloads
No Downloads available for this publication
Permalink
- Lucas Ueberricke, Felix Mildner, Yuquan Wu, Elisa Thauer, Tom Wickenhäuser, Wen-Shan Zhang, Yana Vaynzof, Sven M. Elbert, Rasmus R. Schröder, Rüdiger Klingeler, Michael Mastalerz, "Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries", In Materials Advances, Royal Society of Chemistry (RSC), 2023. [doi] [Bibtex & Downloads]
Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries
Reference
Lucas Ueberricke, Felix Mildner, Yuquan Wu, Elisa Thauer, Tom Wickenhäuser, Wen-Shan Zhang, Yana Vaynzof, Sven M. Elbert, Rasmus R. Schröder, Rüdiger Klingeler, Michael Mastalerz, "Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries", In Materials Advances, Royal Society of Chemistry (RSC), 2023. [doi]
Bibtex
@article{Ueberricke_2023,
doi = {10.1039/d2ma01039a},
url = {https://doi.org/10.1039%2Fd2ma01039a},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Lucas Ueberricke and Felix Mildner and Yuquan Wu and Elisa Thauer and Tom Wickenhäuser and Wen-Shan Zhang and Yana Vaynzof and Sven M. Elbert and Rasmus R. Schröder and Rüdiger Klingeler and Michael Mastalerz},
title = {Redox-active, porous pyrene tetraone dendritic polymers as cathode materials for lithium-ion batteries},
journal = {Materials Advances}
}Downloads
No Downloads available for this publication
Permalink
- Steffen Märcker, Michael Raitza, Shubham Rai, Giulio Galderisi, Thomas Mikolajick, Jens Trommer, Akash Kumar, "Formal Analysis of Camouflaged Reconfigurable Circuits" (to appear), Proceedings 21st International NEWCAS Conference, pp. 1–4, 2023. [Bibtex & Downloads]
Formal Analysis of Camouflaged Reconfigurable Circuits
Reference
Steffen Märcker, Michael Raitza, Shubham Rai, Giulio Galderisi, Thomas Mikolajick, Jens Trommer, Akash Kumar, "Formal Analysis of Camouflaged Reconfigurable Circuits" (to appear), Proceedings 21st International NEWCAS Conference, pp. 1–4, 2023.
Bibtex
@inproceedings{mrt+23,
author = {M\"arcker, Steffen and Raitza, Michael and Rai, Shubham and Galderisi, Giulio and Mikolajick, Thomas and Trommer, Jens and Kumar, Akash},
title = {Formal Analysis of Camouflaged Reconfigurable Circuits},
year = {2023},
volume = {},
number = {},
pages = {1--4},
booktitle = {Proceedings 21st International NEWCAS Conference}
}Downloads
newcas23-camouflaging [PDF]
Related Paths
Permalink
- Katelyn P. Goetz, Fabian T. F. Thome, Qingzhi An, Yvonne J. Hofstetter, Tim Schramm, Aymen Yangui, Alexander Kiligaridis, Markus Loeffler, Alexander D. Taylor, Ivan G. Scheblykin, Yana Vaynzof, "Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2023. [doi] [Bibtex & Downloads]
Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation
Reference
Katelyn P. Goetz, Fabian T. F. Thome, Qingzhi An, Yvonne J. Hofstetter, Tim Schramm, Aymen Yangui, Alexander Kiligaridis, Markus Loeffler, Alexander D. Taylor, Ivan G. Scheblykin, Yana Vaynzof, "Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2023. [doi]
Bibtex
@article{Goetz_2023,
doi = {10.1039/d2tc05077c},
url = {https://doi.org/10.1039%2Fd2tc05077c},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Katelyn P. Goetz and Fabian T. F. Thome and Qingzhi An and Yvonne J. Hofstetter and Tim Schramm and Aymen Yangui and Alexander Kiligaridis and Markus Loeffler and Alexander D. Taylor and Ivan G. Scheblykin and Yana Vaynzof},
title = {Remarkable performance recovery in highly defective perovskite solar cells by photo-oxidation},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Suchert, Lisza Zeidler, Jeronimo Castrillon, Sebastian Ertel, "ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs (Artifact)", In Dagstuhl Artifacts Series (Suchert, Felix and Zeidler, Lisza and Castrillon, Jeronimo and Ertel, Sebastian), Schloss Dagstuhl – Leibniz-Zentrum für Informatik, vol. 9, no. 2, pp. 16:1–16:3, Dagstuhl, Germany, 2023. [doi] [Bibtex & Downloads]
ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs (Artifact)
Reference
Felix Suchert, Lisza Zeidler, Jeronimo Castrillon, Sebastian Ertel, "ConDRust: Scalable Deterministic Concurrency from Verifiable Rust Programs (Artifact)", In Dagstuhl Artifacts Series (Suchert, Felix and Zeidler, Lisza and Castrillon, Jeronimo and Ertel, Sebastian), Schloss Dagstuhl – Leibniz-Zentrum für Informatik, vol. 9, no. 2, pp. 16:1–16:3, Dagstuhl, Germany, 2023. [doi]
Bibtex
@Article{suchert_et_al:DARTS.9.2.16,
author = {Suchert, Felix and Zeidler, Lisza and Castrillon, Jeronimo and Ertel, Sebastian},
title = ,
pages = {16:1--16:3},
journal = {Dagstuhl Artifacts Series},
ISSN = {2509-8195},
year = {2023},
volume = {9},
number = {2},
editor = {Suchert, Felix and Zeidler, Lisza and Castrillon, Jeronimo and Ertel, Sebastian},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
address = {Dagstuhl, Germany},
URL = {https://drops.dagstuhl.de/opus/volltexte/2023/18256},
URN = {urn:nbn:de:0030-drops-182562},
doi = {10.4230/DARTS.9.2.16},
}Downloads
No Downloads available for this publication
Permalink
- Salim Ullah, Akash Kumar, "Approximate Arithmetic Circuit Architectures for FPGA-based Systems", Springer International Publishing, 2023. [doi] [Bibtex & Downloads]
Approximate Arithmetic Circuit Architectures for FPGA-based Systems
Reference
Salim Ullah, Akash Kumar, "Approximate Arithmetic Circuit Architectures for FPGA-based Systems", Springer International Publishing, 2023. [doi]
Bibtex
@book{Ullah_2023,
doi = {10.1007/978-3-031-21294-9},
url = {https://doi.org/10.1007%2F978-3-031-21294-9},
year = 2023,
publisher = {Springer International Publishing},
author = {Salim Ullah and Akash Kumar},
title = {Approximate Arithmetic Circuit Architectures for {FPGA}-based Systems}
}Downloads
No Downloads available for this publication
Permalink
- Lena M. Saure, Niklas Kohlmann, Haoyi Qiu, Shwetha Shetty, Ali Shaygan Nia, Narayanan Ravishankar, Xinliang Feng, Alexander Szameit, Lorenz Kienle, Rainer Adelung, Fabian Schütt, "Hybrid aeromaterials for enhanced and rapid volumetric photothermal response", arXiv, 2023. [doi] [Bibtex & Downloads]
Hybrid aeromaterials for enhanced and rapid volumetric photothermal response
Reference
Lena M. Saure, Niklas Kohlmann, Haoyi Qiu, Shwetha Shetty, Ali Shaygan Nia, Narayanan Ravishankar, Xinliang Feng, Alexander Szameit, Lorenz Kienle, Rainer Adelung, Fabian Schütt, "Hybrid aeromaterials for enhanced and rapid volumetric photothermal response", arXiv, 2023. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2303.14014,
doi = {10.48550/ARXIV.2303.14014},
url = {https://arxiv.org/abs/2303.14014},
author = {Saure, Lena M. and Kohlmann, Niklas and Qiu, Haoyi and Shetty, Shwetha and Nia, Ali Shaygan and Ravishankar, Narayanan and Feng, Xinliang and Szameit, Alexander and Kienle, Lorenz and Adelung, Rainer and Schütt, Fabian},
keywords = {Applied Physics (physics.app-ph), Materials Science (cond-mat.mtrl-sci), Optics (physics.optics), FOS: Physical sciences, FOS: Physical sciences},
title = {Hybrid aeromaterials for enhanced and rapid volumetric photothermal response},
publisher = {arXiv},
year = {2023},
copyright = {Creative Commons Attribution Share Alike 4.0 International}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Armin Reimers, Ala Bouhanguel, Erik Greve, Morten Möller, Lena Marie Saure, Sören Kaps, Lasse Wegner, Ali Shaygan Nia, Xinliang Feng, Fabian Schütt, Yves Andres, Rainer Adelung, "Multifunctional, Self-Cleaning Air Filters Based on Graphene-Enhanced Ceramic Networks", arXiv, 2023. [doi] [Bibtex & Downloads]
Multifunctional, Self-Cleaning Air Filters Based on Graphene-Enhanced Ceramic Networks
Reference
Armin Reimers, Ala Bouhanguel, Erik Greve, Morten Möller, Lena Marie Saure, Sören Kaps, Lasse Wegner, Ali Shaygan Nia, Xinliang Feng, Fabian Schütt, Yves Andres, Rainer Adelung, "Multifunctional, Self-Cleaning Air Filters Based on Graphene-Enhanced Ceramic Networks", arXiv, 2023. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2305.16374,
doi = {10.48550/ARXIV.2305.16374},
url = {https://arxiv.org/abs/2305.16374},
author = {Reimers, Armin and Bouhanguel, Ala and Greve, Erik and Möller, Morten and Saure, Lena Marie and Kaps, Sören and Wegner, Lasse and Nia, Ali Shaygan and Feng, Xinliang and Schütt, Fabian and Andres, Yves and Adelung, Rainer},
keywords = {Physics and Society (physics.soc-ph), Materials Science (cond-mat.mtrl-sci), FOS: Physical sciences, FOS: Physical sciences},
title = {Multifunctional, Self-Cleaning Air Filters Based on Graphene-Enhanced Ceramic Networks},
publisher = {arXiv},
year = {2023},
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhiyong Wang, Shuai Fu, Wenjie Zhang, Baokun Liang, Tsai Jung Liu, Mike Hambsch, Jonas F. Pöhls, Yufeng Wu, Jianjun Zhang, Tianshu Lan, Xiaodong Li, Haoyuan Qi, Miroslav Polozij, Stefan C. B. Mannsfeld, Ute Kaiser, Mischa Bonn, R. Thomas Weitz, Thomas Heine, Stuart S. P. Parkin, Hai I Wang, Renhao Dong, Xinliang Feng, "A Cu3BHT-Graphene van der Waals Heterostructure with Strong Interlayer Coupling", arXiv, 2023. [doi] [Bibtex & Downloads]
A Cu3BHT-Graphene van der Waals Heterostructure with Strong Interlayer Coupling
Reference
Zhiyong Wang, Shuai Fu, Wenjie Zhang, Baokun Liang, Tsai Jung Liu, Mike Hambsch, Jonas F. Pöhls, Yufeng Wu, Jianjun Zhang, Tianshu Lan, Xiaodong Li, Haoyuan Qi, Miroslav Polozij, Stefan C. B. Mannsfeld, Ute Kaiser, Mischa Bonn, R. Thomas Weitz, Thomas Heine, Stuart S. P. Parkin, Hai I Wang, Renhao Dong, Xinliang Feng, "A Cu3BHT-Graphene van der Waals Heterostructure with Strong Interlayer Coupling", arXiv, 2023. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2306.14616,
doi = {10.48550/ARXIV.2306.14616},
url = {https://arxiv.org/abs/2306.14616},
author = {Wang, Zhiyong and Fu, Shuai and Zhang, Wenjie and Liang, Baokun and Liu, Tsai Jung and Hambsch, Mike and Pöhls, Jonas F. and Wu, Yufeng and Zhang, Jianjun and Lan, Tianshu and Li, Xiaodong and Qi, Haoyuan and Polozij, Miroslav and Mannsfeld, Stefan C. B. and Kaiser, Ute and Bonn, Mischa and Weitz, R. Thomas and Heine, Thomas and Parkin, Stuart S. P. and Wang, Hai I and Dong, Renhao and Feng, Xinliang},
keywords = {Applied Physics (physics.app-ph), FOS: Physical sciences, FOS: Physical sciences},
title = {A Cu3BHT-Graphene van der Waals Heterostructure with Strong Interlayer Coupling},
publisher = {arXiv},
year = {2023},
copyright = {arXiv.org perpetual, non-exclusive license}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Siva Satyendra Sahoo, Anup Das, Akash Kumar, "Fault Tolerant Architectures", Chapter in Handbook of Computer Architecture, Springer Nature Singapore, pp. 1–44, 2023. [doi] [Bibtex & Downloads]
Fault Tolerant Architectures
Reference
Siva Satyendra Sahoo, Anup Das, Akash Kumar, "Fault Tolerant Architectures", Chapter in Handbook of Computer Architecture, Springer Nature Singapore, pp. 1–44, 2023. [doi]
Bibtex
@incollection{Sahoo_2023,
doi = {10.1007/978-981-15-6401-7_11-1},
url = {https://doi.org/10.1007%2F978-981-15-6401-7_11-1},
year = 2023,
publisher = {Springer Nature Singapore},
pages = {1--44},
author = {Siva Satyendra Sahoo and Anup Das and Akash Kumar},
title = {Fault Tolerant Architectures},
booktitle = {Handbook of Computer Architecture}
}Downloads
No Downloads available for this publication
Permalink
- Sebastian Obermann, Wenhao Zheng, Jason Melidonie, Steffen Böckmann, Silvio Osella, Nicolás Arisnabarreta, L. Andrés Guerrero-León, Felix Hennersdorf, David Beljonne, Jan J. Weigand, Mischa Bonn, Steven De Feyter, Michael Ryan Hansen, Hai I. Wang, Ji Ma, Xinliang Feng, "Curved graphene nanoribbons derived from tetrahydropyrene-based polyphenylenes $\less$i$\greater$via$\less$/i$\greater$ one-pot K-region oxidation and Scholl cyclization", In Chemical Science, Royal Society of Chemistry (RSC), vol. 14, no. 32, pp. 8607–8614, 2023. [doi] [Bibtex & Downloads]
Curved graphene nanoribbons derived from tetrahydropyrene-based polyphenylenes $\less$i$\greater$via$\less$/i$\greater$ one-pot K-region oxidation and Scholl cyclization
Reference
Sebastian Obermann, Wenhao Zheng, Jason Melidonie, Steffen Böckmann, Silvio Osella, Nicolás Arisnabarreta, L. Andrés Guerrero-León, Felix Hennersdorf, David Beljonne, Jan J. Weigand, Mischa Bonn, Steven De Feyter, Michael Ryan Hansen, Hai I. Wang, Ji Ma, Xinliang Feng, "Curved graphene nanoribbons derived from tetrahydropyrene-based polyphenylenes $\less$i$\greater$via$\less$/i$\greater$ one-pot K-region oxidation and Scholl cyclization", In Chemical Science, Royal Society of Chemistry (RSC), vol. 14, no. 32, pp. 8607–8614, 2023. [doi]
Bibtex
@article{Obermann_2023,
doi = {10.1039/d3sc02824k},
url = {https://doi.org/10.1039%2Fd3sc02824k},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {14},
number = {32},
pages = {8607--8614},
author = {Sebastian Obermann and Wenhao Zheng and Jason Melidonie and Steffen Böckmann and Silvio Osella and Nicol{\'{a}}s Arisnabarreta and L. Andr{\'{e}}s Guerrero-Le{\'{o}}n and Felix Hennersdorf and David Beljonne and Jan J. Weigand and Mischa Bonn and Steven De Feyter and Michael Ryan Hansen and Hai I. Wang and Ji Ma and Xinliang Feng},
title = {Curved graphene nanoribbons derived from tetrahydropyrene-based polyphenylenes $\less$i$\greater$via$\less$/i$\greater$ one-pot K-region oxidation and Scholl cyclization},
journal = {Chemical Science}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gabriela Borin Barin, Marco Di Giovannantonio, Thorsten G. Lohr, Shantanu Mishra, Amogh Kinikar, Mickael L. Perrin, Jan Overbeck, Michel Calame, Xinliang Feng, Roman Fasel, Pascal Ruffieux, "On-surface synthesis and characterization of Teranthene and Hexanthene: Ultrashort graphene nanoribbons with mixed armchair and zigzag edges", arXiv, 2023. [doi] [Bibtex & Downloads]
On-surface synthesis and characterization of Teranthene and Hexanthene: Ultrashort graphene nanoribbons with mixed armchair and zigzag edges
Reference
Gabriela Borin Barin, Marco Di Giovannantonio, Thorsten G. Lohr, Shantanu Mishra, Amogh Kinikar, Mickael L. Perrin, Jan Overbeck, Michel Calame, Xinliang Feng, Roman Fasel, Pascal Ruffieux, "On-surface synthesis and characterization of Teranthene and Hexanthene: Ultrashort graphene nanoribbons with mixed armchair and zigzag edges", arXiv, 2023. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2307.16596,
doi = {10.48550/ARXIV.2307.16596},
url = {https://arxiv.org/abs/2307.16596},
author = {Barin, Gabriela Borin and Di Giovannantonio, Marco and Lohr, Thorsten G. and Mishra, Shantanu and Kinikar, Amogh and Perrin, Mickael L. and Overbeck, Jan and Calame, Michel and Feng, Xinliang and Fasel, Roman and Ruffieux, Pascal},
keywords = {Materials Science (cond-mat.mtrl-sci), Chemical Physics (physics.chem-ph), FOS: Physical sciences, FOS: Physical sciences},
title = {On-surface synthesis and characterization of Teranthene and Hexanthene: Ultrashort graphene nanoribbons with mixed armchair and zigzag edges},
publisher = {arXiv},
year = {2023},
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Song Zhang, Felix Talnack, Tanguy Jousselin-Oba, Vinayak Bhat, Yilei Wu, Yusheng Lei, Yoko Tomo, Huaxin Gong, Lukas Michalek, Donglai Zhong, Can Wu, Abderrahim Yassar, Stefan Mannsfeld, Chad Risko, Michel Frigoli, Zhenan Bao, "Shear-aligned large-area organic semiconductor crystals through extended π–π interaction", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 11, no. 26, pp. 8992–9001, 2023. [doi] [Bibtex & Downloads]
Shear-aligned large-area organic semiconductor crystals through extended π–π interaction
Reference
Song Zhang, Felix Talnack, Tanguy Jousselin-Oba, Vinayak Bhat, Yilei Wu, Yusheng Lei, Yoko Tomo, Huaxin Gong, Lukas Michalek, Donglai Zhong, Can Wu, Abderrahim Yassar, Stefan Mannsfeld, Chad Risko, Michel Frigoli, Zhenan Bao, "Shear-aligned large-area organic semiconductor crystals through extended π–π interaction", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 11, no. 26, pp. 8992–9001, 2023. [doi]
Bibtex
@article{Zhang_2023,
doi = {10.1039/d3tc01311a},
url = {https://doi.org/10.1039%2Fd3tc01311a},
year = 2023,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {11},
number = {26},
pages = {8992--9001},
author = {Song Zhang and Felix Talnack and Tanguy Jousselin-Oba and Vinayak Bhat and Yilei Wu and Yusheng Lei and Yoko Tomo and Huaxin Gong and Lukas Michalek and Donglai Zhong and Can Wu and Abderrahim Yassar and Stefan Mannsfeld and Chad Risko and Michel Frigoli and Zhenan Bao},
title = {Shear-aligned large-area organic semiconductor crystals through extended π–π interaction},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Permalink
- Nima Kavand, Armin Darjani, Jens Trommer, Giulio Galderisi, Thomas Mikolajick, Nicolai Mueller, Amir Moradi, Chongzhou Fang, Ning Miao, Han Wang, Sai Manoj Pudukotai Dinakarrao, Houman Homayoun, Benjamin Hettwer, Luca Parrini, Akash Kumar, "Special Session: Mitigating Side-channel Attacks through Circuit to Application Layer Approaches", Proceedings of the 2023 International Conference on Hardware/Software Codesign and System Synthesis, pp. 8–17, 2023. [Bibtex & Downloads]
Special Session: Mitigating Side-channel Attacks through Circuit to Application Layer Approaches
Reference
Nima Kavand, Armin Darjani, Jens Trommer, Giulio Galderisi, Thomas Mikolajick, Nicolai Mueller, Amir Moradi, Chongzhou Fang, Ning Miao, Han Wang, Sai Manoj Pudukotai Dinakarrao, Houman Homayoun, Benjamin Hettwer, Luca Parrini, Akash Kumar, "Special Session: Mitigating Side-channel Attacks through Circuit to Application Layer Approaches", Proceedings of the 2023 International Conference on Hardware/Software Codesign and System Synthesis, pp. 8–17, 2023.
Bibtex
@inproceedings{kavand2023special,
title={Special Session: Mitigating Side-channel Attacks through Circuit to Application Layer Approaches},
author={Kavand, Nima and Darjani, Armin and Trommer, Jens and Galderisi, Giulio and Mikolajick, Thomas and Mueller, Nicolai and Moradi, Amir and Fang, Chongzhou and Miao, Ning and Wang, Han and Pudukotai Dinakarrao, Sai Manoj and Homayoun, Houman and Hettwer, Benjamin and Parrini, Luca and Kumar, Akash},
booktitle={Proceedings of the 2023 International Conference on Hardware/Software Codesign and System Synthesis},
pages={8--17},
year={2023}
}Downloads
No Downloads available for this publication
Permalink
2022
- Seetal Potluri, Shamik Kundu, Akash Kumar, Kanad Basu, Aydin Aysu, "SeqL+: Secure Scan-Obfuscation with Theoretical and Empirical Validation", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 16 August 2022. [doi] [Bibtex & Downloads]
SeqL+: Secure Scan-Obfuscation with Theoretical and Empirical Validation
Reference
Seetal Potluri, Shamik Kundu, Akash Kumar, Kanad Basu, Aydin Aysu, "SeqL+: Secure Scan-Obfuscation with Theoretical and Empirical Validation", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 16 August 2022. [doi]
Bibtex
@article{Potluri_2022,
doi = {10.1109/tcad.2022.3199153},
url = {https://doi.org/10.1109%2Ftcad.2022.3199153},
year = 2022,
month={16 August},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Seetal Potluri and Shamik Kundu and Akash Kumar and Kanad Basu and Aydin Aysu},
title = {{SeqL}+: Secure Scan-Obfuscation with Theoretical and Empirical Validation},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
SeqL_Secure_Scan-Obfuscation_with_Theoretical_and_Empirical_Validation [PDF]
Permalink
- Fazal Hameed, Jeronimo Castrillon, "BlendCache: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (IEEE TCAD), vol. 41, pp. 5288–5298, Dec 2022. [doi] [Bibtex & Downloads]
BlendCache: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture
Reference
Fazal Hameed, Jeronimo Castrillon, "BlendCache: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (IEEE TCAD), vol. 41, pp. 5288–5298, Dec 2022. [doi]
Abstract
Racetrack memory (RTM) is a promising nonvolatile memory that provides multi-bit storage cells achieving a higher area and leakage energy efficiency compared to contemporary volatile and non-volatile memories. These features make RTM a potential candidate to be used as a Last-Level-Cache (LLC). One drawback of the multi-bit RTM cell is the serialized access to the stored data, resulting in a shift penalty to access a particular bit within the cell. This overhead is particularly critical for LLC tags, for which prior RTM designs place tags either in SRAM or in single-bit RTM cells. While this avoids shifting, these designs require large number of leaky cells incurring high energy consumption. To address this problem, this paper proposes an energy efficient RTM design called BlendCache that efficiently stores the tags in the leakage optimized multi-bit RTM cells. To reduce the RTM shift penalty of these cells, BlendCache exploits the spatial locality of programs by maximizing accesses to nearby locations in RTM. Employing 32-bit RTM cells for a single-core, BlendCache reduces the energy consumption by 20.8% and area by 15.2% compared to the state-of-the-art while its impact on performance is negligible. For a 4-core system, the energy improvement translates to 35.9% with 3% performance degradation.
Bibtex
@Article{hameed_tcad22,
author = {Fazal Hameed and Jeronimo Castrillon},
title = {{BlendCache}: An Energy and Area Efficient Racetrack Last-Level-Cache Architecture},
doi = {10.1109/TCAD.2022.3161198},
issn = {0278-0070},
issue = {12},
pages = {5288--5298},
url = {https://ieeexplore.ieee.org/document/9739802},
volume = {41},
abstract = {Racetrack memory (RTM) is a promising nonvolatile memory that provides multi-bit storage cells achieving a higher area and leakage energy efficiency compared to contemporary volatile and non-volatile memories. These features make RTM a potential candidate to be used as a Last-Level-Cache (LLC). One drawback of the multi-bit RTM cell is the serialized access to the stored data, resulting in a shift penalty to access a particular bit within the cell. This overhead is particularly critical for LLC tags, for which prior RTM designs place tags either in SRAM or in single-bit RTM cells. While this avoids shifting, these designs require large number of leaky cells incurring high energy consumption. To address this problem, this paper proposes an energy efficient RTM design called BlendCache that efficiently stores the tags in the leakage optimized multi-bit RTM cells. To reduce the RTM shift penalty of these cells, BlendCache exploits the spatial locality of programs by maximizing accesses to nearby locations in RTM. Employing 32-bit RTM cells for a single-core, BlendCache reduces the energy consumption by 20.8\% and area by 15.2\% compared to the state-of-the-art while its impact on performance is negligible. For a 4-core system, the energy improvement translates to 35.9\% with 3\% performance degradation.},
journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (IEEE TCAD)},
month = dec,
project = {tracesymm,cfaed},
year = {2022},
}Downloads
2204_Hameed_TCAD [PDF]
Related Paths
Permalink
- Ahiud Morag, Xingyuan Chu, Christof Neumann, Darius Pohl, Mino Borrelli, Davood Sabaghi, Markus Löffler, Zden\vek Sofer, Andrey Turchanin, Minghao Yu, Xinliang Feng, "Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries", In Energy Storage Materials, Elsevier BV, vol. 53, pp. 435–443, Dec 2022. [doi] [Bibtex & Downloads]
Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries
Reference
Ahiud Morag, Xingyuan Chu, Christof Neumann, Darius Pohl, Mino Borrelli, Davood Sabaghi, Markus Löffler, Zden\vek Sofer, Andrey Turchanin, Minghao Yu, Xinliang Feng, "Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries", In Energy Storage Materials, Elsevier BV, vol. 53, pp. 435–443, Dec 2022. [doi]
Bibtex
@article{Morag_2022,
doi = {10.1016/j.ensm.2022.09.021},
url = {https://doi.org/10.1016%2Fj.ensm.2022.09.021},
year = 2022,
month = {dec},
publisher = {Elsevier {BV}},
volume = {53},
pages = {435--443},
author = {Ahiud Morag and Xingyuan Chu and Christof Neumann and Darius Pohl and Mino Borrelli and Davood Sabaghi and Markus Löffler and Zden{\v{e}}k Sofer and Andrey Turchanin and Minghao Yu and Xinliang Feng},
title = {Ionic liquid electrolyte additive regulates the multi-species-insertion titanium sulfide cathode for magnesium batteries},
journal = {Energy Storage Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Julian Robledo, Jeronimo Castrillon, "Parameterizable mobile workloads for adaptable base station optimizations", Proceedings of the IEEE 15th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-22), pp. 381-386, Dec 2022. [doi] [Bibtex & Downloads]
Parameterizable mobile workloads for adaptable base station optimizations
Reference
Julian Robledo, Jeronimo Castrillon, "Parameterizable mobile workloads for adaptable base station optimizations", Proceedings of the IEEE 15th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-22), pp. 381-386, Dec 2022. [doi]
Abstract
Recent works on 5G baseband processing systems address the optimization of applications with different requirements of quality of service (QoS). The volume and heterogeneity of applications that have to be processed on a base station are growing and 5G introduces new use cases that push system designers towards more flexible and adaptable approaches. To investigate future network challenges of mobile communications, a good methodology for the generation of realistic workloads, that allows target optimizations of different traffic scenarios, is required. In this paper, we study the variation of real traffic data on multiple base stations and identify the main sources for the high variation of the 5G workloads. We propose a methodology for parameterizable workload generation for users with different QoS requirements that enables optimization techniques in baseband processing systems. We demonstrate the feasibility of our approach based on a virtual base station using a heterogeneous hardware model and various state-of-the-art mapping policies.
Bibtex
@InProceedings{robledo_mcsoc22,
author = {Julian Robledo and Jeronimo Castrillon},
booktitle = {Proceedings of the IEEE 15th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-22)},
title = {Parameterizable mobile workloads for adaptable base station optimizations},
doi = {10.1109/MCSoC57363.2022.00067},
url = {https://ieeexplore.ieee.org/document/10008473},
location = {Penang, Malaysia},
pages = {381--386},
abstract = {Recent works on 5G baseband processing systems address the optimization of applications with different requirements of quality of service (QoS). The volume and heterogeneity of applications that have to be processed on a base station are growing and 5G introduces new use cases that push system designers towards more flexible and adaptable approaches. To investigate future network challenges of mobile communications, a good methodology for the generation of realistic workloads, that allows target optimizations of different traffic scenarios, is required. In this paper, we study the variation of real traffic data on multiple base stations and identify the main sources for the high variation of the 5G workloads. We propose a methodology for parameterizable workload generation for users with different QoS requirements that enables optimization techniques in baseband processing systems. We demonstrate the feasibility of our approach based on a virtual base station using a heterogeneous hardware model and various state-of-the-art mapping policies.},
month = dec,
year = {2022},
}Downloads
2212_Robledo_MCSOC [PDF]
Permalink
- Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture", In Proceeding: 2022 International Conference on Field-Programmable Technology (ICFPT), pp. 1-1, Dec 2022. [doi] [Bibtex & Downloads]
NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture
Reference
Yuhao Liu, Shubham Rai, Salim Ullah, Akash Kumar, "NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture", In Proceeding: 2022 International Conference on Field-Programmable Technology (ICFPT), pp. 1-1, Dec 2022. [doi]
Bibtex
@INPROCEEDINGS{9974206,
author={Liu, Yuhao and Rai, Shubham and Ullah, Salim and Kumar, Akash},
booktitle={2022 International Conference on Field-Programmable Technology (ICFPT)},
title={NetPU: Prototyping a Generic Reconfigurable Neural Network Accelerator Architecture},
year={2022},
month = {dec},
pages={1-1},
doi={10.1109/ICFPT56656.2022.9974206}}Downloads
NetPU_Prototyping_a_Generic_Reconfigurable_Neural_Network_Accelerator_Architecture [PDF]
Permalink
- Moritz Winter, Francisco J. T. Goncalves, Ivan Soldatov, Yangkun He, Belén E. Zúñiga Céspedes, Peter Milde, Kilian Lenz, Sandra Hamann, Marc Uhlarz, Praveen Vir, Markus König, Philip J. W. Moll, Richard Schlitz, Sebastian T. B. Goennenwein, Lukas M. Eng, Rudolf Schäfer, Joachim Wosnitza, Claudia Felser, Jacob Gayles, Toni Helm, "Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn", In Communications Materials, Springer Science and Business Media LLC, vol. 3, no. 1, Dec 2022. [doi] [Bibtex & Downloads]
Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn
Reference
Moritz Winter, Francisco J. T. Goncalves, Ivan Soldatov, Yangkun He, Belén E. Zúñiga Céspedes, Peter Milde, Kilian Lenz, Sandra Hamann, Marc Uhlarz, Praveen Vir, Markus König, Philip J. W. Moll, Richard Schlitz, Sebastian T. B. Goennenwein, Lukas M. Eng, Rudolf Schäfer, Joachim Wosnitza, Claudia Felser, Jacob Gayles, Toni Helm, "Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn", In Communications Materials, Springer Science and Business Media LLC, vol. 3, no. 1, Dec 2022. [doi]
Bibtex
@article{Winter_2022,
doi = {10.1038/s43246-022-00323-6},
url = {https://doi.org/10.1038%2Fs43246-022-00323-6},
year = 2022,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {3},
number = {1},
author = {Moritz Winter and Francisco J. T. Goncalves and Ivan Soldatov and Yangkun He and Bel{\'{e}}n E. Z{\'{u}}{\~{n}}iga C{\'{e}}spedes and Peter Milde and Kilian Lenz and Sandra Hamann and Marc Uhlarz and Praveen Vir and Markus König and Philip J. W. Moll and Richard Schlitz and Sebastian T. B. Goennenwein and Lukas M. Eng and Rudolf Schäfer and Joachim Wosnitza and Claudia Felser and Jacob Gayles and Toni Helm},
title = {Antiskyrmions and their electrical footprint in crystalline mesoscale structures of Mn1.4PtSn},
journal = {Communications Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Antrack, Martin Kroll, Lena Merten, Miguel Albaladejo-Siguan, Alexander Hinderhofer, Oleg V. Konovalov, Maciej Jankowski, Johannes Benduhn, Frank Schreiber, Yana Vaynzof, Karl Leo, "Enhancing Luminescence Efficiency by Controlled Island Formation of CsPbBr
$\less$sub$\greater$3$\less$/sub$\greater$
Perovskite", In Advanced Optical Materials, Wiley, vol. 11, no. 3, pp. 2201408, Dec 2022. [doi] [Bibtex & Downloads]
Enhancing Luminescence Efficiency by Controlled Island Formation of CsPbBr $\less$sub$\greater$3$\less$/sub$\greater$ Perovskite
Reference
Tobias Antrack, Martin Kroll, Lena Merten, Miguel Albaladejo-Siguan, Alexander Hinderhofer, Oleg V. Konovalov, Maciej Jankowski, Johannes Benduhn, Frank Schreiber, Yana Vaynzof, Karl Leo, "Enhancing Luminescence Efficiency by Controlled Island Formation of CsPbBr $\less$sub$\greater$3$\less$/sub$\greater$ Perovskite", In Advanced Optical Materials, Wiley, vol. 11, no. 3, pp. 2201408, Dec 2022. [doi]
Bibtex
@article{Antrack_2022,
doi = {10.1002/adom.202201408},
url = {https://doi.org/10.1002%2Fadom.202201408},
year = 2022,
month = {dec},
publisher = {Wiley},
volume = {11},
number = {3},
pages = {2201408},
author = {Tobias Antrack and Martin Kroll and Lena Merten and Miguel Albaladejo-Siguan and Alexander Hinderhofer and Oleg V. Konovalov and Maciej Jankowski and Johannes Benduhn and Frank Schreiber and Yana Vaynzof and Karl Leo},
title = {Enhancing Luminescence Efficiency by Controlled Island Formation of {CsPbBr}
$\less$sub$\greater$3$\less$/sub$\greater$
Perovskite},
journal = {Advanced Optical Materials}
}Downloads
No Downloads available for this publication
Permalink
- Lin Yang, Yang-Yang Ju, Miguel A. Medel, Yubin Fu, Hartmut Komber, Evgenia Dmitrieva, Jin-Jiang Zhang, Sebastian Obermann, Araceli G. Campaña, Ji Ma, Xinliang Feng, "Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 4, Dec 2022. [doi] [Bibtex & Downloads]
Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons
Reference
Lin Yang, Yang-Yang Ju, Miguel A. Medel, Yubin Fu, Hartmut Komber, Evgenia Dmitrieva, Jin-Jiang Zhang, Sebastian Obermann, Araceli G. Campaña, Ji Ma, Xinliang Feng, "Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons", In Angewandte Chemie International Edition, Wiley, vol. 62, no. 4, Dec 2022. [doi]
Bibtex
@article{Yang_2022,
doi = {10.1002/anie.202216193},
url = {https://doi.org/10.1002%2Fanie.202216193},
year = 2022,
month = {dec},
publisher = {Wiley},
volume = {62},
number = {4},
author = {Lin Yang and Yang-Yang Ju and Miguel A. Medel and Yubin Fu and Hartmut Komber and Evgenia Dmitrieva and Jin-Jiang Zhang and Sebastian Obermann and Araceli G. Campa{\~{n}}a and Ji Ma and Xinliang Feng},
title = {Helical Bilayer Nonbenzenoid Nanographene Bearing a [10]Helicene with Two Embedded Heptagons},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Claudia Fuoco, Xiangfeng Luan, Laura Fusco, Federica Riccio, Giulio Giuliani, Hazel Lin, Marco Orecchioni, Cristina Martín, Gianni Cesareni, Xinliang Feng, Yiyong Mai, Alberto Bianco, Lucia Gemma Delogu, "Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry", In Applied Materials Today, Elsevier BV, vol. 29, pp. 101593, Dec 2022. [doi] [Bibtex & Downloads]
Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry
Reference
Claudia Fuoco, Xiangfeng Luan, Laura Fusco, Federica Riccio, Giulio Giuliani, Hazel Lin, Marco Orecchioni, Cristina Martín, Gianni Cesareni, Xinliang Feng, Yiyong Mai, Alberto Bianco, Lucia Gemma Delogu, "Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry", In Applied Materials Today, Elsevier BV, vol. 29, pp. 101593, Dec 2022. [doi]
Bibtex
@article{Fuoco_2022,
doi = {10.1016/j.apmt.2022.101593},
url = {https://doi.org/10.1016%2Fj.apmt.2022.101593},
year = 2022,
month = {dec},
publisher = {Elsevier {BV}},
volume = {29},
pages = {101593},
author = {Claudia Fuoco and Xiangfeng Luan and Laura Fusco and Federica Riccio and Giulio Giuliani and Hazel Lin and Marco Orecchioni and Cristina Mart{\'{\i}}n and Gianni Cesareni and Xinliang Feng and Yiyong Mai and Alberto Bianco and Lucia Gemma Delogu},
title = {Graphene nanoribbons are internalized by human primary immune cell subpopulations maintaining a safety profile: A high-dimensional pilot study by single-cell mass cytometry},
journal = {Applied Materials Today}
}Downloads
No Downloads available for this publication
Permalink
- Shiyong Wang, Tomohiko Nishiuchi, Carlo A. Pignedoli, Xuelin Yao, Marco Di Giovannantonio, Yan Zhao, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions", In Quantum Frontiers, Springer Science and Business Media LLC, vol. 1, no. 1, Dec 2022. [doi] [Bibtex & Downloads]
Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions
Reference
Shiyong Wang, Tomohiko Nishiuchi, Carlo A. Pignedoli, Xuelin Yao, Marco Di Giovannantonio, Yan Zhao, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions", In Quantum Frontiers, Springer Science and Business Media LLC, vol. 1, no. 1, Dec 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1007/s44214-022-00023-9},
url = {https://doi.org/10.1007%2Fs44214-022-00023-9},
year = 2022,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {1},
number = {1},
author = {Shiyong Wang and Tomohiko Nishiuchi and Carlo A. Pignedoli and Xuelin Yao and Marco Di Giovannantonio and Yan Zhao and Akimitsu Narita and Xinliang Feng and Klaus Müllen and Pascal Ruffieux and Roman Fasel},
title = {Steering on-surface reactions through molecular steric hindrance and molecule-substrate van der Waals interactions},
journal = {Quantum Frontiers}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yu Kang, Yujia Han, Hedong Chen, Horst Borrmann, Peter Adler, Darius Pohl, Martin Hantusch, Markus König, Yangkun He, Yufei Ma, Xiaodong Wang, Claudia Felser, "Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 50, pp. 55587–55593, Dec 2022. [doi] [Bibtex & Downloads]
Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution
Reference
Yu Kang, Yujia Han, Hedong Chen, Horst Borrmann, Peter Adler, Darius Pohl, Martin Hantusch, Markus König, Yangkun He, Yufei Ma, Xiaodong Wang, Claudia Felser, "Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 50, pp. 55587–55593, Dec 2022. [doi]
Bibtex
@article{Kang_2022,
doi = {10.1021/acsami.2c16419},
url = {https://doi.org/10.1021%2Facsami.2c16419},
year = 2022,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {14},
number = {50},
pages = {55587--55593},
author = {Yu Kang and Yujia Han and Hedong Chen and Horst Borrmann and Peter Adler and Darius Pohl and Martin Hantusch and Markus König and Yangkun He and Yufei Ma and Xiaodong Wang and Claudia Felser},
title = {Ruthenium-Alloyed Iron Phosphide Single Crystal with Increased Fermi Level for Efficient Hydrogen Evolution},
journal = {{ACS} Applied Materials {\&}amp$\mathsemicolon$ Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tianyu Tang, Preetam Dacha, Katherina Haase, Joshua Kreß, Christian Hänisch, Jonathan Perez, Yulia Krupskaya, Alexander Tahn, Darius Pohl, Sebastian Schneider, Felix Talnack, Mike Hambsch, Sebastian Reineke, Yana Vaynzof, Stefan C. B. Mannsfeld, "Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process", In Advanced Functional Materials, Wiley, vol. 33, no. 8, pp. 2207966, Dec 2022. [doi] [Bibtex & Downloads]
Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process
Reference
Tianyu Tang, Preetam Dacha, Katherina Haase, Joshua Kreß, Christian Hänisch, Jonathan Perez, Yulia Krupskaya, Alexander Tahn, Darius Pohl, Sebastian Schneider, Felix Talnack, Mike Hambsch, Sebastian Reineke, Yana Vaynzof, Stefan C. B. Mannsfeld, "Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process", In Advanced Functional Materials, Wiley, vol. 33, no. 8, pp. 2207966, Dec 2022. [doi]
Bibtex
@article{Tang_2022,
doi = {10.1002/adfm.202207966},
url = {https://doi.org/10.1002%2Fadfm.202207966},
year = 2022,
month = {dec},
publisher = {Wiley},
volume = {33},
number = {8},
pages = {2207966},
author = {Tianyu Tang and Preetam Dacha and Katherina Haase and Joshua Kre{\ss} and Christian Hänisch and Jonathan Perez and Yulia Krupskaya and Alexander Tahn and Darius Pohl and Sebastian Schneider and Felix Talnack and Mike Hambsch and Sebastian Reineke and Yana Vaynzof and Stefan C. B. Mannsfeld},
title = {Analysis of the Annealing Budget of Metal Oxide Thin-Film Transistors Prepared by an Aqueous Blade-Coating Process},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shu-Jen Wang, Alexander Palatnik, Markas Sudzius, Felix Talnack, Luisa Barba, Zongbao Zhang, Darius Pohl, Ilia Lashkov, Christian Hänisch, Anton Kirch, Jörn Vahland, Marius Otte, Hans Kleemann, Stefan C. B. Mannsfeld, Sebastian Reineke, Karl Leo, "Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4'-Bis[(N-carbazole)styryl]biphenyl", In ACS Applied Electronic Materials, American Chemical Society (ACS), Dec 2022. [doi] [Bibtex & Downloads]
Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4'-Bis[(N-carbazole)styryl]biphenyl
Reference
Shu-Jen Wang, Alexander Palatnik, Markas Sudzius, Felix Talnack, Luisa Barba, Zongbao Zhang, Darius Pohl, Ilia Lashkov, Christian Hänisch, Anton Kirch, Jörn Vahland, Marius Otte, Hans Kleemann, Stefan C. B. Mannsfeld, Sebastian Reineke, Karl Leo, "Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4'-Bis[(N-carbazole)styryl]biphenyl", In ACS Applied Electronic Materials, American Chemical Society (ACS), Dec 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1021/acsaelm.2c01401},
url = {https://doi.org/10.1021%2Facsaelm.2c01401},
year = 2022,
month = {dec},
publisher = {American Chemical Society ({ACS})},
author = {Shu-Jen Wang and Alexander Palatnik and Markas Sudzius and Felix Talnack and Luisa Barba and Zongbao Zhang and Darius Pohl and Ilia Lashkov and Christian Hänisch and Anton Kirch and Jörn Vahland and Marius Otte and Hans Kleemann and Stefan C. B. Mannsfeld and Sebastian Reineke and Karl Leo},
title = {Optical Properties of Crystalline Thin Films of the Organic Laser Gain Material 4,4'-Bis[(N-carbazole)styryl]biphenyl},
journal = {{ACS} Applied Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pirah Noor Soomro, Mustafa Abduljabbar, Jeronimo Castrillon, Miquel Pericás, "Shisha: Online scheduling of CNN pipelines on heterogeneous architectures", Proceedings of the 14th International Conference on Parallel Processing and Applied Mathematics, pp. 249–262, Nov 2022. [Bibtex & Downloads]
Shisha: Online scheduling of CNN pipelines on heterogeneous architectures
Reference
Pirah Noor Soomro, Mustafa Abduljabbar, Jeronimo Castrillon, Miquel Pericás, "Shisha: Online scheduling of CNN pipelines on heterogeneous architectures", Proceedings of the 14th International Conference on Parallel Processing and Applied Mathematics, pp. 249–262, Nov 2022.
Abstract
Many modern multicore processors integrate asymmetric core clusters. With the trend towards Multi-Chip-Modules (MCMs) and interposer-based packaging technologies, platforms will feature heterogeneity at the level of cores, memory subsystem and the interconnect. Due to their potential high memory throughput and energy efficient core modules, these platforms are prominent targets for emerging machine learning applications, such as Convolutional Neural Networks (CNNs). To exploit and adapt to the diversity of modern heterogeneous chips, CNNs need to be quickly optimized in terms of scheduling and workload distribution among computing resources. To address this we propose Shisha, an online approach to generate and schedule parallel CNN pipelines on heterogeneous MCM-based architectures. Shisha targets heterogeneity in compute performance and memory bandwidth and tunes the pipeline schedule through a fast online exploration technique. We compare Shisha with Simulated Annealing, Hill Climbing and Pipe-Search. On average, the convergence time is improved by 35x in Shisha compared to other exploration algorithms. Despite the quick exploration, Shisha's solution is often better than that of other heuristic exploration algorithms.
Bibtex
@InProceedings{soomro_ppam22,
author = {Pirah Noor Soomro and Mustafa Abduljabbar and Jeronimo Castrillon and Miquel Pericás},
booktitle = {Proceedings of the 14th International Conference on Parallel Processing and Applied Mathematics},
date = {2022-11},
title = {Shisha: Online scheduling of CNN pipelines on heterogeneous architectures},
location = {Gdansk, Poland},
abstract = {Many modern multicore processors integrate asymmetric core clusters. With the trend towards Multi-Chip-Modules (MCMs) and interposer-based packaging technologies, platforms will feature heterogeneity at the level of cores, memory subsystem and the interconnect. Due to their potential high memory throughput and energy efficient core modules, these platforms are prominent targets for emerging machine learning applications, such as Convolutional Neural Networks (CNNs). To exploit and adapt to the diversity of modern heterogeneous chips, CNNs need to be quickly optimized in terms of scheduling and workload distribution among computing resources. To address this we propose Shisha, an online approach to generate and schedule parallel CNN pipelines on heterogeneous MCM-based architectures. Shisha targets heterogeneity in compute performance and memory bandwidth and tunes the pipeline schedule through a fast online exploration technique. We compare Shisha with Simulated Annealing, Hill Climbing and Pipe-Search. On average, the convergence time is improved by ~35x in Shisha compared to other exploration algorithms. Despite the quick exploration, Shisha's solution is often better than that of other heuristic exploration algorithms.},
month = nov,
year = {2022},
pages = {249--262},
url = {https://www.springerprofessional.de/shisha-online-scheduling-of-cnn-pipelines-on-heterogeneous-archi/25292292},
}Downloads
2211_Soomro_PPAM [PDF]
Permalink
- Felix Suchert, Jeronimo Castrillon, "STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks", In Proceeding: Proceeeding of the BenchCouncil Transactions on Benchmarks, Standards and Evaluations (Bench22) (Gainaru, Ana and Zhang, Ce and Luo, Chunjie), Springer International Publishing, pp. 160–175, Cham, Nov 2022. [doi] [Bibtex & Downloads]
STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks
Reference
Felix Suchert, Jeronimo Castrillon, "STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks", In Proceeding: Proceeeding of the BenchCouncil Transactions on Benchmarks, Standards and Evaluations (Bench22) (Gainaru, Ana and Zhang, Ce and Luo, Chunjie), Springer International Publishing, pp. 160–175, Cham, Nov 2022. [doi]
Abstract
Software Transactional Memory has been used as a synchronization mechanism that is easier to use and compose than locking ones. The mechanisms continued relevance in research and application design motivates considerations regarding safer implementations than existing C libraries. In this paper, we study the impact of the Rust programming language on STM performance and code quality. To facilitate the comparison, we manually translated the STAMP benchmark suite to Rust and also generated a version using a state-of-the-art C-to-Rust transpiler. We find that, while idiomatic implementations using safe Rust are generally slower than both C and transpiled code, they guarantee memory safety and improve code quality.
Bibtex
@InProceedings{suchert_bench22,
author = {Felix Suchert and Jeronimo Castrillon},
booktitle = {Proceeeding of the BenchCouncil Transactions on Benchmarks, Standards and Evaluations (Bench22)},
title = {STAMP-Rust: Language and Performance Comparison to C on Transactional Benchmarks},
doi = {10.1007/978-3-031-31180-2_10},
editor = {Gainaru, Ana and Zhang, Ce and Luo, Chunjie},
isbn = {978-3-031-31180-2},
pages = {160--175},
publisher = {Springer International Publishing},
url = {https://link.springer.com/chapter/10.1007/978-3-031-31180-2_10},
abstract = {Software Transactional Memory has been used as a synchronization mechanism that is easier to use and compose than locking ones. The mechanisms continued relevance in research and application design motivates considerations regarding safer implementations than existing C libraries. In this paper, we study the impact of the Rust programming language on STM performance and code quality. To facilitate the comparison, we manually translated the STAMP benchmark suite to Rust and also generated a version using a state-of-the-art C-to-Rust transpiler. We find that, while idiomatic implementations using safe Rust are generally slower than both C and transpiled code, they guarantee memory safety and improve code quality.},
address = {Cham},
month = nov,
year = {2022},
}Downloads
2211_Suchert_BENCH [PDF]
Permalink
- [Bibtex & Downloads]
Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations
Reference
Bibtex
Downloads
No Downloads available for this publication
Permalink
- Nesrine Khouzami, Jeronimo Castrillon, "Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations", Supercomputing Conference (SC 2022) - Women in HPC Workshop (WHPC), Nov 2022. [Bibtex & Downloads]
Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations
Reference
Nesrine Khouzami, Jeronimo Castrillon, "Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations", Supercomputing Conference (SC 2022) - Women in HPC Workshop (WHPC), Nov 2022.
Abstract
We present OpenPME (Open Particle-Mesh Environment), a Problem Solving Environment (PSE) which provides a Domain Specific Language (DSL) built atop a domain model general enough to write numerical simulations in scientific computing using particle-mesh abstractions. This helps to close the productivity gap in HPC applications and effectively lowers the programming barrier to enable the smooth implementation of scalable simulations. We also introduce a model-based autotuning approach of discretization methods for OpenPME compiler. We evaluate the autotuner in two diffusion test cases and the results show that we consistently find configurations that outperform those found by state-of-the-art general-purpose autotuners.
Bibtex
@InProceedings{khouzami_sc_whpc22,
author = {Nesrine Khouzami and Jeronimo Castrillon},
title = {Problem Solving Environment and Compiler Optimizations for High-Performance Particle-Mesh Numerical Simulations},
location = {Dallas, Texas},
publisher = {Supercomputing Conference (SC 2022) - Women in HPC Workshop (WHPC)},
abstract = {We present OpenPME (Open Particle-Mesh Environment), a Problem Solving Environment (PSE) which provides a Domain Specific Language (DSL) built atop a domain model general enough to write numerical simulations in scientific computing using particle-mesh abstractions. This helps to close the productivity gap in HPC applications and effectively lowers the programming barrier to enable the smooth implementation of scalable simulations. We also introduce a model-based autotuning approach of discretization methods for OpenPME compiler. We evaluate the autotuner in two diffusion test cases and the results show that we consistently find configurations that outperform those found by state-of-the-art general-purpose autotuners.},
month = nov,
numpages = {3},
year = {2022},
}Downloads
2211_Khouzami_WHPC-SC [PDF]
Permalink
- Ran Ji, Zongbao Zhang, Yvonne J. Hofstetter, Robin Buschbeck, Christian Hänisch, Fabian Paulus, Yana Vaynzof, "Perovskite phase heterojunction solar cells", In Nature Energy, Springer Science and Business Media LLC, Nov 2022. [doi] [Bibtex & Downloads]
Perovskite phase heterojunction solar cells
Reference
Ran Ji, Zongbao Zhang, Yvonne J. Hofstetter, Robin Buschbeck, Christian Hänisch, Fabian Paulus, Yana Vaynzof, "Perovskite phase heterojunction solar cells", In Nature Energy, Springer Science and Business Media LLC, Nov 2022. [doi]
Bibtex
@article{Ji_2022,
doi = {10.1038/s41560-022-01154-y},
url = {https://doi.org/10.1038%2Fs41560-022-01154-y},
year = 2022,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
author = {Ran Ji and Zongbao Zhang and Yvonne J. Hofstetter and Robin Buschbeck and Christian Hänisch and Fabian Paulus and Yana Vaynzof},
title = {Perovskite phase heterojunction solar cells},
journal = {Nature Energy}
}Downloads
No Downloads available for this publication
Permalink
- Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Securing Hardware through Reconfigurable Nano-structures", In Proceeding: International Conference on Computer-Aided Design (ICCAD), ACM/IEEE, Nov 2022. [Bibtex & Downloads]
Securing Hardware through Reconfigurable Nano-structures
Reference
Nima Kavand, Armin Darjani, Shubham Rai, Akash Kumar, "Securing Hardware through Reconfigurable Nano-structures", In Proceeding: International Conference on Computer-Aided Design (ICCAD), ACM/IEEE, Nov 2022.
Bibtex
@inproceedings{Kavand_ICCAD,
year = 2022,
month = {nov},
publisher = ,
author = {Nima Kavand and Armin Darjani and Shubham Rai and Akash Kumar},
title = {Securing Hardware through Reconfigurable Nano-structures},
booktitle = {International Conference on Computer-Aided Design ({ICCAD})}
}Downloads
ICCAD_2022_Special_Session [PDF]
Permalink
- Anna Maria Dominic, Zhiyong Wang, Agnieszka Kuc, Petko Petkov, Khoa Hoang Ly, Thi Lam Huong Pham, Martin Kutzschbach, Yuanyuan Cao, Julien Bachmann, Xinliang Feng, Renhao Dong, Inez Weidinger, "Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework", American Chemical Society (ACS), Nov 2022. [doi] [Bibtex & Downloads]
Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework
Reference
Anna Maria Dominic, Zhiyong Wang, Agnieszka Kuc, Petko Petkov, Khoa Hoang Ly, Thi Lam Huong Pham, Martin Kutzschbach, Yuanyuan Cao, Julien Bachmann, Xinliang Feng, Renhao Dong, Inez Weidinger, "Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework", American Chemical Society (ACS), Nov 2022. [doi]
Bibtex
@article{Dominic_2022,
doi = {10.26434/chemrxiv-2022-x1d2t},
url = {https://doi.org/10.26434%2Fchemrxiv-2022-x1d2t},
year = 2022,
month = {nov},
publisher = {American Chemical Society ({ACS})},
author = {Anna Maria Dominic and Zhiyong Wang and Agnieszka Kuc and Petko Petkov and Khoa Hoang Ly and Thi Lam Huong Pham and Martin Kutzschbach and Yuanyuan Cao and Julien Bachmann and Xinliang Feng and Renhao Dong and Inez Weidinger},
title = {Oxidation state dependent conjugation controls electrocatalytic activity in a two-dimensional di-copper metal-organic framework}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wenhui Niu, Ji Ma, Xinliang Feng, "Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons", In Accounts of Chemical Research, American Chemical Society (ACS), vol. 55, no. 23, pp. 3322–3333, Nov 2022. [doi] [Bibtex & Downloads]
Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons
Reference
Wenhui Niu, Ji Ma, Xinliang Feng, "Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons", In Accounts of Chemical Research, American Chemical Society (ACS), vol. 55, no. 23, pp. 3322–3333, Nov 2022. [doi]
Bibtex
@article{Niu_2022,
doi = {10.1021/acs.accounts.2c00550},
url = {https://doi.org/10.1021%2Facs.accounts.2c00550},
year = 2022,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {55},
number = {23},
pages = {3322--3333},
author = {Wenhui Niu and Ji Ma and Xinliang Feng},
title = {Precise Structural Regulation and Band-Gap Engineering of Curved Graphene Nanoribbons},
journal = {Accounts of Chemical Research}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haoyong Yang, Qihao Sun, Zhongquan Liao, Mike Hambsch, Zhecheng Guo, Daheng Wu, Birgit Jost, Yuejun Zhang, Stefan C. B. Mannsfeld, Xinliang Feng, Xiaojian Zhu, Tao Zhang, "Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor", Research Square Platform LLC, Nov 2022. [doi] [Bibtex & Downloads]
Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor
Reference
Haoyong Yang, Qihao Sun, Zhongquan Liao, Mike Hambsch, Zhecheng Guo, Daheng Wu, Birgit Jost, Yuejun Zhang, Stefan C. B. Mannsfeld, Xinliang Feng, Xiaojian Zhu, Tao Zhang, "Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor", Research Square Platform LLC, Nov 2022. [doi]
Bibtex
@article{Yang_2022,
doi = {10.21203/rs.3.rs-2257277/v1},
url = {https://doi.org/10.21203%2Frs.3.rs-2257277%2Fv1},
year = 2022,
month = {nov},
publisher = {Research Square Platform {LLC}},
author = {Haoyong Yang and Qihao Sun and Zhongquan Liao and Mike Hambsch and Zhecheng Guo and Daheng Wu and Birgit Jost and Yuejun Zhang and Stefan C. B. Mannsfeld and Xinliang Feng and Xiaojian Zhu and Tao Zhang},
title = {Microwave-assisted High-Throughput Synthesis of Crystalline Porphyrin-based Two-dimensional Polymers for Neuromorphic Vision Sensor}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Lu, Yingying Zhang, Chi-Yuan Yang, Sergio Revuelta, Haoyuan Qi, Chuanhui Huang, Wenlong Jin, Zichao Li, Victor Vega-Mayoral, Yannan Liu, Xing Huang, Darius Pohl, Miroslav Polo\vzij, Shengqiang Zhou, Enrique Cánovas, Thomas Heine, Simone Fabiano, Xinliang Feng, Renhao Dong, "Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Nov 2022. [doi] [Bibtex & Downloads]
Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks
Reference
Yang Lu, Yingying Zhang, Chi-Yuan Yang, Sergio Revuelta, Haoyuan Qi, Chuanhui Huang, Wenlong Jin, Zichao Li, Victor Vega-Mayoral, Yannan Liu, Xing Huang, Darius Pohl, Miroslav Polo\vzij, Shengqiang Zhou, Enrique Cánovas, Thomas Heine, Simone Fabiano, Xinliang Feng, Renhao Dong, "Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Nov 2022. [doi]
Bibtex
@article{Lu_2022,
doi = {10.1038/s41467-022-34820-6},
url = {https://doi.org/10.1038%2Fs41467-022-34820-6},
year = 2022,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Yang Lu and Yingying Zhang and Chi-Yuan Yang and Sergio Revuelta and Haoyuan Qi and Chuanhui Huang and Wenlong Jin and Zichao Li and Victor Vega-Mayoral and Yannan Liu and Xing Huang and Darius Pohl and Miroslav Polo{\v{z}}ij and Shengqiang Zhou and Enrique C{\'{a}}novas and Thomas Heine and Simone Fabiano and Xinliang Feng and Renhao Dong},
title = {Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Yannan Liu, Shuai Fu, Dominik L. Pastoetter, Arafat Hossain Khan, Yingying Zhang, Arezoo Dianat, Shunqi Xu, Zhongquan Liao, Marcus Richter, Minghao Yu, Miroslav Polo\vzij, Eike Brunner, Gianaurelio Cuniberti, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, "Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi] [Bibtex & Downloads]
Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions
Reference
Yannan Liu, Shuai Fu, Dominik L. Pastoetter, Arafat Hossain Khan, Yingying Zhang, Arezoo Dianat, Shunqi Xu, Zhongquan Liao, Marcus Richter, Minghao Yu, Miroslav Polo\vzij, Eike Brunner, Gianaurelio Cuniberti, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, "Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi]
Bibtex
@article{Liu_2022,
doi = {10.1002/anie.202209762},
url = {https://doi.org/10.1002%2Fanie.202209762},
year = 2022,
month = {nov},
publisher = {Wiley},
volume = {61},
number = {49},
author = {Yannan Liu and Shuai Fu and Dominik L. Pastoetter and Arafat Hossain Khan and Yingying Zhang and Arezoo Dianat and Shunqi Xu and Zhongquan Liao and Marcus Richter and Minghao Yu and Miroslav Polo{\v{z}}ij and Eike Brunner and Gianaurelio Cuniberti and Thomas Heine and Mischa Bonn and Hai I. Wang and Xinliang Feng},
title = {Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jonas Björk, Carlos Sánchez-Sánchez, Qiang Chen, Carlo A. Pignedoli, Johanna Rosen, Pascal Ruffieux, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Roman Fasel, "The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi] [Bibtex & Downloads]
The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface
Reference
Jonas Björk, Carlos Sánchez-Sánchez, Qiang Chen, Carlo A. Pignedoli, Johanna Rosen, Pascal Ruffieux, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Roman Fasel, "The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi]
Bibtex
@article{Bj_rk_2022,
doi = {10.1002/anie.202212354},
url = {https://doi.org/10.1002%2Fanie.202212354},
year = 2022,
month = {nov},
publisher = {Wiley},
volume = {61},
number = {49},
author = {Jonas Björk and Carlos S{\'{a}}nchez-S{\'{a}}nchez and Qiang Chen and Carlo A. Pignedoli and Johanna Rosen and Pascal Ruffieux and Xinliang Feng and Akimitsu Narita and Klaus Müllen and Roman Fasel},
title = {The Role of Metal Adatoms in a Surface-Assisted Cyclodehydrogenation Reaction on a Gold Surface},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Lu, Yingying Zhang, Chi-Yuan Yang, Sergio Revuelta, Haoyuan Qi, Chuanhui Huang, Wenlong Jin, Zichao Li, Victor Vega-Mayoral, Yannan Liu, Xing Huang, Darius Pohl, Miroslav Polo\vzij, Shengqiang Zhou, Enrique Cánovas, Thomas Heine, Simone Fabiano, Xinliang Feng, Renhao Dong, "Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Nov 2022. [doi] [Bibtex & Downloads]
Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks
Reference
Yang Lu, Yingying Zhang, Chi-Yuan Yang, Sergio Revuelta, Haoyuan Qi, Chuanhui Huang, Wenlong Jin, Zichao Li, Victor Vega-Mayoral, Yannan Liu, Xing Huang, Darius Pohl, Miroslav Polo\vzij, Shengqiang Zhou, Enrique Cánovas, Thomas Heine, Simone Fabiano, Xinliang Feng, Renhao Dong, "Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Nov 2022. [doi]
Bibtex
@article{Lu_2022,
doi = {10.1038/s41467-022-34820-6},
url = {https://doi.org/10.1038%2Fs41467-022-34820-6},
year = 2022,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Yang Lu and Yingying Zhang and Chi-Yuan Yang and Sergio Revuelta and Haoyuan Qi and Chuanhui Huang and Wenlong Jin and Zichao Li and Victor Vega-Mayoral and Yannan Liu and Xing Huang and Darius Pohl and Miroslav Polo{\v{z}}ij and Shengqiang Zhou and Enrique C{\'{a}}novas and Thomas Heine and Simone Fabiano and Xinliang Feng and Renhao Dong},
title = {Precise tuning of interlayer electronic coupling in layered conductive metal-organic frameworks},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yannan Liu, Shuai Fu, Dominik L. Pastoetter, Arafat Hossain Khan, Yingying Zhang, Arezoo Dianat, Shunqi Xu, Zhongquan Liao, Marcus Richter, Minghao Yu, Miroslav Polo\vzij, Eike Brunner, Gianaurelio Cuniberti, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, "Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi] [Bibtex & Downloads]
Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions
Reference
Yannan Liu, Shuai Fu, Dominik L. Pastoetter, Arafat Hossain Khan, Yingying Zhang, Arezoo Dianat, Shunqi Xu, Zhongquan Liao, Marcus Richter, Minghao Yu, Miroslav Polo\vzij, Eike Brunner, Gianaurelio Cuniberti, Thomas Heine, Mischa Bonn, Hai I. Wang, Xinliang Feng, "Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 49, Nov 2022. [doi]
Bibtex
@article{Liu_2022,
doi = {10.1002/anie.202209762},
url = {https://doi.org/10.1002%2Fanie.202209762},
year = 2022,
month = {nov},
publisher = {Wiley},
volume = {61},
number = {49},
author = {Yannan Liu and Shuai Fu and Dominik L. Pastoetter and Arafat Hossain Khan and Yingying Zhang and Arezoo Dianat and Shunqi Xu and Zhongquan Liao and Marcus Richter and Minghao Yu and Miroslav Polo{\v{z}}ij and Eike Brunner and Gianaurelio Cuniberti and Thomas Heine and Mischa Bonn and Hai I. Wang and Xinliang Feng},
title = {Vinylene-Linked 2D Conjugated Covalent Organic Frameworks by Wittig Reactions},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Siva Satyendra Sahoo, Alireza Ejlali, Akash Kumar, "BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 10, pp. 3239-3251, October 2022. [doi] [Bibtex & Downloads]
BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Siva Satyendra Sahoo, Alireza Ejlali, Akash Kumar, "BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 10, pp. 3239-3251, October 2022. [doi]
Bibtex
@article{Ranjbar_2022_tcad,
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
month ={October},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Siva Satyendra Sahoo and Alireza Ejlali and Akash Kumar},
title = {BOT-MICS: Bounding Time Using Analytics in Mixed-Criticality Systems},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems},
year={2022},
volume={41},
number={10},
pages={3239-3251},
doi={10.1109/TCAD.2021.3127867}
}Downloads
Behnaz_TCAD_DATE2021_Extension_Camera_ready [PDF]
Permalink
- Lars Steinberg, Christoph Mikulla, Ravisankar Naraparaju, Paul Pavlov, Markus Löffler, Uwe Schulz, Christoph Leyens, "Erosion behavior of CMAS/VA infiltrated EB-PVD Gd2Zr2O7 TBCs: Special emphasis on the effect of mechanical properties of the reaction products", In Wear, Elsevier BV, vol. 506-507, pp. 204450, Oct 2022. [doi] [Bibtex & Downloads]
Erosion behavior of CMAS/VA infiltrated EB-PVD Gd2Zr2O7 TBCs: Special emphasis on the effect of mechanical properties of the reaction products
Reference
Lars Steinberg, Christoph Mikulla, Ravisankar Naraparaju, Paul Pavlov, Markus Löffler, Uwe Schulz, Christoph Leyens, "Erosion behavior of CMAS/VA infiltrated EB-PVD Gd2Zr2O7 TBCs: Special emphasis on the effect of mechanical properties of the reaction products", In Wear, Elsevier BV, vol. 506-507, pp. 204450, Oct 2022. [doi]
Bibtex
@article{Steinberg_2022,
doi = {10.1016/j.wear.2022.204450},
url = {https://doi.org/10.1016%2Fj.wear.2022.204450},
year = 2022,
month = {oct},
publisher = {Elsevier {BV}},
volume = {506-507},
pages = {204450},
author = {Lars Steinberg and Christoph Mikulla and Ravisankar Naraparaju and Paul Pavlov and Markus Löffler and Uwe Schulz and Christoph Leyens},
title = {Erosion behavior of {CMAS}/{VA} infiltrated {EB}-{PVD} Gd2Zr2O7 {TBCs}: Special emphasis on the effect of mechanical properties of the reaction products},
journal = {Wear}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Miguel Albaladejo-Siguan, David Becker-Koch, Elizabeth C. Baird, Yvonne J. Hofstetter, Ben P. Carwithen, Anton Kirch, Sebastian Reineke, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Interdot Lead Halide Excess Management in PbS Quantum Dot Solar Cells", In Advanced Energy Materials, Wiley, pp. 2202994, Oct 2022. [doi] [Bibtex & Downloads]
Interdot Lead Halide Excess Management in PbS Quantum Dot Solar Cells
Reference
Miguel Albaladejo-Siguan, David Becker-Koch, Elizabeth C. Baird, Yvonne J. Hofstetter, Ben P. Carwithen, Anton Kirch, Sebastian Reineke, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Interdot Lead Halide Excess Management in PbS Quantum Dot Solar Cells", In Advanced Energy Materials, Wiley, pp. 2202994, Oct 2022. [doi]
Bibtex
@article{Albaladejo_Siguan_2022,
doi = {10.1002/aenm.202202994},
url = {https://doi.org/10.1002%2Faenm.202202994},
year = 2022,
month = {oct},
publisher = {Wiley},
pages = {2202994},
author = {Miguel Albaladejo-Siguan and David Becker-Koch and Elizabeth C. Baird and Yvonne J. Hofstetter and Ben P. Carwithen and Anton Kirch and Sebastian Reineke and Artem A. Bakulin and Fabian Paulus and Yana Vaynzof},
title = {Interdot Lead Halide Excess Management in {PbS} Quantum Dot Solar Cells},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Simon Meusel, "Learning a Graph Neural Network based model for Probabilistic Alias Analysis", Bachelor's thesis, TU Dresden, Oct 2022. [Bibtex & Downloads]
Learning a Graph Neural Network based model for Probabilistic Alias Analysis
Reference
Simon Meusel, "Learning a Graph Neural Network based model for Probabilistic Alias Analysis", Bachelor's thesis, TU Dresden, Oct 2022.
Bibtex
@bachelorsthesis{Meusel-BA22,
title={Learning a Graph Neural Network based model for Probabilistic Alias Analysis},
author={Simon Meusel},
year={2022},
month={oct},
school={TU Dresden},
}Downloads
0711_Meusel_BA [PDF]
Permalink
- Ben Carwithen, Thomas R. Hopper, Ziyuan Ge, Navendu Mondal, Franziska Krieg, Federico Montanarella, Martin Kroll, Karl Leo, Yana Vaynzof, Maryna Bodnarchuk, Maksym Kovalenko, Artem A. Bakulin, "Hot carrier cooling dynamics in low-dimensional lead halide perovskites", In Proceeding: Physical Chemistry of Semiconductor Materials and Interfaces XXI (Andrew J. Musser and Derya Baran), SPIE, Oct 2022. [doi] [Bibtex & Downloads]
Hot carrier cooling dynamics in low-dimensional lead halide perovskites
Reference
Ben Carwithen, Thomas R. Hopper, Ziyuan Ge, Navendu Mondal, Franziska Krieg, Federico Montanarella, Martin Kroll, Karl Leo, Yana Vaynzof, Maryna Bodnarchuk, Maksym Kovalenko, Artem A. Bakulin, "Hot carrier cooling dynamics in low-dimensional lead halide perovskites", In Proceeding: Physical Chemistry of Semiconductor Materials and Interfaces XXI (Andrew J. Musser and Derya Baran), SPIE, Oct 2022. [doi]
Bibtex
@inproceedings{Carwithen_2022,
doi = {10.1117/12.2632229},
url = {https://doi.org/10.1117%2F12.2632229},
year = 2022,
month = {oct},
publisher = ,
author = {Ben Carwithen and Thomas R. Hopper and Ziyuan Ge and Navendu Mondal and Franziska Krieg and Federico Montanarella and Martin Kroll and Karl Leo and Yana Vaynzof and Maryna Bodnarchuk and Maksym Kovalenko and Artem A. Bakulin},
editor = {Andrew J. Musser and Derya Baran},
title = {Hot carrier cooling dynamics in low-dimensional lead halide perovskites},
booktitle = {Physical Chemistry of Semiconductor Materials and Interfaces {XXI}}
}Downloads
No Downloads available for this publication
Permalink
- Ahmad Bagheri, Sebastiano Bellani, Hossein Beydaghi, Matilde Eredia, Leyla Najafi, Gabriele Bianca, Marilena Isabella Zappia, Milad Safarpour, Maedeh Najafi, Elisa Mantero, Zdenek Sofer, Guorong Hou, Vittorio Pellegrini, Xinliang Feng, Francesco Bonaccorso, "Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors", In ACS Nano, American Chemical Society (ACS), vol. 16, no. 10, pp. 16426–16442, Oct 2022. [doi] [Bibtex & Downloads]
Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors
Reference
Ahmad Bagheri, Sebastiano Bellani, Hossein Beydaghi, Matilde Eredia, Leyla Najafi, Gabriele Bianca, Marilena Isabella Zappia, Milad Safarpour, Maedeh Najafi, Elisa Mantero, Zdenek Sofer, Guorong Hou, Vittorio Pellegrini, Xinliang Feng, Francesco Bonaccorso, "Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors", In ACS Nano, American Chemical Society (ACS), vol. 16, no. 10, pp. 16426–16442, Oct 2022. [doi]
Bibtex
@article{Bagheri_2022,
doi = {10.1021/acsnano.2c05640},
url = {https://doi.org/10.1021%2Facsnano.2c05640},
year = 2022,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {16},
number = {10},
pages = {16426--16442},
author = {Ahmad Bagheri and Sebastiano Bellani and Hossein Beydaghi and Matilde Eredia and Leyla Najafi and Gabriele Bianca and Marilena Isabella Zappia and Milad Safarpour and Maedeh Najafi and Elisa Mantero and Zdenek Sofer and Guorong Hou and Vittorio Pellegrini and Xinliang Feng and Francesco Bonaccorso},
title = {Functionalized Metallic 2D Transition Metal Dichalcogenide-Based Solid-State Electrolyte for Flexible All-Solid-State Supercapacitors},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yixuan Gao, Li Huang, Yun Cao, Marcus Richter, Jing Qi, Qi Zheng, Huan Yang, Ji Ma, Xiao Chang, Xiaoshuai Fu, Carlos-Andres Palma, Hongliang Lu, Yu-Yang Zhang, Zhihai Cheng, Xiao Lin, Min Ouyang, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Selective activation of four quasi-equivalent C\textendashH bonds yields N-doped graphene nanoribbons with partial corannulene motifs", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Oct 2022. [doi] [Bibtex & Downloads]
Selective activation of four quasi-equivalent C\textendashH bonds yields N-doped graphene nanoribbons with partial corannulene motifs
Reference
Yixuan Gao, Li Huang, Yun Cao, Marcus Richter, Jing Qi, Qi Zheng, Huan Yang, Ji Ma, Xiao Chang, Xiaoshuai Fu, Carlos-Andres Palma, Hongliang Lu, Yu-Yang Zhang, Zhihai Cheng, Xiao Lin, Min Ouyang, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Selective activation of four quasi-equivalent C\textendashH bonds yields N-doped graphene nanoribbons with partial corannulene motifs", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Oct 2022. [doi]
Bibtex
@article{Gao_2022,
doi = {10.1038/s41467-022-33898-2},
url = {https://doi.org/10.1038%2Fs41467-022-33898-2},
year = 2022,
month = {oct},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Yixuan Gao and Li Huang and Yun Cao and Marcus Richter and Jing Qi and Qi Zheng and Huan Yang and Ji Ma and Xiao Chang and Xiaoshuai Fu and Carlos-Andres Palma and Hongliang Lu and Yu-Yang Zhang and Zhihai Cheng and Xiao Lin and Min Ouyang and Xinliang Feng and Shixuan Du and Hong-Jun Gao},
title = {Selective activation of four quasi-equivalent C{\textendash}H bonds yields N-doped graphene nanoribbons with partial corannulene motifs},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Urvashi Bothra, Miguel Albaladejo-Siguan, Yana Vaynzof, Dinesh Kabra, "Impact of Ligands on the Performance of PbS Quantum Dot Visible\textendashNear-Infrared Photodetectors", In Advanced Optical Materials, Wiley, vol. 11, no. 1, pp. 2201897, Oct 2022. [doi] [Bibtex & Downloads]
Impact of Ligands on the Performance of PbS Quantum Dot Visible\textendashNear-Infrared Photodetectors
Reference
Urvashi Bothra, Miguel Albaladejo-Siguan, Yana Vaynzof, Dinesh Kabra, "Impact of Ligands on the Performance of PbS Quantum Dot Visible\textendashNear-Infrared Photodetectors", In Advanced Optical Materials, Wiley, vol. 11, no. 1, pp. 2201897, Oct 2022. [doi]
Bibtex
@article{Bothra_2022,
doi = {10.1002/adom.202201897},
url = {https://doi.org/10.1002%2Fadom.202201897},
year = 2022,
month = {oct},
publisher = {Wiley},
volume = {11},
number = {1},
pages = {2201897},
author = {Urvashi Bothra and Miguel Albaladejo-Siguan and Yana Vaynzof and Dinesh Kabra},
title = {Impact of Ligands on the Performance of {PbS} Quantum Dot Visible{\textendash}Near-Infrared Photodetectors},
journal = {Advanced Optical Materials}
}Downloads
No Downloads available for this publication
Permalink
- Falk Niefind, Rishi Shivhare, Stefan C.B. Mannsfeld, Bernd Abel, Mike Hambsch, "Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy", In Polymer Testing, Elsevier BV, pp. 107791, Sep 2022. [doi] [Bibtex & Downloads]
Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy
Reference
Falk Niefind, Rishi Shivhare, Stefan C.B. Mannsfeld, Bernd Abel, Mike Hambsch, "Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy", In Polymer Testing, Elsevier BV, pp. 107791, Sep 2022. [doi]
Bibtex
@article{Niefind_2022,
doi = {10.1016/j.polymertesting.2022.107791},
url = {https://doi.org/10.1016%2Fj.polymertesting.2022.107791},
year = 2022,
month = {sep},
publisher = {Elsevier {BV}},
pages = {107791},
author = {Falk Niefind and Rishi Shivhare and Stefan C.B. Mannsfeld and Bernd Abel and Mike Hambsch},
title = {Investigating the morphology of bulk heterojunctions by laser photoemission electron microscopy},
journal = {Polymer Testing}
}Downloads
No Downloads available for this publication
Permalink
- Mozhgan Navardi, Behnaz Ranjbar, Nezam Rohbani, Alireza Ejlali, Akash Kumar, "Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems", In IEEE Open Journal of Circuits and Systems, vol. 3, pp. 199-215, September 2022. [doi] [Bibtex & Downloads]
Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems
Reference
Mozhgan Navardi, Behnaz Ranjbar, Nezam Rohbani, Alireza Ejlali, Akash Kumar, "Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems", In IEEE Open Journal of Circuits and Systems, vol. 3, pp. 199-215, September 2022. [doi]
Bibtex
@ARTICLE{9896164,
author={Navardi, Mozhgan and Ranjbar, Behnaz and Rohbani, Nezam and Ejlali, Alireza and Kumar, Akash},
journal={IEEE Open Journal of Circuits and Systems},
title={Peak-Power Aware Life-time Reliability Improvement in Fault-Tolerant Mixed-Criticality Systems},
year={2022},
month={September},
volume={3},
number={},
pages={199-215},
doi={10.1109/OJCAS.2022.3207598}}Downloads
OJCAS2022-ACCEPTED [PDF]
Permalink
- Murali Gedda, Despoina Gkeka, Mohamad Insan Nugraha, Alberto D. Scaccabarozzi, Emre Yengel, Jafar I. Khan, Iain Hamilton, Yuanbao Lin, Marielle Deconinck, Yana Vaynzof, Frédéric Laquai, Donal D. C. Bradley, Thomas D. Anthopoulos, "High-Efficiency Perovskite\textendashOrganic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers", In Advanced Energy Materials, Wiley, pp. 2201396, Sep 2022. [doi] [Bibtex & Downloads]
High-Efficiency Perovskite\textendashOrganic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers
Reference
Murali Gedda, Despoina Gkeka, Mohamad Insan Nugraha, Alberto D. Scaccabarozzi, Emre Yengel, Jafar I. Khan, Iain Hamilton, Yuanbao Lin, Marielle Deconinck, Yana Vaynzof, Frédéric Laquai, Donal D. C. Bradley, Thomas D. Anthopoulos, "High-Efficiency Perovskite\textendashOrganic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers", In Advanced Energy Materials, Wiley, pp. 2201396, Sep 2022. [doi]
Bibtex
@article{Gedda_2022,
doi = {10.1002/aenm.202201396},
url = {https://doi.org/10.1002%2Faenm.202201396},
year = 2022,
month = {sep},
publisher = {Wiley},
pages = {2201396},
author = {Murali Gedda and Despoina Gkeka and Mohamad Insan Nugraha and Alberto D. Scaccabarozzi and Emre Yengel and Jafar I. Khan and Iain Hamilton and Yuanbao Lin and Marielle Deconinck and Yana Vaynzof and Fr{\'{e}}d{\'{e}}ric Laquai and Donal D. C. Bradley and Thomas D. Anthopoulos},
title = {High-Efficiency Perovskite{\textendash}Organic Blend Light-Emitting Diodes Featuring Self-Assembled Monolayers as Hole-Injecting Interlayers},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Joshua A. Kress, Claudio Quarti, Qingzhi An, Sapir Bitton, Nir Tessler, David Beljonne, Yana Vaynzof, "Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells", In ACS Energy Letters, American Chemical Society (ACS), pp. 3302–3310, Sep 2022. [doi] [Bibtex & Downloads]
Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells
Reference
Joshua A. Kress, Claudio Quarti, Qingzhi An, Sapir Bitton, Nir Tessler, David Beljonne, Yana Vaynzof, "Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells", In ACS Energy Letters, American Chemical Society (ACS), pp. 3302–3310, Sep 2022. [doi]
Bibtex
@article{Kress_2022,
doi = {10.1021/acsenergylett.2c01636},
url = {https://doi.org/10.1021%2Facsenergylett.2c01636},
year = 2022,
month = {sep},
publisher = {American Chemical Society ({ACS})},
pages = {3302--3310},
author = {Joshua A. Kress and Claudio Quarti and Qingzhi An and Sapir Bitton and Nir Tessler and David Beljonne and Yana Vaynzof},
title = {Persistent Ion Accumulation at Interfaces Improves the Performance of Perovskite Solar Cells},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- Guangbo Chen, Xiaodong Li, Xinliang Feng, "Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 42, Sep 2022. [doi] [Bibtex & Downloads]
Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution
Reference
Guangbo Chen, Xiaodong Li, Xinliang Feng, "Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 42, Sep 2022. [doi]
Bibtex
@article{Chen_2022,
doi = {10.1002/anie.202209014},
url = {https://doi.org/10.1002%2Fanie.202209014},
year = 2022,
month = {sep},
publisher = {Wiley},
volume = {61},
number = {42},
author = {Guangbo Chen and Xiaodong Li and Xinliang Feng},
title = {Upgrading Organic Compounds through the Coupling of Electrooxidation with Hydrogen Evolution},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Fanny Spagnolo, Salim Ullah, Pasquale Corsonello, Akash Kumar, "ERMES: Efficient Racetrack Memory Emulation System based on FPGA", In Proceeding: 2022 International Conference on Field-Programmable Logic and Applications (FPL), pp. 1-6, Aug 2022. [Bibtex & Downloads]
ERMES: Efficient Racetrack Memory Emulation System based on FPGA
Reference
Fanny Spagnolo, Salim Ullah, Pasquale Corsonello, Akash Kumar, "ERMES: Efficient Racetrack Memory Emulation System based on FPGA", In Proceeding: 2022 International Conference on Field-Programmable Logic and Applications (FPL), pp. 1-6, Aug 2022.
Bibtex
@INPROCEEDINGS{ERMES,
author={Fanny Spagnolo and Salim Ullah and Pasquale Corsonello and Akash Kumar},
booktitle={2022 International Conference on Field-Programmable Logic and Applications (FPL)},
title={ERMES: Efficient Racetrack Memory Emulation System based on FPGA},
year={2022},
month={aug},
volume={},
number={},
pages={1-6}
}Downloads
RTM_Emulator_FPL [PDF]
Permalink
- Mohammed Bawatna, Behnaz Ranjbar, Akash Kumar, "A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems", In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 181-188, Aug 2022. [doi] [Bibtex & Downloads]
A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems
Reference
Mohammed Bawatna, Behnaz Ranjbar, Akash Kumar, "A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems", In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 181-188, Aug 2022. [doi]
Bibtex
@InProceedings{medo_dsd22,
author = {Mohammed Bawatna and Behnaz Ranjbar and Akash Kumar},
title = {A Hybrid Scheduling Mechanism for Multi-programming in Mixed-Criticality Systems},
booktitle = { Euromicro Conference on Digital System Design (DSD)},
year = {2022},
month = {Aug},
pages={181-188},
doi={10.1109/DSD57027.2022.00033}
}Downloads
No Downloads available for this publication
Permalink
- Amritha Immaneni, Salim Ullah, Suresh Nambi, Siva Satyendra Sahoo, Akash Kumar, "PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML" (to appear), In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 1-6, Aug 2022. [Bibtex & Downloads]
PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML
Reference
Amritha Immaneni, Salim Ullah, Suresh Nambi, Siva Satyendra Sahoo, Akash Kumar, "PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML" (to appear), In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 1-6, Aug 2022.
Bibtex
@InProceedings{posax,
author = {Amritha Immaneni and Salim Ullah and Suresh Nambi and Siva Satyendra Sahoo and Akash Kumar},
title = {PosAx-O: Exploring Operator-level Approximatons for Posit Arithmetic in Embedded AI/ML},
booktitle = {Euromicro Conference on Digital System Design (DSD)},
year = {2022},
month = {Aug},
pages={1-6},
}Downloads
PosAx_O [PDF]
Permalink
- Lucinda Mulko, Wei Wang, Robert Baumann, Joshua Kress, Bogdan Voisiat, Erwin Jaeger, Beate Leupolt, Yana Vaynzof, Marcos Soldera, Andrés Fabián Lasagni, "Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning", In Advanced Engineering Materials, Wiley, pp. 2200688, Aug 2022. [doi] [Bibtex & Downloads]
Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning
Reference
Lucinda Mulko, Wei Wang, Robert Baumann, Joshua Kress, Bogdan Voisiat, Erwin Jaeger, Beate Leupolt, Yana Vaynzof, Marcos Soldera, Andrés Fabián Lasagni, "Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning", In Advanced Engineering Materials, Wiley, pp. 2200688, Aug 2022. [doi]
Bibtex
@article{Mulko_2022,
doi = {10.1002/adem.202200688},
url = {https://doi.org/10.1002%2Fadem.202200688},
year = 2022,
month = {aug},
publisher = {Wiley},
pages = {2200688},
author = {Lucinda Mulko and Wei Wang and Robert Baumann and Joshua Kress and Bogdan Voisiat and Erwin Jaeger and Beate Leupolt and Yana Vaynzof and Marcos Soldera and Andr{\'{e}}s Fabi{\'{a}}n Lasagni},
title = {Understanding the Relation between Pulse Duration and Topography Evolution of Polyether Ether Ketones Textures by Ultrashort Infrared Laser Interference Patterning},
journal = {Advanced Engineering Materials}
}Downloads
No Downloads available for this publication
Permalink
- Yana Vaynzof, "Can transparent materials emit visible light?", In Matter, Elsevier BV, vol. 5, no. 8, pp. 2442–2444, Aug 2022. [doi] [Bibtex & Downloads]
Can transparent materials emit visible light?
Reference
Yana Vaynzof, "Can transparent materials emit visible light?", In Matter, Elsevier BV, vol. 5, no. 8, pp. 2442–2444, Aug 2022. [doi]
Bibtex
@article{Vaynzof_2022,
doi = {10.1016/j.matt.2022.05.029},
url = {https://doi.org/10.1016%2Fj.matt.2022.05.029},
year = 2022,
month = {aug},
publisher = {Elsevier {BV}},
volume = {5},
number = {8},
pages = {2442--2444},
author = {Yana Vaynzof},
title = {Can transparent materials emit visible light?},
journal = {Matter}
}Downloads
No Downloads available for this publication
Permalink
- Ryan P. Sullivan, John T. Morningstar, Eduardo Castellanos-Trejo, Robert W. Bradford, Yvonne J. Hofstetter, Yana Vaynzof, Mark E. Welker, Oana D. Jurchescu, "Intermolecular charge transfer enhances the performance of molecular rectifiers", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 31, Aug 2022. [doi] [Bibtex & Downloads]
Intermolecular charge transfer enhances the performance of molecular rectifiers
Reference
Ryan P. Sullivan, John T. Morningstar, Eduardo Castellanos-Trejo, Robert W. Bradford, Yvonne J. Hofstetter, Yana Vaynzof, Mark E. Welker, Oana D. Jurchescu, "Intermolecular charge transfer enhances the performance of molecular rectifiers", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 31, Aug 2022. [doi]
Bibtex
@article{Sullivan_2022,
doi = {10.1126/sciadv.abq7224},
url = {https://doi.org/10.1126%2Fsciadv.abq7224},
year = 2022,
month = {aug},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {8},
number = {31},
author = {Ryan P. Sullivan and John T. Morningstar and Eduardo Castellanos-Trejo and Robert W. Bradford and Yvonne J. Hofstetter and Yana Vaynzof and Mark E. Welker and Oana D. Jurchescu},
title = {Intermolecular charge transfer enhances the performance of molecular rectifiers},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Jin-Jiang Zhang, Ji Ma, Xinliang Feng, "Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives", In Macromolecular Chemistry and Physics, Wiley, vol. 224, no. 1, pp. 2200232, Aug 2022. [doi] [Bibtex & Downloads]
Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives
Reference
Jin-Jiang Zhang, Ji Ma, Xinliang Feng, "Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives", In Macromolecular Chemistry and Physics, Wiley, vol. 224, no. 1, pp. 2200232, Aug 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1002/macp.202200232},
url = {https://doi.org/10.1002%2Fmacp.202200232},
year = 2022,
month = {aug},
publisher = {Wiley},
volume = {224},
number = {1},
pages = {2200232},
author = {Jin-Jiang Zhang and Ji Ma and Xinliang Feng},
title = {Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives},
journal = {Macromolecular Chemistry and Physics}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Lu, Haixia Zhong, Jian Li, Anna Maria Dominic, Yiming Hu, Zhen Gao, Yalong Jiao, Mingjian Wu, Haoyuan Qi, Chuanhui Huang, Lacey J. Wayment, Ute Kaiser, Erdmann Spiecker, Inez M. Weidinger, Wei Zhang, Xinliang Feng, Renhao Dong, "sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi] [Bibtex & Downloads]
sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation
Reference
Yang Lu, Haixia Zhong, Jian Li, Anna Maria Dominic, Yiming Hu, Zhen Gao, Yalong Jiao, Mingjian Wu, Haoyuan Qi, Chuanhui Huang, Lacey J. Wayment, Ute Kaiser, Erdmann Spiecker, Inez M. Weidinger, Wei Zhang, Xinliang Feng, Renhao Dong, "sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi]
Bibtex
@article{Lu_2022,
doi = {10.1002/anie.202208163},
url = {https://doi.org/10.1002%2Fanie.202208163},
year = 2022,
month = {aug},
publisher = {Wiley},
volume = {61},
number = {39},
author = {Yang Lu and Haixia Zhong and Jian Li and Anna Maria Dominic and Yiming Hu and Zhen Gao and Yalong Jiao and Mingjian Wu and Haoyuan Qi and Chuanhui Huang and Lacey J. Wayment and Ute Kaiser and Erdmann Spiecker and Inez M. Weidinger and Wei Zhang and Xinliang Feng and Renhao Dong},
title = {sp-Carbon Incorporated Conductive Metal-Organic Framework as Photocathode for Photoelectrochemical Hydrogen Generation},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Darius Pohl, Bernd Rellinghaus, Sebastian Schneider, Dominik Krieger, Yejin Lee, Praveen Vir, Claudia Felser, Moritz Winter, Andy Thomas, "In-situ Magneto-Transport Measurements in a Transmission Electron Microscope", In Microscopy and Microanalysis, Oxford University Press (OUP), vol. 28, no. S1, pp. 192–193, Aug 2022. [doi] [Bibtex & Downloads]
In-situ Magneto-Transport Measurements in a Transmission Electron Microscope
Reference
Darius Pohl, Bernd Rellinghaus, Sebastian Schneider, Dominik Krieger, Yejin Lee, Praveen Vir, Claudia Felser, Moritz Winter, Andy Thomas, "In-situ Magneto-Transport Measurements in a Transmission Electron Microscope", In Microscopy and Microanalysis, Oxford University Press (OUP), vol. 28, no. S1, pp. 192–193, Aug 2022. [doi]
Bibtex
@article{Pohl_2022,
doi = {10.1017/s1431927622001647},
url = {https://doi.org/10.1017%2Fs1431927622001647},
year = 2022,
month = {aug},
publisher = {Oxford University Press ({OUP})},
volume = {28},
number = {S1},
pages = {192--193},
author = {Darius Pohl and Bernd Rellinghaus and Sebastian Schneider and Dominik Krieger and Yejin Lee and Praveen Vir and Claudia Felser and Moritz Winter and Andy Thomas},
title = {In-situ Magneto-Transport Measurements in a Transmission Electron Microscope},
journal = {Microscopy and Microanalysis}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tao Zhang, Panpan Zhang, Zhongquan Liao, Faxing Wang, Jinhui Wang, Mingchao Wang, Ehrenfried Zschech, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors", In Chinese Chemical Letters, Elsevier BV, vol. 33, no. 8, pp. 3921–3924, Aug 2022. [doi] [Bibtex & Downloads]
Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors
Reference
Tao Zhang, Panpan Zhang, Zhongquan Liao, Faxing Wang, Jinhui Wang, Mingchao Wang, Ehrenfried Zschech, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors", In Chinese Chemical Letters, Elsevier BV, vol. 33, no. 8, pp. 3921–3924, Aug 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1016/j.cclet.2021.11.052},
url = {https://doi.org/10.1016%2Fj.cclet.2021.11.052},
year = 2022,
month = {aug},
publisher = {Elsevier {BV}},
volume = {33},
number = {8},
pages = {3921--3924},
author = {Tao Zhang and Panpan Zhang and Zhongquan Liao and Faxing Wang and Jinhui Wang and Mingchao Wang and Ehrenfried Zschech and Xiaodong Zhuang and Oliver G. Schmidt and Xinliang Feng},
title = {Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors},
journal = {Chinese Chemical Letters}
}Downloads
No Downloads available for this publication
Permalink
- Jiachen Zhang, Guangbo Chen, Qicheng Liu, Chuang Fan, Dongmei Sun, Yawen Tang, Hanjun Sun, Xinliang Feng, "Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with SnO$\less$sub$\greater$2$\less$/sub$\greater$ for Efficient Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi] [Bibtex & Downloads]
Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with SnO$\less$sub$\greater$2$\less$/sub$\greater$ for Efficient Hydrogen Evolution
Reference
Jiachen Zhang, Guangbo Chen, Qicheng Liu, Chuang Fan, Dongmei Sun, Yawen Tang, Hanjun Sun, Xinliang Feng, "Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with SnO$\less$sub$\greater$2$\less$/sub$\greater$ for Efficient Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 39, Aug 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1002/anie.202209486},
url = {https://doi.org/10.1002%2Fanie.202209486},
year = 2022,
month = {aug},
publisher = {Wiley},
volume = {61},
number = {39},
author = {Jiachen Zhang and Guangbo Chen and Qicheng Liu and Chuang Fan and Dongmei Sun and Yawen Tang and Hanjun Sun and Xinliang Feng},
title = {Competitive Adsorption: Reducing the Poisoning Effect of Adsorbed Hydroxyl on Ru Single-Atom Site with {SnO}$\less$sub$\greater$2$\less$/sub$\greater$ for Efficient Hydrogen Evolution},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Permalink
- Jin-Jiang Zhang, Ji Ma, Xinliang Feng, "Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives", In Macromolecular Chemistry and Physics, Wiley, vol. 224, no. 1, pp. 2200232, Aug 2022. [doi] [Bibtex & Downloads]
Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives
Reference
Jin-Jiang Zhang, Ji Ma, Xinliang Feng, "Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives", In Macromolecular Chemistry and Physics, Wiley, vol. 224, no. 1, pp. 2200232, Aug 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1002/macp.202200232},
url = {https://doi.org/10.1002%2Fmacp.202200232},
year = 2022,
month = {aug},
publisher = {Wiley},
volume = {224},
number = {1},
pages = {2200232},
author = {Jin-Jiang Zhang and Ji Ma and Xinliang Feng},
title = {Precision Synthesis of Boron-Doped Graphene Nanoribbons: Recent Progress and Perspectives},
journal = {Macromolecular Chemistry and Physics}
}Downloads
No Downloads available for this publication
Permalink
- Sascha Teutoburg-Weiss, Marcos Soldera, Felix Bouchard, Joshua Kreß, Yana Vaynzof, Andr'es Fabi'an Lasagni, "Structural colors with embedded anti-counterfeit features fabricated by laser-based methods", In Optics &$\mathsemicolon$ Laser Technology, Elsevier BV, vol. 151, pp. 108012, Jul 2022. [doi] [Bibtex & Downloads]
Structural colors with embedded anti-counterfeit features fabricated by laser-based methods
Reference
Sascha Teutoburg-Weiss, Marcos Soldera, Felix Bouchard, Joshua Kreß, Yana Vaynzof, Andr'es Fabi'an Lasagni, "Structural colors with embedded anti-counterfeit features fabricated by laser-based methods", In Optics &$\mathsemicolon$ Laser Technology, Elsevier BV, vol. 151, pp. 108012, Jul 2022. [doi]
Bibtex
@article{Teutoburg_Weiss_2022,
doi = {10.1016/j.optlastec.2022.108012},
url = {https://doi.org/10.1016%2Fj.optlastec.2022.108012},
year = 2022,
month = {jul},
publisher = {Elsevier {BV}},
volume = {151},
pages = {108012},
author = {Sascha Teutoburg-Weiss and Marcos Soldera and Felix Bouchard and Joshua Kre{\ss} and Yana Vaynzof and Andr{\'{e}}s Fabi{\'{a}}n Lasagni},
title = {Structural colors with embedded anti-counterfeit features fabricated by laser-based methods},
journal = {Optics {\&}amp$\mathsemicolon$ Laser Technology}
}Downloads
No Downloads available for this publication
Permalink
- Ehrenfried Zschech, Emre Topal, Kristina Kutukova, Jürgen Gluch, Markus Löffler, Stephan Werner, Peter Guttmann, Gerd Schneider, Zhongquan Liao, Janis Timoshenko, "Multi-scale microscopy study of 3D morphology and structure of MoNi4/MoO2@Ni electrocatalytic systems for fast water dissociation", In Micron, Elsevier BV, vol. 158, pp. 103262, Jul 2022. [doi] [Bibtex & Downloads]
Multi-scale microscopy study of 3D morphology and structure of MoNi4/MoO2@Ni electrocatalytic systems for fast water dissociation
Reference
Ehrenfried Zschech, Emre Topal, Kristina Kutukova, Jürgen Gluch, Markus Löffler, Stephan Werner, Peter Guttmann, Gerd Schneider, Zhongquan Liao, Janis Timoshenko, "Multi-scale microscopy study of 3D morphology and structure of MoNi4/MoO2@Ni electrocatalytic systems for fast water dissociation", In Micron, Elsevier BV, vol. 158, pp. 103262, Jul 2022. [doi]
Bibtex
@article{Zschech_2022,
doi = {10.1016/j.micron.2022.103262},
url = {https://doi.org/10.1016%2Fj.micron.2022.103262},
year = 2022,
month = {jul},
publisher = {Elsevier {BV}},
volume = {158},
pages = {103262},
author = {Ehrenfried Zschech and Emre Topal and Kristina Kutukova and Jürgen Gluch and Markus Löffler and Stephan Werner and Peter Guttmann and Gerd Schneider and Zhongquan Liao and Janis Timoshenko},
title = {Multi-scale microscopy study of 3D morphology and structure of {MoNi}4/{MoO}2@Ni electrocatalytic systems for fast water dissociation},
journal = {Micron}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nishant Gupta, Mohil Desai, Mark Wijtvliet, Shubham Rai, Akash Kumar, "DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,", In Proceeding: 2022 59th ACM/IEEE Design Automation Conference (DAC) (to appear), pp. 1-6, 7/2022. [Bibtex & Downloads]
DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,
Reference
Nishant Gupta, Mohil Desai, Mark Wijtvliet, Shubham Rai, Akash Kumar, "DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,", In Proceeding: 2022 59th ACM/IEEE Design Automation Conference (DAC) (to appear), pp. 1-6, 7/2022.
Bibtex
@INPROCEEDINGS{dac-2022-delta,
author={Gupta, Nishant and Desai, Mohil and Wijtvliet, Mark and Rai, Shubham and Kumar, Akash},
booktitle={2022 59th ACM/IEEE Design Automation Conference (DAC) (to appear)},
title={DELTA: DEsigning a steaLthy trigger mechanism for analog hardware Trojans and its detection Analysis,},
year={2022},
month=7,
pages={1-6}
}Downloads
Nishant_Trojan-1 [PDF]
Permalink
- Fazal Hameed, Asif Ali Khan, Sebastien Ollivier, Alex K. Jones, Jeronimo Castrillon, "DNA Pre-alignment Filter using Processing Near Racetrack Memory", In IEEE Computer Architecture Letters, IEEE, pp. 1–4, Jul 2022. [doi] [Bibtex & Downloads]
DNA Pre-alignment Filter using Processing Near Racetrack Memory
Reference
Fazal Hameed, Asif Ali Khan, Sebastien Ollivier, Alex K. Jones, Jeronimo Castrillon, "DNA Pre-alignment Filter using Processing Near Racetrack Memory", In IEEE Computer Architecture Letters, IEEE, pp. 1–4, Jul 2022. [doi]
Abstract
Recent DNA pre-alignment filter designs employ DRAM for storing the reference genome and its associated meta-data. However, DRAM incurs increasingly high energy consumption background and refresh energy as devices scale. To overcome this problem, this paper explores a design with racetrack memory (RTM)–an emerging non-volatile memory that promises higher storage density, faster access latency, and lower energy consumption. Multi-bit storage cells in RTM are inherently sequential and thus require data placement strategies to mitigate the performance and energy impacts of shifting during data accesses. We propose a near-memory pre-alignment filter with a novel data mapping and several shift reduction strategies designed explicitly for RTM. On a set of four input genomes from the 1000 Genome Project, our approach improves performance and energy efficiency by 68% and 52%, respectively, compared to the state of the art proposed DRAM-based architecture.
Bibtex
@Article{hameed_ieeecal22,
author = {Fazal Hameed and Asif Ali Khan and Sebastien Ollivier and Alex K. Jones and Jeronimo Castrillon},
date = {2022-08},
journal = {IEEE Computer Architecture Letters},
title = {DNA Pre-alignment Filter using Processing Near Racetrack Memory},
abstract = {Recent DNA pre-alignment filter designs employ DRAM for storing the reference genome and its associated meta-data. However, DRAM incurs increasingly high energy consumption background and refresh energy as devices scale. To overcome this problem, this paper explores a design with racetrack memory (RTM)--an emerging non-volatile memory that promises higher storage density, faster access latency, and lower energy consumption. Multi-bit storage cells in RTM are inherently sequential and thus require data placement strategies to mitigate the performance and energy impacts of shifting during data accesses. We propose a near-memory pre-alignment filter with a novel data mapping and several shift reduction strategies designed explicitly for RTM. On a set of four input genomes from the 1000 Genome Project, our approach improves performance and energy efficiency by 68\% and 52\%, respectively, compared to the state of the art proposed DRAM-based architecture.},
month = jul,
numpages = {4},
publisher = {IEEE},
year = {2022},
doi = {10.1109/LCA.2022.3194263},
pages = {1--4},
url = {https://ieeexplore.ieee.org/document/9841612},
}Downloads
No Downloads available for this publication
Permalink
- Christian Hakert, Asif Ali Khan, Kuan-Hsun Chen, Fazal Hameed, Jeronimo Castrillon, Jian-Jia Che, "ROLLED: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees", In IEEE Transactions on Computers, pp. 1-14, Jul 2022. [doi] [Bibtex & Downloads]
ROLLED: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees
Reference
Christian Hakert, Asif Ali Khan, Kuan-Hsun Chen, Fazal Hameed, Jeronimo Castrillon, Jian-Jia Che, "ROLLED: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees", In IEEE Transactions on Computers, pp. 1-14, Jul 2022. [doi]
Bibtex
@Article{hakert_toc22,
author = {Christian Hakert and Asif Ali Khan and Kuan-Hsun Chen and Fazal Hameed and Jeronimo Castrillon and Jian-Jia Che},
title = {{ROLLED}: Racetrack Memory Optimized Linear Layout and Efficient Decomposition of Decision Trees},
journal = {IEEE Transactions on Computers},
month = jul,
year = {2022},
doi = {10.1109/TC.2022.3197094},
pages = {1--14},
url = {https://ieeexplore.ieee.org/document/9851943},
}Downloads
No Downloads available for this publication
Permalink
- Max Sponner, Bernd Waschneck, Akash Kumar, "AI-Driven Performance Modeling for AI Inference Workloads", In Journal of Low Power Electronics and Applications, MDPI AG, vol. 11, no. 15, pp. 7, Jul 2022. [doi] [Bibtex & Downloads]
AI-Driven Performance Modeling for AI Inference Workloads
Reference
Max Sponner, Bernd Waschneck, Akash Kumar, "AI-Driven Performance Modeling for AI Inference Workloads", In Journal of Low Power Electronics and Applications, MDPI AG, vol. 11, no. 15, pp. 7, Jul 2022. [doi]
Bibtex
@article{Sponner_2022,
doi = {10.3390/electronics11152316},
url = {https://doi.org/10.3390/electronics11152316},
year = 2022,
month = {jul},
publisher = {{MDPI} {AG}},
volume = {11},
number = {15},
pages = {7},
author = {Max Sponner and Bernd Waschneck and Akash Kumar},
title = {AI-Driven Performance Modeling for AI Inference Workloads},
journal = {Journal of Low Power Electronics and Applications}
}Downloads
electronics-11-02316 [PDF]
Permalink
- Rafael Fão de Moura, João Paulo Cardoso de Lima, Luigi Carro, "Data and Computation Reuse in CNNs using Memristor TCAMs", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), Jul 2022. [doi] [Bibtex & Downloads]
Data and Computation Reuse in CNNs using Memristor TCAMs
Reference
Rafael Fão de Moura, João Paulo Cardoso de Lima, Luigi Carro, "Data and Computation Reuse in CNNs using Memristor TCAMs", In ACM Transactions on Reconfigurable Technology and Systems, Association for Computing Machinery (ACM), Jul 2022. [doi]
Bibtex
@article{de_Moura_2022,
doi = {10.1145/3549536},
url = {https://doi.org/10.1145%2F3549536},
year = 2022,
month = {jul},
publisher = {Association for Computing Machinery ({ACM})},
author = {Rafael Fao de Moura and Joao Paulo Cardoso de Lima and Luigi Carro},
title = {Data and Computation Reuse in {CNNs} using Memristor {TCAMs}},
journal = {{ACM} Transactions on Reconfigurable Technology and Systems}
}Downloads
No Downloads available for this publication
Permalink
- Jafar I. Khan, Murali Gedda, Mingcong Wang, Emre Yengel, Joshua A. Kreß, Yana Vaynzof, Thomas D. Anthopoulos, Fr'ed'eric Laquai, "Photophysics of Defect-Passivated Quasi-2D $(PEA)_2PbBr4_ Perovskite Using an Organic Small Molecule", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 8, pp. 2450–2458, Jul 2022. [doi] [Bibtex & Downloads]
Photophysics of Defect-Passivated Quasi-2D $(PEA)_2PbBr4_ Perovskite Using an Organic Small Molecule
Reference
Jafar I. Khan, Murali Gedda, Mingcong Wang, Emre Yengel, Joshua A. Kreß, Yana Vaynzof, Thomas D. Anthopoulos, Fr'ed'eric Laquai, "Photophysics of Defect-Passivated Quasi-2D $(PEA)_2PbBr4_ Perovskite Using an Organic Small Molecule", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 8, pp. 2450–2458, Jul 2022. [doi]
Bibtex
@article{Khan_2022,
doi = {10.1021/acsenergylett.2c00597},
url = {https://doi.org/10.1021%2Facsenergylett.2c00597},
year = 2022,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {7},
number = {8},
pages = {2450--2458},
author = {Jafar I. Khan and Murali Gedda and Mingcong Wang and Emre Yengel and Joshua A. Kre{\ss} and Yana Vaynzof and Thomas D. Anthopoulos and Fr{\'{e}}d{\'{e}}ric Laquai},
title = {Photophysics of Defect-Passivated Quasi-2D (PEA)_2PbBr_4 Perovskite Using an Organic Small Molecule},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- Tobias Antrack, Martin Kroll, Markas Sudzius, Changsoon Cho, Paulius Imbrasas, Miguel Albaladejo-Siguan, Johannes Benduhn, Lena Merten, Alexander Hinderhofer, Frank Schreiber, Sebastian Reineke, Yana Vaynzof, Karl Leo, "Optical Properties of Perovskite-Organic Multiple Quantum Wells", In Advanced Science, Wiley, vol. 9, no. 24, pp. 2200379, Jul 2022. [doi] [Bibtex & Downloads]
Optical Properties of Perovskite-Organic Multiple Quantum Wells
Reference
Tobias Antrack, Martin Kroll, Markas Sudzius, Changsoon Cho, Paulius Imbrasas, Miguel Albaladejo-Siguan, Johannes Benduhn, Lena Merten, Alexander Hinderhofer, Frank Schreiber, Sebastian Reineke, Yana Vaynzof, Karl Leo, "Optical Properties of Perovskite-Organic Multiple Quantum Wells", In Advanced Science, Wiley, vol. 9, no. 24, pp. 2200379, Jul 2022. [doi]
Bibtex
@article{Antrack_2022,
doi = {10.1002/advs.202200379},
url = {https://doi.org/10.1002%2Fadvs.202200379},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {9},
number = {24},
pages = {2200379},
author = {Tobias Antrack and Martin Kroll and Markas Sudzius and Changsoon Cho and Paulius Imbrasas and Miguel Albaladejo-Siguan and Johannes Benduhn and Lena Merten and Alexander Hinderhofer and Frank Schreiber and Sebastian Reineke and Yana Vaynzof and Karl Leo},
title = {Optical Properties of Perovskite-Organic Multiple Quantum Wells},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Nikhil Rangarajan, Satwik Patnaik, Mohammed Nabeel, Mohammed Ashraf, Shubham Rai, Gopal Raut, Heba Abunahla, Baker Mohammad, Santosh Kumar Vishvakarma, Akash Kumar, Johann Knechtel, Ozgur Sinanoglu, "SCRAMBLE: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture", In Proceeding: 2022 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2022. [doi] [Bibtex & Downloads]
SCRAMBLE: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture
Reference
Nikhil Rangarajan, Satwik Patnaik, Mohammed Nabeel, Mohammed Ashraf, Shubham Rai, Gopal Raut, Heba Abunahla, Baker Mohammad, Santosh Kumar Vishvakarma, Akash Kumar, Johann Knechtel, Ozgur Sinanoglu, "SCRAMBLE: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture", In Proceeding: 2022 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2022. [doi]
Bibtex
@inproceedings{Rangarajan_2022,
doi = {10.1109/isvlsi54635.2022.00067},
url = {https://doi.org/10.1109%2Fisvlsi54635.2022.00067},
year = 2022,
month = {jul},
publisher = ,
author = {Nikhil Rangarajan and Satwik Patnaik and Mohammed Nabeel and Mohammed Ashraf and Shubham Rai and Gopal Raut and Heba Abunahla and Baker Mohammad and Santosh Kumar Vishvakarma and Akash Kumar and Johann Knechtel and Ozgur Sinanoglu},
title = {{SCRAMBLE}: A Secure and Configurable, Memristor-Based Neuromorphic Hardware Leveraging 3D Architecture},
booktitle = {2022 {IEEE} Computer Society Annual Symposium on {VLSI} ({ISVLSI})}
}Downloads
No Downloads available for this publication
Permalink
- Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi] [Bibtex & Downloads]
One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing
Reference
Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi]
Bibtex
@article{Qu_2022,
doi = {10.1002/admi.202200973},
url = {https://doi.org/10.1002%2Fadmi.202200973},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {9},
number = {25},
pages = {2200973},
author = {Jiang Qu and Fei Li and Mingchao Wang and Subakti Subakti and Marielle Deconinck and Guangbo Chen and Yang Li and Lixiang Liu and Xia Wang and Minghao Yu and Daniel Wolf and Axel Lubk and Bernd Büchner and Yana Vaynzof and Oliver G. Schmidt and Feng Zhu},
title = {One-Pot Synthesis of Nitrate-Intercalated {NiFe} Layered Double Hydroxides with an 8.2 {\AA} Interlayer Spacing},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Baokun Liang, Yingying Zhang, Christopher Leist, Zhaowei Ou, Miroslav Polo\vzij, Zhiyong Wang, David Mücke, Renhao Dong, Zhikun Zheng, Thomas Heine, Xinliang Feng, Ute Kaiser, Haoyuan Qi, "Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi] [Bibtex & Downloads]
Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films
Reference
Baokun Liang, Yingying Zhang, Christopher Leist, Zhaowei Ou, Miroslav Polo\vzij, Zhiyong Wang, David Mücke, Renhao Dong, Zhikun Zheng, Thomas Heine, Xinliang Feng, Ute Kaiser, Haoyuan Qi, "Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi]
Bibtex
@article{Liang_2022,
doi = {10.1038/s41467-022-31688-4},
url = {https://doi.org/10.1038%2Fs41467-022-31688-4},
year = 2022,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Baokun Liang and Yingying Zhang and Christopher Leist and Zhaowei Ou and Miroslav Polo{\v{z}}ij and Zhiyong Wang and David Mücke and Renhao Dong and Zhikun Zheng and Thomas Heine and Xinliang Feng and Ute Kaiser and Haoyuan Qi},
title = {Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shengxu Li, Rui Ma, Shunqi Xu, Tianyue Zheng, Guangen Fu, Yanling Wu, Zhongquan Liao, Yongbo Kuang, Yang Hou, Dashuai Wang, Petko Stoev Petkov, Kristina Simeonova, Xinliang Feng, Li-Zhu Wu, Xu-Bing Li, Tao Zhang, "Direct Construction of Isomeric Benzobisoxazole\textendashVinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 30, pp. 13953–13960, Jul 2022. [doi] [Bibtex & Downloads]
Direct Construction of Isomeric Benzobisoxazole\textendashVinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties
Reference
Shengxu Li, Rui Ma, Shunqi Xu, Tianyue Zheng, Guangen Fu, Yanling Wu, Zhongquan Liao, Yongbo Kuang, Yang Hou, Dashuai Wang, Petko Stoev Petkov, Kristina Simeonova, Xinliang Feng, Li-Zhu Wu, Xu-Bing Li, Tao Zhang, "Direct Construction of Isomeric Benzobisoxazole\textendashVinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 30, pp. 13953–13960, Jul 2022. [doi]
Bibtex
@article{Li_2022,
doi = {10.1021/jacs.2c06042},
url = {https://doi.org/10.1021%2Fjacs.2c06042},
year = 2022,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {30},
pages = {13953--13960},
author = {Shengxu Li and Rui Ma and Shunqi Xu and Tianyue Zheng and Guangen Fu and Yanling Wu and Zhongquan Liao and Yongbo Kuang and Yang Hou and Dashuai Wang and Petko Stoev Petkov and Kristina Simeonova and Xinliang Feng and Li-Zhu Wu and Xu-Bing Li and Tao Zhang},
title = {Direct Construction of Isomeric Benzobisoxazole{\textendash}Vinylene-Linked Covalent Organic Frameworks with Distinct Photocatalytic Properties},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi] [Bibtex & Downloads]
One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing
Reference
Jiang Qu, Fei Li, Mingchao Wang, Subakti Subakti, Marielle Deconinck, Guangbo Chen, Yang Li, Lixiang Liu, Xia Wang, Minghao Yu, Daniel Wolf, Axel Lubk, Bernd Büchner, Yana Vaynzof, Oliver G. Schmidt, Feng Zhu, "One-Pot Synthesis of Nitrate-Intercalated NiFe Layered Double Hydroxides with an 8.2 Å Interlayer Spacing", In Advanced Materials Interfaces, Wiley, vol. 9, no. 25, pp. 2200973, Jul 2022. [doi]
Bibtex
@article{Qu_2022,
doi = {10.1002/admi.202200973},
url = {https://doi.org/10.1002%2Fadmi.202200973},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {9},
number = {25},
pages = {2200973},
author = {Jiang Qu and Fei Li and Mingchao Wang and Subakti Subakti and Marielle Deconinck and Guangbo Chen and Yang Li and Lixiang Liu and Xia Wang and Minghao Yu and Daniel Wolf and Axel Lubk and Bernd Büchner and Yana Vaynzof and Oliver G. Schmidt and Feng Zhu},
title = {One-Pot Synthesis of Nitrate-Intercalated {NiFe} Layered Double Hydroxides with an 8.2 Å Interlayer Spacing},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Xia Wang, Yun An, Lifeng Liu, Lingzhe Fang, Yannan Liu, Jiaxu Zhang, Haoyuan Qi, Thomas Heine, Tao Li, Agnieszka Kuc, Minghao Yu, Xinliang Feng, "Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 36, Jul 2022. [doi] [Bibtex & Downloads]
Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction
Reference
Xia Wang, Yun An, Lifeng Liu, Lingzhe Fang, Yannan Liu, Jiaxu Zhang, Haoyuan Qi, Thomas Heine, Tao Li, Agnieszka Kuc, Minghao Yu, Xinliang Feng, "Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 36, Jul 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/anie.202209746},
url = {https://doi.org/10.1002%2Fanie.202209746},
year = 2022,
month = {jul},
publisher = {Wiley},
volume = {61},
number = {36},
author = {Xia Wang and Yun An and Lifeng Liu and Lingzhe Fang and Yannan Liu and Jiaxu Zhang and Haoyuan Qi and Thomas Heine and Tao Li and Agnieszka Kuc and Minghao Yu and Xinliang Feng},
title = {Atomically Dispersed Pentacoordinated-Zirconium Catalyst with Axial Oxygen Ligand for Oxygen Reduction Reaction},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Permalink
- Zhen Zhang, Preeti Bhauriyal, Hafeesudeen Sahabudeen, Zhiyong Wang, Xiaohui Liu, Mike Hambsch, Stefan C. B. Mannsfeld, Renhao Dong, Thomas Heine, Xinliang Feng, "Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi] [Bibtex & Downloads]
Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion
Reference
Zhen Zhang, Preeti Bhauriyal, Hafeesudeen Sahabudeen, Zhiyong Wang, Xiaohui Liu, Mike Hambsch, Stefan C. B. Mannsfeld, Renhao Dong, Thomas Heine, Xinliang Feng, "Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi]
Bibtex
@article{Zhang_2022,
doi = {10.1038/s41467-022-31523-w},
url = {https://doi.org/10.1038%2Fs41467-022-31523-w},
year = 2022,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Zhen Zhang and Preeti Bhauriyal and Hafeesudeen Sahabudeen and Zhiyong Wang and Xiaohui Liu and Mike Hambsch and Stefan C. B. Mannsfeld and Renhao Dong and Thomas Heine and Xinliang Feng},
title = {Cation-selective two-dimensional polyimine membranes for high-performance osmotic energy conversion},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Baokun Liang, Yingying Zhang, Christopher Leist, Zhaowei Ou, Miroslav Polo\vzij, Zhiyong Wang, David Mücke, Renhao Dong, Zhikun Zheng, Thomas Heine, Xinliang Feng, Ute Kaiser, Haoyuan Qi, "Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi] [Bibtex & Downloads]
Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films
Reference
Baokun Liang, Yingying Zhang, Christopher Leist, Zhaowei Ou, Miroslav Polo\vzij, Zhiyong Wang, David Mücke, Renhao Dong, Zhikun Zheng, Thomas Heine, Xinliang Feng, Ute Kaiser, Haoyuan Qi, "Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, Jul 2022. [doi]
Bibtex
@article{Liang_2022,
doi = {10.1038/s41467-022-31688-4},
url = {https://doi.org/10.1038%2Fs41467-022-31688-4},
year = 2022,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Baokun Liang and Yingying Zhang and Christopher Leist and Zhaowei Ou and Miroslav Polo{\v{z}}ij and Zhiyong Wang and David Mücke and Renhao Dong and Zhikun Zheng and Thomas Heine and Xinliang Feng and Ute Kaiser and Haoyuan Qi},
title = {Optimal acceleration voltage for near-atomic resolution imaging of layer-stacked 2D polymer thin films},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Aditya Lohana, Ansh Rupani, Shubham Rai, Akash Kumar, "Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy", In IEEE Design & Test, Institute of Electrical and Electronics Engineers (IEEE), vol. 39, no. 3, pp. 73–81, Jun 2022. [doi] [Bibtex & Downloads]
Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy
Reference
Aditya Lohana, Ansh Rupani, Shubham Rai, Akash Kumar, "Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy", In IEEE Design & Test, Institute of Electrical and Electronics Engineers (IEEE), vol. 39, no. 3, pp. 73–81, Jun 2022. [doi]
Bibtex
@article{Lohana_2022,
doi = {10.1109/mdat.2021.3063373},
url = {https://doi.org/10.1109%2Fmdat.2021.3063373},
year = 2022,
month = {jun},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {39},
number = {3},
pages = {73--81},
author = {Aditya Lohana and Ansh Rupani and Shubham Rai and Akash Kumar},
title = {Efficient Privacy-Aware Federated Learning by Elimination of Downstream Redundancy},
journal = {{IEEE} Design {\&} Test}
}Downloads
DandT [PDF]
Permalink
- Carlos Escuin, Asif Ali Khan, Pablo Ibañez, Teresa Monreal, Victor Viñals, Jeronimo Castrillon, "HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches", In Proceeding: DroneSE and RAPIDO: System Engineering for Constrained Embedded Systems, co-located with the 17th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Association for Computing Machinery, pp. 53–58, New York, NY, USA, Jun 2022. [doi] [Bibtex & Downloads]
HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches
Reference
Carlos Escuin, Asif Ali Khan, Pablo Ibañez, Teresa Monreal, Victor Viñals, Jeronimo Castrillon, "HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches", In Proceeding: DroneSE and RAPIDO: System Engineering for Constrained Embedded Systems, co-located with the 17th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Association for Computing Machinery, pp. 53–58, New York, NY, USA, Jun 2022. [doi]
Abstract
Recent years have seen a rising trend in the exploration of non- volatile memory (NVM) technologies in the memory subsystem. Particularly in the cache hierarchy, hybrid last-level cache (LLC) solutions are proposed to meet the wide-ranging performance and energy requirements of modern days applications. These emerging hybrid solutions need simulation and detailed exploration to fully understand their capabilities before exploiting them. Existing simulation tools are either too slow or incapable of prototyping such systems and optimizing for NVM devices. To this end, we propose HyCSim, a trace-driven simulation infrastructure that enables rapid comparison of various hybrid LLC configurations for different optimization objectives. Notably, HyCSim makes it possible to quickly estimate the impact of various hybrid LLC insertion and replacement policies, disabling of a cache region at byte or cache frame granularity for different fault maps. In addition, HyCSim allows to evaluate the impact of various compression schemes on the overall performance (hit and miss rate) and the number of writes to the LLC. Our evaluation on ten multi-program workloads from the SPEC 2006 benchmarks suite shows that HyCSim accelerates the simulation time by 24x, compared to the cycle-accurate Gem5 simulator, with high-fidelity.
Bibtex
@InProceedings{escuin_rapido22,
author = {Carlos Escuin and Asif Ali Khan and Pablo Iba{\~n}ez and Teresa Monreal and Victor Vi{\~n}als and Jeronimo Castrillon},
booktitle = {DroneSE and RAPIDO: System Engineering for Constrained Embedded Systems, co-located with the 17th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
date = {2022-06},
title = {HyCSim: A Rapid Design Space Exploration Tool for Emerging Hybrid Last-Level Caches},
doi = {10.1145/3522784.3522801},
isbn = {9781450395663},
location = {Budapest, Hungary},
pages = {53–58},
publisher = {Association for Computing Machinery},
series = {DroneSE and RAPIDO '22},
url = {https://doi.org/10.1145/3522784.3522801},
abstract = {Recent years have seen a rising trend in the exploration of non- volatile memory (NVM) technologies in the memory subsystem. Particularly in the cache hierarchy, hybrid last-level cache (LLC) solutions are proposed to meet the wide-ranging performance and energy requirements of modern days applications. These emerging hybrid solutions need simulation and detailed exploration to fully understand their capabilities before exploiting them. Existing simulation tools are either too slow or incapable of prototyping such systems and optimizing for NVM devices. To this end, we propose HyCSim, a trace-driven simulation infrastructure that enables rapid comparison of various hybrid LLC configurations for different optimization objectives. Notably, HyCSim makes it possible to quickly estimate the impact of various hybrid LLC insertion and replacement policies, disabling of a cache region at byte or cache frame granularity for different fault maps. In addition, HyCSim allows to evaluate the impact of various compression schemes on the overall performance (hit and miss rate) and the number of writes to the LLC. Our evaluation on ten multi-program workloads from the SPEC 2006 benchmarks suite shows that HyCSim accelerates the simulation time by 24x, compared to the cycle-accurate Gem5 simulator, with high-fidelity.},
address = {New York, NY, USA},
month = jun,
numpages = {6},
year = {2022},
}Downloads
No Downloads available for this publication
Permalink
- Armin Darjani, Nima Kavand, Shubham Rai, Mark Wijtvliet, Akash Kumar, "ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks", In Proceeding: ACM Great Lakes Symposium on VLSI (GLSVLSI), 6/2022. [doi] [Bibtex & Downloads]
ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks
Reference
Armin Darjani, Nima Kavand, Shubham Rai, Mark Wijtvliet, Akash Kumar, "ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks", In Proceeding: ACM Great Lakes Symposium on VLSI (GLSVLSI), 6/2022. [doi]
Bibtex
@INPROCEEDINGS{DARJANI2022,
author = {Armin Darjani and Nima Kavand and Shubham Rai and Mark Wijtvliet and Akash Kumar},
title = {ENTANGLE: An Enhanced Logic-locking Technique for Thwarting SAT and Structural Attacks},
booktitle={ACM Great Lakes Symposium on VLSI (GLSVLSI)},
doi = {10.1145/3526241.3530371},
year = 2022,
month = 6
}Downloads
author-prepared-GLSVLSI_2022_ArminDarjani [PDF]
Permalink
- Lars Schütze, Cornelius Kummer, Jeronimo Castrillon, "Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language", Proceedings of the 14th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'22), Association for Computing Machinery, pp. 27–34, New York, NY, USA, Jun 2022. [doi] [Bibtex & Downloads]
Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language
Reference
Lars Schütze, Cornelius Kummer, Jeronimo Castrillon, "Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language", Proceedings of the 14th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'22), Association for Computing Machinery, pp. 27–34, New York, NY, USA, Jun 2022. [doi]
Abstract
Adaptive programming models are increasingly important as context-dependent software conquers more domains. One such a model is role-oriented programming where behavioral changes are implemented by objects playing and renouncing roles. As with other adaptive models, the overhead introduced by source code adaptations is a major showstopper for role-oriented programs. This is in part because the optimizations of object-oriented virtual machines (VMs) do not provide the same performance gains when applied to role-oriented programs. Recently, dispatch plans have been shown to enable optimizations beyond those in VMs, thereby improving the performance of role programs with low variability. This paper introduces guarded dispatch plans, an extension of dispatch plans with a context-aware guarding mechanism that allows reuse in high-variability scenarios. Fine-grained guards use run-time feedback to partially reuse dispatch plans across call sites when contexts are changing. We present an algorithm to construct and compose guarded dispatch plans and provide a reference implementation of the approach. We show that our approach is able to gracefully degrade into a default dispatch approach when variability increases. The implementation is evaluated with synthetic benchmarks capturing different characteristics. Compared to the state-of-the-art implementation in ObjectTeams we achieved a mean speedup of 3.3 \texttimes in static cases, 3.0 \texttimes at low variability and the same performance in highly dynamic cases.
Bibtex
@InProceedings{schuetze_cop22,
author = {Sch\"{u}tze, Lars and Kummer, Cornelius and Castrillon, Jeronimo},
booktitle = {Proceedings of the 14th ACM International Workshop on Context-Oriented Programming and Advanced Modularity (COP'22)},
title = {Guard the Cache: Dispatch Optimization in a Contextual Role-oriented Language},
doi = {10.1145/3570353.3570357},
isbn = {9781450399869},
pages = {27--34},
publisher = {Association for Computing Machinery},
series = {COP '22},
url = {https://doi.org/10.1145/3570353.3570357},
abstract = {Adaptive programming models are increasingly important as context-dependent software conquers more domains. One such a model is role-oriented programming where behavioral changes are implemented by objects playing and renouncing roles. As with other adaptive models, the overhead introduced by source code adaptations is a major showstopper for role-oriented programs. This is in part because the optimizations of object-oriented virtual machines (VMs) do not provide the same performance gains when applied to role-oriented programs. Recently, dispatch plans have been shown to enable optimizations beyond those in VMs, thereby improving the performance of role programs with low variability. This paper introduces guarded dispatch plans, an extension of dispatch plans with a context-aware guarding mechanism that allows reuse in high-variability scenarios. Fine-grained guards use run-time feedback to partially reuse dispatch plans across call sites when contexts are changing. We present an algorithm to construct and compose guarded dispatch plans and provide a reference implementation of the approach. We show that our approach is able to gracefully degrade into a default dispatch approach when variability increases. The implementation is evaluated with synthetic benchmarks capturing different characteristics. Compared to the state-of-the-art implementation in ObjectTeams we achieved a mean speedup of 3.3 \texttimes{} in static cases, 3.0 \texttimes{} at low variability and the same performance in highly dynamic cases.},
address = {New York, NY, USA},
month = jun,
numpages = {8},
year = {2022},
}Downloads
2206_schuetze_COP [PDF]
Permalink
- Ilja Shmelkin, Lars Schütze, Tim Kluge, "Modeling flexible Monitoring Systems with a Role-Based Control Loop", In Proceeding: COP 2022: International Workshop on Context-Oriented Programming and Advanced Modularity (collocated with ECOOP), ACM, Jun 2022. [doi] [Bibtex & Downloads]
Modeling flexible Monitoring Systems with a Role-Based Control Loop
Reference
Ilja Shmelkin, Lars Schütze, Tim Kluge, "Modeling flexible Monitoring Systems with a Role-Based Control Loop", In Proceeding: COP 2022: International Workshop on Context-Oriented Programming and Advanced Modularity (collocated with ECOOP), ACM, Jun 2022. [doi]
Bibtex
@inproceedings{Shmelkin_Schutze_cop22,
doi = {10.1145/3570353.3570356},
url = {https://doi.org/10.1145%2F3570353.3570356},
year = 2022,
month = {jun},
publisher = ,
author = {Ilja Shmelkin and Lars Schütze and Tim Kluge},
title = {Modeling flexible Monitoring Systems with a Role-Based Control Loop},
booktitle = {{COP} 2022: International Workshop on Context-Oriented Programming and Advanced Modularity (collocated with {ECOOP})}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Domain-specific programming methodologies for domain-specific and emerging computing systems", In 23rd ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems (LCTES 2022)(keynote), Jun 2022. [Bibtex & Downloads]
Domain-specific programming methodologies for domain-specific and emerging computing systems
Reference
Jeronimo Castrillon, "Domain-specific programming methodologies for domain-specific and emerging computing systems", In 23rd ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems (LCTES 2022)(keynote), Jun 2022.
Abstract
Programming heterogeneous computing systems is a daunting task which is becoming even more challenging with the advent of emerging, non Von-Neumann computer architectures. The golden age of computer architecture must be thus accompanied by a golden age of research in compilers and programming languages. This talk discusses domain-specific abstractions and languages as a promising avenue to hide the system complexity from non-expert programmers while passing richer information to compilers. Concretely, we will discuss abstractions for tensor expressions as vehicle to optimize for modern reconfigurable hardware, for emerging memory technologies and for emerging in-memory computing. The talk closes with an outlook on other emerging architectures and challenges for high-level compilation.
Bibtex
@Misc{castrillon_lctes2022,
author = {Castrillon, Jeronimo},
date = {2022-06},
title = {Domain-specific programming methodologies for domain-specific and emerging computing systems},
howpublished = {23rd ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, and Tools for Embedded Systems (LCTES 2022)(keynote)},
location = {San Diego, CA, USA},
abstract = {Programming heterogeneous computing systems is a daunting task which is becoming even more challenging with the advent of emerging, non Von-Neumann computer architectures. The golden age of computer architecture must be thus accompanied by a golden age of research in compilers and programming languages. This talk discusses domain-specific abstractions and languages as a promising avenue to hide the system complexity from non-expert programmers while passing richer information to compilers. Concretely, we will discuss abstractions for tensor expressions as vehicle to optimize for modern reconfigurable hardware, for emerging memory technologies and for emerging in-memory computing. The talk closes with an outlook on other emerging architectures and challenges for high-level compilation.},
month = jun,
year = {2022},
}Downloads
220614_castrillon_LCTES-keynote_compressed [PDF]
Permalink
- Behnaz Ranjbar, Hamidreza Alikhani, Bardia Safaei, Alireza Ejlali, Akash Kumar, "Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems", In Computers, vol. 11, no. 7, June 2022. [doi] [Bibtex & Downloads]
Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Hamidreza Alikhani, Bardia Safaei, Alireza Ejlali, Akash Kumar, "Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems", In Computers, vol. 11, no. 7, June 2022. [doi]
Bibtex
@Article{computers11070101,
AUTHOR = {Ranjbar, Behnaz and Alikhani, Hamidreza and Safaei, Bardia and Ejlali, Alireza and Kumar, Akash},
TITLE = {Learning-Oriented QoS- and Drop-Aware Task Scheduling for Mixed-Criticality Systems},
JOURNAL = {Computers},
VOLUME = {11},
YEAR = {2022},
NUMBER = {7},
MONTH = {June},
ARTICLE-NUMBER = {101},
URL = {https://www.mdpi.com/2073-431X/11/7/101},
ISSN = {2073-431X},
DOI = {10.3390/computers11070101}
}Downloads
No Downloads available for this publication
Permalink
- Shu-Jen Wang, Michael Sawatzki, Ghader Darbandy, Felix Talnack, Jörn Vahland, Marc Malfois, Alexander Kloes, Stefan Mannsfeld, Hans Kleemann, Karl Leo, "Organic bipolar transistors", In Nature, Springer Science and Business Media LLC, vol. 606, no. 7915, pp. 700–705, Jun 2022. [doi] [Bibtex & Downloads]
Organic bipolar transistors
Reference
Shu-Jen Wang, Michael Sawatzki, Ghader Darbandy, Felix Talnack, Jörn Vahland, Marc Malfois, Alexander Kloes, Stefan Mannsfeld, Hans Kleemann, Karl Leo, "Organic bipolar transistors", In Nature, Springer Science and Business Media LLC, vol. 606, no. 7915, pp. 700–705, Jun 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1038/s41586-022-04837-4},
url = {https://doi.org/10.1038%2Fs41586-022-04837-4},
year = 2022,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {606},
number = {7915},
pages = {700--705},
author = {Shu-Jen Wang and Michael Sawatzki and Ghader Darbandy and Felix Talnack and Jörn Vahland and Marc Malfois and Alexander Kloes and Stefan Mannsfeld and Hans Kleemann and Karl Leo},
title = {Organic bipolar transistors},
journal = {Nature}
}Downloads
No Downloads available for this publication
Permalink
- Robin M. Zech, Nora Molkenthin, Marc Timme, Malte Schröder, "Collective dynamics of capacity-constrained ride-pooling fleets", In Scientific Reports, Springer Science and Business Media LLC, vol. 12, no. 1, Jun 2022. [doi] [Bibtex & Downloads]
Collective dynamics of capacity-constrained ride-pooling fleets
Reference
Robin M. Zech, Nora Molkenthin, Marc Timme, Malte Schröder, "Collective dynamics of capacity-constrained ride-pooling fleets", In Scientific Reports, Springer Science and Business Media LLC, vol. 12, no. 1, Jun 2022. [doi]
Bibtex
@article{Zech_2022,
doi = {10.1038/s41598-022-14960-x},
url = {https://doi.org/10.1038%2Fs41598-022-14960-x},
year = 2022,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {12},
number = {1},
author = {Robin M. Zech and Nora Molkenthin and Marc Timme and Malte Schröder},
title = {Collective dynamics of capacity-constrained ride-pooling fleets},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Permalink
- Dongping Wang, Zhe Liu, Jun Li, Wei Tang, Yukun Huang, Jun Yu, Longqian Xu, Qi Huang, Yawen Song, Linzhi Wang, Haihan Jin, Kerui Xi, Linrun Feng, Xiaojun Guo, Arokia Nathan, Hanbin Ma, "Thin-film transistor arrays for biological sensing systems", In Flexible and Printed Electronics, IOP Publishing, vol. 7, no. 2, pp. 023004, Jun 2022. [doi] [Bibtex & Downloads]
Thin-film transistor arrays for biological sensing systems
Reference
Dongping Wang, Zhe Liu, Jun Li, Wei Tang, Yukun Huang, Jun Yu, Longqian Xu, Qi Huang, Yawen Song, Linzhi Wang, Haihan Jin, Kerui Xi, Linrun Feng, Xiaojun Guo, Arokia Nathan, Hanbin Ma, "Thin-film transistor arrays for biological sensing systems", In Flexible and Printed Electronics, IOP Publishing, vol. 7, no. 2, pp. 023004, Jun 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1088/2058-8585/ac7928},
url = {https://doi.org/10.1088%2F2058-8585%2Fac7928},
year = 2022,
month = {jun},
publisher = {{IOP} Publishing},
volume = {7},
number = {2},
pages = {023004},
author = {Dongping Wang and Zhe Liu and Jun Li and Wei Tang and Yukun Huang and Jun Yu and Longqian Xu and Qi Huang and Yawen Song and Linzhi Wang and Haihan Jin and Kerui Xi and Linrun Feng and Xiaojun Guo and Arokia Nathan and Hanbin Ma},
title = {Thin-film transistor arrays for biological sensing systems},
journal = {Flexible and Printed Electronics}
}Downloads
No Downloads available for this publication
Permalink
- Gang Wang, Minshen Zhu, Guangbo Chen, Zhe Qu, Benjamin Kohn, Ulrich Scheler, Xingyuan Chu, Yubin Fu, Oliver G. Schmidt, Xinliang Feng, "An Anode-Free Zn\textendashGraphite Battery", In Advanced Materials, Wiley, vol. 34, no. 29, pp. 2201957, Jun 2022. [doi] [Bibtex & Downloads]
An Anode-Free Zn\textendashGraphite Battery
Reference
Gang Wang, Minshen Zhu, Guangbo Chen, Zhe Qu, Benjamin Kohn, Ulrich Scheler, Xingyuan Chu, Yubin Fu, Oliver G. Schmidt, Xinliang Feng, "An Anode-Free Zn\textendashGraphite Battery", In Advanced Materials, Wiley, vol. 34, no. 29, pp. 2201957, Jun 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/adma.202201957},
url = {https://doi.org/10.1002%2Fadma.202201957},
year = 2022,
month = {jun},
publisher = {Wiley},
volume = {34},
number = {29},
pages = {2201957},
author = {Gang Wang and Minshen Zhu and Guangbo Chen and Zhe Qu and Benjamin Kohn and Ulrich Scheler and Xingyuan Chu and Yubin Fu and Oliver G. Schmidt and Xinliang Feng},
title = {An Anode-Free Zn{\textendash}Graphite Battery},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gabriela Borin Barin, Qiang Sun, Marco Di Giovannantonio, Cheng-Zhuo Du, Xiao-Ye Wang, Juan Pablo Llinas, Zafer Mutlu, Yuxuan Lin, Jan Wilhelm, Jan Overbeck, Colin Daniels, Michael Lamparski, Hafeesudeen Sahabudeen, Mickael L. Perrin, José I. Urgel, Shantanu Mishra, Amogh Kinikar, Roland Widmer, Samuel Stolz, Max Bommert, Carlo Pignedoli, Xinliang Feng, Michel Calame, Klaus Müllen, Akimitsu Narita, Vincent Meunier, Jeffrey Bokor, Roman Fasel, Pascal Ruffieux, "Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons", In Small, Wiley, vol. 18, no. 31, pp. 2202301, Jun 2022. [doi] [Bibtex & Downloads]
Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons
Reference
Gabriela Borin Barin, Qiang Sun, Marco Di Giovannantonio, Cheng-Zhuo Du, Xiao-Ye Wang, Juan Pablo Llinas, Zafer Mutlu, Yuxuan Lin, Jan Wilhelm, Jan Overbeck, Colin Daniels, Michael Lamparski, Hafeesudeen Sahabudeen, Mickael L. Perrin, José I. Urgel, Shantanu Mishra, Amogh Kinikar, Roland Widmer, Samuel Stolz, Max Bommert, Carlo Pignedoli, Xinliang Feng, Michel Calame, Klaus Müllen, Akimitsu Narita, Vincent Meunier, Jeffrey Bokor, Roman Fasel, Pascal Ruffieux, "Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons", In Small, Wiley, vol. 18, no. 31, pp. 2202301, Jun 2022. [doi]
Bibtex
@article{Borin_Barin_2022,
doi = {10.1002/smll.202202301},
url = {https://doi.org/10.1002%2Fsmll.202202301},
year = 2022,
month = {jun},
publisher = {Wiley},
volume = {18},
number = {31},
pages = {2202301},
author = {Gabriela Borin Barin and Qiang Sun and Marco Di Giovannantonio and Cheng-Zhuo Du and Xiao-Ye Wang and Juan Pablo Llinas and Zafer Mutlu and Yuxuan Lin and Jan Wilhelm and Jan Overbeck and Colin Daniels and Michael Lamparski and Hafeesudeen Sahabudeen and Mickael L. Perrin and Jos{\'{e}} I. Urgel and Shantanu Mishra and Amogh Kinikar and Roland Widmer and Samuel Stolz and Max Bommert and Carlo Pignedoli and Xinliang Feng and Michel Calame and Klaus Müllen and Akimitsu Narita and Vincent Meunier and Jeffrey Bokor and Roman Fasel and Pascal Ruffieux},
title = {Growth Optimization and Device Integration of Narrow-Bandgap Graphene Nanoribbons},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Mohammad Salehi, Alireza Ejlali, Akash Kumar, "Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 5, pp. 1509-1522, May 2022. [doi] [Bibtex & Downloads]
Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Mohammad Salehi, Alireza Ejlali, Akash Kumar, "Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 5, pp. 1509-1522, May 2022. [doi]
Bibtex
@article{Ranjbar_2021,
doi = {10.1109/tcad.2021.3082495},
url = {https://doi.org/10.1109%2Ftcad.2021.3082495},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
month = May,
volume={41},
number={5},
pages={1509-1522},
author = {Behnaz Ranjbar and Ali Hosseinghorban and Mohammad Salehi and Alireza Ejlali and Akash Kumar},
title = {Toward the Design of Fault-Tolerance-Aware and Peak-Power-Aware Multicore Mixed-Criticality Systems},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD)}
}Downloads
Tree-PPMFTMCS- Arxiv [PDF]
Permalink
- T. Mikolajick, G. Galderisi, S. Rai, M. Simon, R. Böckle, M. Sistani, C. Cakirlar, N. Bhattacharjee, T. Mauersberger, A. Heinzig, A. Kumar, W.M. Weber, J. Trommer, "Reconfigurable Field Effect Transistors: A Technology Enablers Perspective", In Solid-State Electronics, Elsevier BV, pp. 108381, May 2022. [doi] [Bibtex & Downloads]
Reconfigurable Field Effect Transistors: A Technology Enablers Perspective
Reference
T. Mikolajick, G. Galderisi, S. Rai, M. Simon, R. Böckle, M. Sistani, C. Cakirlar, N. Bhattacharjee, T. Mauersberger, A. Heinzig, A. Kumar, W.M. Weber, J. Trommer, "Reconfigurable Field Effect Transistors: A Technology Enablers Perspective", In Solid-State Electronics, Elsevier BV, pp. 108381, May 2022. [doi]
Bibtex
@article{Mikolajick_2022,
doi = {10.1016/j.sse.2022.108381},
url = {https://doi.org/10.1016%2Fj.sse.2022.108381},
year = 2022,
month = {may},
publisher = {Elsevier {BV}},
pages = {108381},
author = {T. Mikolajick and G. Galderisi and S. Rai and M. Simon and R. Böckle and M. Sistani and C. Cakirlar and N. Bhattacharjee and T. Mauersberger and A. Heinzig and A. Kumar and W.M. Weber and J. Trommer},
title = {Reconfigurable Field Effect Transistors: A Technology Enablers Perspective},
journal = {Solid-State Electronics}
}Downloads
SSE_Review_Full_Version [PDF]
Permalink
- SangWook Park, Zhe Zhang, Haoyuan Qi, Baokun Liang, Javeed Mahmood, Hyuk-Jun Noh, Mike Hambsch, Mingchao Wang, Mao Wang, Khoa Hoang Ly, Zhiyong Wang, Inez M. Weidinger, Shengqiang Zhou, Jong-Beom Baek, Ute Kaiser, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing", In ACS Materials Letters, American Chemical Society (ACS), pp. 1146–1153, May 2022. [doi] [Bibtex & Downloads]
In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing
Reference
SangWook Park, Zhe Zhang, Haoyuan Qi, Baokun Liang, Javeed Mahmood, Hyuk-Jun Noh, Mike Hambsch, Mingchao Wang, Mao Wang, Khoa Hoang Ly, Zhiyong Wang, Inez M. Weidinger, Shengqiang Zhou, Jong-Beom Baek, Ute Kaiser, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing", In ACS Materials Letters, American Chemical Society (ACS), pp. 1146–1153, May 2022. [doi]
Bibtex
@article{Park_2022,
doi = {10.1021/acsmaterialslett.2c00160},
url = {https://doi.org/10.1021%2Facsmaterialslett.2c00160},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
pages = {1146--1153},
author = {SangWook Park and Zhe Zhang and Haoyuan Qi and Baokun Liang and Javeed Mahmood and Hyuk-Jun Noh and Mike Hambsch and Mingchao Wang and Mao Wang and Khoa Hoang Ly and Zhiyong Wang and Inez M. Weidinger and Shengqiang Zhou and Jong-Beom Baek and Ute Kaiser and Stefan C. B. Mannsfeld and Xinliang Feng and Renhao Dong},
title = {In-Plane Oriented Two-Dimensional Conjugated Metal-Organic Framework Films for High-Performance Humidity Sensing},
journal = {{ACS} Materials Letters}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Language and compiler research for heterogeneous emerging computing systems", In SPCL_Bcast(COMM_WORLD) seminar series, SPCL ETH Zurich (invited talk), May 2022. [Bibtex & Downloads]
Language and compiler research for heterogeneous emerging computing systems
Reference
Jeronimo Castrillon, "Language and compiler research for heterogeneous emerging computing systems", In SPCL_Bcast(COMM_WORLD) seminar series, SPCL ETH Zurich (invited talk), May 2022.
Abstract
Programming heterogeneous computing systems is still a daunting task that will become even more challenging with the advent of emerging, non Von-Neumann computer architectures. The so-called golden age of computer architecture thus must be accompanied by a, hopefully, golden age of research in compilers and programming languages. This talk discusses research along two fronts, namely, (1) on domain specific languages (DSLs) to hide complexity from non-expert programmers while passing richer information to compilers, and (2) on understanding the fundamental changes in emerging computing paradigms and their consequences for compilers. Concretely, we will talk about DSLs for physics simulations, compute-in-memory with emerging technologies, and current efforts in unifying intermediate representations with the MLIR compiler framework.
Bibtex
@Misc{castrillon_spcl2022,
author = {Castrillon, Jeronimo},
year = {2022},
month = may,
title = {Language and compiler research for heterogeneous emerging computing systems},
howpublished = {SPCL\_Bcast(COMM\_WORLD) seminar series, SPCL ETH Zurich (invited talk)},
location = {Virtual},
url = {https://www.youtube.com/watch?v=-NoRpUBlNrU},
abstract = {Programming heterogeneous computing systems is still a daunting task that will become even more challenging with the advent of emerging, non Von-Neumann computer architectures. The so-called golden age of computer architecture thus must be accompanied by a, hopefully, golden age of research in compilers and programming languages. This talk discusses research along two fronts, namely, (1) on domain specific languages (DSLs) to hide complexity from non-expert programmers while passing richer information to compilers, and (2) on understanding the fundamental changes in emerging computing paradigms and their consequences for compilers. Concretely, we will talk about DSLs for physics simulations, compute-in-memory with emerging technologies, and current efforts in unifying intermediate representations with the MLIR compiler framework.},
}Downloads
No Downloads available for this publication
Permalink
- Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi] [Bibtex & Downloads]
FPGA-Based Database Query Processing on Arbitrarily Wide Tables
Reference
Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi]
Bibtex
@inproceedings{Moghaddamfar_2022,
doi = {10.1109/fccm53951.2022.9786091},
url = {https://doi.org/10.1109%2Ffccm53951.2022.9786091},
year = 2022,
month = {may},
publisher = ,
author = {Mehdi Moghaddamfar and Christian Farber and Norman May and Wolfgang Lehner and Akash Kumar},
title = {{FPGA}-Based Database Query Processing on Arbitrarily Wide Tables},
booktitle = {2022 {IEEE} 30th Annual International Symposium on Field-Programmable Custom Computing Machines ({FCCM})}
}Downloads
No Downloads available for this publication
Permalink
- Stefania Cacovich, Guillaume Vidon, Matteo Degani, Marie Legrand, Laxman Gouda, Jean-Baptiste Puel, Yana Vaynzof, Jean-François Guillemoles, Daniel Ory, Giulia Grancini, "Imaging and quantifying non-radiative losses at 23% efficient inverted perovskite solar cells interfaces", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, May 2022. [doi] [Bibtex & Downloads]
Imaging and quantifying non-radiative losses at 23% efficient inverted perovskite solar cells interfaces
Reference
Stefania Cacovich, Guillaume Vidon, Matteo Degani, Marie Legrand, Laxman Gouda, Jean-Baptiste Puel, Yana Vaynzof, Jean-François Guillemoles, Daniel Ory, Giulia Grancini, "Imaging and quantifying non-radiative losses at 23% efficient inverted perovskite solar cells interfaces", In Nature Communications, Springer Science and Business Media LLC, vol. 13, no. 1, May 2022. [doi]
Bibtex
@article{Cacovich_2022,
doi = {10.1038/s41467-022-30426-0},
url = {https://doi.org/10.1038%2Fs41467-022-30426-0},
year = 2022,
month = {may},
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {1},
author = {Stefania Cacovich and Guillaume Vidon and Matteo Degani and Marie Legrand and Laxman Gouda and Jean-Baptiste Puel and Yana Vaynzof and Jean-Fran{\c{c}}ois Guillemoles and Daniel Ory and Giulia Grancini},
title = {Imaging and quantifying non-radiative losses at 23{\%} efficient inverted perovskite solar cells interfaces},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Shanshan Guo, Mara Henschel, Daniel Wolf, Darius Pohl, Axel Lubk, Thomas Blon, Volker Neu, Karin Leistner, "Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 10, pp. 4006–4012, May 2022. [doi] [Bibtex & Downloads]
Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States
Reference
Shanshan Guo, Mara Henschel, Daniel Wolf, Darius Pohl, Axel Lubk, Thomas Blon, Volker Neu, Karin Leistner, "Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 10, pp. 4006–4012, May 2022. [doi]
Bibtex
@article{Guo_2022,
doi = {10.1021/acs.nanolett.2c00607},
url = {https://doi.org/10.1021%2Facs.nanolett.2c00607},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {22},
number = {10},
pages = {4006--4012},
author = {Shanshan Guo and Mara Henschel and Daniel Wolf and Darius Pohl and Axel Lubk and Thomas Blon and Volker Neu and Karin Leistner},
title = {Size-Specific Magnetic Configurations in Electrodeposited Epitaxial Iron Nanocuboids: From Landau Pattern to Vortex and Single Domain States},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sattwick Haldar, Mingchao Wang, Preeti Bhauriyal, Arpan Hazra, Arafat H. Khan, Volodymyr Bon, Mark A. Isaacs, Ankita De, Leonid Shupletsov, Tom Boenke, Julia Grothe, Thomas Heine, Eike Brunner, Xinliang Feng, Renhao Dong, Andreas Schneemann, Stefan Kaskel, "Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 20, pp. 9101–9112, May 2022. [doi] [Bibtex & Downloads]
Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes
Reference
Sattwick Haldar, Mingchao Wang, Preeti Bhauriyal, Arpan Hazra, Arafat H. Khan, Volodymyr Bon, Mark A. Isaacs, Ankita De, Leonid Shupletsov, Tom Boenke, Julia Grothe, Thomas Heine, Eike Brunner, Xinliang Feng, Renhao Dong, Andreas Schneemann, Stefan Kaskel, "Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 20, pp. 9101–9112, May 2022. [doi]
Bibtex
@article{Haldar_2022,
doi = {10.1021/jacs.2c02346},
url = {https://doi.org/10.1021%2Fjacs.2c02346},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {20},
pages = {9101--9112},
author = {Sattwick Haldar and Mingchao Wang and Preeti Bhauriyal and Arpan Hazra and Arafat H. Khan and Volodymyr Bon and Mark A. Isaacs and Ankita De and Leonid Shupletsov and Tom Boenke and Julia Grothe and Thomas Heine and Eike Brunner and Xinliang Feng and Renhao Dong and Andreas Schneemann and Stefan Kaskel},
title = {Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium{\textendash}Sulfur Battery Cathodes},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sattwick Haldar, Mingchao Wang, Preeti Bhauriyal, Arpan Hazra, Arafat H. Khan, Volodymyr Bon, Mark A. Isaacs, Ankita De, Leonid Shupletsov, Tom Boenke, Julia Grothe, Thomas Heine, Eike Brunner, Xinliang Feng, Renhao Dong, Andreas Schneemann, Stefan Kaskel, "Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 20, pp. 9101–9112, May 2022. [doi] [Bibtex & Downloads]
Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes
Reference
Sattwick Haldar, Mingchao Wang, Preeti Bhauriyal, Arpan Hazra, Arafat H. Khan, Volodymyr Bon, Mark A. Isaacs, Ankita De, Leonid Shupletsov, Tom Boenke, Julia Grothe, Thomas Heine, Eike Brunner, Xinliang Feng, Renhao Dong, Andreas Schneemann, Stefan Kaskel, "Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium\textendashSulfur Battery Cathodes", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 20, pp. 9101–9112, May 2022. [doi]
Bibtex
@article{Haldar_2022,
doi = {10.1021/jacs.2c02346},
url = {https://doi.org/10.1021%2Fjacs.2c02346},
year = 2022,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {20},
pages = {9101--9112},
author = {Sattwick Haldar and Mingchao Wang and Preeti Bhauriyal and Arpan Hazra and Arafat H. Khan and Volodymyr Bon and Mark A. Isaacs and Ankita De and Leonid Shupletsov and Tom Boenke and Julia Grothe and Thomas Heine and Eike Brunner and Xinliang Feng and Renhao Dong and Andreas Schneemann and Stefan Kaskel},
title = {Porous Dithiine-Linked Covalent Organic Framework as a Dynamic Platform for Covalent Polysulfide Anchoring in Lithium{\textendash}Sulfur Battery Cathodes},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi] [Bibtex & Downloads]
FPGA-Based Database Query Processing on Arbitrarily Wide Tables
Reference
Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi]
Bibtex
@inproceedings{Moghaddamfar_2022, title={FPGA-Based Database Query Processing on Arbitrarily Wide Tables}, url={http://dx.doi.org/10.1109/fccm53951.2022.9786091}, DOI={10.1109/fccm53951.2022.9786091}, booktitle={2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM)}, publisher={IEEE}, author={Moghaddamfar, Mehdi and Farber, Christian and May, Norman and Lehner, Wolfgang and Kumar, Akash}, year={2022}, month=may }Downloads
No Downloads available for this publication
Permalink
- Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi] [Bibtex & Downloads]
FPGA-Based Database Query Processing on Arbitrarily Wide Tables
Reference
Mehdi Moghaddamfar, Christian Farber, Norman May, Wolfgang Lehner, Akash Kumar, "FPGA-Based Database Query Processing on Arbitrarily Wide Tables", In Proceeding: 2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), IEEE, May 2022. [doi]
Bibtex
@inproceedings{Moghaddamfar_2022, title={FPGA-Based Database Query Processing on Arbitrarily Wide Tables}, url={http://dx.doi.org/10.1109/fccm53951.2022.9786091}, DOI={10.1109/fccm53951.2022.9786091}, booktitle={2022 IEEE 30th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM)}, publisher={IEEE}, author={Moghaddamfar, Mehdi and Farber, Christian and May, Norman and Lehner, Wolfgang and Kumar, Akash}, year={2022}, month=may }Downloads
No Downloads available for this publication
Permalink
- M. Lammel, D. Scheffler, D. Pohl, P. Swekis, S. Reitzig, S. Piontek, H. Reichlova, R. Schlitz, K. Geishendorf, L. Siegl, B. Rellinghaus, L. M. Eng, K. Nielsch, S. T. B. Goennenwein, A. Thomas, "Atomic layer deposition of yttrium iron garnet thin films", In Physical Review Materials, American Physical Society (APS), vol. 6, no. 4, Apr 2022. [doi] [Bibtex & Downloads]
Atomic layer deposition of yttrium iron garnet thin films
Reference
M. Lammel, D. Scheffler, D. Pohl, P. Swekis, S. Reitzig, S. Piontek, H. Reichlova, R. Schlitz, K. Geishendorf, L. Siegl, B. Rellinghaus, L. M. Eng, K. Nielsch, S. T. B. Goennenwein, A. Thomas, "Atomic layer deposition of yttrium iron garnet thin films", In Physical Review Materials, American Physical Society (APS), vol. 6, no. 4, Apr 2022. [doi]
Bibtex
@article{Lammel_2022,
doi = {10.1103/physrevmaterials.6.044411},
url = {https://doi.org/10.1103%2Fphysrevmaterials.6.044411},
year = 2022,
month = {apr},
publisher = {American Physical Society ({APS})},
volume = {6},
number = {4},
author = {M. Lammel and D. Scheffler and D. Pohl and P. Swekis and S. Reitzig and S. Piontek and H. Reichlova and R. Schlitz and K. Geishendorf and L. Siegl and B. Rellinghaus and L. M. Eng and K. Nielsch and S. T. B. Goennenwein and A. Thomas},
title = {Atomic layer deposition of yttrium iron garnet thin films},
journal = {Physical Review Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Foram M. Joshi, Gonzalo Alvarez Viar, Gaia Pigino, Hauke Drechsler, Stefan Diez, "Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 9, pp. 3659–3667, Apr 2022. [doi] [Bibtex & Downloads]
Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen
Reference
Foram M. Joshi, Gonzalo Alvarez Viar, Gaia Pigino, Hauke Drechsler, Stefan Diez, "Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen", In Nano Letters, American Chemical Society (ACS), vol. 22, no. 9, pp. 3659–3667, Apr 2022. [doi]
Bibtex
@article{Joshi_2022,
doi = {10.1021/acs.nanolett.2c00255},
url = {https://doi.org/10.1021%2Facs.nanolett.2c00255},
year = 2022,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {22},
number = {9},
pages = {3659--3667},
author = {Foram M. Joshi and Gonzalo Alvarez Viar and Gaia Pigino and Hauke Drechsler and Stefan Diez},
title = {Fabrication of High Aspect Ratio Gold Nanowires within the Microtubule Lumen},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
grk2767
Permalink
- Asif Ali Khan, "Design and Code Optimization for Systems with Next-generation Racetrack Memories", PhD thesis, TU Dresden, 255 pp., Apr 2022. [Bibtex & Downloads]
Design and Code Optimization for Systems with Next-generation Racetrack Memories
Reference
Asif Ali Khan, "Design and Code Optimization for Systems with Next-generation Racetrack Memories", PhD thesis, TU Dresden, 255 pp., Apr 2022.
Bibtex
@PhdThesis{Khan_PhD,
author = {Khan, Asif Ali},
institution = {TU Dresden},
title = {Design and Code Optimization for Systems with Next-generation Racetrack Memories},
pages = {255 pp.},
month = apr,
year = {2022},
url = {https://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa2-795738},
}Downloads
2204_Khan_PhD [PDF]
Related Paths
Permalink
- João Paulo Cardoso de Lima, Marcelo Brandalero, Michael Hübner, Luigi Carro, "STAP: An Architecture and Design Tool for Automata Processing on Memristor TCAMs", In ACM Journal on Emerging Technologies in Computing Systems, Association for Computing Machinery (ACM), vol. 18, no. 2, pp. 1–22, Apr 2022. [doi] [Bibtex & Downloads]
STAP: An Architecture and Design Tool for Automata Processing on Memristor TCAMs
Reference
João Paulo Cardoso de Lima, Marcelo Brandalero, Michael Hübner, Luigi Carro, "STAP: An Architecture and Design Tool for Automata Processing on Memristor TCAMs", In ACM Journal on Emerging Technologies in Computing Systems, Association for Computing Machinery (ACM), vol. 18, no. 2, pp. 1–22, Apr 2022. [doi]
Bibtex
@article{de_Lima_2022,
doi = {10.1145/3450769},
url = {https://doi.org/10.1145%2F3450769},
year = 2022,
month = {apr},
publisher = {Association for Computing Machinery ({ACM})},
volume = {18},
number = {2},
pages = {1--22},
author = {Jo{\~{a}}o Paulo Cardoso de Lima and Marcelo Brandalero and Michael Hübner and Luigi Carro},
title = {{STAP}: An Architecture and Design Tool for Automata Processing on Memristor {TCAMs}},
journal = {{ACM} Journal on Emerging Technologies in Computing Systems}
}Downloads
No Downloads available for this publication
Permalink
- Shu-Jen Wang, Michel Panhans, Ilia Lashkov, Hans Kleemann, Federico Caglieris, David Becker-Koch, Jörn Vahland, Erjuan Guo, Shiyu Huang, Yulia Krupskaya, Yana Vaynzof, Bernd Büchner, Frank Ortmann, Karl Leo, "Highly efficient modulation doping: A path toward superior organic thermoelectric devices", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 13, Apr 2022. [doi] [Bibtex & Downloads]
Highly efficient modulation doping: A path toward superior organic thermoelectric devices
Reference
Shu-Jen Wang, Michel Panhans, Ilia Lashkov, Hans Kleemann, Federico Caglieris, David Becker-Koch, Jörn Vahland, Erjuan Guo, Shiyu Huang, Yulia Krupskaya, Yana Vaynzof, Bernd Büchner, Frank Ortmann, Karl Leo, "Highly efficient modulation doping: A path toward superior organic thermoelectric devices", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 8, no. 13, Apr 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1126/sciadv.abl9264},
url = {https://doi.org/10.1126%2Fsciadv.abl9264},
year = 2022,
month = {apr},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {8},
number = {13},
author = {Shu-Jen Wang and Michel Panhans and Ilia Lashkov and Hans Kleemann and Federico Caglieris and David Becker-Koch and Jörn Vahland and Erjuan Guo and Shiyu Huang and Yulia Krupskaya and Yana Vaynzof and Bernd Büchner and Frank Ortmann and Karl Leo},
title = {Highly efficient modulation doping: A path toward superior organic thermoelectric devices},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Katelyn P. Goetz, Yana Vaynzof, "The Challenge of Making the Same Device Twice in Perovskite Photovoltaics", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 5, pp. 1750–1757, Apr 2022. [doi] [Bibtex & Downloads]
The Challenge of Making the Same Device Twice in Perovskite Photovoltaics
Reference
Katelyn P. Goetz, Yana Vaynzof, "The Challenge of Making the Same Device Twice in Perovskite Photovoltaics", In ACS Energy Letters, American Chemical Society (ACS), vol. 7, no. 5, pp. 1750–1757, Apr 2022. [doi]
Bibtex
@article{Goetz_2022,
doi = {10.1021/acsenergylett.2c00463},
url = {https://doi.org/10.1021%2Facsenergylett.2c00463},
year = 2022,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {7},
number = {5},
pages = {1750--1757},
author = {Katelyn P. Goetz and Yana Vaynzof},
title = {The Challenge of Making the Same Device Twice in Perovskite Photovoltaics},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- Yu Kang, Yangkun He, Darius Pohl, Bernd Rellinghaus, Dong Chen, Marcus Schmidt, Vicky Süß, Qingge Mu, Fan Li, Qun Yang, Hedong Chen, Yufei Ma, Gudrun Auffermann, Guowei Li, Claudia Felser, "Identification of Interface Structure for a Topological CoS$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 17, pp. 19324–19331, Apr 2022. [doi] [Bibtex & Downloads]
Identification of Interface Structure for a Topological CoS$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity
Reference
Yu Kang, Yangkun He, Darius Pohl, Bernd Rellinghaus, Dong Chen, Marcus Schmidt, Vicky Süß, Qingge Mu, Fan Li, Qun Yang, Hedong Chen, Yufei Ma, Gudrun Auffermann, Guowei Li, Claudia Felser, "Identification of Interface Structure for a Topological CoS$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity", In ACS Applied Materials &$\mathsemicolon$ Interfaces, American Chemical Society (ACS), vol. 14, no. 17, pp. 19324–19331, Apr 2022. [doi]
Bibtex
@article{Kang_2022,
doi = {10.1021/acsami.1c24966},
url = {https://doi.org/10.1021%2Facsami.1c24966},
year = 2022,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {14},
number = {17},
pages = {19324--19331},
author = {Yu Kang and Yangkun He and Darius Pohl and Bernd Rellinghaus and Dong Chen and Marcus Schmidt and Vicky Sü{\ss} and Qingge Mu and Fan Li and Qun Yang and Hedong Chen and Yufei Ma and Gudrun Auffermann and Guowei Li and Claudia Felser},
title = {Identification of Interface Structure for a Topological {CoS}$\less$sub$\greater$2$\less$/sub$\greater$ Single Crystal in Oxygen Evolution Reaction with High Intrinsic Reactivity},
journal = {{ACS} Applied Materials {\&}amp$\mathsemicolon$ Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, Felix Wittwer, Karl Friebel, Burkhard Ringlein, Michele Fiorito, Fabrizio Ferrandi, Donatella Sciuto, Christian Pilato, Stephanie Soldavini, "EVEREST: Intermediate report of the compilation framework", Technical report, EVEREST consortium, Apr 2022. [Bibtex & Downloads]
EVEREST: Intermediate report of the compilation framework
Reference
Jeronimo Castrillon, Felix Wittwer, Karl Friebel, Burkhard Ringlein, Michele Fiorito, Fabrizio Ferrandi, Donatella Sciuto, Christian Pilato, Stephanie Soldavini, "EVEREST: Intermediate report of the compilation framework", Technical report, EVEREST consortium, Apr 2022.
Bibtex
@Report{castrillon_everestD4.2_2022,
author = {Jeronimo Castrillon and Felix Wittwer and Karl Friebel and Burkhard Ringlein and Michele Fiorito and Fabrizio Ferrandi and Donatella Sciuto and Christian Pilato and Stephanie Soldavini},
institution = {EVEREST consortium},
title = {{EVEREST}: Intermediate report of the compilation framework},
type = {techreport},
url = {https://drive.switch.ch/index.php/s/tqCXugYLqGQNChd},
month = apr,
year = {2022},
}Downloads
2204_Castrillon-Everest-D4 [2]
Permalink
- Zahra Ebrahimi, Dennis Klar, Mohammad Aasim Ekhtiyar, Akash Kumar, "Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient SIMD Soft Multiplier-divider" (to appear), In ACM Transactions on Design Automation of Electronic Systems, Association for Computing Machinery (ACM), vol. 27, no. 2, pp. 1–33, Mar 2022. [doi] [Bibtex & Downloads]
Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient SIMD Soft Multiplier-divider
Reference
Zahra Ebrahimi, Dennis Klar, Mohammad Aasim Ekhtiyar, Akash Kumar, "Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient SIMD Soft Multiplier-divider" (to appear), In ACM Transactions on Design Automation of Electronic Systems, Association for Computing Machinery (ACM), vol. 27, no. 2, pp. 1–33, Mar 2022. [doi]
Bibtex
@article{Ebrahimi_2022,
doi = {10.1145/3486616},
url = {https://doi.org/10.1145%2F3486616},
year = 2022,
month = {mar},
publisher = {Association for Computing Machinery ({ACM})},
volume = {27},
number = {2},
pages = {1--33},
author = {Zahra Ebrahimi and Dennis Klar and Mohammad Aasim Ekhtiyar and Akash Kumar},
title = {Plasticine: A Cross-layer Approximation Methodology for Multi-kernel Applications through Minimally Biased, High-throughput, and Energy-efficient {SIMD} Soft Multiplier-divider},
journal = {{ACM} Transactions on Design Automation of Electronic Systems}
}Downloads
zahra_plasticine_todaes [PDF]
Related Paths
other
Permalink
- M. Thümmler, S. Rai, A. Kumar, "Improving Technology Mapping for And-Inverter-Cones", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), March 2022. [Bibtex & Downloads]
Improving Technology Mapping for And-Inverter-Cones
Reference
M. Thümmler, S. Rai, A. Kumar, "Improving Technology Mapping for And-Inverter-Cones", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), March 2022.
Bibtex
@InProceedings{Thuemmler2022,
Title = {Improving Technology Mapping for And-Inverter-Cones},
Author = {M. Th{\"{u}}mmler and S. Rai and A. Kumar},
Booktitle = {2022 Design, Automation Test in Europe Conference Exhibition (DATE)},
Year = {2022},
Month = {March},
Owner = {shubham},
Timestamp = {2018.04.26}
}Downloads
Martin_thuemmler_AIC(1) [PDF]
Permalink
- Michael Raitza, Steffen Märcker, Shubham Rai, Akash Kumar, "Exploring Standard-Cell Designs for Reconfigurable
Nanotechnologies: A Formal Approach", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), Mar 2022. [Bibtex & Downloads]
Exploring Standard-Cell Designs for Reconfigurable Nanotechnologies: A Formal Approach
Reference
Michael Raitza, Steffen Märcker, Shubham Rai, Akash Kumar, "Exploring Standard-Cell Designs for Reconfigurable Nanotechnologies: A Formal Approach", In Proceeding: 2022 Design, Automation Test in Europe Conference Exhibition (DATE), Mar 2022.
Bibtex
@INPROCEEDINGS{9474132,
author={Raitza, Michael and M{\"a}rcker, Steffen and Rai, Shubham and Kumar, Akash},
booktitle={2022 Design, Automation Test in Europe Conference Exhibition (DATE)},
title={Exploring Standard-Cell Designs for Reconfigurable
Nanotechnologies: A Formal Approach},
year={2022},
month = mar,
volume={},
number={}
}Downloads
DATE_SS_2022 [PDF]
Permalink
- Yangkun He, Sebastian Schneider, Toni Helm, Jacob Gayles, Daniel Wolf, Ivan Soldatov, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Gerhard H. Fecher, Bernd Rellinghaus, Claudia Felser, "Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in MnBi", In Acta Materialia, Elsevier BV, vol. 226, pp. 117619, Mar 2022. [doi] [Bibtex & Downloads]
Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in MnBi
Reference
Yangkun He, Sebastian Schneider, Toni Helm, Jacob Gayles, Daniel Wolf, Ivan Soldatov, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Gerhard H. Fecher, Bernd Rellinghaus, Claudia Felser, "Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in MnBi", In Acta Materialia, Elsevier BV, vol. 226, pp. 117619, Mar 2022. [doi]
Bibtex
@article{He_2022,
doi = {10.1016/j.actamat.2022.117619},
url = {https://doi.org/10.1016%2Fj.actamat.2022.117619},
year = 2022,
month = {mar},
publisher = {Elsevier {BV}},
volume = {226},
pages = {117619},
author = {Yangkun He and Sebastian Schneider and Toni Helm and Jacob Gayles and Daniel Wolf and Ivan Soldatov and Horst Borrmann and Walter Schnelle and Rudolf Schaefer and Gerhard H. Fecher and Bernd Rellinghaus and Claudia Felser},
title = {Topological Hall effect arising from the mesoscopic and microscopic non-coplanar magnetic structure in {MnBi}},
journal = {Acta Materialia}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Asif Ali Khan, Sebastien Ollivier, Stephen Longofono, Gerald Hempel, Jeronimo Castrillon, Alex K. Jones, "Brain-inspired Cognition in Next Generation Racetrack Memories", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 21, no. 6, pp. 79:1–79:28, New York, NY, USA, Mar 2022. [doi] [Bibtex & Downloads]
Brain-inspired Cognition in Next Generation Racetrack Memories
Reference
Asif Ali Khan, Sebastien Ollivier, Stephen Longofono, Gerald Hempel, Jeronimo Castrillon, Alex K. Jones, "Brain-inspired Cognition in Next Generation Racetrack Memories", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 21, no. 6, pp. 79:1–79:28, New York, NY, USA, Mar 2022. [doi]
Abstract
Hyperdimensional computing (HDC) is an emerging computational framework inspired by the brain that operates on vectors with thousands of dimensions to emulate cognition. Unlike conventional computational frameworks that operate on numbers, HDC, like the brain, uses high dimensional random vectors and is capable of one-shot learning. HDC is based on a well-defined set of arithmetic operations and is highly error-resilient. The core operations of HDC manipulate HD vectors in bulk bit-wise fashion, offering many opportunities to leverage parallelism. Unfortunately, on conventional von Neumann architectures, the continuous movement of HD vectors among the processor and the memory can make the cognition task prohibitively slow and energy-intensive. Hardware accelerators only marginally improve related metrics. In contrast, even partial implementations of an HDC framework inside memory can provide considerable performance/energy gains as demonstrated in prior work using memristors. This paper presents an architecture based on racetrack memory (RTM) to conduct and accelerate the entire HDC framework within memory. The proposed solution requires minimal additional CMOS circuitry by leveraging a read operation across multiple domains in RTMs called transverse read (TR) to realize exclusive-or (XOR) and addition operations. To minimize the CMOS circuitry overhead, an RTM nanowire-based counting mechanism is proposed. Using language recognition as the example workload, the proposed RTM HDC system reduces the energy consumption by 8.6x compared to the state-of-the-art in-memory implementation. Compared to dedicated hardware design realized with an FPGA, RTM-based HDC processing demonstrates 7.8x and 5.3x improvements in the overall runtime and energy consumption, respectively.
Bibtex
@Article{khan_tecs22,
author = {Asif Ali Khan and Sebastien Ollivier and Stephen Longofono and Gerald Hempel and Jeronimo Castrillon and Alex K. Jones},
title = {Brain-inspired Cognition in Next Generation Racetrack Memories},
abstract = {Hyperdimensional computing (HDC) is an emerging computational framework inspired by the brain that operates on vectors with thousands of dimensions to emulate cognition. Unlike conventional computational frameworks that operate on numbers, HDC, like the brain, uses high dimensional random vectors and is capable of one-shot learning. HDC is based on a well-defined set of arithmetic operations and is highly error-resilient. The core operations of HDC manipulate HD vectors in bulk bit-wise fashion, offering many opportunities to leverage parallelism. Unfortunately, on conventional von Neumann architectures, the continuous movement of HD vectors among the processor and the memory can make the cognition task prohibitively slow and energy-intensive. Hardware accelerators only marginally improve related metrics. In contrast, even partial implementations of an HDC framework inside memory can provide considerable performance/energy gains as demonstrated in prior work using memristors. This paper presents an architecture based on racetrack memory (RTM) to conduct and accelerate the entire HDC framework within memory. The proposed solution requires minimal additional CMOS circuitry by leveraging a read operation across multiple domains in RTMs called transverse read (TR) to realize exclusive-or (XOR) and addition operations. To minimize the CMOS circuitry overhead, an RTM nanowire-based counting mechanism is proposed. Using language recognition as the example workload, the proposed RTM HDC system reduces the energy consumption by 8.6x compared to the state-of-the-art in-memory implementation. Compared to dedicated hardware design realized with an FPGA, RTM-based HDC processing demonstrates 7.8x and 5.3x improvements in the overall runtime and energy consumption, respectively.},
address = {New York, NY, USA},
journal = {ACM Transactions on Embedded Computing Systems (TECS)},
month = mar,
numpages = {28},
publisher = {Association for Computing Machinery},
year = {2022},
doi = {10.1145/3524071},
issn = {1539-9087},
url = {https://doi.org/10.1145/3524071},
volume = {21},
number = {6},
articleno = {79},
pages = {79:1--79:28},
}Downloads
2203_Khan_TECS [PDF]
Permalink
- Ali Hosseinghorban, Akash Kumar, "A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications", In Electronics, vol. 11, Mar 2022. [doi] [Bibtex & Downloads]
A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications
Reference
Ali Hosseinghorban, Akash Kumar, "A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications", In Electronics, vol. 11, Mar 2022. [doi]
Bibtex
@Article{ali-mdpi-electronics-2022,
AUTHOR = {Hosseinghorban, Ali and Kumar, Akash},
TITLE = {A Partial-Reconfiguration-Enabled HW/SW Co-Design Benchmark for LTE Applications},
JOURNAL = {Electronics},
VOLUME = {11},
YEAR = {2022},
month={mar},
ARTICLE-NUMBER = {978},
URL = {https://www.mdpi.com/2079-9292/11/7/978},
ISSN = {2079-9292},
DOI = {10.3390/electronics11070978}
}Downloads
LTE_on_Chip_MDPI-author-prepared [PDF]
Permalink
- Stefano Corda, Bram Veenboer, Ahsan Javed Awan, John W. Romein, Roel Jordans, Akash Kumar, Albert-Jan Boonstra, Henk Corporaal, "Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), vol. 10, pp. 22819–22843, 2022. [doi] [Bibtex & Downloads]
Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware
Reference
Stefano Corda, Bram Veenboer, Ahsan Javed Awan, John W. Romein, Roel Jordans, Akash Kumar, Albert-Jan Boonstra, Henk Corporaal, "Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), vol. 10, pp. 22819–22843, 2022. [doi]
Bibtex
@article{Corda_2022,
doi = {10.1109/access.2022.3150861},
url = {https://doi.org/10.1109%2Faccess.2022.3150861},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {10},
pages = {22819--22843},
author = {Stefano Corda and Bram Veenboer and Ahsan Javed Awan and John W. Romein and Roel Jordans and Akash Kumar and Albert-Jan Boonstra and Henk Corporaal},
title = {Reduced-Precision Acceleration of Radio-Astronomical Imaging on Reconfigurable Hardware},
journal = {{IEEE} Access}
}Downloads
IEEE-Access-final-version-Stefano [PDF]
Permalink
- Luigi Angelo Castriotta, Mahmoud Zendehdel, Narges Yaghoobi Nia, Enrico Leonardi, Markus Löffler, Barbara Paci, Amanda Generosi, Bernd Rellinghaus, Aldo Di Carlo, "Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels", In Advanced Energy Materials, Wiley, pp. 2103420, Feb 2022. [doi] [Bibtex & Downloads]
Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels
Reference
Luigi Angelo Castriotta, Mahmoud Zendehdel, Narges Yaghoobi Nia, Enrico Leonardi, Markus Löffler, Barbara Paci, Amanda Generosi, Bernd Rellinghaus, Aldo Di Carlo, "Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels", In Advanced Energy Materials, Wiley, pp. 2103420, Feb 2022. [doi]
Bibtex
@article{Castriotta_2022,
doi = {10.1002/aenm.202103420},
url = {https://doi.org/10.1002%2Faenm.202103420},
year = 2022,
month = {feb},
publisher = {Wiley},
pages = {2103420},
author = {Luigi Angelo Castriotta and Mahmoud Zendehdel and Narges Yaghoobi Nia and Enrico Leonardi and Markus Löffler and Barbara Paci and Amanda Generosi and Bernd Rellinghaus and Aldo Di Carlo},
title = {Reducing Losses in Perovskite Large Area Solar Technology: Laser Design Optimization for Highly Efficient Modules and Minipanels},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yangkun He, Toni Helm, Ivan Soldatov, Sebastian Schneider, Darius Pohl, Abhay Kant Srivastava, Ankit Kumar Sharma, Johannes Kroder, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Stuart S. P. Parkin, Claudia Felser, "Nanoscale magnetic bubbles in
Nd2Fe14B
at room temperature", In Physical Review B, American Physical Society (APS), vol. 105, no. 6, Feb 2022. [doi] [Bibtex & Downloads]
Nanoscale magnetic bubbles in Nd2Fe14B at room temperature
Reference
Yangkun He, Toni Helm, Ivan Soldatov, Sebastian Schneider, Darius Pohl, Abhay Kant Srivastava, Ankit Kumar Sharma, Johannes Kroder, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Stuart S. P. Parkin, Claudia Felser, "Nanoscale magnetic bubbles in Nd2Fe14B at room temperature", In Physical Review B, American Physical Society (APS), vol. 105, no. 6, Feb 2022. [doi]
Bibtex
@article{He_2022,
doi = {10.1103/physrevb.105.064426},
url = {https://doi.org/10.1103%2Fphysrevb.105.064426},
year = 2022,
month = {feb},
publisher = {American Physical Society ({APS})},
volume = {105},
number = {6},
author = {Yangkun He and Toni Helm and Ivan Soldatov and Sebastian Schneider and Darius Pohl and Abhay Kant Srivastava and Ankit Kumar Sharma and Johannes Kroder and Walter Schnelle and Rudolf Schaefer and Bernd Rellinghaus and Gerhard H. Fecher and Stuart S. P. Parkin and Claudia Felser},
title = {Nanoscale magnetic bubbles in
Nd2Fe14B
at room temperature},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jinxin Liu, Yunxu Chen, Xinliang Feng, Renhao Dong, "Conductive 2D Conjugated Metal\textendashOrganic Framework Thin Films: Synthesis and Functions for (Opto-)electronics", In Small Structures, Wiley, vol. 3, no. 5, pp. 2100210, Feb 2022. [doi] [Bibtex & Downloads]
Conductive 2D Conjugated Metal\textendashOrganic Framework Thin Films: Synthesis and Functions for (Opto-)electronics
Reference
Jinxin Liu, Yunxu Chen, Xinliang Feng, Renhao Dong, "Conductive 2D Conjugated Metal\textendashOrganic Framework Thin Films: Synthesis and Functions for (Opto-)electronics", In Small Structures, Wiley, vol. 3, no. 5, pp. 2100210, Feb 2022. [doi]
Bibtex
@article{Liu_2022,
doi = {10.1002/sstr.202100210},
url = {https://doi.org/10.1002%2Fsstr.202100210},
year = 2022,
month = {feb},
publisher = {Wiley},
volume = {3},
number = {5},
pages = {2100210},
author = {Jinxin Liu and Yunxu Chen and Xinliang Feng and Renhao Dong},
title = {Conductive 2D Conjugated Metal{\textendash}Organic Framework Thin Films: Synthesis and Functions for (Opto-)electronics},
journal = {Small Structures}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Negar Neda, Salim Ullah, Azam Ghanbari, Hoda Mahdiani, Mehdi Modarressi, Akash Kumar, "Multi-Precision Deep Neural Network Acceleration on FPGAs" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022. [Bibtex & Downloads]
Multi-Precision Deep Neural Network Acceleration on FPGAs
Reference
Negar Neda, Salim Ullah, Azam Ghanbari, Hoda Mahdiani, Mehdi Modarressi, Akash Kumar, "Multi-Precision Deep Neural Network Acceleration on FPGAs" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022.
Bibtex
@InProceedings{mehdi_2022_aspdac,
author = {Negar Neda and Salim Ullah and Azam Ghanbari and Hoda Mahdiani and Mehdi Modarressi and Akash Kumar},
booktitle = {Asia and South Pacific Design Automation Conference (ASPDAC)},
title = {Multi-Precision Deep Neural Network Acceleration on {FPGAs}},
year = {2022},
month=1,
organization = {IEEE},
}Downloads
No Downloads available for this publication
Permalink
- Alessandro Tempia Calvino, Heinz Riener, Shubham Rai, Akash Kumar, Giovanni De Micheli, "A Versatile Mapping Approach for Technology Mapping and Graph Optimization" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022. [Bibtex & Downloads]
A Versatile Mapping Approach for Technology Mapping and Graph Optimization
Reference
Alessandro Tempia Calvino, Heinz Riener, Shubham Rai, Akash Kumar, Giovanni De Micheli, "A Versatile Mapping Approach for Technology Mapping and Graph Optimization" (to appear), In Proceeding: Asia and South Pacific Design Automation Conference (ASPDAC), 1/2022.
Bibtex
@InProceedings{alessandro_2022_aspdac,
author = {Alessandro Tempia Calvino and Heinz Riener and Shubham Rai and Akash Kumar and Giovanni De Micheli},
booktitle = {Asia and South Pacific Design Automation Conference (ASPDAC)},
title = {A Versatile Mapping Approach for Technology Mapping and Graph Optimization},
year = {2022},
month = {1},
organization = {IEEE},
}Downloads
ASP_DAC22 [PDF]
Permalink
- Mark Wijtvliet, Akash Kumar, Henk Corporaal, "Blocks: challenging SIMDs and VLIWs with a reconfigurable architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 1/2022. [doi] [Bibtex & Downloads]
Blocks: challenging SIMDs and VLIWs with a reconfigurable architecture
Reference
Mark Wijtvliet, Akash Kumar, Henk Corporaal, "Blocks: challenging SIMDs and VLIWs with a reconfigurable architecture", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–14, 1/2022. [doi]
Bibtex
@article{mark-tcad-2021,
doi = {10.1109/tcad.2021.3120541},
url = {https://doi.org/10.1109%2Ftcad.2021.3120541},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--14},
month = 1,
author = {Mark Wijtvliet and Akash Kumar and Henk Corporaal},
title = {Blocks: challenging {SIMDs} and {VLIWs} with a reconfigurable architecture},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
TCAD3120541 [PDF]
Permalink
- Kalyan Biswas, Lin Yang, Ji Ma, Ana S'anchez-Grande, Qifan Chen, Koen Lauwaet, Jos'e M. Gallego, Rodolfo Miranda, David 'Ecija, Pavel Jel'inek, Xinliang Feng, Jos'e I. Urgel, "Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes", In Nanomaterials, MDPI AG, vol. 12, no. 2, pp. 224, Jan 2022. [doi] [Bibtex & Downloads]
Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes
Reference
Kalyan Biswas, Lin Yang, Ji Ma, Ana S'anchez-Grande, Qifan Chen, Koen Lauwaet, Jos'e M. Gallego, Rodolfo Miranda, David 'Ecija, Pavel Jel'inek, Xinliang Feng, Jos'e I. Urgel, "Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes", In Nanomaterials, MDPI AG, vol. 12, no. 2, pp. 224, Jan 2022. [doi]
Bibtex
@article{Biswas_2022,
doi = {10.3390/nano12020224},
url = {https://doi.org/10.3390%2Fnano12020224},
year = 2022,
month = {jan},
publisher = {{MDPI} {AG}},
volume = {12},
number = {2},
pages = {224},
author = {Kalyan Biswas and Lin Yang and Ji Ma and Ana S{\'{a}}nchez-Grande and Qifan Chen and Koen Lauwaet and Jos{\'{e}} M. Gallego and Rodolfo Miranda and David {\'{E}}cija and Pavel Jel{\'{\i}}nek and Xinliang Feng and Jos{\'{e}} I. Urgel},
title = {Defect-Induced $\uppi$-Magnetism into Non-Benzenoid Nanographenes},
journal = {Nanomaterials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gang Wang, Evgenia Dmitrieva, Benjamin Kohn, Ulrich Scheler, Yannan Liu, Valeriya Tkachova, Lin Yang, Yubin Fu, Ji Ma, Panpan Zhang, Faxing Wang, Jin Ge, Xinliang Feng, "An Efficient Rechargeable Aluminium\textendashAmine Battery Working Under Quaternization Chemistry", In Angewandte Chemie International Edition, Wiley, Jan 2022. [doi] [Bibtex & Downloads]
An Efficient Rechargeable Aluminium\textendashAmine Battery Working Under Quaternization Chemistry
Reference
Gang Wang, Evgenia Dmitrieva, Benjamin Kohn, Ulrich Scheler, Yannan Liu, Valeriya Tkachova, Lin Yang, Yubin Fu, Ji Ma, Panpan Zhang, Faxing Wang, Jin Ge, Xinliang Feng, "An Efficient Rechargeable Aluminium\textendashAmine Battery Working Under Quaternization Chemistry", In Angewandte Chemie International Edition, Wiley, Jan 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/anie.202116194},
url = {https://doi.org/10.1002%2Fanie.202116194},
year = 2022,
month = {jan},
publisher = {Wiley},
author = {Gang Wang and Evgenia Dmitrieva and Benjamin Kohn and Ulrich Scheler and Yannan Liu and Valeriya Tkachova and Lin Yang and Yubin Fu and Ji Ma and Panpan Zhang and Faxing Wang and Jin Ge and Xinliang Feng},
title = {An Efficient Rechargeable Aluminium{\textendash}Amine Battery Working Under Quaternization Chemistry},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Salim Ullah, Siva Satyendra Sahoo, Nemath Ahmed, Debabrata Chaudhury, Akash Kumar, "AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems", In ACM Transactions on Embedded Computing Systems (TECS), pp. 1–31, January 2022. [Bibtex & Downloads]
AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems
Reference
Salim Ullah, Siva Satyendra Sahoo, Nemath Ahmed, Debabrata Chaudhury, Akash Kumar, "AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems", In ACM Transactions on Embedded Computing Systems (TECS), pp. 1–31, January 2022.
Bibtex
@article{ullah2022appaxo,
title={AppAxO: Designing Application-specific Approximate Operators for FPGA-based Embedded Systems},
author={Ullah, Salim and Sahoo, Siva Satyendra and Ahmed, Nemath and Chaudhury, Debabrata and Kumar, Akash},
journal={ACM Transactions on Embedded Computing Systems (TECS)},
volume={},
number={},
pages={1--31},
year={2022},
month={January}
}Downloads
AppAxO [PDF]
Permalink
- Mirko Schäfer, "Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption", Master's thesis, TU Dresden, Jan 2022. [Bibtex & Downloads]
Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption
Reference
Mirko Schäfer, "Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption", Master's thesis, TU Dresden, Jan 2022.
Bibtex
@mastersthesis{Schaefer-diploma22,
title={Efficient Cloud-Based Privacy-Preserving Computation via Fully Homomorphic Encryption and Proxy Re-Encryption},
author={Mirko Schäfer},
year={2022},
month=jan,
school={TU Dresden},
}Downloads
2201_Schaefer_DA [PDF]
Permalink
- Mingchao Wang, Zhe Zhang, Haixia Zhong, Xing Huang, Wei Li, Mike Hambsch, Panpan Zhang, Zhiyong Wang, Petko St. Petkov, Thomas Heine, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 6, Jan 2022. [doi] [Bibtex & Downloads]
Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing
Reference
Mingchao Wang, Zhe Zhang, Haixia Zhong, Xing Huang, Wei Li, Mike Hambsch, Panpan Zhang, Zhiyong Wang, Petko St. Petkov, Thomas Heine, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing", In Angewandte Chemie International Edition, Wiley, vol. 61, no. 6, Jan 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1002/anie.202117210},
url = {https://doi.org/10.1002%2Fanie.202117210},
year = 2022,
month = {jan},
publisher = {Wiley},
volume = {61},
number = {6},
author = {Mingchao Wang and Zhe Zhang and Haixia Zhong and Xing Huang and Wei Li and Mike Hambsch and Panpan Zhang and Zhiyong Wang and Petko St. Petkov and Thomas Heine and Stefan C. B. Mannsfeld and Xinliang Feng and Renhao Dong},
title = {Corrigendum: Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Permalink
- Leisan Gilmanova, Volodymyr Bon, Leonid Shupletsov, Darius Pohl, Marcus Rauche, Eike Brunner, Stefan Kaskel, "Correction to \textquotedblleftChemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications\textquotedblright", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 4, pp. 2019–2019, Jan 2022. [doi] [Bibtex & Downloads]
Correction to \textquotedblleftChemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications\textquotedblright
Reference
Leisan Gilmanova, Volodymyr Bon, Leonid Shupletsov, Darius Pohl, Marcus Rauche, Eike Brunner, Stefan Kaskel, "Correction to \textquotedblleftChemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications\textquotedblright", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 4, pp. 2019–2019, Jan 2022. [doi]
Bibtex
@article{Gilmanova_2022,
doi = {10.1021/jacs.1c13191},
url = {https://doi.org/10.1021%2Fjacs.1c13191},
year = 2022,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {4},
pages = {2019--2019},
author = {Leisan Gilmanova and Volodymyr Bon and Leonid Shupletsov and Darius Pohl and Marcus Rauche and Eike Brunner and Stefan Kaskel},
title = {Correction to {\textquotedblleft}Chemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications{\textquotedblright}},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mark Wijtvliet, Henk Corporaal, Akash Kumar, "Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures", Springer International Publishing, 2022. [doi] [Bibtex & Downloads]
Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures
Reference
Mark Wijtvliet, Henk Corporaal, Akash Kumar, "Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures", Springer International Publishing, 2022. [doi]
Bibtex
@book{Wijtvliet_2022,
doi = {10.1007/978-3-030-79774-4},
url = {https://doi.org/10.1007%2F978-3-030-79774-4},
year = 2022,
publisher = {Springer International Publishing},
author = {Mark Wijtvliet and Henk Corporaal and Akash Kumar},
title = {Blocks, Towards Energy-efficient, Coarse-grained Reconfigurable Architectures}
}Downloads
No Downloads available for this publication
Permalink
- David Becker-Koch, Miguel Albaladejo-Siguan, Joshua Kress, Rhea Kumar, Yvonne J. Hofstetter, Qingzhi An, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Oxygen-induced degradation in AgBiS2 nanocrystal solar cells", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Oxygen-induced degradation in AgBiS2 nanocrystal solar cells
Reference
David Becker-Koch, Miguel Albaladejo-Siguan, Joshua Kress, Rhea Kumar, Yvonne J. Hofstetter, Qingzhi An, Artem A. Bakulin, Fabian Paulus, Yana Vaynzof, "Oxygen-induced degradation in AgBiS2 nanocrystal solar cells", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Becker_Koch_2022,
doi = {10.1039/d1nr06456h},
url = {https://doi.org/10.1039%2Fd1nr06456h},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {David Becker-Koch and Miguel Albaladejo-Siguan and Joshua Kress and Rhea Kumar and Yvonne J. Hofstetter and Qingzhi An and Artem A. Bakulin and Fabian Paulus and Yana Vaynzof},
title = {Oxygen-induced degradation in {AgBiS}2 nanocrystal solar cells},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Permalink
- Oscar Telschow, Miguel Albaladejo-Siguan, Lena Merten, Alexander Taylor, Katelyn P. Goetz, Tim Schramm, Oleg Konovalov, Maciej Jankowski, Alexander Hinderhofer, Fabian Paulus, Frank Schreiber, Yana Vaynzof, "Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying
Reference
Oscar Telschow, Miguel Albaladejo-Siguan, Lena Merten, Alexander Taylor, Katelyn P. Goetz, Tim Schramm, Oleg Konovalov, Maciej Jankowski, Alexander Hinderhofer, Fabian Paulus, Frank Schreiber, Yana Vaynzof, "Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Telschow_2022,
doi = {10.1039/d1ta10566c},
url = {https://doi.org/10.1039%2Fd1ta10566c},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Oscar Telschow and Miguel Albaladejo-Siguan and Lena Merten and Alexander Taylor and Katelyn P. Goetz and Tim Schramm and Oleg Konovalov and Maciej Jankowski and Alexander Hinderhofer and Fabian Paulus and Frank Schreiber and Yana Vaynzof},
title = {Preserving the Stoichiometry of Triple-Cation Perovskites by Carrier-Gas-Free Antisolvent Spraying},
journal = {Journal of Materials Chemistry A}
}Downloads
No Downloads available for this publication
Permalink
- Mao Wang, Ye Yu, Slawomir Prucnal, Yonder Berenc'en, Mohd Saif Shaikh, Lars Rebohle, Muhammad Bilal Khan, Vitaly Zviagin, Ren'e Hübner, Alexej Pashkin, Artur Erbe, Yordan M. Georgiev, Marius Grundmann, Manfred Helm, Robert Kirchner, Shengqiang Zhou, "Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon
Reference
Mao Wang, Ye Yu, Slawomir Prucnal, Yonder Berenc'en, Mohd Saif Shaikh, Lars Rebohle, Muhammad Bilal Khan, Vitaly Zviagin, Ren'e Hübner, Alexej Pashkin, Artur Erbe, Yordan M. Georgiev, Marius Grundmann, Manfred Helm, Robert Kirchner, Shengqiang Zhou, "Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon", In Nanoscale, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Wang_2022,
doi = {10.1039/d1nr07274a},
url = {https://doi.org/10.1039%2Fd1nr07274a},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Mao Wang and Ye Yu and Slawomir Prucnal and Yonder Berenc{\'{e}}n and Mohd Saif Shaikh and Lars Rebohle and Muhammad Bilal Khan and Vitaly Zviagin and Ren{\'{e}} Hübner and Alexej Pashkin and Artur Erbe and Yordan M. Georgiev and Marius Grundmann and Manfred Helm and Robert Kirchner and Shengqiang Zhou},
title = {Mid- and far-infrared localized surface plasmon resonances in chalcogen-hyperdoped silicon},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Permalink
- Felix Talnack, Sebastian Hutsch, Michael Bretschneider, Yulia Krupskaya, Bernd Büchner, Marc Malfois, Mike Hambsch, Frank Ortmann, Stefan C. B. Mannsfeld, "Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films", In Molecular Systems Design &$\mathsemicolon$ Engineering, Royal Society of Chemistry (RSC), 2022. [doi] [Bibtex & Downloads]
Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films
Reference
Felix Talnack, Sebastian Hutsch, Michael Bretschneider, Yulia Krupskaya, Bernd Büchner, Marc Malfois, Mike Hambsch, Frank Ortmann, Stefan C. B. Mannsfeld, "Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films", In Molecular Systems Design &$\mathsemicolon$ Engineering, Royal Society of Chemistry (RSC), 2022. [doi]
Bibtex
@article{Talnack_2022,
doi = {10.1039/d1me00153a},
url = {https://doi.org/10.1039%2Fd1me00153a},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Felix Talnack and Sebastian Hutsch and Michael Bretschneider and Yulia Krupskaya and Bernd Büchner and Marc Malfois and Mike Hambsch and Frank Ortmann and Stefan C. B. Mannsfeld},
title = {Thermal behavior and polymorphism of 2,9-didecyldinaphtho[2,3-b:2,3-f]thieno[3,2-b]thiophene thin films},
journal = {Molecular Systems Design {\&}amp$\mathsemicolon$ Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Soroush Bateni, Marten Lohstroh, Hou Seng Wong, Rohan Tabish, Hokeun Kim, Shaokai Lin, Christian Menard, Cong Liu, Edward A. Lee, "Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems", arXiv, 2022. [doi] [Bibtex & Downloads]
Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems
Reference
Soroush Bateni, Marten Lohstroh, Hou Seng Wong, Rohan Tabish, Hokeun Kim, Shaokai Lin, Christian Menard, Cong Liu, Edward A. Lee, "Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems", arXiv, 2022. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2207.09555,
doi = {10.48550/ARXIV.2207.09555},
url = {https://arxiv.org/abs/2207.09555},
author = {Bateni, Soroush and Lohstroh, Marten and Wong, Hou Seng and Tabish, Rohan and Kim, Hokeun and Lin, Shaokai and Menard, Christian and Liu, Cong and Lee, Edward A.},
keywords = {Distributed, Parallel, and Cluster Computing (cs.DC), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {Xronos: Predictable Coordination for Safety-Critical Distributed Embedded Systems},
publisher = {arXiv},
year = {2022},
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
No Downloads available for this publication
Permalink
- Cecilia De la Parra, Taha Soliman, Andre Guntoro, Akash Kumar, Norbert Wehn, "Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation" (to appear), In IEEE Micro, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2022. [doi] [Bibtex & Downloads]
Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation
Reference
Cecilia De la Parra, Taha Soliman, Andre Guntoro, Akash Kumar, Norbert Wehn, "Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation" (to appear), In IEEE Micro, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2022. [doi]
Bibtex
@article{Cecilia_micro22,
doi = {MicroSI-2022-03-0032},
url = {https://cfaed.tu-dresden.de/cpd-publications},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Cecilia De la Parra and Taha Soliman and Andre Guntoro and Akash Kumar and Norbert Wehn},
title = {Increasing Throughput of In-Memory DNN Accelerators by Flexible Layer-wise DNN Approximation},
journal = {{IEEE} Micro}
}Downloads
IEEE_MICRO_camera_ready [PDF]
Permalink
- Shubham Rai, Nishant Gupta, Abhiroop Bhattacharjee, Ansh Rupani, Michael Raitza, Jens Trommer, Thomas Mikolajick, Akash Kumar, "END-TRUE: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator" (to appear), Chapter in VLSI-SoC: Technology Advancement on SoC Design, Springer Nature Switzerland, pp. 175–203, 2022. [doi] [Bibtex & Downloads]
END-TRUE: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator
Reference
Shubham Rai, Nishant Gupta, Abhiroop Bhattacharjee, Ansh Rupani, Michael Raitza, Jens Trommer, Thomas Mikolajick, Akash Kumar, "END-TRUE: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator" (to appear), Chapter in VLSI-SoC: Technology Advancement on SoC Design, Springer Nature Switzerland, pp. 175–203, 2022. [doi]
Bibtex
@incollection{Rai_2022,
doi = {10.1007/978-3-031-16818-5_9},
url = {https://doi.org/10.1007%2F978-3-031-16818-5_9},
year = 2022,
publisher = {Springer Nature Switzerland},
pages = {175--203},
author = {Shubham Rai and Nishant Gupta and Abhiroop Bhattacharjee and Ansh Rupani and Michael Raitza and Jens Trommer and Thomas Mikolajick and Akash Kumar},
title = {{END}-{TRUE}: Emerging Nanotechnology-Based Double-Throughput True Random Number Generator},
booktitle = {{VLSI}-{SoC}: Technology Advancement on {SoC} Design}
}Downloads
No Downloads available for this publication
Permalink
- Martin Kroll, Seren Dilara Öz, Zongbao Zhang, Ran Ji, Tim Schramm, Tobias Antrack, Yana Vaynzof, Selina Olthof, Karl Leo, "Insights into the evaporation behaviour of FAI: material degradation and consequences for perovskite solar cells", In Sustainable Energy &$\mathsemicolon$ Fuels, Royal Society of Chemistry (RSC), vol. 6, no. 13, pp. 3230–3239, 2022. [doi] [Bibtex & Downloads]
Insights into the evaporation behaviour of FAI: material degradation and consequences for perovskite solar cells
Reference
Martin Kroll, Seren Dilara Öz, Zongbao Zhang, Ran Ji, Tim Schramm, Tobias Antrack, Yana Vaynzof, Selina Olthof, Karl Leo, "Insights into the evaporation behaviour of FAI: material degradation and consequences for perovskite solar cells", In Sustainable Energy &$\mathsemicolon$ Fuels, Royal Society of Chemistry (RSC), vol. 6, no. 13, pp. 3230–3239, 2022. [doi]
Bibtex
@article{Kroll_2022,
doi = {10.1039/d2se00373b},
url = {https://doi.org/10.1039%2Fd2se00373b},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {13},
pages = {3230--3239},
author = {Martin Kroll and Seren Dilara Öz and Zongbao Zhang and Ran Ji and Tim Schramm and Tobias Antrack and Yana Vaynzof and Selina Olthof and Karl Leo},
title = {Insights into the evaporation behaviour of {FAI}: material degradation and consequences for perovskite solar cells},
journal = {Sustainable Energy {\&}amp$\mathsemicolon$ Fuels}
}Downloads
No Downloads available for this publication
Permalink
- Christopher Wöpke, Clemens Göhler, Maria Saladina, Xiaoyan Du, Li Nian, Christopher Greve, Chenhui Zhu, Kaila M. Yallum, Yvonne J. Hofstetter, David Becker-Koch, Ning Li, Thomas Heumüller, Ilya Milekhin, Dietrich R. T. Zahn, Christoph J. Brabec, Natalie Banerji, Yana Vaynzof, Eva M. Herzig, Roderick C. I. MacKenzie, Carsten Deibel, "Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells", arXiv, 2022. [doi] [Bibtex & Downloads]
Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells
Reference
Christopher Wöpke, Clemens Göhler, Maria Saladina, Xiaoyan Du, Li Nian, Christopher Greve, Chenhui Zhu, Kaila M. Yallum, Yvonne J. Hofstetter, David Becker-Koch, Ning Li, Thomas Heumüller, Ilya Milekhin, Dietrich R. T. Zahn, Christoph J. Brabec, Natalie Banerji, Yana Vaynzof, Eva M. Herzig, Roderick C. I. MacKenzie, Carsten Deibel, "Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells", arXiv, 2022. [doi]
Bibtex
@article{https://doi.org/10.48550/arxiv.2203.11905,
doi = {10.48550/ARXIV.2203.11905},
url = {https://arxiv.org/abs/2203.11905},
author = {Wöpke, Christopher and Göhler, Clemens and Saladina, Maria and Du, Xiaoyan and Nian, Li and Greve, Christopher and Zhu, Chenhui and Yallum, Kaila M. and Hofstetter, Yvonne J. and Becker-Koch, David and Li, Ning and Heumüller, Thomas and Milekhin, Ilya and Zahn, Dietrich R. T. and Brabec, Christoph J. and Banerji, Natalie and Vaynzof, Yana and Herzig, Eva M. and MacKenzie, Roderick C. I. and Deibel, Carsten},
keywords = {Materials Science (cond-mat.mtrl-sci), Applied Physics (physics.app-ph), FOS: Physical sciences, FOS: Physical sciences},
title = {Traps and transport resistance: the next frontier for stable state-of-the-art non-fullerene acceptor solar cells},
publisher = {arXiv},
year = {2022},
copyright = {arXiv.org perpetual, non-exclusive license}
}Downloads
No Downloads available for this publication
Permalink
- Reinhard von Hanxleden, Edward A. Lee, Hauke Fuhrmann, Alexander Schulz-Rosengarten, Sören Domrös, Marten Lohstroh, Soroush Bateni, Christian Menard, "Pragmatics Twelve Years Later: A Report on Lingua Franca", Chapter in Leveraging Applications of Formal Methods, Verification and Validation. Software Engineering, Springer Nature Switzerland, pp. 60–89, 2022. [doi] [Bibtex & Downloads]
Pragmatics Twelve Years Later: A Report on Lingua Franca
Reference
Reinhard von Hanxleden, Edward A. Lee, Hauke Fuhrmann, Alexander Schulz-Rosengarten, Sören Domrös, Marten Lohstroh, Soroush Bateni, Christian Menard, "Pragmatics Twelve Years Later: A Report on Lingua Franca", Chapter in Leveraging Applications of Formal Methods, Verification and Validation. Software Engineering, Springer Nature Switzerland, pp. 60–89, 2022. [doi]
Bibtex
@incollection{von_Hanxleden_2022,
doi = {10.1007/978-3-031-19756-7_5},
url = {https://doi.org/10.1007%2F978-3-031-19756-7_5},
year = 2022,
publisher = {Springer Nature Switzerland},
pages = {60--89},
author = {Reinhard von Hanxleden and Edward A. Lee and Hauke Fuhrmann and Alexander Schulz-Rosengarten and Sören Domrös and Marten Lohstroh and Soroush Bateni and Christian Menard},
title = {Pragmatics Twelve Years Later: A Report on~Lingua Franca},
booktitle = {Leveraging Applications of Formal Methods, Verification and Validation. Software Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Jorge Navarro Quijada, Tim Baldauf, Shubham Rai, Andre Heinzig, Akash Kumar, Walter M. Weber, Thomas Mikolajick, Jens Trommer, "A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–8, 2022. [doi] [Bibtex & Downloads]
A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation
Reference
Jorge Navarro Quijada, Tim Baldauf, Shubham Rai, Andre Heinzig, Akash Kumar, Walter M. Weber, Thomas Mikolajick, Jens Trommer, "A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–8, 2022. [doi]
Bibtex
@article{Quijada_2022,
doi = {10.1109/tnano.2022.3221836},
url = {https://doi.org/10.1109%2Ftnano.2022.3221836},
year = 2022,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--8},
author = {Jorge Navarro Quijada and Tim Baldauf and Shubham Rai and Andre Heinzig and Akash Kumar and Walter M. Weber and Thomas Mikolajick and Jens Trommer},
title = {A Germanium Nanowire Reconfigurable Transistor Model for Predictive Technology Evaluation},
journal = {{IEEE} Transactions on Nanotechnology}
}Downloads
GeNW_RFET_VerilogA-TNANO [PDF]
Permalink
- Kwan Ho Au-Yeung, Tim Kühne, Oumaima Aiboudi, Suchetana Sarkar, Olga Guskova, Dmitry A. Ryndyk, Thomas Heine, Franziska Lissel, Francesca Moresco, "STM-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)", In Nanoscale Advances, Royal Society of Chemistry (RSC), vol. 4, no. 20, pp. 4351–4357, 2022. [doi] [Bibtex & Downloads]
STM-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)
Reference
Kwan Ho Au-Yeung, Tim Kühne, Oumaima Aiboudi, Suchetana Sarkar, Olga Guskova, Dmitry A. Ryndyk, Thomas Heine, Franziska Lissel, Francesca Moresco, "STM-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)", In Nanoscale Advances, Royal Society of Chemistry (RSC), vol. 4, no. 20, pp. 4351–4357, 2022. [doi]
Bibtex
@article{Au_Yeung_2022,
doi = {10.1039/d2na00038e},
url = {https://doi.org/10.1039%2Fd2na00038e},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {4},
number = {20},
pages = {4351--4357},
author = {Kwan Ho Au-Yeung and Tim Kühne and Oumaima Aiboudi and Suchetana Sarkar and Olga Guskova and Dmitry A. Ryndyk and Thomas Heine and Franziska Lissel and Francesca Moresco},
title = {{STM}-induced ring closure of vinylheptafulvene molecular dipole switches on Au(111)},
journal = {Nanoscale Advances}
}Downloads
No Downloads available for this publication
Permalink
- Hasna Bouraoui, Chadlia Jerad, Omar Romdhani, Jeronimo Castrillon, "mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity", arXiv, 2022. [doi] [Bibtex & Downloads]
mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity
Reference
Hasna Bouraoui, Chadlia Jerad, Omar Romdhani, Jeronimo Castrillon, "mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity", arXiv, 2022. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2207.07591,
doi = {10.48550/ARXIV.2207.07591},
url = {https://arxiv.org/abs/2207.07591},
author = {Bouraoui, Hasna and Jerad, Chadlia and Romdhani, Omar and Castrillon, Jeronimo},
keywords = {Distributed, Parallel, and Cluster Computing (cs.DC), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {mAPN: Modeling, Analysis, and Exploration of Algorithmic and Parallelism Adaptivity},
publisher = {arXiv},
year = {2022},
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
No Downloads available for this publication
Permalink
- Jun Li, Aymen Yangui, Reza Jafari Jam, Qingzhi An, Yana Vaynzof, Eva Unger, Ivan Maximov, Ivan G. Scheblykin, "Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures", In Materials Advances, Royal Society of Chemistry (RSC), vol. 3, no. 24, pp. 8989–8994, 2022. [doi] [Bibtex & Downloads]
Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures
Reference
Jun Li, Aymen Yangui, Reza Jafari Jam, Qingzhi An, Yana Vaynzof, Eva Unger, Ivan Maximov, Ivan G. Scheblykin, "Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures", In Materials Advances, Royal Society of Chemistry (RSC), vol. 3, no. 24, pp. 8989–8994, 2022. [doi]
Bibtex
@article{Li_2022,
doi = {10.1039/d2ma00913g},
url = {https://doi.org/10.1039%2Fd2ma00913g},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {3},
number = {24},
pages = {8989--8994},
author = {Jun Li and Aymen Yangui and Reza Jafari Jam and Qingzhi An and Yana Vaynzof and Eva Unger and Ivan Maximov and Ivan G. Scheblykin},
title = {Tolerance of metal halide perovskites to mechanical treatment enables the fabrication of patterned luminescence nano- and microstructures},
journal = {Materials Advances}
}Downloads
No Downloads available for this publication
Permalink
- Herman Heffner, Marcos Soldera, Frederic Schell, Marielle Deconinck, Yana Vaynzof, Lucinda Mulko, Andrés Fabián Lasagni, "Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 10, no. 47, pp. 17954–17964, 2022. [doi] [Bibtex & Downloads]
Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films
Reference
Herman Heffner, Marcos Soldera, Frederic Schell, Marielle Deconinck, Yana Vaynzof, Lucinda Mulko, Andrés Fabián Lasagni, "Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 10, no. 47, pp. 17954–17964, 2022. [doi]
Bibtex
@article{Heffner_2022,
doi = {10.1039/d2tc04155c},
url = {https://doi.org/10.1039%2Fd2tc04155c},
year = 2022,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {10},
number = {47},
pages = {17954--17964},
author = {Herman Heffner and Marcos Soldera and Frederic Schell and Marielle Deconinck and Yana Vaynzof and Lucinda Mulko and Andr{\'{e}}s Fabi{\'{a}}n Lasagni},
title = {Effects of sub-picosecond direct laser interference patterning on the optoelectronic properties of fluorine-doped tin oxide thin films},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Permalink
2021
- T. Mikolajick, G. Galderisi, M. Simon, S. Rai, A. Kumar, A. Heinzig, W.M. Weber, J. Trommer, "20 Years of reconfigurable field-effect transistors: From concepts to future applications", In Solid-State Electronics, Elsevier BV, vol. 186, pp. 108036, Dec 2021. [doi] [Bibtex & Downloads]
20 Years of reconfigurable field-effect transistors: From concepts to future applications
Reference
T. Mikolajick, G. Galderisi, M. Simon, S. Rai, A. Kumar, A. Heinzig, W.M. Weber, J. Trommer, "20 Years of reconfigurable field-effect transistors: From concepts to future applications", In Solid-State Electronics, Elsevier BV, vol. 186, pp. 108036, Dec 2021. [doi]
Bibtex
@article{Mikolajick_2021,
doi = {10.1016/j.sse.2021.108036},
url = {https://doi.org/10.1016%2Fj.sse.2021.108036},
year = 2021,
month = {dec},
publisher = {Elsevier {BV}},
volume = {186},
pages = {108036},
author = {T. Mikolajick and G. Galderisi and M. Simon and S. Rai and A. Kumar and A. Heinzig and W.M. Weber and J. Trommer},
title = {20 Years of reconfigurable field-effect transistors: From concepts to future applications},
journal = {Solid-State Electronics}
}Downloads
Solid_state_electronics_2021 [PDF]
Permalink
- Nesrine Khouzami, Friedrich Michel, Pietro Incardona, Jeronimo Castrillon, Ivo F. Sbalzarini, "Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations", In Journal of Computational Science, vol. 57, pp. 1–11, Dec 2021. [doi] [Bibtex & Downloads]
Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations
Reference
Nesrine Khouzami, Friedrich Michel, Pietro Incardona, Jeronimo Castrillon, Ivo F. Sbalzarini, "Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations", In Journal of Computational Science, vol. 57, pp. 1–11, Dec 2021. [doi]
Abstract
We present an autotuning approach for compile-time optimization of numerical discretization methods in simulations of partial differential equations. Our approach is based on data-driven regression of performance models for numerical methods. We use these models at compile time to automatically determine the parameters (e.g., resolution, time step size, etc.) of numerical simulations of continuum spatio-temporal models in order to optimize the tradeoff between simulation accuracy and runtime. The resulting autotuner is developed for the compiler of a Domain-Specific Language (DSL) for numerical simulations. The abstractions in the DSL enable the compiler to automatically determine the performance models and know which discretization parameters to tune. We demonstrate that this high-level approach can explore a large space of possible simulations, with simulation runtimes spanning multiple orders of magnitude. We evaluate our approach in two test cases: the linear diffusion equation and the nonlinear Gray-Scott reaction–diffusion equation. The results show that our model-based autotuner consistently finds configurations that outperform those found by state-of-the-art general-purpose autotuners. Specifically, our autotuner yields simulations that are on average 4.2x faster than those found by the best generic exploration algorithms, while using 16x less tuning time. Compared to manual tuning by a group of researchers with varying levels of expertise, the autotuner was slower than the best users by not more than a factor of 2, whereas it was able to significantly outperform half of them.
Bibtex
@Article{khouzami_jocs21,
author = {Nesrine Khouzami and Friedrich Michel and Pietro Incardona and Jeronimo Castrillon and Ivo F. Sbalzarini},
date = {2021-12},
title = {Model-based Autotuning of Discretization Methods in Numerical Simulations of Partial Differential Equations},
doi = {10.1016/j.jocs.2021.101489},
issn = {1877-7503},
pages = {1--11},
url = {https://www.sciencedirect.com/science/article/pii/S1877750321001563},
volume = {57},
abstract = {We present an autotuning approach for compile-time optimization of numerical discretization methods in simulations of partial differential equations. Our approach is based on data-driven regression of performance models for numerical methods. We use these models at compile time to automatically determine the parameters (e.g., resolution, time step size, etc.) of numerical simulations of continuum spatio-temporal models in order to optimize the tradeoff between simulation accuracy and runtime. The resulting autotuner is developed for the compiler of a Domain-Specific Language (DSL) for numerical simulations. The abstractions in the DSL enable the compiler to automatically determine the performance models and know which discretization parameters to tune. We demonstrate that this high-level approach can explore a large space of possible simulations, with simulation runtimes spanning multiple orders of magnitude. We evaluate our approach in two test cases: the linear diffusion equation and the nonlinear Gray-Scott reaction–diffusion equation. The results show that our model-based autotuner consistently finds configurations that outperform those found by state-of-the-art general-purpose autotuners. Specifically, our autotuner yields simulations that are on average 4.2x faster than those found by the best generic exploration algorithms, while using 16x less tuning time. Compared to manual tuning by a group of researchers with varying levels of expertise, the autotuner was slower than the best users by not more than a factor of 2, whereas it was able to significantly outperform half of them.},
journal = {Journal of Computational Science},
month = dec,
numpages = {15},
project = {openpme},
year = {2021},
}Downloads
2111_Khouzami_JOCS [PDF]
Related Paths
Permalink
- Najdet Charaf, Christoph Tietz, Michael Raitza, Akash Kumar, Diana Gohringer, "AMAH-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on FPGAs", In Proceeding: 2021 International Conference on Field-Programmable Technology (ICFPT), IEEE, Dec 2021. [doi] [Bibtex & Downloads]
AMAH-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on FPGAs
Reference
Najdet Charaf, Christoph Tietz, Michael Raitza, Akash Kumar, Diana Gohringer, "AMAH-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on FPGAs", In Proceeding: 2021 International Conference on Field-Programmable Technology (ICFPT), IEEE, Dec 2021. [doi]
Bibtex
@inproceedings{Charaf_2021,
doi = {10.1109/icfpt52863.2021.9609948},
url = {https://doi.org/10.1109%2Ficfpt52863.2021.9609948},
year = 2021,
month = {dec},
publisher = ,
author = {Najdet Charaf and Christoph Tietz and Michael Raitza and Akash Kumar and Diana Gohringer},
title = {{AMAH}-Flex: A Modular and Highly Flexible Tool for Generating Relocatable Systems on {FPGAs}},
booktitle = {2021 International Conference on Field-Programmable Technology ({ICFPT})}
}Downloads
FPT-2021-AMAH-Flex_A_Modular_and_Highly_Flexible_Tool_for_Generating_Relocatable_Systems_on_FPGAs [PDF]
Permalink
- Man Ho Wong, Qingzhi An, Joshua Kress, Jean-Marc Mörsdorf, Joachim Ballmann, Yana Vaynzof, "Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells", In Applied Physics Letters, AIP Publishing, vol. 119, no. 23, pp. 233903, Dec 2021. [doi] [Bibtex & Downloads]
Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells
Reference
Man Ho Wong, Qingzhi An, Joshua Kress, Jean-Marc Mörsdorf, Joachim Ballmann, Yana Vaynzof, "Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells", In Applied Physics Letters, AIP Publishing, vol. 119, no. 23, pp. 233903, Dec 2021. [doi]
Bibtex
@article{Wong_2021,
doi = {10.1063/5.0068670},
url = {https://doi.org/10.1063%2F5.0068670},
year = 2021,
month = {dec},
publisher = {{AIP} Publishing},
volume = {119},
number = {23},
pages = {233903},
author = {Man Ho Wong and Qingzhi An and Joshua Kress and Jean-Marc Mörsdorf and Joachim Ballmann and Yana Vaynzof},
title = {Surface dipole assisted charge carrier extraction in inverted architecture perovskite solar cells},
journal = {Applied Physics Letters}
}Downloads
No Downloads available for this publication
Permalink
- Matteo Degani, Qingzhi An, Miguel Albaladejo-Siguan, Yvonne J. Hofstetter, Changsoon Cho, Fabian Paulus, Giulia Grancini, Yana Vaynzof, "23.7% Efficient inverted perovskite solar cells by dual interfacial modification", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 49, Dec 2021. [doi] [Bibtex & Downloads]
23.7% Efficient inverted perovskite solar cells by dual interfacial modification
Reference
Matteo Degani, Qingzhi An, Miguel Albaladejo-Siguan, Yvonne J. Hofstetter, Changsoon Cho, Fabian Paulus, Giulia Grancini, Yana Vaynzof, "23.7% Efficient inverted perovskite solar cells by dual interfacial modification", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 49, Dec 2021. [doi]
Bibtex
@article{Degani_2021,
doi = {10.1126/sciadv.abj7930},
url = {https://doi.org/10.1126%2Fsciadv.abj7930},
year = 2021,
month = {dec},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {7},
number = {49},
author = {Matteo Degani and Qingzhi An and Miguel Albaladejo-Siguan and Yvonne J. Hofstetter and Changsoon Cho and Fabian Paulus and Giulia Grancini and Yana Vaynzof},
title = {23.7{\%} Efficient inverted perovskite solar cells by dual interfacial modification},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Sandhya Tammireddy, Sebastian Reichert, Qingzhi An, Alexander D. Taylor, Ran Ji, Fabian Paulus, Yana Vaynzof, Carsten Deibel, "Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites", In ACS Energy Letters, American Chemical Society (ACS), pp. 310–319, Dec 2021. [doi] [Bibtex & Downloads]
Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites
Reference
Sandhya Tammireddy, Sebastian Reichert, Qingzhi An, Alexander D. Taylor, Ran Ji, Fabian Paulus, Yana Vaynzof, Carsten Deibel, "Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites", In ACS Energy Letters, American Chemical Society (ACS), pp. 310–319, Dec 2021. [doi]
Bibtex
@article{Tammireddy_2021,
doi = {10.1021/acsenergylett.1c02179},
url = {https://doi.org/10.1021%2Facsenergylett.1c02179},
year = 2021,
month = {dec},
publisher = {American Chemical Society ({ACS})},
pages = {310--319},
author = {Sandhya Tammireddy and Sebastian Reichert and Qingzhi An and Alexander D. Taylor and Ran Ji and Fabian Paulus and Yana Vaynzof and Carsten Deibel},
title = {Temperature-Dependent Ionic Conductivity and Properties of Iodine-Related Defects in Metal Halide Perovskites},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Permalink
- [Bibtex & Downloads]
- Ye Yu, Pierre Lorenz, Carsten Strobel, Joachim Zajadacz, Matthias Albert, Klaus Zimmer, Robert Kirchner, "Plasmonic 3D Self-Folding Architectures via Vacuum Microforming", In Small, Wiley, pp. 2105843, Dec 2021. [doi] [Bibtex & Downloads]
Plasmonic 3D Self-Folding Architectures via Vacuum Microforming
Reference
Ye Yu, Pierre Lorenz, Carsten Strobel, Joachim Zajadacz, Matthias Albert, Klaus Zimmer, Robert Kirchner, "Plasmonic 3D Self-Folding Architectures via Vacuum Microforming", In Small, Wiley, pp. 2105843, Dec 2021. [doi]
Bibtex
@article{Yu_2021,
doi = {10.1002/smll.202105843},
url = {https://doi.org/10.1002%2Fsmll.202105843},
year = 2021,
month = {dec},
publisher = {Wiley},
pages = {2105843},
author = {Ye Yu and Pierre Lorenz and Carsten Strobel and Joachim Zajadacz and Matthias Albert and Klaus Zimmer and Robert Kirchner},
title = {Plasmonic 3D Self-Folding Architectures via Vacuum Microforming},
journal = {Small}
}Downloads
No Downloads available for this publication
Permalink
- Daniel Wolf, Sebastian Schneider, Ulrich K. Rößler, Andr'as Kov'acs, Marcus Schmidt, Rafal E. Dunin-Borkowski, Bernd Büchner, Bernd Rellinghaus, Axel Lubk, "Unveiling the three-dimensional magnetic texture of skyrmion tubes", In Nature Nanotechnology, Springer Science and Business Media LLC, Dec 2021. [doi] [Bibtex & Downloads]
Unveiling the three-dimensional magnetic texture of skyrmion tubes
Reference
Daniel Wolf, Sebastian Schneider, Ulrich K. Rößler, Andr'as Kov'acs, Marcus Schmidt, Rafal E. Dunin-Borkowski, Bernd Büchner, Bernd Rellinghaus, Axel Lubk, "Unveiling the three-dimensional magnetic texture of skyrmion tubes", In Nature Nanotechnology, Springer Science and Business Media LLC, Dec 2021. [doi]
Bibtex
@article{Wolf_2021,
doi = {10.1038/s41565-021-01031-x},
url = {https://doi.org/10.1038%2Fs41565-021-01031-x},
year = 2021,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
author = {Daniel Wolf and Sebastian Schneider and Ulrich K. Rö{\ss}ler and Andr{\'{a}}s Kov{\'{a}}cs and Marcus Schmidt and Rafal E. Dunin-Borkowski and Bernd Büchner and Bernd Rellinghaus and Axel Lubk},
title = {Unveiling the three-dimensional magnetic texture of skyrmion tubes},
journal = {Nature Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Changsoon Cho, Yeoun-Woo Jang, Seungmin Lee, Yana Vaynzof, Mansoo Choi, Jun Hong Noh, Karl Leo, "Effects of photon recycling and scattering in high-performance perovskite solar cells", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 52, Dec 2021. [doi] [Bibtex & Downloads]
Effects of photon recycling and scattering in high-performance perovskite solar cells
Reference
Changsoon Cho, Yeoun-Woo Jang, Seungmin Lee, Yana Vaynzof, Mansoo Choi, Jun Hong Noh, Karl Leo, "Effects of photon recycling and scattering in high-performance perovskite solar cells", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 7, no. 52, Dec 2021. [doi]
Bibtex
@article{Cho_2021,
doi = {10.1126/sciadv.abj1363},
url = {https://doi.org/10.1126%2Fsciadv.abj1363},
year = 2021,
month = {dec},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {7},
number = {52},
author = {Changsoon Cho and Yeoun-Woo Jang and Seungmin Lee and Yana Vaynzof and Mansoo Choi and Jun Hong Noh and Karl Leo},
title = {Effects of photon recycling and scattering in high-performance perovskite solar cells},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Models of computation for energy-efficient time-aware distributed embedded systems", In IEEE 14th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2021) (keynote), Dec 2021. [Bibtex & Downloads]
Models of computation for energy-efficient time-aware distributed embedded systems
Reference
Jeronimo Castrillon, "Models of computation for energy-efficient time-aware distributed embedded systems", In IEEE 14th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2021) (keynote), Dec 2021.
Abstract
Programming heterogeneous and distributed manycores under timing constraints in cyber-physical systems is an extremely hard task. Managing reactive behaviour to outside stimuli, adapting to variable workloads and handling parallelism while ensuring correct and time-predictable execution are examples of key challenges in these kinds of systems. This talk discusses the role of formal models of computation to help architect programming methodologies, making it easier to manage the complexity and provide guarantees than with ad-hoc programming models. We will discuss dataflow-based programming for joint optimization of multiple adaptable applications while respecting real-time constraints. We will then introduce the reactor model which adds time semantics to dataflow to support time-determinism when needed and to account for reactive behavior. The benefits and overheads of this model-based approach to programming distributed embedded systems will be analysed with use cases from the automotive and 5G-communication domains.
Bibtex
@Misc{castrillon_mcsoc2021,
author = {Castrillon, Jeronimo},
title = {Models of computation for energy-efficient time-aware distributed embedded systems},
howpublished = {IEEE 14th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2021) (keynote)},
location = {Singapore},
url = {https://mcsoc-forum.org/m2021/wp-content/uploads/2021/12/211222_castrillon_MCSOC_compressed.pdf},
abstract = {Programming heterogeneous and distributed manycores under timing constraints in cyber-physical systems is an extremely hard task. Managing reactive behaviour to outside stimuli, adapting to variable workloads and handling parallelism while ensuring correct and time-predictable execution are examples of key challenges in these kinds of systems. This talk discusses the role of formal models of computation to help architect programming methodologies, making it easier to manage the complexity and provide guarantees than with ad-hoc programming models. We will discuss dataflow-based programming for joint optimization of multiple adaptable applications while respecting real-time constraints. We will then introduce the reactor model which adds time semantics to dataflow to support time-determinism when needed and to account for reactive behavior. The benefits and overheads of this model-based approach to programming distributed embedded systems will be analysed with use cases from the automotive and 5G-communication domains.},
month = dec,
year = {2021},
}Downloads
No Downloads available for this publication
Permalink
- Yu Liu, Shuanghao Zheng, Jiaxin Ma, Yuanyuan Zhu, Jiemin Wang, Xinliang Feng, Zhong-Shuai Wu, "Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density", In Journal of Energy Chemistry, Elsevier BV, vol. 63, pp. 514–520, Dec 2021. [doi] [Bibtex & Downloads]
Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density
Reference
Yu Liu, Shuanghao Zheng, Jiaxin Ma, Yuanyuan Zhu, Jiemin Wang, Xinliang Feng, Zhong-Shuai Wu, "Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density", In Journal of Energy Chemistry, Elsevier BV, vol. 63, pp. 514–520, Dec 2021. [doi]
Bibtex
@article{Liu_2021,
doi = {10.1016/j.jechem.2021.08.018},
url = {https://doi.org/10.1016%2Fj.jechem.2021.08.018},
year = 2021,
month = {dec},
publisher = {Elsevier {BV}},
volume = {63},
pages = {514--520},
author = {Yu Liu and Shuanghao Zheng and Jiaxin Ma and Yuanyuan Zhu and Jiemin Wang and Xinliang Feng and Zhong-Shuai Wu},
title = {Aqueous high-voltage all 3D-printed micro-supercapacitors with ultrahigh areal capacitance and energy density},
journal = {Journal of Energy Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhiyong Wang, Zhen Zhang, Haoyuan Qi, Andres Ortega-Guerrero, Lihuan Wang, Kun Xu, Mingchao Wang, SangWook Park, Felix Hennersdorf, Arezoo Dianat, Alexander Croy, Hartmut Komber, Gianaurelio Cuniberti, Jan J. Weigand, Ute Kaiser, Renhao Dong, Xinliang Feng, "On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction", In Nature Synthesis, Springer Science and Business Media LLC, vol. 1, no. 1, pp. 69–76, Dec 2021. [doi] [Bibtex & Downloads]
On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction
Reference
Zhiyong Wang, Zhen Zhang, Haoyuan Qi, Andres Ortega-Guerrero, Lihuan Wang, Kun Xu, Mingchao Wang, SangWook Park, Felix Hennersdorf, Arezoo Dianat, Alexander Croy, Hartmut Komber, Gianaurelio Cuniberti, Jan J. Weigand, Ute Kaiser, Renhao Dong, Xinliang Feng, "On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction", In Nature Synthesis, Springer Science and Business Media LLC, vol. 1, no. 1, pp. 69–76, Dec 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1038/s44160-021-00001-4},
url = {https://doi.org/10.1038%2Fs44160-021-00001-4},
year = 2021,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {1},
number = {1},
pages = {69--76},
author = {Zhiyong Wang and Zhen Zhang and Haoyuan Qi and Andres Ortega-Guerrero and Lihuan Wang and Kun Xu and Mingchao Wang and SangWook Park and Felix Hennersdorf and Arezoo Dianat and Alexander Croy and Hartmut Komber and Gianaurelio Cuniberti and Jan J. Weigand and Ute Kaiser and Renhao Dong and Xinliang Feng},
title = {On-water surface synthesis of charged two-dimensional polymer single crystals via the irreversible Katritzky reaction},
journal = {Nature Synthesis}
}Downloads
No Downloads available for this publication
Permalink
- Xu Wang, Ji Ma, Wenhao Zheng, Silvio Osella, Nicol'as Arisnabarreta, Jörn Droste, Gianluca Serra, Oleksandr Ivasenko, Andrea Lucotti, David Beljonne, Mischa Bonn, Xiangyang Liu, Michael Ryan Hansen, Matteo Tommasini, Steven De Feyter, Junzhi Liu, Hai I. Wang, Xinliang Feng, "Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 1, pp. 228–235, Dec 2021. [doi] [Bibtex & Downloads]
Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments
Reference
Xu Wang, Ji Ma, Wenhao Zheng, Silvio Osella, Nicol'as Arisnabarreta, Jörn Droste, Gianluca Serra, Oleksandr Ivasenko, Andrea Lucotti, David Beljonne, Mischa Bonn, Xiangyang Liu, Michael Ryan Hansen, Matteo Tommasini, Steven De Feyter, Junzhi Liu, Hai I. Wang, Xinliang Feng, "Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 144, no. 1, pp. 228–235, Dec 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1021/jacs.1c09000},
url = {https://doi.org/10.1021%2Fjacs.1c09000},
year = 2021,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {144},
number = {1},
pages = {228--235},
author = {Xu Wang and Ji Ma and Wenhao Zheng and Silvio Osella and Nicol{\'{a}}s Arisnabarreta and Jörn Droste and Gianluca Serra and Oleksandr Ivasenko and Andrea Lucotti and David Beljonne and Mischa Bonn and Xiangyang Liu and Michael Ryan Hansen and Matteo Tommasini and Steven De Feyter and Junzhi Liu and Hai I. Wang and Xinliang Feng},
title = {Cove-Edged Graphene Nanoribbons with Incorporation of Periodic Zigzag-Edge Segments},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Muhammad Bilal Khan, Slawomir Prucnal, Sayantan Ghosh, Dipjyoti Deb, Ren'e Hübner, Darius Pohl, Lars Rebohle, Thomas Mikolajick, Artur Erbe, Yordan M. Georgiev, "Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing", In Langmuir, American Chemical Society (ACS), vol. 37, no. 49, pp. 14284–14291, Dec 2021. [doi] [Bibtex & Downloads]
Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing
Reference
Muhammad Bilal Khan, Slawomir Prucnal, Sayantan Ghosh, Dipjyoti Deb, Ren'e Hübner, Darius Pohl, Lars Rebohle, Thomas Mikolajick, Artur Erbe, Yordan M. Georgiev, "Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing", In Langmuir, American Chemical Society (ACS), vol. 37, no. 49, pp. 14284–14291, Dec 2021. [doi]
Bibtex
@article{Khan_2021,
doi = {10.1021/acs.langmuir.1c01862},
url = {https://doi.org/10.1021%2Facs.langmuir.1c01862},
year = 2021,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {37},
number = {49},
pages = {14284--14291},
author = {Muhammad Bilal Khan and Slawomir Prucnal and Sayantan Ghosh and Dipjyoti Deb and Ren{\'{e}} Hübner and Darius Pohl and Lars Rebohle and Thomas Mikolajick and Artur Erbe and Yordan M. Georgiev},
title = {Controlled Silicidation of Silicon Nanowires Using Flash Lamp Annealing},
journal = {Langmuir}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Clément Fournier, "A Rust Backend for Lingua Franca", Master's thesis, TU Dresden, Dec 2021. [Bibtex & Downloads]
A Rust Backend for Lingua Franca
Reference
Clément Fournier, "A Rust Backend for Lingua Franca", Master's thesis, TU Dresden, Dec 2021.
Bibtex
@mastersthesis{Fournier-diploma21,
title={A Rust Backend for Lingua Franca},
author={Clément Fournier},
year={2021},
month=dec,
school={TU Dresden},
}Downloads
2112_Fournier_DA [PDF]
Permalink
- Andreas Krinke, Shubham Rai, Akash Kumar, Jens Lienig, "Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021. [Bibtex & Downloads]
Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies
Reference
Andreas Krinke, Shubham Rai, Akash Kumar, Jens Lienig, "Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021.
Bibtex
@INPROCEEDINGS{krinke2021,
author={Krinke, Andreas and Rai, Shubham and Kumar, Akash and Lienig, Jens},
booktitle={2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
title={Exploring Physical Synthesis for Circuits based on Emerging Reconfigurable Nanotechnologies},
month={Nov},
year={2021},
volume={},
number={}}Downloads
iccad_2021_2 [PDF]
Permalink
- Yasasvi V. Peruvemba, Shubham Rai, Kapil Ahuja, Akash Kumar, "RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021. [Bibtex & Downloads]
RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis
Reference
Yasasvi V. Peruvemba, Shubham Rai, Kapil Ahuja, Akash Kumar, "RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021.
Bibtex
@INPROCEEDINGS{peruvemba2021,
author={Peruvemba, Yasasvi V. and Rai, Shubham and Ahuja, Kapil and Kumar, Akash},
booktitle={2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
title={RL-Guided Runtime-Constrained Heuristic Exploration for Logic Synthesis},
month={Nov},
year={2021},
volume={},
number={}}Downloads
101_Final_ICCAD_Paper (1) [PDF]
Permalink
- Elias Trommer, Bernd Waschneck, Akash Kumar, "dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021. [Bibtex & Downloads]
dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference
Reference
Elias Trommer, Bernd Waschneck, Akash Kumar, "dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference", In Proceeding: 2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD), Nov 2021.
Bibtex
@INPROCEEDINGS{Trommer2021,
author={Trommer, Elias and Waschneck, Bernd and Kumar, Akash},
booktitle={2021 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
title={dCSR: A Memory-Efficient Sparse Matrix Representation for Parallel Neural Network Inference},
month={Nov},
year={2021},
volume={},
number={}}Downloads
No Downloads available for this publication
Permalink
- Yubin Fu, Xiao Chang, Huan Yang, Evgenia Dmitrieva, Yixuan Gao, Ji Ma, Li Huang, Junzhi Liu, Hongliang Lu, Zhihai Cheng, Shixuan Du, Hong-Jun Gao, Xinliang Feng, "NBN-Doped
Bis
-Tetracene and
Peri
-Tetracene: Synthesis and Characterization", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 50, pp. 26115–26121, Nov 2021. [doi] [Bibtex & Downloads]
NBN-Doped Bis -Tetracene and Peri -Tetracene: Synthesis and Characterization
Reference
Yubin Fu, Xiao Chang, Huan Yang, Evgenia Dmitrieva, Yixuan Gao, Ji Ma, Li Huang, Junzhi Liu, Hongliang Lu, Zhihai Cheng, Shixuan Du, Hong-Jun Gao, Xinliang Feng, "NBN-Doped Bis -Tetracene and Peri -Tetracene: Synthesis and Characterization", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 50, pp. 26115–26121, Nov 2021. [doi]
Bibtex
@article{Fu_2021,
doi = {10.1002/anie.202109808},
url = {https://doi.org/10.1002%2Fanie.202109808},
year = 2021,
month = {nov},
publisher = {Wiley},
volume = {60},
number = {50},
pages = {26115--26121},
author = {Yubin Fu and Xiao Chang and Huan Yang and Evgenia Dmitrieva and Yixuan Gao and Ji Ma and Li Huang and Junzhi Liu and Hongliang Lu and Zhihai Cheng and Shixuan Du and Hong-Jun Gao and Xinliang Feng},
title = {{NBN}-Doped
Bis
-Tetracene and
Peri
-Tetracene: Synthesis and Characterization},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jin-Jiang Zhang, Lin Yang, Fupin Liu, Yubin Fu, Junzhi Liu, Alexey A. Popov, Ji Ma, Xinliang Feng, "A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 49, pp. 25695–25700, Nov 2021. [doi] [Bibtex & Downloads]
A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons
Reference
Jin-Jiang Zhang, Lin Yang, Fupin Liu, Yubin Fu, Junzhi Liu, Alexey A. Popov, Ji Ma, Xinliang Feng, "A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 49, pp. 25695–25700, Nov 2021. [doi]
Bibtex
@article{Zhang_2021,
doi = {10.1002/anie.202109840},
url = {https://doi.org/10.1002%2Fanie.202109840},
year = 2021,
month = {nov},
publisher = {Wiley},
volume = {60},
number = {49},
pages = {25695--25700},
author = {Jin-Jiang Zhang and Lin Yang and Fupin Liu and Yubin Fu and Junzhi Liu and Alexey A. Popov and Ji Ma and Xinliang Feng},
title = {A Modular Cascade Synthetic Strategy Toward Structurally Constrained Boron-Doped Polycyclic Aromatic Hydrocarbons},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haixia Zhong, Mingchao Wang, Mahdi Ghorbani-Asl, Jichao Zhang, Khoa Hoang Ly, Zhongquan Liao, Guangbo Chen, Yidan Wei, Bishnu P. Biswal, Ehrenfried Zschech, Inez M. Weidinger, Arkady V. Krasheninnikov, Renhao Dong, Xinliang Feng, "Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 47, pp. 19992–20000, Nov 2021. [doi] [Bibtex & Downloads]
Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks
Reference
Haixia Zhong, Mingchao Wang, Mahdi Ghorbani-Asl, Jichao Zhang, Khoa Hoang Ly, Zhongquan Liao, Guangbo Chen, Yidan Wei, Bishnu P. Biswal, Ehrenfried Zschech, Inez M. Weidinger, Arkady V. Krasheninnikov, Renhao Dong, Xinliang Feng, "Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 47, pp. 19992–20000, Nov 2021. [doi]
Bibtex
@article{Zhong_2021,
doi = {10.1021/jacs.1c11158},
url = {https://doi.org/10.1021%2Fjacs.1c11158},
year = 2021,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {143},
number = {47},
pages = {19992--20000},
author = {Haixia Zhong and Mingchao Wang and Mahdi Ghorbani-Asl and Jichao Zhang and Khoa Hoang Ly and Zhongquan Liao and Guangbo Chen and Yidan Wei and Bishnu P. Biswal and Ehrenfried Zschech and Inez M. Weidinger and Arkady V. Krasheninnikov and Renhao Dong and Xinliang Feng},
title = {Boosting the Electrocatalytic Conversion of Nitrogen to Ammonia on Metal-Phthalocyanine-Based Two-Dimensional Conjugated Covalent Organic Frameworks},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Tao Zhang, Panpan Zhang, Zhongquan Liao, Faxing Wang, Jinhui Wang, Mingchao Wang, Ehrenfried Zschech, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors", In Chinese Chemical Letters, Elsevier BV, Nov 2021. [doi] [Bibtex & Downloads]
Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors
Reference
Tao Zhang, Panpan Zhang, Zhongquan Liao, Faxing Wang, Jinhui Wang, Mingchao Wang, Ehrenfried Zschech, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors", In Chinese Chemical Letters, Elsevier BV, Nov 2021. [doi]
Bibtex
@article{Zhang_2021,
doi = {10.1016/j.cclet.2021.11.052},
url = {https://doi.org/10.1016%2Fj.cclet.2021.11.052},
year = 2021,
month = {nov},
publisher = {Elsevier {BV}},
author = {Tao Zhang and Panpan Zhang and Zhongquan Liao and Faxing Wang and Jinhui Wang and Mingchao Wang and Ehrenfried Zschech and Xiaodong Zhuang and Oliver G. Schmidt and Xinliang Feng},
title = {Interfacial synthesis of crystalline quasi-two-dimensional polyaniline thin films for high-performance flexible on-chip micro-supercapacitors},
journal = {Chinese Chemical Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dan Zhao, Xinliang Feng, "A Special Collection on 2D Materials and Their Applications", In Chemistry \textendash An Asian Journal, Wiley, vol. 16, no. 24, pp. 4009–4009, Nov 2021. [doi] [Bibtex & Downloads]
A Special Collection on 2D Materials and Their Applications
Reference
Dan Zhao, Xinliang Feng, "A Special Collection on 2D Materials and Their Applications", In Chemistry \textendash An Asian Journal, Wiley, vol. 16, no. 24, pp. 4009–4009, Nov 2021. [doi]
Bibtex
@article{Zhao_2021,
doi = {10.1002/asia.202101283},
url = {https://doi.org/10.1002%2Fasia.202101283},
year = 2021,
month = {nov},
publisher = {Wiley},
volume = {16},
number = {24},
pages = {4009--4009},
author = {Dan Zhao and Xinliang Feng},
title = {A Special Collection on 2D Materials and Their Applications},
journal = {Chemistry {\textendash} An Asian Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Leisan Gilmanova, Volodymyr Bon, Leonid Shupletsov, Darius Pohl, Marcus Rauche, Eike Brunner, Stefan Kaskel, "Chemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 44, pp. 18368–18373, Nov 2021. [doi] [Bibtex & Downloads]
Chemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications
Reference
Leisan Gilmanova, Volodymyr Bon, Leonid Shupletsov, Darius Pohl, Marcus Rauche, Eike Brunner, Stefan Kaskel, "Chemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 44, pp. 18368–18373, Nov 2021. [doi]
Bibtex
@article{Gilmanova_2021,
doi = {10.1021/jacs.1c07148},
url = {https://doi.org/10.1021%2Fjacs.1c07148},
year = 2021,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {143},
number = {44},
pages = {18368--18373},
author = {Leisan Gilmanova and Volodymyr Bon and Leonid Shupletsov and Darius Pohl and Marcus Rauche and Eike Brunner and Stefan Kaskel},
title = {Chemically Stable Carbazole-Based Imine Covalent Organic Frameworks with Acidochromic Response for Humidity Control Applications},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Behnaz Ranjbar, Tuan D. A. Nguyen, Alireza Ejlali, Akash Kumar, "Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 40, no. 10, pp. 2009-2023, October 2021. [doi] [Bibtex & Downloads]
Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform
Reference
Behnaz Ranjbar, Tuan D. A. Nguyen, Alireza Ejlali, Akash Kumar, "Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), Institute of Electrical and Electronics Engineers (IEEE), vol. 40, no. 10, pp. 2009-2023, October 2021. [doi]
Bibtex
@article{Ranjbar_2020,
doi = {10.1109/tcad.2020.3033374},
url = {https://doi.org/10.1109%2Ftcad.2020.3033374},
year = 2021,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {2009-2023},
volume={40},
number={10},
month ={October},
author = {Behnaz Ranjbar and Tuan D. A. Nguyen and Alireza Ejlali and Akash Kumar},
title = {Power-Aware Run-Time Scheduler for Mixed-Criticality Systems on Multi-Core Platform},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD)}
}Downloads
TCAD3033374-power-aware-accepted [PDF]
Permalink
- Abhiroop Bhattacharjee, Shubham Rai, Ansh Rupani, Michael Raitza, Akash Kumar, "Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SoC), IEEE, Oct 2021. [doi] [Bibtex & Downloads]
Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput
Reference
Abhiroop Bhattacharjee, Shubham Rai, Ansh Rupani, Michael Raitza, Akash Kumar, "Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SoC), IEEE, Oct 2021. [doi]
Bibtex
@inproceedings{Bhattacharjee_2021,
doi = {10.1109/vlsi-soc53125.2021.9607015},
url = {https://doi.org/10.1109%2Fvlsi-soc53125.2021.9607015},
year = 2021,
month = {oct},
publisher = ,
author = {Abhiroop Bhattacharjee and Shubham Rai and Ansh Rupani and Michael Raitza and Akash Kumar},
title = {Metastability with Emerging Reconfigurable Transistors: Exploiting Ambipolarity for Throughput},
booktitle = {2021 {IFIP}/{IEEE} 29th International Conference on Very Large Scale Integration ({VLSI}-{SoC})}
}Downloads
VLSI-SOC_2021 [PDF]
Permalink
- Siva Satyendra Sahoo, Akash Kumar, "Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021. [Bibtex & Downloads]
Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems
Reference
Siva Satyendra Sahoo, Akash Kumar, "Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021.
Bibtex
@INPROCEEDINGS{siva-vlsisoc2021-mctsclr,
author={Siva Satyendra Sahoo and Akash Kumar},
booktitle={2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC)},
title={Using Monte Carlo Tree Search for CAD - A Case-study with Designing Cross-layer Reliability for Heterogeneous Embedded Systems},
year={2021},
month={Oct},
volume={},
number={}}Downloads
MCTS_CLRIntegTMap [PDF]
Permalink
- Siva Satyendra Sahoo, Akash Kumar, "CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021. [Bibtex & Downloads]
CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems
Reference
Siva Satyendra Sahoo, Akash Kumar, "CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems", In Proceeding: 2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC), Oct 2021.
Bibtex
@INPROCEEDINGS{siva-vlsisoc2021-cleocode,
author={Siva Satyendra Sahoo and Akash Kumar},
booktitle={2021 IFIP/IEEE 29th International Conference on Very Large Scale Integration (VLSI-SOC)},
title={CLEO-CoDe: Exploiting Constrained Decoding for Cross-Layer Energy Optimization in Heterogeneous Embedded Systems},
year={2021},
month={Oct},
volume={},
number={}}Downloads
CLEOCoDe [PDF]
Permalink
- Joonas Iisakki Multanen, Kari Hepola, Asif Ali Khan, Jeronimo Castrillon, Pekka Jääskeläinen, "Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory", In IEEE Transactions on Computers, pp. 1-1, Oct 2021. [doi] [Bibtex & Downloads]
Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory
Reference
Joonas Iisakki Multanen, Kari Hepola, Asif Ali Khan, Jeronimo Castrillon, Pekka Jääskeläinen, "Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory", In IEEE Transactions on Computers, pp. 1-1, Oct 2021. [doi]
Bibtex
@Article{multanen_toc21,
author = {Joonas Iisakki Multanen and Kari Hepola and Asif Ali Khan and Jeronimo Castrillon and Pekka J{\"a}{\"a}skel{\"a}inen},
title = {Energy-Efficient Instruction Delivery in Embedded Systems with Domain Wall Memory},
doi = {10.1109/TC.2021.3117439},
number = {9},
pages = {2010--2021},
url = {https://ieeexplore.ieee.org/document/9557799},
volume = {71},
abstract = {As performance and energy-efficiency improvements from technology scaling are slowing down, new technologies are being researched in hopes of disrupting results. Domain wall memory (DWM) is an emerging non-volatile technology that promises extreme data density, fast access times and low power consumption. However, DWM access time depends on the memory location distance from access ports, requiring expensive shifting. This causes overheads on performance and energy consumption. In this article, we implement our previously proposed shift-reducing instruction memory placement (SHRIMP) on a RISC-V core in RTL, provide the first thorough evaluation of the control logic required for DWM and SHRIMP and evaluate the effects on system energy and energy-efficiency. SHRIMP reduces the number of shifts by 36\% on average compared to a linear placement in CHStone and Coremark benchmark suites when evaluated on the RISC-V processor system. The reduced shift amount leads to an average reduction of 14\% in cycle counts compared to the linear placement. When compared to an SRAM-based system, although increasing memory usage by 26\%, DWM with SHRIMP allows a 73\% reduction in memory energy and 42\% relative energy delay product. We estimate overall energy reductions of 14\%, 15\% and 19\% in three example embedded systems.},
journal = {IEEE Transactions on Computers},
month = oct,
year = {2021},
}Downloads
2110_Multanen_TOC [PDF]
Related Paths
Permalink
- Zehao Song, Masiar Sistani, Lukas Wind, Darius Pohl, Bernd Rellinghaus, Walter M Weber, Alois Lugstein, "Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems", IOP Publishing, vol. 32, no. 50, pp. 505205, Oct 2021. [doi] [Bibtex & Downloads]
Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems
Reference
Zehao Song, Masiar Sistani, Lukas Wind, Darius Pohl, Bernd Rellinghaus, Walter M Weber, Alois Lugstein, "Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems", IOP Publishing, vol. 32, no. 50, pp. 505205, Oct 2021. [doi]
Bibtex
@article{2021,
doi = {10.1088/1361-6528/ac2848},
url = {https://doi.org/10.1088%2F1361-6528%2Fac2848},
year = 2021,
month = {oct},
publisher = {{IOP} Publishing},
volume = {32},
number = {50},
pages = {505205},
author = {Zehao Song and Masiar Sistani and Lukas Wind and Darius Pohl and Bernd Rellinghaus and Walter M Weber and Alois Lugstein},
title = {Plasmon-assisted polarization-sensitive photodetection with tunable polarity for integrated silicon photonic communication systems}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yangkun He, Peter Adler, Sebastian Schneider, Ivan Soldatov, Qingge Mu, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Claudia Felser, "Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe
2
P-Based Magnet", In Advanced Functional Materials, Wiley, pp. 2107513, Oct 2021. [doi] [Bibtex & Downloads]
Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe 2 P-Based Magnet
Reference
Yangkun He, Peter Adler, Sebastian Schneider, Ivan Soldatov, Qingge Mu, Horst Borrmann, Walter Schnelle, Rudolf Schaefer, Bernd Rellinghaus, Gerhard H. Fecher, Claudia Felser, "Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe 2 P-Based Magnet", In Advanced Functional Materials, Wiley, pp. 2107513, Oct 2021. [doi]
Bibtex
@article{He_2021,
doi = {10.1002/adfm.202107513},
url = {https://doi.org/10.1002%2Fadfm.202107513},
year = 2021,
month = {oct},
publisher = {Wiley},
pages = {2107513},
author = {Yangkun He and Peter Adler and Sebastian Schneider and Ivan Soldatov and Qingge Mu and Horst Borrmann and Walter Schnelle and Rudolf Schaefer and Bernd Rellinghaus and Gerhard H. Fecher and Claudia Felser},
title = {Intrinsic Magnetic Properties of a Highly Anisotropic Rare-Earth-Free Fe
2
P-Based Magnet},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Schmidt-Mende, Vladimir Dyakonov, Selina Olthof, Feray Ünlü, Khan Moritz Trong Lê, Sanjay Mathur, Andrei D. Karabanov, Doru C. Lupascu, Laura M. Herz, Alexander Hinderhofer, Frank Schreiber, Alexey Chernikov, David A. Egger, Oleksandra Shargaieva, Caterina Cocchi, Eva Unger, Michael Saliba, Mahdi Malekshahi Byranvand, Martin Kroll, Frederik Nehm, Karl Leo, Alex Redinger, Julian Höcker, Thomas Kirchartz, Jonathan Warby, Emilio Gutierrez-Partida, Dieter Neher, Martin Stolterfoht, Uli Würfel, Moritz Unmüssig, Jan Herterich, Clemens Baretzky, John Mohanraj, Mukundan Thelakkat, Cl'ement Maheu, Wolfram Jaegermann, Thomas Mayer, Janek Rieger, Thomas Fauster, Daniel Niesner, Fengjiu Yang, Steve Albrecht, Thomas Riedl, Azhar Fakharuddin, Maria Vasilopoulou, Yana Vaynzof, Davide Moia, Joachim Maier, Marius Franckevi\vcius, Vidmantas Gulbinas, Ross A. Kerner, Lianfeng Zhao, Barry P. Rand, Nadja Glück, Thomas Bein, Fabio Matteocci, Luigi Angelo Castriotta, Aldo Di Carlo, Matthias Scheffler, Claudia Draxl, "Roadmap on organic\textendashinorganic hybrid perovskite semiconductors and devices", In APL Materials, AIP Publishing, vol. 9, no. 10, pp. 109202, Oct 2021. [doi] [Bibtex & Downloads]
Roadmap on organic\textendashinorganic hybrid perovskite semiconductors and devices
Reference
Lukas Schmidt-Mende, Vladimir Dyakonov, Selina Olthof, Feray Ünlü, Khan Moritz Trong Lê, Sanjay Mathur, Andrei D. Karabanov, Doru C. Lupascu, Laura M. Herz, Alexander Hinderhofer, Frank Schreiber, Alexey Chernikov, David A. Egger, Oleksandra Shargaieva, Caterina Cocchi, Eva Unger, Michael Saliba, Mahdi Malekshahi Byranvand, Martin Kroll, Frederik Nehm, Karl Leo, Alex Redinger, Julian Höcker, Thomas Kirchartz, Jonathan Warby, Emilio Gutierrez-Partida, Dieter Neher, Martin Stolterfoht, Uli Würfel, Moritz Unmüssig, Jan Herterich, Clemens Baretzky, John Mohanraj, Mukundan Thelakkat, Cl'ement Maheu, Wolfram Jaegermann, Thomas Mayer, Janek Rieger, Thomas Fauster, Daniel Niesner, Fengjiu Yang, Steve Albrecht, Thomas Riedl, Azhar Fakharuddin, Maria Vasilopoulou, Yana Vaynzof, Davide Moia, Joachim Maier, Marius Franckevi\vcius, Vidmantas Gulbinas, Ross A. Kerner, Lianfeng Zhao, Barry P. Rand, Nadja Glück, Thomas Bein, Fabio Matteocci, Luigi Angelo Castriotta, Aldo Di Carlo, Matthias Scheffler, Claudia Draxl, "Roadmap on organic\textendashinorganic hybrid perovskite semiconductors and devices", In APL Materials, AIP Publishing, vol. 9, no. 10, pp. 109202, Oct 2021. [doi]
Bibtex
@article{Schmidt_Mende_2021,
doi = {10.1063/5.0047616},
url = {https://doi.org/10.1063%2F5.0047616},
year = 2021,
month = {oct},
publisher = {{AIP} Publishing},
volume = {9},
number = {10},
pages = {109202},
author = {Lukas Schmidt-Mende and Vladimir Dyakonov and Selina Olthof and Feray Ünlü and Khan Moritz Trong L{\^{e}} and Sanjay Mathur and Andrei D. Karabanov and Doru C. Lupascu and Laura M. Herz and Alexander Hinderhofer and Frank Schreiber and Alexey Chernikov and David A. Egger and Oleksandra Shargaieva and Caterina Cocchi and Eva Unger and Michael Saliba and Mahdi Malekshahi Byranvand and Martin Kroll and Frederik Nehm and Karl Leo and Alex Redinger and Julian Höcker and Thomas Kirchartz and Jonathan Warby and Emilio Gutierrez-Partida and Dieter Neher and Martin Stolterfoht and Uli Würfel and Moritz Unmüssig and Jan Herterich and Clemens Baretzky and John Mohanraj and Mukundan Thelakkat and Cl{\'{e}}ment Maheu and Wolfram Jaegermann and Thomas Mayer and Janek Rieger and Thomas Fauster and Daniel Niesner and Fengjiu Yang and Steve Albrecht and Thomas Riedl and Azhar Fakharuddin and Maria Vasilopoulou and Yana Vaynzof and Davide Moia and Joachim Maier and Marius Franckevi{\v{c}}ius and Vidmantas Gulbinas and Ross A. Kerner and Lianfeng Zhao and Barry P. Rand and Nadja Glück and Thomas Bein and Fabio Matteocci and Luigi Angelo Castriotta and Aldo Di Carlo and Matthias Scheffler and Claudia Draxl},
title = {Roadmap on organic{\textendash}inorganic hybrid perovskite semiconductors and devices},
journal = {{APL} Materials}
}Downloads
No Downloads available for this publication
Permalink
- Mani Lokamani, Jeffrey Kelling, Robin Ohmann, Jörg Meyer, Tim Kühne, Gianaurelio Cuniberti, Jannic Wolf, Thomas Huhn, Peter Zahn, Francesca Moresco, Sibylle Gemming, "A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)", In Surface Science, Elsevier BV, vol. 712, pp. 121877, Oct 2021. [doi] [Bibtex & Downloads]
A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)
Reference
Mani Lokamani, Jeffrey Kelling, Robin Ohmann, Jörg Meyer, Tim Kühne, Gianaurelio Cuniberti, Jannic Wolf, Thomas Huhn, Peter Zahn, Francesca Moresco, Sibylle Gemming, "A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)", In Surface Science, Elsevier BV, vol. 712, pp. 121877, Oct 2021. [doi]
Bibtex
@article{Lokamani_2021,
doi = {10.1016/j.susc.2021.121877},
url = {https://doi.org/10.1016%2Fj.susc.2021.121877},
year = 2021,
month = {oct},
publisher = {Elsevier {BV}},
volume = {712},
pages = {121877},
author = {Mani Lokamani and Jeffrey Kelling and Robin Ohmann and Jörg Meyer and Tim Kühne and Gianaurelio Cuniberti and Jannic Wolf and Thomas Huhn and Peter Zahn and Francesca Moresco and Sibylle Gemming},
title = {A combined experimental and theoretical study of 1,4-bis(phenylethynyl)-2,5-bis(ethoxy)benzene adsorption on Au(111)},
journal = {Surface Science}
}Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au-Yeung, Tim Kühne, Daniel Becker, Marcus Richter, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Thomas Heine, Xinliang Feng, Francesca Moresco, "On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation", In Chemistry \textendash A European Journal, Wiley, vol. 27, no. 69, pp. 17336–17340, Oct 2021. [doi] [Bibtex & Downloads]
On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation
Reference
Kwan Ho Au-Yeung, Tim Kühne, Daniel Becker, Marcus Richter, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Thomas Heine, Xinliang Feng, Francesca Moresco, "On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation", In Chemistry \textendash A European Journal, Wiley, vol. 27, no. 69, pp. 17336–17340, Oct 2021. [doi]
Bibtex
@article{Au_Yeung_2021,
doi = {10.1002/chem.202103094},
url = {https://doi.org/10.1002%2Fchem.202103094},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {27},
number = {69},
pages = {17336--17340},
author = {Kwan Ho Au-Yeung and Tim Kühne and Daniel Becker and Marcus Richter and Dmitry A. Ryndyk and Gianaurelio Cuniberti and Thomas Heine and Xinliang Feng and Francesca Moresco},
title = {On-Surface Formation of Cyano-Vinylene Linked Chains by Knoevenagel Condensation},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Permalink
- Takakazu Seki, Xiaoqing Yu, Peng Zhang, Chun-Chieh Yu, Kejun Liu, Lucas Gunkel, Renhao Dong, Yuki Nagata, Xinliang Feng, Mischa Bonn, "Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer", In Chem, Elsevier BV, vol. 7, no. 10, pp. 2758–2770, Oct 2021. [doi] [Bibtex & Downloads]
Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer
Reference
Takakazu Seki, Xiaoqing Yu, Peng Zhang, Chun-Chieh Yu, Kejun Liu, Lucas Gunkel, Renhao Dong, Yuki Nagata, Xinliang Feng, Mischa Bonn, "Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer", In Chem, Elsevier BV, vol. 7, no. 10, pp. 2758–2770, Oct 2021. [doi]
Bibtex
@article{Seki_2021,
doi = {10.1016/j.chempr.2021.07.016},
url = {https://doi.org/10.1016%2Fj.chempr.2021.07.016},
year = 2021,
month = {oct},
publisher = {Elsevier {BV}},
volume = {7},
number = {10},
pages = {2758--2770},
author = {Takakazu Seki and Xiaoqing Yu and Peng Zhang and Chun-Chieh Yu and Kejun Liu and Lucas Gunkel and Renhao Dong and Yuki Nagata and Xinliang Feng and Mischa Bonn},
title = {Real-time study of on-water chemistry: Surfactant monolayer-assisted growth of a crystalline quasi-2D polymer},
journal = {Chem}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kalyan Biswas, Jos'e I. Urgel, Kun Xu, Ji Ma, Ana S'anchez-Grande, Pingo Mutombo, Aurelio Gallardo, Koen Lauwaet, Benjamin Mallada, Bruno Torre, Adam Mat\vej, Jos'e M. Gallego, Rodolfo Miranda, Pavel Jel'inek, Xinliang Feng, David 'Ecija, "On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 48, pp. 25551–25556, Oct 2021. [doi] [Bibtex & Downloads]
On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface
Reference
Kalyan Biswas, Jos'e I. Urgel, Kun Xu, Ji Ma, Ana S'anchez-Grande, Pingo Mutombo, Aurelio Gallardo, Koen Lauwaet, Benjamin Mallada, Bruno Torre, Adam Mat\vej, Jos'e M. Gallego, Rodolfo Miranda, Pavel Jel'inek, Xinliang Feng, David 'Ecija, "On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 48, pp. 25551–25556, Oct 2021. [doi]
Bibtex
@article{Biswas_2021,
doi = {10.1002/anie.202111863},
url = {https://doi.org/10.1002%2Fanie.202111863},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {60},
number = {48},
pages = {25551--25556},
author = {Kalyan Biswas and Jos{\'{e}} I. Urgel and Kun Xu and Ji Ma and Ana S{\'{a}}nchez-Grande and Pingo Mutombo and Aurelio Gallardo and Koen Lauwaet and Benjamin Mallada and Bruno Torre and Adam Mat{\v{e}}j and Jos{\'{e}} M. Gallego and Rodolfo Miranda and Pavel Jel{\'{\i}}nek and Xinliang Feng and David {\'{E}}cija},
title = {On-Surface Synthesis of a Dicationic Diazahexabenzocoronene Derivative on the Au(111) Surface},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Alessandro Silvestri, Alejandro Criado, Fabrizio Poletti, Faxing Wang, Pablo Fanjul-Bolado, Mar'ia B. Gonz'alez-Garc'ia, Clara Garc'ia-Astrain, Luis M. Liz-Marz'an, Xinliang Feng, Chiara Zanardi, Maurizio Prato, "Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks", In Advanced Functional Materials, Wiley, vol. 32, no. 2, pp. 2105028, Oct 2021. [doi] [Bibtex & Downloads]
Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks
Reference
Alessandro Silvestri, Alejandro Criado, Fabrizio Poletti, Faxing Wang, Pablo Fanjul-Bolado, Mar'ia B. Gonz'alez-Garc'ia, Clara Garc'ia-Astrain, Luis M. Liz-Marz'an, Xinliang Feng, Chiara Zanardi, Maurizio Prato, "Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks", In Advanced Functional Materials, Wiley, vol. 32, no. 2, pp. 2105028, Oct 2021. [doi]
Bibtex
@article{Silvestri_2021,
doi = {10.1002/adfm.202105028},
url = {https://doi.org/10.1002%2Fadfm.202105028},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {32},
number = {2},
pages = {2105028},
author = {Alessandro Silvestri and Alejandro Criado and Fabrizio Poletti and Faxing Wang and Pablo Fanjul-Bolado and Mar{\'{\i}}a B. Gonz{\'{a}}lez-Garc{\'{\i}}a and Clara Garc{\'{\i}}a-Astrain and Luis M. Liz-Marz{\'{a}}n and Xinliang Feng and Chiara Zanardi and Maurizio Prato},
title = {Bioresponsive, Electroactive, and Inkjet-Printable Graphene-Based Inks},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhiyong Wang, Xiangkun Jia, Panpan Zhang, Yannan Liu, Haoyuan Qi, Peng Zhang, Ute Kaiser, Sebastian Reineke, Renhao Dong, Xinliang Feng, "Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window", In Advanced Materials, Wiley, vol. 34, no. 1, pp. 2106073, Oct 2021. [doi] [Bibtex & Downloads]
Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window
Reference
Zhiyong Wang, Xiangkun Jia, Panpan Zhang, Yannan Liu, Haoyuan Qi, Peng Zhang, Ute Kaiser, Sebastian Reineke, Renhao Dong, Xinliang Feng, "Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window", In Advanced Materials, Wiley, vol. 34, no. 1, pp. 2106073, Oct 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1002/adma.202106073},
url = {https://doi.org/10.1002%2Fadma.202106073},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {34},
number = {1},
pages = {2106073},
author = {Zhiyong Wang and Xiangkun Jia and Panpan Zhang and Yannan Liu and Haoyuan Qi and Peng Zhang and Ute Kaiser and Sebastian Reineke and Renhao Dong and Xinliang Feng},
title = {Viologen-Immobilized 2D Polymer Film Enabling Highly Efficient Electrochromic Device for Solar-Powered Smart Window},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shantanu Mishra, Gonçalo Catarina, Fupeng Wu, Ricardo Ortiz, David Jacob, Kristjan Eimre, Ji Ma, Carlo A. Pignedoli, Xinliang Feng, Pascal Ruffieux, Joaqu'in Fern'andez-Rossier, Roman Fasel, "Observation of fractional edge excitations in nanographene spin chains", In Nature, Springer Science and Business Media LLC, vol. 598, no. 7880, pp. 287–292, Oct 2021. [doi] [Bibtex & Downloads]
Observation of fractional edge excitations in nanographene spin chains
Reference
Shantanu Mishra, Gonçalo Catarina, Fupeng Wu, Ricardo Ortiz, David Jacob, Kristjan Eimre, Ji Ma, Carlo A. Pignedoli, Xinliang Feng, Pascal Ruffieux, Joaqu'in Fern'andez-Rossier, Roman Fasel, "Observation of fractional edge excitations in nanographene spin chains", In Nature, Springer Science and Business Media LLC, vol. 598, no. 7880, pp. 287–292, Oct 2021. [doi]
Bibtex
@article{Mishra_2021,
doi = {10.1038/s41586-021-03842-3},
url = {https://doi.org/10.1038%2Fs41586-021-03842-3},
year = 2021,
month = {oct},
publisher = {Springer Science and Business Media {LLC}},
volume = {598},
number = {7880},
pages = {287--292},
author = {Shantanu Mishra and Gon{\c{c}}alo Catarina and Fupeng Wu and Ricardo Ortiz and David Jacob and Kristjan Eimre and Ji Ma and Carlo A. Pignedoli and Xinliang Feng and Pascal Ruffieux and Joaqu{\'{\i}}n Fern{\'{a}}ndez-Rossier and Roman Fasel},
title = {Observation of fractional edge excitations in nanographene spin chains},
journal = {Nature}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Daniil Naberezhnyi, SangWook Park, Wei Li, Michael Westphal, Xinliang Feng, Renhao Dong, Petr Dementyev, "Mass Transfer in Boronate Ester 2D COF Single Crystals", In Small, Wiley, vol. 17, no. 52, pp. 2104392, Oct 2021. [doi] [Bibtex & Downloads]
Mass Transfer in Boronate Ester 2D COF Single Crystals
Reference
Daniil Naberezhnyi, SangWook Park, Wei Li, Michael Westphal, Xinliang Feng, Renhao Dong, Petr Dementyev, "Mass Transfer in Boronate Ester 2D COF Single Crystals", In Small, Wiley, vol. 17, no. 52, pp. 2104392, Oct 2021. [doi]
Bibtex
@article{Naberezhnyi_2021,
doi = {10.1002/smll.202104392},
url = {https://doi.org/10.1002%2Fsmll.202104392},
year = 2021,
month = {oct},
publisher = {Wiley},
volume = {17},
number = {52},
pages = {2104392},
author = {Daniil Naberezhnyi and SangWook Park and Wei Li and Michael Westphal and Xinliang Feng and Renhao Dong and Petr Dementyev},
title = {Mass Transfer in Boronate Ester 2D {COF} Single Crystals},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- D. Kneppe, F. Talnack, B.K. Boroujeni, C. Teixeira da Rocha, M. Höppner, A. Tahn, Stefan C. B. Mannsfeld, F. Ellinger, K. Leo, H. Kleemann, "Solution-processed pseudo-vertical organic transistors based on TIPS-pentacene", In Materials Today Energy, Elsevier BV, vol. 21, pp. 100697, Sep 2021. [doi] [Bibtex & Downloads]
Solution-processed pseudo-vertical organic transistors based on TIPS-pentacene
Reference
D. Kneppe, F. Talnack, B.K. Boroujeni, C. Teixeira da Rocha, M. Höppner, A. Tahn, Stefan C. B. Mannsfeld, F. Ellinger, K. Leo, H. Kleemann, "Solution-processed pseudo-vertical organic transistors based on TIPS-pentacene", In Materials Today Energy, Elsevier BV, vol. 21, pp. 100697, Sep 2021. [doi]
Bibtex
@article{Kneppe_2021,
doi = {10.1016/j.mtener.2021.100697},
url = {https://doi.org/10.1016%2Fj.mtener.2021.100697},
year = 2021,
month = {sep},
publisher = {Elsevier {BV}},
volume = {21},
pages = {100697},
author = {D. Kneppe and F. Talnack and B.K. Boroujeni and C. Teixeira da Rocha and M. Höppner and A. Tahn and Stefan C. B. Mannsfeld and F. Ellinger and K. Leo and H. Kleemann},
title = {Solution-processed pseudo-vertical organic transistors based on {TIPS}-pentacene},
journal = {Materials Today Energy}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Khasanov, Julian Robledo, Christian Menard, Andr'es Goens, Jeronimo Castrillon, "Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks", In ACM Transactions on Embedded Computing Systems (TECS). Special issue of the International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES), Association for Computing Machinery, vol. 20, no. 5s, New York, NY, USA, Sep 2021. [doi] [Bibtex & Downloads]
Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks
Reference
Robert Khasanov, Julian Robledo, Christian Menard, Andr'es Goens, Jeronimo Castrillon, "Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks", In ACM Transactions on Embedded Computing Systems (TECS). Special issue of the International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES), Association for Computing Machinery, vol. 20, no. 5s, New York, NY, USA, Sep 2021. [doi]
Abstract
Advancing telecommunication standards continuously push for larger bandwidths, lower latencies, and faster data rates. The receiver baseband unit not only has to deal with a huge number of users expecting connectivity but also with a high workload heterogeneity. As a consequence of the required flexibility, baseband processing has seen a trend towards software implementations in cloud Radio Access Networks (cRANs). The flexibility gained from software implementation comes at the price of impoverished energy efficiency. This paper addresses the trade-off between flexibility and efficiency by proposing a domain-specific hybrid mapping algorithm. Hybrid mapping is an established approach from the model-based design of embedded systems that allows us to retain flexibility while targeting heterogeneous hardware. Depending on the current workload, the runtime system selects the most energy-efficient mapping configuration without violating timing constraints. We leverage the structure of baseband processing, and refine the scheduling methodology, to enable efficient mapping of 100s of tasks at the millisecond granularity, improving upon state-of-the-art hybrid approaches. We validate our approach on an Odroid XU4 and virtual platforms with application-specific accelerators on an open-source prototype. On different LTE workloads, our hybrid approach shows significant improvements both at design time and at runtime. At design-time, mappings of similar quality to those obtained by state-of-the-art methods are generated around four orders of magnitude faster. At runtime, multi-application schedules are computed 37.7% faster than the state-of-the-art without compromising on the quality.
Bibtex
@Article{khasanov_cases21,
author = {Robert Khasanov and Julian Robledo and Christian Menard and Andrés Goens and Jeronimo Castrillon},
title = {Domain-specific hybrid mapping for energy-efficient baseband processing in wireless networks},
doi = {10.1145/3476991},
issn = {1539-9087},
number = {5s},
url = {https://doi.org/10.1145/3476991},
volume = {20},
abstract = {Advancing telecommunication standards continuously push for larger bandwidths, lower latencies, and faster data rates. The receiver baseband unit not only has to deal with a huge number of users expecting connectivity but also with a high workload heterogeneity. As a consequence of the required flexibility, baseband processing has seen a trend towards software implementations in cloud Radio Access Networks (cRANs). The flexibility gained from software implementation comes at the price of impoverished energy efficiency. This paper addresses the trade-off between flexibility and efficiency by proposing a domain-specific hybrid mapping algorithm. Hybrid mapping is an established approach from the model-based design of embedded systems that allows us to retain flexibility while targeting heterogeneous hardware. Depending on the current workload, the runtime system selects the most energy-efficient mapping configuration without violating timing constraints. We leverage the structure of baseband processing, and refine the scheduling methodology, to enable efficient mapping of 100s of tasks at the millisecond granularity, improving upon state-of-the-art hybrid approaches. We validate our approach on an Odroid XU4 and virtual platforms with application-specific accelerators on an open-source prototype. On different LTE workloads, our hybrid approach shows significant improvements both at design time and at runtime. At design-time, mappings of similar quality to those obtained by state-of-the-art methods are generated around four orders of magnitude faster. At runtime, multi-application schedules are computed 37.7% faster than the state-of-the-art without compromising on the quality.},
address = {New York, NY, USA},
articleno = {60},
issue_date = {October 2021},
journal = {ACM Transactions on Embedded Computing Systems (TECS). Special issue of the International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES)},
location = {Virtual conference},
month = sep,
numpages = {26},
publisher = {Association for Computing Machinery},
year = {2021},
}Downloads
2110_Khasanov_CASES [PDF]
Related Paths
Permalink
- Karl F. A. Friebel, Stephanie Soldavini, Gerald Hempel, Christian Pilato, Jeronimo Castrillon, "From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics", Proceedings of the 2021 IEEE International Conference on Cluster Computing (CLUSTER) — FPGA for HPC Workshop, pp. 759–766, Sep 2021. [doi] [Bibtex & Downloads]
From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics
Reference
Karl F. A. Friebel, Stephanie Soldavini, Gerald Hempel, Christian Pilato, Jeronimo Castrillon, "From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics", Proceedings of the 2021 IEEE International Conference on Cluster Computing (CLUSTER) — FPGA for HPC Workshop, pp. 759–766, Sep 2021. [doi]
Bibtex
@InProceedings{friebel_fpga4hpc21,
author = {Karl F. A. Friebel and Stephanie Soldavini and Gerald Hempel and Christian Pilato and Jeronimo Castrillon},
booktitle = {Proceedings of the 2021 IEEE International Conference on Cluster Computing (CLUSTER) --- FPGA for HPC Workshop},
title = {From Domain-Specific Languages to Memory-Optimized Accelerators for Fluid Dynamics},
doi = {10.1109/Cluster48925.2021.00112},
location = {Portland (virtual), OR, USA},
pages = {759--766},
url = {https://ieeexplore.ieee.org/document/9556064},
month = sep,
numpages = {8},
year = {2021},
}Downloads
2109_Friebel_fpga4hpc [PDF]
Permalink
- Alexander Brauckmann, Andr'es Goens, Jeronimo Castrillon, "PolyGym: Polyhedral Optimizations as an Environment for Reinforcement Learning", Proceedings of the 30th International Conference on Parallel Architectures and Compilation Techniques (PACT), pp. 17-29, Sep 2021. [doi] [Bibtex & Downloads]
PolyGym: Polyhedral Optimizations as an Environment for Reinforcement Learning
Reference
Alexander Brauckmann, Andr'es Goens, Jeronimo Castrillon, "PolyGym: Polyhedral Optimizations as an Environment for Reinforcement Learning", Proceedings of the 30th International Conference on Parallel Architectures and Compilation Techniques (PACT), pp. 17-29, Sep 2021. [doi]
Abstract
The polyhedral model allows a structured way of defining semantics-preserving transformations to improve the performance of a large class of loops. Finding profitable points in this space is a hard problem which is usually approached by heuristics that generalize from domain-expert knowledge. Existing search space formulations in state-of-the-art heuristics depend on the shape of particular loops, making it hard to leverage generic and more powerful optimization techniques from the machine learning domain. In this paper, we propose a shape-agnostic formulation for the space of legal transformations in the polyhedral model as a Markov Decision Process (MDP). Instead of using transformations, the formulation is based on an abstract space of possible schedules. In this formulation, states model partial schedules, which are constructed by actions that are reusable across different loops. With a simple heuristic to traverse the space, we demonstrate that our formulation is powerful enough to match and outperform state-of-the-art heuristics. On the Polybench benchmark suite, we found the search space to contain transformations that lead to a speedup of 3.39x over LLVM O3, which is 1.34x better than the best transformations found in the search space of isl, and 1.83x better than the speedup achieved by the default heuristics of isl. Our generic MDP formulation enables future work to use reinforcement learning to learn optimization heuristics over a wide range of loops. This also contributes to the emerging field of machine learning in compilers, as it exposes a novel problem formulation that can push the limits of existing methods.
Bibtex
@InProceedings{brauckmann_pact21,
author = {Brauckmann, Alexander and Goens, Andrés and Castrillon, Jeronimo},
booktitle = {Proceedings of the 30th International Conference on Parallel Architectures and Compilation Techniques (PACT)},
title = {PolyGym: Polyhedral Optimizations as an Environment for Reinforcement Learning},
month = sep,
doi = {10.1109/PACT52795.2021.00009},
pages = {17-29},
url = {https://ieeexplore.ieee.org/document/9563041},
year = {2021},
abstract = {The polyhedral model allows a structured way of defining semantics-preserving transformations to improve the performance of a large class of loops. Finding profitable points in this space is a hard problem which is usually approached by heuristics that generalize from domain-expert knowledge. Existing search space formulations in state-of-the-art heuristics depend on the shape of particular loops, making it hard to leverage generic and more powerful optimization techniques from the machine learning domain. In this paper, we propose a shape-agnostic formulation for the space of legal transformations in the polyhedral model as a Markov Decision Process (MDP). Instead of using transformations, the formulation is based on an abstract space of possible schedules. In this formulation, states model partial schedules, which are constructed by actions that are reusable across different loops. With a simple heuristic to traverse the space, we demonstrate that our formulation is powerful enough to match and outperform state-of-the-art heuristics. On the Polybench benchmark suite, we found the search space to contain transformations that lead to a speedup of 3.39x over LLVM O3, which is 1.34x better than the best transformations found in the search space of isl, and 1.83x better than the speedup achieved by the default heuristics of isl. Our generic MDP formulation enables future work to use reinforcement learning to learn optimization heuristics over a wide range of loops. This also contributes to the emerging field of machine learning in compilers, as it exposes a novel problem formulation that can push the limits of existing methods.},
}Downloads
2109_Brauckmann_PACT [PDF]
Permalink
- Sapir Bitton, Qingzhi An, Yana Vaynzof, Nir Tessler, "Spatial Distribution of Solar Cell Parameters in Multigrain Halide-Perovskite Films: A Device Model Perspective", In ACS Applied Energy Materials, American Chemical Society (ACS), vol. 4, no. 9, pp. 8709–8714, Sep 2021. [doi] [Bibtex & Downloads]
Spatial Distribution of Solar Cell Parameters in Multigrain Halide-Perovskite Films: A Device Model Perspective
Reference
Sapir Bitton, Qingzhi An, Yana Vaynzof, Nir Tessler, "Spatial Distribution of Solar Cell Parameters in Multigrain Halide-Perovskite Films: A Device Model Perspective", In ACS Applied Energy Materials, American Chemical Society (ACS), vol. 4, no. 9, pp. 8709–8714, Sep 2021. [doi]
Bibtex
@article{Bitton_2021,
doi = {10.1021/acsaem.1c01415},
url = {https://doi.org/10.1021%2Facsaem.1c01415},
year = 2021,
month = {sep},
publisher = {American Chemical Society ({ACS})},
volume = {4},
number = {9},
pages = {8709--8714},
author = {Sapir Bitton and Qingzhi An and Yana Vaynzof and Nir Tessler},
title = {Spatial Distribution of Solar Cell Parameters in Multigrain Halide-Perovskite Films: A Device Model Perspective},
journal = {{ACS} Applied Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Tianyu Tang, Jakob Zessin, Felix Talnack, Katherina Haase, Katrin Ortstein, Baiqiang Li, Markus Löffler, Bernd Rellinghaus, Mike Hambsch, Stefan C. B. Mannsfeld, "Multimode Operation of Organic-Inorganic Hybrid Thin-Film Transistors Based on Solution-Processed Indium Oxide Films", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), Sep 2021. [doi] [Bibtex & Downloads]
Multimode Operation of Organic-Inorganic Hybrid Thin-Film Transistors Based on Solution-Processed Indium Oxide Films
Reference
Tianyu Tang, Jakob Zessin, Felix Talnack, Katherina Haase, Katrin Ortstein, Baiqiang Li, Markus Löffler, Bernd Rellinghaus, Mike Hambsch, Stefan C. B. Mannsfeld, "Multimode Operation of Organic-Inorganic Hybrid Thin-Film Transistors Based on Solution-Processed Indium Oxide Films", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), Sep 2021. [doi]
Bibtex
@article{Tang_2021,
doi = {10.1021/acsami.1c10982},
url = {https://doi.org/10.1021%2Facsami.1c10982},
year = 2021,
month = {sep},
publisher = {American Chemical Society ({ACS})},
author = {Tianyu Tang and Jakob Zessin and Felix Talnack and Katherina Haase and Katrin Ortstein and Baiqiang Li and Markus Löffler and Bernd Rellinghaus and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {Multimode Operation of Organic-Inorganic Hybrid Thin-Film Transistors Based on Solution-Processed Indium Oxide Films},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Siva Satyendra Sahoo, Akash Kumar, Martin Decky, Samuel C. B. Wong, Geoff V. Merrett, Yinyuan Zhao, Jiachen Wang, Xiaohang Wang, Amit Kumar Singh, "Emergent design challenges for embedded systems and paths forward: mixed-criticality, energy, reliability and security perspectives", Proceedings of the 2021 International Conference on Hardware/Software Codesign and System Synthesis, ACM, Sep 2021. [doi] [Bibtex & Downloads]
Emergent design challenges for embedded systems and paths forward: mixed-criticality, energy, reliability and security perspectives
Reference
Siva Satyendra Sahoo, Akash Kumar, Martin Decky, Samuel C. B. Wong, Geoff V. Merrett, Yinyuan Zhao, Jiachen Wang, Xiaohang Wang, Amit Kumar Singh, "Emergent design challenges for embedded systems and paths forward: mixed-criticality, energy, reliability and security perspectives", Proceedings of the 2021 International Conference on Hardware/Software Codesign and System Synthesis, ACM, Sep 2021. [doi]
Abstract
Modern embedded systems need to cater for several needs depending upon the application domain in which they are deployed. For example, mixed-critically needs to be considered for real-time and safety-critical systems and energy for battery-operated systems. At the same time, many of these systems demand for their reliability and security as well. With electronic systems being used for increasingly varying type of applications, novel challenges have emerged. For example, with the use of embedded systems in increasingly complex applications that execute tasks with varying priorities, mixed-criticality systems present unique challenges to designing reliable systems. The large design space involved in implementing cross-layer reliability in heterogeneous systems, particularly for mixed-critical systems, poses new research problems. Further, malicious security attacks on these systems pose additional extraordinary challenges in the system design. In this paper, we cover both the industry and academia perspectives of the challenges posed by these emergent aspects of system design towards designing high-performance, energy-efficient, reliable and/or secure embedded systems. We also provide our views on paths forward.
Bibtex
@inproceedings{Sahoo_2021,
doi = {10.1145/3478684.3479246},
url = {https://doi.org/10.1145%2F3478684.3479246},
year = 2021,
month = {sep},
publisher = ,
author = {Siva Satyendra Sahoo and Akash Kumar and Martin Decky and Samuel C. B. Wong and Geoff V. Merrett and Yinyuan Zhao and Jiachen Wang and Xiaohang Wang and Amit Kumar Singh},
title = {Emergent design challenges for embedded systems and paths forward: mixed-criticality, energy, reliability and security perspectives},
booktitle = {Proceedings of the 2021 International Conference on Hardware/Software Codesign and System Synthesis}
}Downloads
ESWEEK_2021_SS [PDF]
Related Paths
Permalink
- Raphael Böckle, Masiar Sistani, Boris Lipovec, Darius Pohl, Bernd Rellinghaus, Alois Lugstein, Walter M. Weber, "A Top-Down Platform Enabling Ge Based Reconfigurable Transistors", In Advanced Materials Technologies, Wiley, pp. 2100647, Sep 2021. [doi] [Bibtex & Downloads]
A Top-Down Platform Enabling Ge Based Reconfigurable Transistors
Reference
Raphael Böckle, Masiar Sistani, Boris Lipovec, Darius Pohl, Bernd Rellinghaus, Alois Lugstein, Walter M. Weber, "A Top-Down Platform Enabling Ge Based Reconfigurable Transistors", In Advanced Materials Technologies, Wiley, pp. 2100647, Sep 2021. [doi]
Bibtex
@article{B_ckle_2021,
doi = {10.1002/admt.202100647},
url = {https://doi.org/10.1002%2Fadmt.202100647},
year = 2021,
month = {sep},
publisher = {Wiley},
pages = {2100647},
author = {Raphael Böckle and Masiar Sistani and Boris Lipovec and Darius Pohl and Bernd Rellinghaus and Alois Lugstein and Walter M. Weber},
title = {A Top-Down Platform Enabling Ge Based Reconfigurable Transistors},
journal = {Advanced Materials Technologies}
}Downloads
No Downloads available for this publication
Permalink
- Ruslan Salikhov, Fabian Samad, Benny Böhm, Sebastian Schneider, Darius Pohl, Bernd Rellinghaus, Aladin Ullrich, Manfred Albrecht, Jürgen Lindner, Nikolai S. Kiselev, Olav Hellwig, "Control of Stripe-Domain-Wall Magnetization in Multilayers Featuring Perpendicular Magnetic Anisotropy", American Physical Society (APS), vol. 16, no. 3, Sep 2021. [doi] [Bibtex & Downloads]
Control of Stripe-Domain-Wall Magnetization in Multilayers Featuring Perpendicular Magnetic Anisotropy
Reference
Ruslan Salikhov, Fabian Samad, Benny Böhm, Sebastian Schneider, Darius Pohl, Bernd Rellinghaus, Aladin Ullrich, Manfred Albrecht, Jürgen Lindner, Nikolai S. Kiselev, Olav Hellwig, "Control of Stripe-Domain-Wall Magnetization in Multilayers Featuring Perpendicular Magnetic Anisotropy", American Physical Society (APS), vol. 16, no. 3, Sep 2021. [doi]
Bibtex
@article{2021,
doi = {10.1103/physrevapplied.16.034016},
url = {https://doi.org/10.1103%2Fphysrevapplied.16.034016},
year = 2021,
month = {sep},
publisher = {American Physical Society ({APS})},
volume = {16},
number = {3},
author = {Ruslan Salikhov and Fabian Samad and Benny Böhm and Sebastian Schneider and Darius Pohl and Bernd Rellinghaus and Aladin Ullrich and Manfred Albrecht and Jürgen Lindner and Nikolai S. Kiselev and Olav Hellwig},
title = {Control of Stripe-Domain-Wall Magnetization in Multilayers Featuring Perpendicular Magnetic Anisotropy}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Leonhard Karger, Kevin Synnatschke, Simon Settele, Yvonne J. Hofstetter, Tim Nowack, Jana Zaumseil, Yana Vaynzof, Claudia Backes, "The Role of Additives in Suppressing the Degradation of Liquid-Exfoliated WS
2
Monolayers", In Advanced Materials, Wiley, vol. 33, no. 42, pp. 2102883, Sep 2021. [doi] [Bibtex & Downloads]
The Role of Additives in Suppressing the Degradation of Liquid-Exfoliated WS 2 Monolayers
Reference
Leonhard Karger, Kevin Synnatschke, Simon Settele, Yvonne J. Hofstetter, Tim Nowack, Jana Zaumseil, Yana Vaynzof, Claudia Backes, "The Role of Additives in Suppressing the Degradation of Liquid-Exfoliated WS 2 Monolayers", In Advanced Materials, Wiley, vol. 33, no. 42, pp. 2102883, Sep 2021. [doi]
Bibtex
@article{Karger_2021,
doi = {10.1002/adma.202102883},
url = {https://doi.org/10.1002%2Fadma.202102883},
year = 2021,
month = {sep},
publisher = {Wiley},
volume = {33},
number = {42},
pages = {2102883},
author = {Leonhard Karger and Kevin Synnatschke and Simon Settele and Yvonne J. Hofstetter and Tim Nowack and Jana Zaumseil and Yana Vaynzof and Claudia Backes},
title = {The Role of Additives in Suppressing the Degradation of Liquid-Exfoliated {WS}
2
Monolayers},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Permalink
- Huanhuan Shi, Shuai Fu, Yannan Liu, Christof Neumann, Mingchao Wang, Haiyun Dong, Piotr Kot, Mischa Bonn, Hai I. Wang, Andrey Turchanin, Oliver G. Schmidt, Ali Shaygan Nia, Sheng Yang, Xinliang Feng, "Molecularly Engineered Black Phosphorus Heterostructures with Improved Ambient Stability and Enhanced Charge Carrier Mobility", In Advanced Materials, Wiley, vol. 33, no. 48, pp. 2105694, Sep 2021. [doi] [Bibtex & Downloads]
Molecularly Engineered Black Phosphorus Heterostructures with Improved Ambient Stability and Enhanced Charge Carrier Mobility
Reference
Huanhuan Shi, Shuai Fu, Yannan Liu, Christof Neumann, Mingchao Wang, Haiyun Dong, Piotr Kot, Mischa Bonn, Hai I. Wang, Andrey Turchanin, Oliver G. Schmidt, Ali Shaygan Nia, Sheng Yang, Xinliang Feng, "Molecularly Engineered Black Phosphorus Heterostructures with Improved Ambient Stability and Enhanced Charge Carrier Mobility", In Advanced Materials, Wiley, vol. 33, no. 48, pp. 2105694, Sep 2021. [doi]
Bibtex
@article{Shi_2021,
doi = {10.1002/adma.202105694},
url = {https://doi.org/10.1002%2Fadma.202105694},
year = 2021,
month = {sep},
publisher = {Wiley},
volume = {33},
number = {48},
pages = {2105694},
author = {Huanhuan Shi and Shuai Fu and Yannan Liu and Christof Neumann and Mingchao Wang and Haiyun Dong and Piotr Kot and Mischa Bonn and Hai I. Wang and Andrey Turchanin and Oliver G. Schmidt and Ali Shaygan Nia and Sheng Yang and Xinliang Feng},
title = {Molecularly Engineered Black Phosphorus Heterostructures with Improved Ambient Stability and Enhanced Charge Carrier Mobility},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Stefano Corda, Madhurya Kumaraswamy, Ahsan Javed Awan, Roel Jordans, Akash Kumar, Henk Corporaal, "NMPO: Near-Memory Computing Profiling and Offloading", In Proceeding: 2021 24th Euromicro Conference on Digital System Design (DSD), IEEE, Sep 2021. [doi] [Bibtex & Downloads]
NMPO: Near-Memory Computing Profiling and Offloading
Reference
Stefano Corda, Madhurya Kumaraswamy, Ahsan Javed Awan, Roel Jordans, Akash Kumar, Henk Corporaal, "NMPO: Near-Memory Computing Profiling and Offloading", In Proceeding: 2021 24th Euromicro Conference on Digital System Design (DSD), IEEE, Sep 2021. [doi]
Bibtex
@inproceedings{Corda_2021,
doi = {10.1109/dsd53832.2021.00048},
url = {https://doi.org/10.1109%2Fdsd53832.2021.00048},
year = 2021,
month = {sep},
publisher = ,
author = {Stefano Corda and Madhurya Kumaraswamy and Ahsan Javed Awan and Roel Jordans and Akash Kumar and Henk Corporaal},
title = {{NMPO}: Near-Memory Computing Profiling and Offloading},
booktitle = {2021 24th Euromicro Conference on Digital System Design ({DSD})}
}Downloads
No Downloads available for this publication
Permalink
- Wieland Heyn, Hanno Melzner, Klaus Goller, Sergey Ananiev, Andre Clausner, Johannes Zechner, Ehrenfried Zschech, "In-situ SEM micromechanical experiments on Dual Damascene Copper test structures for investigation of interfacial properties of copper interconnects", In Proceeding: 2021 IEEE International Symposium on the Physical and Failure Analysis of Integrated Circuits (IPFA), IEEE, Sep 2021. [doi] [Bibtex & Downloads]
In-situ SEM micromechanical experiments on Dual Damascene Copper test structures for investigation of interfacial properties of copper interconnects
Reference
Wieland Heyn, Hanno Melzner, Klaus Goller, Sergey Ananiev, Andre Clausner, Johannes Zechner, Ehrenfried Zschech, "In-situ SEM micromechanical experiments on Dual Damascene Copper test structures for investigation of interfacial properties of copper interconnects", In Proceeding: 2021 IEEE International Symposium on the Physical and Failure Analysis of Integrated Circuits (IPFA), IEEE, Sep 2021. [doi]
Bibtex
@inproceedings{Heyn_2021,
doi = {10.1109/ipfa53173.2021.9617276},
url = {https://doi.org/10.1109%2Fipfa53173.2021.9617276},
year = 2021,
month = {sep},
publisher = ,
author = {Wieland Heyn and Hanno Melzner and Klaus Goller and Sergey Ananiev and Andre Clausner and Johannes Zechner and Ehrenfried Zschech},
title = {In-situ {SEM} micromechanical experiments on Dual Damascene Copper test structures for investigation of interfacial properties of copper interconnects},
booktitle = {2021 {IEEE} International Symposium on the Physical and Failure Analysis of Integrated Circuits ({IPFA})}
}Downloads
No Downloads available for this publication
Permalink
- Adam Siemieniuk, Lorenzo Chelini, Asif Ali Khan, Jeronimo Castrillon, Andi Drebes, Henk Corporaal, Tobias Grosser, Martin Kong, "OCC: An Automated End-to-End Machine Learning Optimizing Compiler for Computing-In-Memory", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), IEEE Press, vol. 41, no. 6, pp. 1674-1686, Aug 2021. [doi] [Bibtex & Downloads]
OCC: An Automated End-to-End Machine Learning Optimizing Compiler for Computing-In-Memory
Reference
Adam Siemieniuk, Lorenzo Chelini, Asif Ali Khan, Jeronimo Castrillon, Andi Drebes, Henk Corporaal, Tobias Grosser, Martin Kong, "OCC: An Automated End-to-End Machine Learning Optimizing Compiler for Computing-In-Memory", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), IEEE Press, vol. 41, no. 6, pp. 1674-1686, Aug 2021. [doi]
Bibtex
@Article{khan_tcad21,
author = {Adam Siemieniuk and Lorenzo Chelini and Asif Ali Khan and Jeronimo Castrillon and Andi Drebes and Henk Corporaal and Tobias Grosser and Martin Kong},
journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD)},
title = {{OCC}: An Automated End-to-End Machine Learning Optimizing Compiler for Computing-In-Memory},
month = aug,
volume={41},
number={6},
pages={1674--1686},
numpages = {12 pp},
doi = {10.1109/TCAD.2021.3101464},
issn = {1937-4151},
url = {https://ieeexplore.ieee.org/document/9502921},
publisher = {IEEE Press},
year = {2021},
abstract = {Memristive devices promise an alternative approach toward non-Von Neumann architectures, where specific computational tasks are performed within the memory devices. In the machine learning (ML) domain, crossbar arrays of resistive devices have shown great promise for ML inference, as they allow for hardware acceleration of matrix multiplications. But, to enable widespread adoption of these novel architectures, it is critical to have an automatic compilation flow as opposed to relying on a manual mapping of specific kernels on the crossbar arrays. We demonstrate the programmability of memristor-based accelerators using the new compiler design principle of multilevel rewriting, where a hierarchy of abstractions lowers programs level-by-level and perform code transformations at the most suitable abstraction. In particular, we develop a prototype compiler, which progressively lowers a mathematical notation for tensor operations arising in ML workloads, to fixed-function memristor-based hardware blocks.},
}Downloads
2107_Khan_TCAD [PDF]
Related Paths
Permalink
- Zhiyong Wang, Lisa S. Walter, Mao Wang, Petko St. Petkov, Baokun Liang, Haoyuan Qi, Nguyen Ngan Nguyen, Mike Hambsch, Haixia Zhong, Mingchao Wang, SangWook Park, Lukas Renn, Kenji Watanabe, Takashi Taniguchi, Stefan C. B. Mannsfeld, Thomas Heine, Ute Kaiser, Shengqiang Zhou, Ralf Thomas Weitz, Xinliang Feng, Renhao Dong, "Interfacial Synthesis of Layer-Oriented 2D Conjugated Metal-Organic Framework Films toward Directional Charge Transport", In Journal of the American Chemical Society, American Chemical Society (ACS), Aug 2021. [doi] [Bibtex & Downloads]
Interfacial Synthesis of Layer-Oriented 2D Conjugated Metal-Organic Framework Films toward Directional Charge Transport
Reference
Zhiyong Wang, Lisa S. Walter, Mao Wang, Petko St. Petkov, Baokun Liang, Haoyuan Qi, Nguyen Ngan Nguyen, Mike Hambsch, Haixia Zhong, Mingchao Wang, SangWook Park, Lukas Renn, Kenji Watanabe, Takashi Taniguchi, Stefan C. B. Mannsfeld, Thomas Heine, Ute Kaiser, Shengqiang Zhou, Ralf Thomas Weitz, Xinliang Feng, Renhao Dong, "Interfacial Synthesis of Layer-Oriented 2D Conjugated Metal-Organic Framework Films toward Directional Charge Transport", In Journal of the American Chemical Society, American Chemical Society (ACS), Aug 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1021/jacs.1c05051},
url = {https://doi.org/10.1021%2Fjacs.1c05051},
year = 2021,
month = {aug},
publisher = {American Chemical Society ({ACS})},
author = {Zhiyong Wang and Lisa S. Walter and Mao Wang and Petko St. Petkov and Baokun Liang and Haoyuan Qi and Nguyen Ngan Nguyen and Mike Hambsch and Haixia Zhong and Mingchao Wang and SangWook Park and Lukas Renn and Kenji Watanabe and Takashi Taniguchi and Stefan C. B. Mannsfeld and Thomas Heine and Ute Kaiser and Shengqiang Zhou and Ralf Thomas Weitz and Xinliang Feng and Renhao Dong},
title = {Interfacial Synthesis of Layer-Oriented 2D Conjugated Metal-Organic Framework Films toward Directional Charge Transport},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Marco Ballabio, Tao Zhang, Chen Chen, Peng Zhang, Zhongquan Liao, Mike Hambsch, Stefan C. B. Mannsfeld, Ehrenfried Zschech, Henning Sirringhaus, Xinliang Feng, Mischa Bonn, Renhao Dong, Enrique Cánovas, "Band-like Charge Transport in Phytic Acid-Doped Polyaniline Thin Films", In Advanced Functional Materials, Wiley, pp. 2105184, Aug 2021. [doi] [Bibtex & Downloads]
Band-like Charge Transport in Phytic Acid-Doped Polyaniline Thin Films
Reference
Marco Ballabio, Tao Zhang, Chen Chen, Peng Zhang, Zhongquan Liao, Mike Hambsch, Stefan C. B. Mannsfeld, Ehrenfried Zschech, Henning Sirringhaus, Xinliang Feng, Mischa Bonn, Renhao Dong, Enrique Cánovas, "Band-like Charge Transport in Phytic Acid-Doped Polyaniline Thin Films", In Advanced Functional Materials, Wiley, pp. 2105184, Aug 2021. [doi]
Bibtex
@article{Ballabio_2021,
doi = {10.1002/adfm.202105184},
url = {https://doi.org/10.1002%2Fadfm.202105184},
year = 2021,
month = {aug},
publisher = {Wiley},
pages = {2105184},
author = {Marco Ballabio and Tao Zhang and Chen Chen and Peng Zhang and Zhongquan Liao and Mike Hambsch and Stefan C. B. Mannsfeld and Ehrenfried Zschech and Henning Sirringhaus and Xinliang Feng and Mischa Bonn and Renhao Dong and Enrique C{\'{a}}novas},
title = {Band-like Charge Transport in Phytic Acid-Doped Polyaniline Thin Films},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Permalink
- Rishi Shivhare, Gareth John Moore, Andreas Hofacker, Sebastian Hutsch, Yufei Zhong, Mike Hambsch, Tim Erdmann, Anton Kiriy, Stefan C. B. Mannsfeld, Frank Ortmann, Natalie Banerji, "Short Excited-State Lifetimes Mediate Charge-Recombination Losses in Organic Solar Cell Blends with Low Charge-Transfer Driving Force", In Advanced Materials, Wiley, pp. 2101784, Aug 2021. [doi] [Bibtex & Downloads]
Short Excited-State Lifetimes Mediate Charge-Recombination Losses in Organic Solar Cell Blends with Low Charge-Transfer Driving Force
Reference
Rishi Shivhare, Gareth John Moore, Andreas Hofacker, Sebastian Hutsch, Yufei Zhong, Mike Hambsch, Tim Erdmann, Anton Kiriy, Stefan C. B. Mannsfeld, Frank Ortmann, Natalie Banerji, "Short Excited-State Lifetimes Mediate Charge-Recombination Losses in Organic Solar Cell Blends with Low Charge-Transfer Driving Force", In Advanced Materials, Wiley, pp. 2101784, Aug 2021. [doi]
Bibtex
@article{Shivhare_2021,
doi = {10.1002/adma.202101784},
url = {https://doi.org/10.1002%2Fadma.202101784},
year = 2021,
month = {aug},
publisher = {Wiley},
pages = {2101784},
author = {Rishi Shivhare and Gareth John Moore and Andreas Hofacker and Sebastian Hutsch and Yufei Zhong and Mike Hambsch and Tim Erdmann and Anton Kiriy and Stefan C. B. Mannsfeld and Frank Ortmann and Natalie Banerji},
title = {Short Excited-State Lifetimes Mediate Charge-Recombination Losses in Organic Solar Cell Blends with Low Charge-Transfer Driving Force},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Permalink
- Tom Mauersberger, Jens Trommer, Saurabh Sharma, Martin Knaut, Darius Pohl, Bernd Rellinghaus, Thomas Mikolajick, André Heinzig, "Single-step reactive ion etching process for device integration of hafnium-zirconium-oxide (HZO)/titanium nitride (TiN) stacks", In Semiconductor Science and Technology, IOP Publishing, vol. 36, no. 9, pp. 095025, Aug 2021. [doi] [Bibtex & Downloads]
Single-step reactive ion etching process for device integration of hafnium-zirconium-oxide (HZO)/titanium nitride (TiN) stacks
Reference
Tom Mauersberger, Jens Trommer, Saurabh Sharma, Martin Knaut, Darius Pohl, Bernd Rellinghaus, Thomas Mikolajick, André Heinzig, "Single-step reactive ion etching process for device integration of hafnium-zirconium-oxide (HZO)/titanium nitride (TiN) stacks", In Semiconductor Science and Technology, IOP Publishing, vol. 36, no. 9, pp. 095025, Aug 2021. [doi]
Bibtex
@article{Mauersberger_2021,
doi = {10.1088/1361-6641/ac1827},
url = {https://doi.org/10.1088%2F1361-6641%2Fac1827},
year = 2021,
month = {aug},
publisher = {{IOP} Publishing},
volume = {36},
number = {9},
pages = {095025},
author = {Tom Mauersberger and Jens Trommer and Saurabh Sharma and Martin Knaut and Darius Pohl and Bernd Rellinghaus and Thomas Mikolajick and Andr{\'{e}} Heinzig},
title = {Single-step reactive ion etching process for device integration of hafnium-zirconium-oxide ({HZO})/titanium nitride ({TiN}) stacks},
journal = {Semiconductor Science and Technology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Elia Turco, Shantanu Mishra, Jason Melidonie, Kristjan Eimre, Sebastian Obermann, Carlo A. Pignedoli, Roman Fasel, Xinliang Feng, Pascal Ruffieux, "On-Surface Synthesis and Characterization of Super-nonazethrene", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 12, no. 34, pp. 8314–8319, Aug 2021. [doi] [Bibtex & Downloads]
On-Surface Synthesis and Characterization of Super-nonazethrene
Reference
Elia Turco, Shantanu Mishra, Jason Melidonie, Kristjan Eimre, Sebastian Obermann, Carlo A. Pignedoli, Roman Fasel, Xinliang Feng, Pascal Ruffieux, "On-Surface Synthesis and Characterization of Super-nonazethrene", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 12, no. 34, pp. 8314–8319, Aug 2021. [doi]
Bibtex
@article{Turco_2021,
doi = {10.1021/acs.jpclett.1c02381},
url = {https://doi.org/10.1021%2Facs.jpclett.1c02381},
year = 2021,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {34},
pages = {8314--8319},
author = {Elia Turco and Shantanu Mishra and Jason Melidonie and Kristjan Eimre and Sebastian Obermann and Carlo A. Pignedoli and Roman Fasel and Xinliang Feng and Pascal Ruffieux},
title = {On-Surface Synthesis and Characterization of Super-nonazethrene},
journal = {The Journal of Physical Chemistry Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Suresh Nambi, Salim Ullah, Siva Satyendra Sahoo, Aditya Lohana, Farhad Merchant, Akash Kumar, "ExPAN(N)D: Exploring Posits for Efficient Artificial Neural Network Design in FPGA-based Systems", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, July 2021. [doi] [Bibtex & Downloads]
ExPAN(N)D: Exploring Posits for Efficient Artificial Neural Network Design in FPGA-based Systems
Reference
Suresh Nambi, Salim Ullah, Siva Satyendra Sahoo, Aditya Lohana, Farhad Merchant, Akash Kumar, "ExPAN(N)D: Exploring Posits for Efficient Artificial Neural Network Design in FPGA-based Systems", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, July 2021. [doi]
Bibtex
@article{Nambi_2021,
doi = {10.1109/access.2021.3098730},
url = {https://doi.org/10.1109%2Faccess.2021.3098730},
year = 2021,
month = {July},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Suresh Nambi and Salim Ullah and Siva Satyendra Sahoo and Aditya Lohana and Farhad Merchant and Akash Kumar},
title = {{ExPAN}(N)D: Exploring Posits for Efficient Artificial Neural Network Design in {FPGA}-based Systems},
journal = {{IEEE} Access}
}Downloads
ExPANND_Exploring_Posits_for_Efficient_Artificial_Neural_Network_Design_in_FPGA-based_Systems [PDF]
Related Paths
Permalink
- Christian Hakert, Asif Ali Khan, Kuan-Hsun Chen, Fazal Hameed, Jeronimo Castrillon, Jian-Jia Chen, "BLOwing Trees to the Ground: Layout Optimization of Decision Trees on Racetrack Memory", Proceedings of the 58th Annual Design Automation Conference (DAC'21), ACM, pp. 1111–1116, Jul 2021. [doi] [Bibtex & Downloads]
BLOwing Trees to the Ground: Layout Optimization of Decision Trees on Racetrack Memory
Reference
Christian Hakert, Asif Ali Khan, Kuan-Hsun Chen, Fazal Hameed, Jeronimo Castrillon, Jian-Jia Chen, "BLOwing Trees to the Ground: Layout Optimization of Decision Trees on Racetrack Memory", Proceedings of the 58th Annual Design Automation Conference (DAC'21), ACM, pp. 1111–1116, Jul 2021. [doi]
Bibtex
@InProceedings{khan_dac21,
author = {Christian Hakert and Asif Ali Khan and Kuan-Hsun Chen and Fazal Hameed and Jeronimo Castrillon and Jian-Jia Chen},
booktitle = {Proceedings of the 58th Annual Design Automation Conference (DAC'21)},
title = {{BLO}wing Trees to the Ground: Layout Optimization of Decision Trees on Racetrack Memory},
doi = {10.1109/DAC18074.2021.9586167},
location = {San Francisco, California},
pages = {1111--1116},
series = {DAC '21},
url = {https://ieeexplore.ieee.org/document/9586167},
publisher = {ACM},
month = jul,
year = {2021},
}Downloads
2112_Hakert_DAC [PDF]
Permalink
- S. Ullah, S. S. Sahoo, A. Kumar, "CLAppED: A Design Framework for Implementing Cross-Layer Approximation in FPGA-based Embedded Systems", In Proceeding: 2021 58th ACM/IEEE Design Automation Conference (DAC), pp. 1-6, Jul 2021. [Bibtex & Downloads]
CLAppED: A Design Framework for Implementing Cross-Layer Approximation in FPGA-based Embedded Systems
Reference
S. Ullah, S. S. Sahoo, A. Kumar, "CLAppED: A Design Framework for Implementing Cross-Layer Approximation in FPGA-based Embedded Systems", In Proceeding: 2021 58th ACM/IEEE Design Automation Conference (DAC), pp. 1-6, Jul 2021.
Bibtex
@INPROCEEDINGS{clapped,
author={S. {Ullah} and S. S. {Sahoo} and A. {Kumar}},
booktitle={2021 58th ACM/IEEE Design Automation Conference (DAC)},
title={CLAppED: A Design Framework for Implementing Cross-Layer Approximation in FPGA-based Embedded Systems},
year={2021},
month={jul},
volume={},
number={},
pages={1-6}
}Downloads
CLAppED_A_Design_Framework_for_Implementing_Cross-Layer_Approximation_in_FPGA-based_Embedded_Systems [PDF]
Permalink
- Andr'es Goens, Jeronimo Castrillon, "Embeddings of Task Mappings to Multicore Systems", Proceedings of the 21st IEEE International Conference on Embedded Computer Systems: Architectures Modeling and Simulation (SAMOS), Springer-Verlag, pp. 161–176, Berlin, Heidelberg, Jul 2021. [doi] [Bibtex & Downloads]
Embeddings of Task Mappings to Multicore Systems
Reference
Andr'es Goens, Jeronimo Castrillon, "Embeddings of Task Mappings to Multicore Systems", Proceedings of the 21st IEEE International Conference on Embedded Computer Systems: Architectures Modeling and Simulation (SAMOS), Springer-Verlag, pp. 161–176, Berlin, Heidelberg, Jul 2021. [doi]
Abstract
The problem of finding good mappings is central to designing and executing applications efficiently in embedded systems. In heterogeneous multicores, which are ubiquitous today, this problem yields an intractably large design space of possible mappings. Most methods explore this space using heuristics, many of which implicitly use geometric notions in mappings. In this paper we explore the geometry of the mapping problem explicitly, for finding embeddings of the mapping space that capture its structure. This allows us to formulate new mapping strategies by leveraging the geometry of the mapping space, as well as improving existing heuristics that do so implicitly. We evaluate our approach on a novel mapping heuristic based on gradient descent, as well as multiple existing meta-heuristics. For complex architectures, our methods improved the results of established exploration meta-heuristics by about an order of magnitude in average.
Bibtex
@InProceedings{goens_samos21,
author = {Andrés Goens and Jeronimo Castrillon},
booktitle = {Proceedings of the 21st IEEE International Conference on Embedded Computer Systems: Architectures Modeling and Simulation (SAMOS)},
date = {2021-07},
title = {Embeddings of Task Mappings to Multicore Systems},
doi = {10.1007/978-3-031-04580-6_11},
isbn = {978-3-031-04579-0},
location = {Samos, Greece},
organization = {IEEE},
pages = {161--176},
publisher = {Springer-Verlag},
url = {https://doi.org/10.1007/978-3-031-04580-6_11},
abstract = {The problem of finding good mappings is central to designing and executing applications efficiently in embedded systems. In heterogeneous multicores, which are ubiquitous today, this problem yields an intractably large design space of possible mappings. Most methods explore this space using heuristics, many of which implicitly use geometric notions in mappings. In this paper we explore the geometry of the mapping problem explicitly, for finding embeddings of the mapping space that capture its structure. This allows us to formulate new mapping strategies by leveraging the geometry of the mapping space, as well as improving existing heuristics that do so implicitly. We evaluate our approach on a novel mapping heuristic based on gradient descent, as well as multiple existing meta-heuristics. For complex architectures, our methods improved the results of established exploration meta-heuristics by about an order of magnitude in average.},
address = {Berlin, Heidelberg},
month = jul,
numpages = {16},
year = {2021},
}Downloads
2107_Goens_SAMOS [PDF]
Related Paths
Permalink
- Shubham Rai, Pallab Nath, Ansh Rupani, Santosh Kumar Vishvakarma, Akash Kumar, "A Survey of FPGA Logic Cell Designs in the Light of Emerging Technologies", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), vol. 9, pp. 91564–91574, 2021. [doi] [Bibtex & Downloads]
A Survey of FPGA Logic Cell Designs in the Light of Emerging Technologies
Reference
Shubham Rai, Pallab Nath, Ansh Rupani, Santosh Kumar Vishvakarma, Akash Kumar, "A Survey of FPGA Logic Cell Designs in the Light of Emerging Technologies", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), vol. 9, pp. 91564–91574, 2021. [doi]
Bibtex
@article{Rai_2021,
doi = {10.1109/access.2021.3092167},
url = {https://doi.org/10.1109%2Faccess.2021.3092167},
year = 2021,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {9},
pages = {91564--91574},
author = {Shubham Rai and Pallab Nath and Ansh Rupani and Santosh Kumar Vishvakarma and Akash Kumar},
title = {A Survey of {FPGA} Logic Cell Designs in the Light of Emerging Technologies},
journal = {{IEEE} Access}
}Downloads
survey_FPGA_IEEE_access [PDF]
Permalink
- Jeronimo Castrillon, "Domain specific languages to tame heterogeneous and emerging computing systems", In ACM SIGHPC conference Platform for Advanced Scientific Computing PASC'21 (keynote), Jul 2021. [Bibtex & Downloads]
Domain specific languages to tame heterogeneous and emerging computing systems
Reference
Jeronimo Castrillon, "Domain specific languages to tame heterogeneous and emerging computing systems", In ACM SIGHPC conference Platform for Advanced Scientific Computing PASC'21 (keynote), Jul 2021.
Abstract
Programming heterogeneous computing systems is still a daunting task that will become even more challenging with the advent of emerging computer architectures. This complexity will make it harder to democratize high-performance computing, which already today highly relies on expert programmers to write efficient parallel code. This talk discusses domain specific languages (DSLs) as a promising avenue to tame heterogeneity for non-expert programmers. The high-level semantics in DSLs improves productivity while enabling coarser-grained optimization and safer code generation. Examples are provided from the domains of big-data, physics simulations and machine learning. The talk closes with insights on how compilers can leverage the high-level semantics of DSLs to optimize for emerging memory technologies.
Bibtex
@Misc{castrillon_pasc21,
author = {Castrillon, Jeronimo},
title = {Domain specific languages to tame heterogeneous and emerging computing systems},
howpublished = {ACM SIGHPC conference Platform for Advanced Scientific Computing PASC'21 (keynote)},
location = {Geneva (virtual), Switzerland},
abstract = {Programming heterogeneous computing systems is still a daunting task that will become even more challenging with the advent of emerging computer architectures. This complexity will make it harder to democratize high-performance computing, which already today highly relies on expert programmers to write efficient parallel code. This talk discusses domain specific languages (DSLs) as a promising avenue to tame heterogeneity for non-expert programmers. The high-level semantics in DSLs improves productivity while enabling coarser-grained optimization and safer code generation. Examples are provided from the domains of big-data, physics simulations and machine learning. The talk closes with insights on how compilers can leverage the high-level semantics of DSLs to optimize for emerging memory technologies.},
month = jul,
year = {2021},
}Downloads
210709_castrillon_PASC-sent [PDF]
Related Paths
Permalink
- Andr'es Goens, Timo Nicolai, Jeronimo Castrillon, "mpsym: Improving Design-Space Exploration of Clustered Manycores with Arbitrary Topologies", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), IEEE Press, vol. 41, no. 6, pp. 1592-1605, Jul 2021. [doi] [Bibtex & Downloads]
mpsym: Improving Design-Space Exploration of Clustered Manycores with Arbitrary Topologies
Reference
Andr'es Goens, Timo Nicolai, Jeronimo Castrillon, "mpsym: Improving Design-Space Exploration of Clustered Manycores with Arbitrary Topologies", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), IEEE Press, vol. 41, no. 6, pp. 1592-1605, Jul 2021. [doi]
Bibtex
@Article{goens_tcad21,
author = {Andrés Goens and Timo Nicolai and Jeronimo Castrillon},
date = {2021-07},
journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD)},
title = {mpsym: Improving Design-Space Exploration of Clustered Manycores with Arbitrary Topologies},
month = jul,
numpages = {14 pp},
volume={41},
number={6},
pages={1592-1605},
doi = {10.1109/TCAD.2021.3102512},
issn = {1937-4151},
url = {https://ieeexplore.ieee.org/document/9506807},
publisher = {IEEE Press},
year = {2021},
}Downloads
2107_Goens_TCAD [PDF]
Permalink
- Benny Böhm, Lorenzo Fallarino, Darius Pohl, Bernd Rellinghaus, Olav Hellwig, "Noncollinear Remanent Textures Induced by Surface Spin Flop in Synthetic Antiferromagnets with Perpendicular Anisotropy", In Phys. Rev. Applied, American Physical Society, vol. 16, pp. 014028, Jul 2021. [doi] [Bibtex & Downloads]
Noncollinear Remanent Textures Induced by Surface Spin Flop in Synthetic Antiferromagnets with Perpendicular Anisotropy
Reference
Benny Böhm, Lorenzo Fallarino, Darius Pohl, Bernd Rellinghaus, Olav Hellwig, "Noncollinear Remanent Textures Induced by Surface Spin Flop in Synthetic Antiferromagnets with Perpendicular Anisotropy", In Phys. Rev. Applied, American Physical Society, vol. 16, pp. 014028, Jul 2021. [doi]
Bibtex
@article{PhysRevApplied.16.014028,
title = {Noncollinear Remanent Textures Induced by Surface Spin Flop in Synthetic Antiferromagnets with Perpendicular Anisotropy},
author = {B\"ohm, Benny and Fallarino, Lorenzo and Pohl, Darius and Rellinghaus, Bernd and Hellwig, Olav},
journal = {Phys. Rev. Applied},
volume = {16},
issue = {1},
pages = {014028},
numpages = {8},
year = {2021},
month = {Jul},
publisher = {American Physical Society},
doi = {10.1103/PhysRevApplied.16.014028},
url = {https://link.aps.org/doi/10.1103/PhysRevApplied.16.014028}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nara Shin, Karl Sebastian Schellhammer, Min Ho Lee, Jakob Zessin, Mike Hambsch, Alberto Salleo, Frank Ortmann, Stefan C. B. Mannsfeld, "Electronic Doping and Enhancement of n-Channel Polycrystalline OFET Performance through Gate Oxide Modifications with Aminosilanes", In Advanced Materials Interfaces, Wiley, pp. 2100320, Jul 2021. [doi] [Bibtex & Downloads]
Electronic Doping and Enhancement of n-Channel Polycrystalline OFET Performance through Gate Oxide Modifications with Aminosilanes
Reference
Nara Shin, Karl Sebastian Schellhammer, Min Ho Lee, Jakob Zessin, Mike Hambsch, Alberto Salleo, Frank Ortmann, Stefan C. B. Mannsfeld, "Electronic Doping and Enhancement of n-Channel Polycrystalline OFET Performance through Gate Oxide Modifications with Aminosilanes", In Advanced Materials Interfaces, Wiley, pp. 2100320, Jul 2021. [doi]
Bibtex
@article{Shin_2021,
doi = {10.1002/admi.202100320},
url = {https://doi.org/10.1002%2Fadmi.202100320},
year = 2021,
month = {jul},
publisher = {Wiley},
pages = {2100320},
author = {Nara Shin and Karl Sebastian Schellhammer and Min Ho Lee and Jakob Zessin and Mike Hambsch and Alberto Salleo and Frank Ortmann and Stefan C. B. Mannsfeld},
title = {Electronic Doping and Enhancement of n-Channel Polycrystalline {OFET} Performance through Gate Oxide Modifications with Aminosilanes},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Changsoon Cho, Tobias Antrack, Martin Kroll, Qingzhi An, Toni R. Bärschneider, Axel Fischer, Stefan Meister, Yana Vaynzof, Karl Leo, "Electrical Pumping of Perovskite Diodes: Toward Stimulated Emission", In Advanced Science, Wiley, pp. 2101663, Jul 2021. [doi] [Bibtex & Downloads]
Electrical Pumping of Perovskite Diodes: Toward Stimulated Emission
Reference
Changsoon Cho, Tobias Antrack, Martin Kroll, Qingzhi An, Toni R. Bärschneider, Axel Fischer, Stefan Meister, Yana Vaynzof, Karl Leo, "Electrical Pumping of Perovskite Diodes: Toward Stimulated Emission", In Advanced Science, Wiley, pp. 2101663, Jul 2021. [doi]
Bibtex
@article{Cho_2021,
doi = {10.1002/advs.202101663},
url = {https://doi.org/10.1002%2Fadvs.202101663},
year = 2021,
month = {jul},
publisher = {Wiley},
pages = {2101663},
author = {Changsoon Cho and Tobias Antrack and Martin Kroll and Qingzhi An and Toni R. Bärschneider and Axel Fischer and Stefan Meister and Yana Vaynzof and Karl Leo},
title = {Electrical Pumping of Perovskite Diodes: Toward Stimulated Emission},
journal = {Advanced Science}
}Downloads
No Downloads available for this publication
Permalink
- Qingzhi An, Leonie Vieler, Katelyn P. Goetz, Oscar Telschow, Yvonne J. Hofstetter, Robin Buschbeck, Alexander D. Taylor, Yana Vaynzof, "Effect of Antisolvent Application Rate on Film Formation and Photovoltaic Performance of Methylammonium-Free Perovskite Solar Cells", In Advanced Energy and Sustainability Research, Wiley, pp. 2100061, Jul 2021. [doi] [Bibtex & Downloads]
Effect of Antisolvent Application Rate on Film Formation and Photovoltaic Performance of Methylammonium-Free Perovskite Solar Cells
Reference
Qingzhi An, Leonie Vieler, Katelyn P. Goetz, Oscar Telschow, Yvonne J. Hofstetter, Robin Buschbeck, Alexander D. Taylor, Yana Vaynzof, "Effect of Antisolvent Application Rate on Film Formation and Photovoltaic Performance of Methylammonium-Free Perovskite Solar Cells", In Advanced Energy and Sustainability Research, Wiley, pp. 2100061, Jul 2021. [doi]
Bibtex
@article{An_2021,
doi = {10.1002/aesr.202100061},
url = {https://doi.org/10.1002%2Faesr.202100061},
year = 2021,
month = {jul},
publisher = {Wiley},
pages = {2100061},
author = {Qingzhi An and Leonie Vieler and Katelyn P. Goetz and Oscar Telschow and Yvonne J. Hofstetter and Robin Buschbeck and Alexander D. Taylor and Yana Vaynzof},
title = {Effect of Antisolvent Application Rate on Film Formation and Photovoltaic Performance of Methylammonium-Free Perovskite Solar Cells},
journal = {Advanced Energy and Sustainability Research}
}Downloads
No Downloads available for this publication
Permalink
- Mingchao Wang, Zhe Zhang, Haixia Zhong, Xing Huang, Wei Li, Mike Hambsch, Panpan Zhang, Zhiyong Wang, Petko St. Petkov, Thomas Heine, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 34, pp. 18666–18672, Jul 2021. [doi] [Bibtex & Downloads]
Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing
Reference
Mingchao Wang, Zhe Zhang, Haixia Zhong, Xing Huang, Wei Li, Mike Hambsch, Panpan Zhang, Zhiyong Wang, Petko St. Petkov, Thomas Heine, Stefan C. B. Mannsfeld, Xinliang Feng, Renhao Dong, "Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 34, pp. 18666–18672, Jul 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1002/anie.202104461},
url = {https://doi.org/10.1002%2Fanie.202104461},
year = 2021,
month = {jul},
publisher = {Wiley},
volume = {60},
number = {34},
pages = {18666--18672},
author = {Mingchao Wang and Zhe Zhang and Haixia Zhong and Xing Huang and Wei Li and Mike Hambsch and Panpan Zhang and Zhiyong Wang and Petko St. Petkov and Thomas Heine and Stefan C. B. Mannsfeld and Xinliang Feng and Renhao Dong},
title = {Surface-Modified Phthalocyanine-Based Two-Dimensional Conjugated Metal-Organic Framework Films for Polarity-Selective Chemiresistive Sensing},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Huan Yang, Yixuan Gao, Wenhui Niu, Xiao Chang, Li Huang, Junzhi Liu, Yiyong Mai, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Fabrication of sulfur-doped cove-edged graphene nanoribbons on Au(111)\ast", In Chinese Physics B, IOP Publishing, vol. 30, no. 7, pp. 077306, Jul 2021. [doi] [Bibtex & Downloads]
Fabrication of sulfur-doped cove-edged graphene nanoribbons on Au(111)\ast
Reference
Huan Yang, Yixuan Gao, Wenhui Niu, Xiao Chang, Li Huang, Junzhi Liu, Yiyong Mai, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Fabrication of sulfur-doped cove-edged graphene nanoribbons on Au(111)\ast", In Chinese Physics B, IOP Publishing, vol. 30, no. 7, pp. 077306, Jul 2021. [doi]
Bibtex
@article{Yang_2021,
doi = {10.1088/1674-1056/abfbd0},
url = {https://doi.org/10.1088%2F1674-1056%2Fabfbd0},
year = 2021,
month = {jul},
publisher = {{IOP} Publishing},
volume = {30},
number = {7},
pages = {077306},
author = {Huan Yang and Yixuan Gao and Wenhui Niu and Xiao Chang and Li Huang and Junzhi Liu and Yiyong Mai and Xinliang Feng and Shixuan Du and Hong-Jun Gao},
title = {Fabrication of sulfur-doped cove-edged graphene nanoribbons on Au(111){\ast}},
journal = {Chinese Physics B}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Lokamani, Jeffrey Kelling, Robin Ohmann, Jörg Meyer, Tim Kühne, Gianaurelio Cuniberti, Jannic Wolf, Guido Juckeland, Thomas Huhn, Peter Zahn, Francesca Moresco, Sibylle Gemming, "Describing chain-like assembly of ethoxygroup-functionalized organic molecules on Au(111) using high-throughput simulations", In Scientific Reports, Springer Science and Business Media LLC, vol. 11, no. 1, Jul 2021. [doi] [Bibtex & Downloads]
Describing chain-like assembly of ethoxygroup-functionalized organic molecules on Au(111) using high-throughput simulations
Reference
Lokamani, Jeffrey Kelling, Robin Ohmann, Jörg Meyer, Tim Kühne, Gianaurelio Cuniberti, Jannic Wolf, Guido Juckeland, Thomas Huhn, Peter Zahn, Francesca Moresco, Sibylle Gemming, "Describing chain-like assembly of ethoxygroup-functionalized organic molecules on Au(111) using high-throughput simulations", In Scientific Reports, Springer Science and Business Media LLC, vol. 11, no. 1, Jul 2021. [doi]
Bibtex
@article{Lokamani_2021,
doi = {10.1038/s41598-021-93724-5},
url = {https://doi.org/10.1038%2Fs41598-021-93724-5},
year = 2021,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Lokamani and Jeffrey Kelling and Robin Ohmann and Jörg Meyer and Tim Kühne and Gianaurelio Cuniberti and Jannic Wolf and Guido Juckeland and Thomas Huhn and Peter Zahn and Francesca Moresco and Sibylle Gemming},
title = {Describing chain-like assembly of ethoxygroup-functionalized organic molecules on Au(111) using high-throughput simulations},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Permalink
- Mino Borrelli, Christine Joy Querebillo, Dominik L. Pastoetter, Tao Wang, Alberto Milani, Carlo Casari, Hoang Khoa Ly, Fan He, Yang Hou, Christof Neumann, Andrey Turchanin, Hanjun Sun, Inez M. Weidinger, Xinliang Feng, "Thiophene-Based Conjugated Acetylenic Polymers with Dual Active Sites for Efficient Co-Catalyst-Free Photoelectrochemical Water Reduction in Alkaline Medium", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 34, pp. 18876–18881, Jul 2021. [doi] [Bibtex & Downloads]
Thiophene-Based Conjugated Acetylenic Polymers with Dual Active Sites for Efficient Co-Catalyst-Free Photoelectrochemical Water Reduction in Alkaline Medium
Reference
Mino Borrelli, Christine Joy Querebillo, Dominik L. Pastoetter, Tao Wang, Alberto Milani, Carlo Casari, Hoang Khoa Ly, Fan He, Yang Hou, Christof Neumann, Andrey Turchanin, Hanjun Sun, Inez M. Weidinger, Xinliang Feng, "Thiophene-Based Conjugated Acetylenic Polymers with Dual Active Sites for Efficient Co-Catalyst-Free Photoelectrochemical Water Reduction in Alkaline Medium", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 34, pp. 18876–18881, Jul 2021. [doi]
Bibtex
@article{Borrelli_2021,
doi = {10.1002/anie.202104469},
url = {https://doi.org/10.1002%2Fanie.202104469},
year = 2021,
month = {jul},
publisher = {Wiley},
volume = {60},
number = {34},
pages = {18876--18881},
author = {Mino Borrelli and Christine Joy Querebillo and Dominik L. Pastoetter and Tao Wang and Alberto Milani and Carlo Casari and Hoang Khoa Ly and Fan He and Yang Hou and Christof Neumann and Andrey Turchanin and Hanjun Sun and Inez M. Weidinger and Xinliang Feng},
title = {Thiophene-Based Conjugated Acetylenic Polymers with Dual Active Sites for Efficient Co-Catalyst-Free Photoelectrochemical Water Reduction in Alkaline Medium},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jeronimo Castrillon, Felix Wittwer, Karl Friebel, Gerald Hempel, Burkhard Ringlein, Stephanie Soldavini, Christian Pilato, Mattia Tibaldi, Fabrizio Ferrandi, Stanislav Böhm, Francesco Regazzoni, Kartik Nayak, "EVEREST: Definition of the compilation framework", Technical report, EVEREST consortium, Jul 2021. [Bibtex & Downloads]
EVEREST: Definition of the compilation framework
Reference
Jeronimo Castrillon, Felix Wittwer, Karl Friebel, Gerald Hempel, Burkhard Ringlein, Stephanie Soldavini, Christian Pilato, Mattia Tibaldi, Fabrizio Ferrandi, Stanislav Böhm, Francesco Regazzoni, Kartik Nayak, "EVEREST: Definition of the compilation framework", Technical report, EVEREST consortium, Jul 2021.
Bibtex
@Report{castrillon_everestD4.1_2021,
author = {Jeronimo Castrillon and Felix Wittwer and Karl Friebel and Gerald Hempel and Burkhard Ringlein and Stephanie Soldavini and Christian Pilato and Mattia Tibaldi and Fabrizio Ferrandi and Stanislav B{\"o}hm and Francesco Regazzoni and Kartik Nayak},
institution = {EVEREST consortium},
title = {{EVEREST}: Definition of the compilation framework},
type = {techreport},
url = {https://drive.switch.ch/index.php/s/3lloP4p1ukGUdJx},
month = jul,
year = {2021},
}Downloads
2107_Castrillon-Everest-D4 [1]
Permalink
- Salim Ullah, Tuan Duy Anh Nguyen, Akash Kumar, "Energy-Efficient Low-Latency Signed Multiplier for FPGA-Based Hardware Accelerators", In IEEE Embedded Systems Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 13, no. 2, pp. 41–44, Jun 2021. [doi] [Bibtex & Downloads]
Energy-Efficient Low-Latency Signed Multiplier for FPGA-Based Hardware Accelerators
Reference
Salim Ullah, Tuan Duy Anh Nguyen, Akash Kumar, "Energy-Efficient Low-Latency Signed Multiplier for FPGA-Based Hardware Accelerators", In IEEE Embedded Systems Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 13, no. 2, pp. 41–44, Jun 2021. [doi]
Bibtex
@article{Ullah_2021,
doi = {10.1109/les.2020.2995053},
url = {https://doi.org/10.1109%2Fles.2020.2995053},
year = 2021,
month = {jun},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {13},
number = {2},
pages = {41--44},
author = {Salim Ullah and Tuan Duy Anh Nguyen and Akash Kumar},
title = {Energy-Efficient Low-Latency Signed Multiplier for {FPGA}-Based Hardware Accelerators},
journal = {{IEEE} Embedded Systems Letters}
}Downloads
ESL_acc_multiplier [PDF]
Permalink
- Nesrine Khouzami, Lars Schütze, Pietro Incardona, Landfried Kraaz, Tina Subic, Jeronimo Castrillon, Ivo F. Sbalzarini, "The OpenPME Problem Solving Environment for Numerical Simulations", In Proceeding: International Conference on Computational Science (ICCS'21) (Paszynski, Maciej and Kranzlmüller, Dieter and Krzhizhanovskaya, Valeria V. and Dongarra, Jack J. and Sloot, Peter M. A.), Springer International Publishing, pp. 614–627, Cham, Jun 2021. [doi] [Bibtex & Downloads]
The OpenPME Problem Solving Environment for Numerical Simulations
Reference
Nesrine Khouzami, Lars Schütze, Pietro Incardona, Landfried Kraaz, Tina Subic, Jeronimo Castrillon, Ivo F. Sbalzarini, "The OpenPME Problem Solving Environment for Numerical Simulations", In Proceeding: International Conference on Computational Science (ICCS'21) (Paszynski, Maciej and Kranzlmüller, Dieter and Krzhizhanovskaya, Valeria V. and Dongarra, Jack J. and Sloot, Peter M. A.), Springer International Publishing, pp. 614–627, Cham, Jun 2021. [doi]
Abstract
We introduce OpenPME, the Open Particle-Mesh Environment, a problem solving environment that provides a Domain Specific Language (DSL) for numerical simulations in scientific computing. It is built atop a domain metamodel that is general enough to cover the main types of numerical simulations: simulations using particles, meshes, and hybrid combinations of particles and meshes. Using model-to-model transformations, OpenPME generates code against the state-of-the-art C++ parallel computing library OpenFPM. This effectively lowers the programming barrier and enables users to implement scalable simulation codes for high-performance computing (HPC) systems using high-level abstractions. Plenty of recent research has shown that higher-level abstractions and problem solving environments are well suited to alleviate low-level implementation overhead. We demonstrate this for OpenPME and its compiler on three different test cases—particle-based, mesh-based, and hybrid particle-mesh—showing up to 7-fold reduction in the number of lines of code compared to a direct OpenFPM implementation in C++.
Bibtex
@InProceedings{khouzami_iccs21,
author = {Nesrine Khouzami and Lars Sch{\"u}tze and Pietro Incardona and Landfried Kraaz and Tina Subic and Jeronimo Castrillon and Ivo F. Sbalzarini},
booktitle = {International Conference on Computational Science (ICCS'21)},
title = {The OpenPME Problem Solving Environment for Numerical Simulations},
doi = {10.1007/978-3-030-77961-0_49},
editor = {Paszynski, Maciej and Kranzlm{\"u}ller, Dieter and Krzhizhanovskaya, Valeria V. and Dongarra, Jack J. and Sloot, Peter M. A.},
isbn = {978-3-030-77961-0},
location = {Krakow (virtual), Poland},
organization = {Springer},
pages = {614--627},
publisher = {Springer International Publishing},
url = {https://link.springer.com/chapter/10.1007%2F978-3-030-77961-0_49},
abstract = {We introduce OpenPME, the Open Particle-Mesh Environment, a problem solving environment that provides a Domain Specific Language (DSL) for numerical simulations in scientific computing. It is built atop a domain metamodel that is general enough to cover the main types of numerical simulations: simulations using particles, meshes, and hybrid combinations of particles and meshes. Using model-to-model transformations, OpenPME generates code against the state-of-the-art C++ parallel computing library OpenFPM. This effectively lowers the programming barrier and enables users to implement scalable simulation codes for high-performance computing (HPC) systems using high-level abstractions. Plenty of recent research has shown that higher-level abstractions and problem solving environments are well suited to alleviate low-level implementation overhead. We demonstrate this for OpenPME and its compiler on three different test cases---particle-based, mesh-based, and hybrid particle-mesh---showing up to 7-fold reduction in the number of lines of code compared to a direct OpenFPM implementation in C++.},
address = {Cham},
month = jun,
numpages = {14},
year = {2021},
}Downloads
2106_Khouzami_ICCS [PDF]
Related Paths
Permalink
- Siva Satyendra Sahoo, Akhil Raj Baranwal, Salim Ullah, Akash Kumar, "MemOReL: A Memory-Oriented Optimization Approach to Reinforcement Learning on FPGA-Based Embedded Systems", Association for Computing Machinery, pp. 339–346, New York, NY, USA, June 2021. [doi] [Bibtex & Downloads]
MemOReL: A Memory-Oriented Optimization Approach to Reinforcement Learning on FPGA-Based Embedded Systems
Reference
Siva Satyendra Sahoo, Akhil Raj Baranwal, Salim Ullah, Akash Kumar, "MemOReL: A Memory-Oriented Optimization Approach to Reinforcement Learning on FPGA-Based Embedded Systems", Association for Computing Machinery, pp. 339–346, New York, NY, USA, June 2021. [doi]
Bibtex
@inproceedings{10.1145/3453688.3461533,
author = {Sahoo, Siva Satyendra and Baranwal, Akhil Raj and Ullah, Salim and Kumar, Akash},
title = {MemOReL: A Memory-Oriented Optimization Approach to Reinforcement Learning on FPGA-Based Embedded Systems},
year = {2021},
month={June},
isbn = {9781450383936},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3453688.3461533},
doi = {10.1145/3453688.3461533},
pages = {339–346},
numpages = {8},
keywords = {memory-centric computing, fpga, energy-efficient computing, high-level synthesis, hardware accelerators},
location = {Virtual Event, USA},
series = {GLSVLSI '21}
}Downloads
No Downloads available for this publication
Permalink
- David-Maximilian Storch, Marc Timme, Malte Schröder, "Incentive-driven transition to high ride-sharing adoption", In Nature Communications, vol. 12, no. 1, pp. 3003, Jun 2021. [doi] [Bibtex & Downloads]
Incentive-driven transition to high ride-sharing adoption
Reference
David-Maximilian Storch, Marc Timme, Malte Schröder, "Incentive-driven transition to high ride-sharing adoption", In Nature Communications, vol. 12, no. 1, pp. 3003, Jun 2021. [doi]
Abstract
Ride-sharing—the combination of multiple trips into one—may substantially contribute towards sustainable urban mobility. It is most efficient at high demand locations with many similar trip requests. However, here we reveal that people’s willingness to share rides does not follow this trend. Modeling the fundamental incentives underlying individual ride-sharing decisions, we find two opposing adoption regimes, one with constant and another one with decreasing adoption as demand increases. In the high demand limit, the transition between these regimes becomes discontinuous, switching abruptly from low to high ride-sharing adoption. Analyzing over 360 million ride requests in New York City and Chicago illustrates that both regimes coexist across the cities, consistent with our model predictions. These results suggest that even a moderate increase in the financial incentives may have a disproportionately large effect on the ride-sharing adoption of individual user groups.
Bibtex
@article{storch_incentive-driven_2021,
title = {Incentive-driven transition to high ride-sharing adoption},
volume = {12},
issn = {2041-1723},
url = {https://doi.org/10.1038/s41467-021-23287-6},
doi = {10.1038/s41467-021-23287-6},
abstract = {Ride-sharing—the combination of multiple trips into one—may substantially contribute towards sustainable urban mobility. It is most efficient at high demand locations with many similar trip requests. However, here we reveal that people’s willingness to share rides does not follow this trend. Modeling the fundamental incentives underlying individual ride-sharing decisions, we find two opposing adoption regimes, one with constant and another one with decreasing adoption as demand increases. In the high demand limit, the transition between these regimes becomes discontinuous, switching abruptly from low to high ride-sharing adoption. Analyzing over 360 million ride requests in New York City and Chicago illustrates that both regimes coexist across the cities, consistent with our model predictions. These results suggest that even a moderate increase in the financial incentives may have a disproportionately large effect on the ride-sharing adoption of individual user groups.},
number = {1},
journal = {Nature Communications},
author = {Storch, David-Maximilian and Timme, Marc and Schröder, Malte},
month = jun,
year = {2021},
pages = {3003},
}Downloads
No Downloads available for this publication
Permalink
- Yana Vaynzof, "Long live the perovskite module", In Nature Energy, Springer Science and Business Media LLC, Jun 2021. [doi] [Bibtex & Downloads]
Long live the perovskite module
Reference
Yana Vaynzof, "Long live the perovskite module", In Nature Energy, Springer Science and Business Media LLC, Jun 2021. [doi]
Bibtex
@article{Vaynzof_2021,
doi = {10.1038/s41560-021-00859-w},
url = {https://doi.org/10.1038%2Fs41560-021-00859-w},
year = 2021,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
author = {Yana Vaynzof},
title = {Long live the perovskite module},
journal = {Nature Energy}
}Downloads
No Downloads available for this publication
Permalink
- Alexander Kiligaridis, Pavel A. Frantsuzov, Aymen Yangui, Sudipta Seth, Jun Li, Qingzhi An, Yana Vaynzof, Ivan G. Scheblykin, "Are Shockley-Read-Hall and ABC models valid for lead halide perovskites?", In Nature Communications, Springer Science and Business Media LLC, vol. 12, no. 1, Jun 2021. [doi] [Bibtex & Downloads]
Are Shockley-Read-Hall and ABC models valid for lead halide perovskites?
Reference
Alexander Kiligaridis, Pavel A. Frantsuzov, Aymen Yangui, Sudipta Seth, Jun Li, Qingzhi An, Yana Vaynzof, Ivan G. Scheblykin, "Are Shockley-Read-Hall and ABC models valid for lead halide perovskites?", In Nature Communications, Springer Science and Business Media LLC, vol. 12, no. 1, Jun 2021. [doi]
Bibtex
@article{Kiligaridis_2021,
doi = {10.1038/s41467-021-23275-w},
url = {https://doi.org/10.1038%2Fs41467-021-23275-w},
year = 2021,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {12},
number = {1},
author = {Alexander Kiligaridis and Pavel A. Frantsuzov and Aymen Yangui and Sudipta Seth and Jun Li and Qingzhi An and Yana Vaynzof and Ivan G. Scheblykin},
title = {Are Shockley-Read-Hall and {ABC} models valid for lead halide perovskites?},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Mark Wijtvliet, Akash Kumar, Henk Corporaal, "CGRA-EAM - Rapid energy and area estimation for coarse-grained reconfigurable architectures" (to appear), ACM, New York, NY, USA, June 2021. [Bibtex & Downloads]
CGRA-EAM - Rapid energy and area estimation for coarse-grained reconfigurable architectures
Reference
Mark Wijtvliet, Akash Kumar, Henk Corporaal, "CGRA-EAM - Rapid energy and area estimation for coarse-grained reconfigurable architectures" (to appear), ACM, New York, NY, USA, June 2021.
Bibtex
@article{wijtvliet_trets,
author={Wijtvliet, Mark and Kumar, Akash and Corporaal, Henk},
booktitle={Transactions on Reconfigurable Technology and Systems},
title={CGRA-EAM - Rapid energy and area estimation for coarse-grained reconfigurable architectures},
publisher={ACM},
month={June},
address={New York, NY, USA},
year={2021},}Downloads
No Downloads available for this publication
Permalink
- Jingjing Ye, Olha Aftenieva, Türkan Bayrak, Archa Jain, Tobias A. F. König, Artur Erbe, Ralf Seidel, "Complex Metal Nanostructures with Programmable Shapes from Simple DNA Building Blocks", In Advanced Materials, Wiley, pp. 2100381, Jun 2021. [doi] [Bibtex & Downloads]
Complex Metal Nanostructures with Programmable Shapes from Simple DNA Building Blocks
Reference
Jingjing Ye, Olha Aftenieva, Türkan Bayrak, Archa Jain, Tobias A. F. König, Artur Erbe, Ralf Seidel, "Complex Metal Nanostructures with Programmable Shapes from Simple DNA Building Blocks", In Advanced Materials, Wiley, pp. 2100381, Jun 2021. [doi]
Bibtex
@article{Ye_2021,
doi = {10.1002/adma.202100381},
url = {https://doi.org/10.1002%2Fadma.202100381},
year = 2021,
month = {jun},
publisher = {Wiley},
pages = {2100381},
author = {Jingjing Ye and Olha Aftenieva and Türkan Bayrak and Archa Jain and Tobias A. F. König and Artur Erbe and Ralf Seidel},
title = {Complex Metal Nanostructures with Programmable Shapes from Simple {DNA} Building Blocks},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Permalink
- Zongbao Zhang, Ran Ji, Martin Kroll, Yvonne J. Hofstetter, Xiangkun Jia, David Becker-Koch, Fabian Paulus, Markus Löffler, Frederik Nehm, Karl Leo, Yana Vaynzof, "Efficient Thermally Evaporated $\upgamma$-CsPbI
3
Perovskite Solar Cells", In Advanced Energy Materials, Wiley, pp. 2100299, Jun 2021. [doi] [Bibtex & Downloads]
Efficient Thermally Evaporated $\upgamma$-CsPbI 3 Perovskite Solar Cells
Reference
Zongbao Zhang, Ran Ji, Martin Kroll, Yvonne J. Hofstetter, Xiangkun Jia, David Becker-Koch, Fabian Paulus, Markus Löffler, Frederik Nehm, Karl Leo, Yana Vaynzof, "Efficient Thermally Evaporated $\upgamma$-CsPbI 3 Perovskite Solar Cells", In Advanced Energy Materials, Wiley, pp. 2100299, Jun 2021. [doi]
Bibtex
@article{Zhang_2021,
doi = {10.1002/aenm.202100299},
url = {https://doi.org/10.1002%2Faenm.202100299},
year = 2021,
month = {jun},
publisher = {Wiley},
pages = {2100299},
author = {Zongbao Zhang and Ran Ji and Martin Kroll and Yvonne J. Hofstetter and Xiangkun Jia and David Becker-Koch and Fabian Paulus and Markus Löffler and Frederik Nehm and Karl Leo and Yana Vaynzof},
title = {Efficient Thermally Evaporated $\upgamma$-{CsPbI}
3
Perovskite Solar Cells},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Katrin Ortstein, Sebastian Hutsch, Mike Hambsch, Kristofer Tvingstedt, Berthold Wegner, Johannes Benduhn, Jonas Kublitski, Martin Schwarze, Sebastian Schellhammer, Felix Talnack, Astrid Vogt, Peter Bäuerle, Norbert Koch, Stefan C. B. Mannsfeld, Hans Kleemann, Frank Ortmann, Karl Leo, "Band gap engineering in blended organic semiconductor films based on dielectric interactions", In Nature Materials, Springer Science and Business Media LLC, Jun 2021. [doi] [Bibtex & Downloads]
Band gap engineering in blended organic semiconductor films based on dielectric interactions
Reference
Katrin Ortstein, Sebastian Hutsch, Mike Hambsch, Kristofer Tvingstedt, Berthold Wegner, Johannes Benduhn, Jonas Kublitski, Martin Schwarze, Sebastian Schellhammer, Felix Talnack, Astrid Vogt, Peter Bäuerle, Norbert Koch, Stefan C. B. Mannsfeld, Hans Kleemann, Frank Ortmann, Karl Leo, "Band gap engineering in blended organic semiconductor films based on dielectric interactions", In Nature Materials, Springer Science and Business Media LLC, Jun 2021. [doi]
Bibtex
@article{Ortstein_2021,
doi = {10.1038/s41563-021-01025-z},
url = {https://doi.org/10.1038%2Fs41563-021-01025-z},
year = 2021,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
author = {Katrin Ortstein and Sebastian Hutsch and Mike Hambsch and Kristofer Tvingstedt and Berthold Wegner and Johannes Benduhn and Jonas Kublitski and Martin Schwarze and Sebastian Schellhammer and Felix Talnack and Astrid Vogt and Peter Bäuerle and Norbert Koch and Stefan C. B. Mannsfeld and Hans Kleemann and Frank Ortmann and Karl Leo},
title = {Band gap engineering in blended organic semiconductor films based on dielectric interactions},
journal = {Nature Materials}
}Downloads
No Downloads available for this publication
Permalink
- Richard Schlitz, Sergey Granovsky, Darius Pohl, Andy Thomas, Bernd Rellinghaus, Sebastian T. B. Goennenwein, "Nonlocal magnon-based transport in yttrium-iron-garnet-platinum heterostructures at high temperatures", In Phys. Rev. B, American Physical Society, vol. 103, pp. 214434, Jun 2021. [doi] [Bibtex & Downloads]
Nonlocal magnon-based transport in yttrium-iron-garnet-platinum heterostructures at high temperatures
Reference
Richard Schlitz, Sergey Granovsky, Darius Pohl, Andy Thomas, Bernd Rellinghaus, Sebastian T. B. Goennenwein, "Nonlocal magnon-based transport in yttrium-iron-garnet-platinum heterostructures at high temperatures", In Phys. Rev. B, American Physical Society, vol. 103, pp. 214434, Jun 2021. [doi]
Bibtex
@article{PhysRevB.103.214434,
title = {Nonlocal magnon-based transport in yttrium-iron-garnet-platinum heterostructures at high temperatures},
author = {Schlitz, Richard and Granovsky, Sergey and Pohl, Darius and Thomas, Andy and Rellinghaus, Bernd and Goennenwein, Sebastian T. B.},
journal = {Phys. Rev. B},
volume = {103},
issue = {21},
pages = {214434},
numpages = {7},
year = {2021},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.103.214434},
url = {https://link.aps.org/doi/10.1103/PhysRevB.103.214434}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Fazal Hameed, Asif Ali Khan, Jeronimo Castrillon, "ALPHA: A Novel Algorithm-Hardware Co-design for Accelerating DNA Seed Location Filtering", In IEEE Transactions on Emerging Topics in Computing (IEEE TETC), 12 pp., Jun 2021. [doi] [Bibtex & Downloads]
ALPHA: A Novel Algorithm-Hardware Co-design for Accelerating DNA Seed Location Filtering
Reference
Fazal Hameed, Asif Ali Khan, Jeronimo Castrillon, "ALPHA: A Novel Algorithm-Hardware Co-design for Accelerating DNA Seed Location Filtering", In IEEE Transactions on Emerging Topics in Computing (IEEE TETC), 12 pp., Jun 2021. [doi]
Abstract
Sequence alignment is a fundamental operation in genomic analysis where DNA fragments called reads are mapped to a long reference DNA sequence. There exist a number of (in)exact alignment algorithms with varying sensitivity for both local and global alignments, however, they are all computationally expensive. With the advent of high-throughput sequencing (HTS) technologies that generate a mammoth amount of data, there is increased pressure on improving the performance and capacity of the analysis algorithms in general and the mapping algorithms in particular. While many works focus on improving the performance of the aligner themselves, recently it has been demonstrated that restricting the mapping space for input reads and filtering out mapping positions that will result in a poor match can significantly improve the performance of the alignment operation. However, this is only true if it is guaranteed that the filtering operation can be performed significantly faster. Otherwise, it can easily outweigh the benefits of the aligner. To expedite this pre-alignment filtering, among others, the recently proposed GRIM-Filter uses highly-parallel processing-in-memory operations benefiting from light-weight computational units on the logic-in-memory layer. However, the significant amount of data transferring between the memory and logic-in-memory layers quickly becomes a performance and energy bottleneck for the memory subsystem and ultimately for the overall system. By analyzing input genomes, we found that there are unexpected data-reuse opportunities in the filtering operation. We propose an algorithm-hardware co-design that exploits the data-reuse in the seed location filtering operation and, compared to the GRIM-Filter, cuts the number of memory accesses by 22-54%. This reduction in memory accesses improves the overall performance and energy consumption by 19-44% and 21-49%, respectively.
Bibtex
@Article{hameed_tetc21,
author = {Fazal Hameed and Asif Ali Khan and Jeronimo Castrillon},
journal = {IEEE Transactions on Emerging Topics in Computing (IEEE TETC)},
title = {{ALPHA}: A Novel Algorithm-Hardware Co-design for Accelerating {DNA} Seed Location Filtering},
pages = {12 pp.},
abstract = {Sequence alignment is a fundamental operation in genomic analysis where DNA fragments called reads are mapped to a long reference DNA sequence. There exist a number of (in)exact alignment algorithms with varying sensitivity for both local and global alignments, however, they are all computationally expensive. With the advent of high-throughput sequencing (HTS) technologies that generate a mammoth amount of data, there is increased pressure on improving the performance and capacity of the analysis algorithms in general and the mapping algorithms in particular. While many works focus on improving the performance of the aligner themselves, recently it has been demonstrated that restricting the mapping space for input reads and filtering out mapping positions that will result in a poor match can significantly improve the performance of the alignment operation. However, this is only true if it is guaranteed that the filtering operation can be performed significantly faster. Otherwise, it can easily outweigh the benefits of the aligner. To expedite this pre-alignment filtering, among others, the recently proposed GRIM-Filter uses highly-parallel processing-in-memory operations benefiting from light-weight computational units on the logic-in-memory layer. However, the significant amount of data transferring between the memory and logic-in-memory layers quickly becomes a performance and energy bottleneck for the memory subsystem and ultimately for the overall system. By analyzing input genomes, we found that there are unexpected data-reuse opportunities in the filtering operation. We propose an algorithm-hardware co-design that exploits the data-reuse in the seed location filtering operation and, compared to the GRIM-Filter, cuts the number of memory accesses by 22-54\%. This reduction in memory accesses improves the overall performance and energy consumption by 19-44\% and 21-49\%, respectively.},
month = jun,
year = {2021},
doi = {10.1109/TETC.2021.3093840},
issn = {2168-6750},
}Downloads
2107_hameed_TETC [PDF]
Permalink
- Mehdi Moghaddamfar, Christian Färber, Wolfgang Lehner, Norman May, Akash Kumar, "Resource-Efficient Database Query Processing on FPGAs", Proceedings of the 17th International Workshop on Data Management on New Hardware (DaMoN 2021), ACM, Jun 2021. [doi] [Bibtex & Downloads]
Resource-Efficient Database Query Processing on FPGAs
Reference
Mehdi Moghaddamfar, Christian Färber, Wolfgang Lehner, Norman May, Akash Kumar, "Resource-Efficient Database Query Processing on FPGAs", Proceedings of the 17th International Workshop on Data Management on New Hardware (DaMoN 2021), ACM, Jun 2021. [doi]
Bibtex
@inproceedings{Moghaddamfar_2021,
doi = {10.1145/3465998.3466006},
url = {https://doi.org/10.1145%2F3465998.3466006},
year = 2021,
month = {jun},
publisher = ,
author = {Mehdi Moghaddamfar and Christian Färber and Wolfgang Lehner and Norman May and Akash Kumar},
title = {Resource-Efficient Database Query Processing on {FPGAs}},
booktitle = {Proceedings of the 17th International Workshop on Data Management on New Hardware ({DaMoN} 2021)}
}Downloads
No Downloads available for this publication
Permalink
- Zongbao Zhang, Ran Ji, Martin Kroll, Yvonne J. Hofstetter, Xiangkun Jia, David Becker-Koch, Fabian Paulus, Markus Löffler, Frederik Nehm, Karl Leo, Yana Vaynzof, "Efficient Thermally Evaporated $\upgamma$-CsPbI
$\less$sub$\greater$3$\less$/sub$\greater$
Perovskite Solar Cells", In Advanced Energy Materials, Wiley, vol. 11, no. 29, pp. 2100299, Jun 2021. [doi] [Bibtex & Downloads]
Efficient Thermally Evaporated $\upgamma$-CsPbI $\less$sub$\greater$3$\less$/sub$\greater$ Perovskite Solar Cells
Reference
Zongbao Zhang, Ran Ji, Martin Kroll, Yvonne J. Hofstetter, Xiangkun Jia, David Becker-Koch, Fabian Paulus, Markus Löffler, Frederik Nehm, Karl Leo, Yana Vaynzof, "Efficient Thermally Evaporated $\upgamma$-CsPbI $\less$sub$\greater$3$\less$/sub$\greater$ Perovskite Solar Cells", In Advanced Energy Materials, Wiley, vol. 11, no. 29, pp. 2100299, Jun 2021. [doi]
Bibtex
@article{Zhang_2021,
doi = {10.1002/aenm.202100299},
url = {https://doi.org/10.1002%2Faenm.202100299},
year = 2021,
month = {jun},
publisher = {Wiley},
volume = {11},
number = {29},
pages = {2100299},
author = {Zongbao Zhang and Ran Ji and Martin Kroll and Yvonne J. Hofstetter and Xiangkun Jia and David Becker-Koch and Fabian Paulus and Markus Löffler and Frederik Nehm and Karl Leo and Yana Vaynzof},
title = {Efficient Thermally Evaporated $\upgamma$-{CsPbI}
$\less$sub$\greater$3$\less$/sub$\greater$
Perovskite Solar Cells},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cecilia De la Parra, Ahmed El-Yamany, Taha Soliman, Akash Kumar, Norbert Wehn, Andre Guntoro, "Exploiting Resiliency for Kernel-Wise CNN Approximation Enabled by Adaptive Hardware Design", In Proceeding: 2021 IEEE International Symposium on Circuits and Systems (ISCAS), May 2021. [Bibtex & Downloads]
Exploiting Resiliency for Kernel-Wise CNN Approximation Enabled by Adaptive Hardware Design
Reference
Cecilia De la Parra, Ahmed El-Yamany, Taha Soliman, Akash Kumar, Norbert Wehn, Andre Guntoro, "Exploiting Resiliency for Kernel-Wise CNN Approximation Enabled by Adaptive Hardware Design", In Proceeding: 2021 IEEE International Symposium on Circuits and Systems (ISCAS), May 2021.
Bibtex
@inproceedings{De_la_Parra_2021,
year = 2021,
month = may,
author = {Cecilia De la Parra and Ahmed El-Yamany and Taha Soliman and Akash Kumar and Norbert Wehn and Andre Guntoro},
title = {Exploiting Resiliency for Kernel-Wise CNN Approximation Enabled by Adaptive Hardware Design},
booktitle = {2021 {IEEE} International Symposium on Circuits and Systems ({ISCAS})}
}Downloads
iscas-2021-cecilia [PDF]
Permalink
- Zahra Ebrahimi, Akash Kumar, "BioCare: An Energy-Efficient CGRA for Bio-Signal Processing at the Edge", In Proceeding: 2021 IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, May 2021. [doi] [Bibtex & Downloads]
BioCare: An Energy-Efficient CGRA for Bio-Signal Processing at the Edge
Reference
Zahra Ebrahimi, Akash Kumar, "BioCare: An Energy-Efficient CGRA for Bio-Signal Processing at the Edge", In Proceeding: 2021 IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, May 2021. [doi]
Bibtex
@inproceedings{Ebrahimi_2021,
doi = {10.1109/iscas51556.2021.9401461},
url = {https://doi.org/10.1109%2Fiscas51556.2021.9401461},
year = 2021,
month = {may},
publisher = ,
author = {Zahra Ebrahimi and Akash Kumar},
title = {{BioCare}: An Energy-Efficient {CGRA} for Bio-Signal Processing at the Edge},
booktitle = {2021 {IEEE} International Symposium on Circuits and Systems ({ISCAS})}
}Downloads
ISCAS_BioCare_2021 [PDF]
Permalink
- Fabian Paulus, Colin Tyznik, Oana D. Jurchescu, Yana Vaynzof, "Switched-On: Progress, Challenges, and Opportunities in Metal Halide Perovskite Transistors", In Advanced Functional Materials, Wiley, pp. 2101029, May 2021. [doi] [Bibtex & Downloads]
Switched-On: Progress, Challenges, and Opportunities in Metal Halide Perovskite Transistors
Reference
Fabian Paulus, Colin Tyznik, Oana D. Jurchescu, Yana Vaynzof, "Switched-On: Progress, Challenges, and Opportunities in Metal Halide Perovskite Transistors", In Advanced Functional Materials, Wiley, pp. 2101029, May 2021. [doi]
Bibtex
@article{Paulus_2021,
doi = {10.1002/adfm.202101029},
url = {https://doi.org/10.1002%2Fadfm.202101029},
year = 2021,
month = {may},
publisher = {Wiley},
pages = {2101029},
author = {Fabian Paulus and Colin Tyznik and Oana D. Jurchescu and Yana Vaynzof},
title = {Switched-On: Progress, Challenges, and Opportunities in Metal Halide Perovskite Transistors},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Permalink
- Albertus A. Sutanto, Pietro Caprioglio, Nikita Drigo, Yvonne J. Hofstetter, Ines Garcia-Benito, Valentin I.E. Queloz, Dieter Neher, Mohammad Khaja Nazeeruddin, Martin Stolterfoht, Yana Vaynzof, Giulia Grancini, "2D/3D perovskite engineering eliminates interfacial recombination losses in hybrid perovskite solar cells", In Chem, Elsevier BV, May 2021. [doi] [Bibtex & Downloads]
2D/3D perovskite engineering eliminates interfacial recombination losses in hybrid perovskite solar cells
Reference
Albertus A. Sutanto, Pietro Caprioglio, Nikita Drigo, Yvonne J. Hofstetter, Ines Garcia-Benito, Valentin I.E. Queloz, Dieter Neher, Mohammad Khaja Nazeeruddin, Martin Stolterfoht, Yana Vaynzof, Giulia Grancini, "2D/3D perovskite engineering eliminates interfacial recombination losses in hybrid perovskite solar cells", In Chem, Elsevier BV, May 2021. [doi]
Bibtex
@article{Sutanto_2021,
doi = {10.1016/j.chempr.2021.04.002},
url = {https://doi.org/10.1016%2Fj.chempr.2021.04.002},
year = 2021,
month = {may},
publisher = {Elsevier {BV}},
author = {Albertus A. Sutanto and Pietro Caprioglio and Nikita Drigo and Yvonne J. Hofstetter and Ines Garcia-Benito and Valentin I.E. Queloz and Dieter Neher and Mohammad Khaja Nazeeruddin and Martin Stolterfoht and Yana Vaynzof and Giulia Grancini},
title = {2D/3D perovskite engineering eliminates interfacial recombination losses in hybrid perovskite solar cells},
journal = {Chem}
}Downloads
No Downloads available for this publication
Permalink
- Davide Scarselli, Nazmi Burak Budanur, Marc Timme, Björn Hof, "Discontinuous epidemic transition due to limited testing", In Nature Communications, Springer Science and Business Media LLC, vol. 12, no. 1, May 2021. [doi] [Bibtex & Downloads]
Discontinuous epidemic transition due to limited testing
Reference
Davide Scarselli, Nazmi Burak Budanur, Marc Timme, Björn Hof, "Discontinuous epidemic transition due to limited testing", In Nature Communications, Springer Science and Business Media LLC, vol. 12, no. 1, May 2021. [doi]
Bibtex
@article{Scarselli_2021,
doi = {10.1038/s41467-021-22725-9},
url = {https://doi.org/10.1038%2Fs41467-021-22725-9},
year = 2021,
month = {may},
publisher = {Springer Science and Business Media {LLC}},
volume = {12},
number = {1},
author = {Davide Scarselli and Nazmi Burak Budanur and Marc Timme and Björn Hof},
title = {Discontinuous epidemic transition due to limited testing},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Marten Lohstroh, Christian Menard, Soroush Bateni, Edward A. Lee, "Toward a Lingua Franca for Deterministic Concurrent Systems", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 20, no. 4, pp. 1–27, May 2021. [doi] [Bibtex & Downloads]
Toward a Lingua Franca for Deterministic Concurrent Systems
Reference
Marten Lohstroh, Christian Menard, Soroush Bateni, Edward A. Lee, "Toward a Lingua Franca for Deterministic Concurrent Systems", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 20, no. 4, pp. 1–27, May 2021. [doi]
Bibtex
@article{Lohstroh_2021,
doi = {10.1145/3448128},
url = {https://doi.org/10.1145%2F3448128},
year = 2021,
month = {may},
publisher = {Association for Computing Machinery ({ACM})},
volume = {20},
number = {4},
pages = {1--27},
author = {Marten Lohstroh and Christian Menard and Soroush Bateni and Edward A. Lee},
title = {Toward a Lingua Franca for Deterministic Concurrent Systems},
journal = {{ACM} Transactions on Embedded Computing Systems}
}Downloads
No Downloads available for this publication
Permalink
- Maartje Roosmalen, Anna Herrmann, Akash Kumar, "A review of prefabricated self-sufficient facades with integrated decentralised HVAC and renewable energy generation and storage", In Energy and Buildings, Elsevier BV, pp. 111107, May 2021. [doi] [Bibtex & Downloads]
A review of prefabricated self-sufficient facades with integrated decentralised HVAC and renewable energy generation and storage
Reference
Maartje Roosmalen, Anna Herrmann, Akash Kumar, "A review of prefabricated self-sufficient facades with integrated decentralised HVAC and renewable energy generation and storage", In Energy and Buildings, Elsevier BV, pp. 111107, May 2021. [doi]
Bibtex
@article{Roosmalen_2021,
doi = {10.1016/j.enbuild.2021.111107},
url = {https://doi.org/10.1016%2Fj.enbuild.2021.111107},
year = 2021,
month = {may},
publisher = {Elsevier {BV}},
pages = {111107},
author = {Maartje Roosmalen and Anna Herrmann and Akash Kumar},
title = {A review of prefabricated self-sufficient facades with integrated decentralised {HVAC} and renewable energy generation and storage},
journal = {Energy and Buildings}
}Downloads
SoA_Intelli_Facade_black [PDF]
Permalink
- Andres Wilhelm Goens Jokisch, "Improving Model-Based Software Synthesis: A Focus on Mathematical Structures", PhD thesis, TU Dresden, 172 pp., May 2021. [Bibtex & Downloads]
Improving Model-Based Software Synthesis: A Focus on Mathematical Structures
Reference
Andres Wilhelm Goens Jokisch, "Improving Model-Based Software Synthesis: A Focus on Mathematical Structures", PhD thesis, TU Dresden, 172 pp., May 2021.
Bibtex
@PhdThesis{goens_phd21,
author = {Goens Jokisch, Andres Wilhelm},
institution = {TU Dresden},
title = {Improving Model-Based Software Synthesis: A Focus on Mathematical Structures},
pages = {172 pp.},
month = may,
year = {2021},
url = {https://nbn-resolving.org/urn:nbn:de:bsz:14-qucosa2-748845},
}Downloads
2021_Goens_PhD [PDF]
Related Paths
Permalink
- Federico Lombardi, Ji Ma, Dimitris I. Alexandropoulos, Hartmut Komber, Junzhi Liu, William K. Myers, Xinliang Feng, Lapo Bogani, "Synthetic tuning of the quantum properties of open-shell radicaloids", In Chem, Elsevier BV, vol. 7, no. 5, pp. 1363–1378, May 2021. [doi] [Bibtex & Downloads]
Synthetic tuning of the quantum properties of open-shell radicaloids
Reference
Federico Lombardi, Ji Ma, Dimitris I. Alexandropoulos, Hartmut Komber, Junzhi Liu, William K. Myers, Xinliang Feng, Lapo Bogani, "Synthetic tuning of the quantum properties of open-shell radicaloids", In Chem, Elsevier BV, vol. 7, no. 5, pp. 1363–1378, May 2021. [doi]
Bibtex
@article{Lombardi_2021,
doi = {10.1016/j.chempr.2021.03.024},
url = {https://doi.org/10.1016%2Fj.chempr.2021.03.024},
year = 2021,
month = {may},
publisher = {Elsevier {BV}},
volume = {7},
number = {5},
pages = {1363--1378},
author = {Federico Lombardi and Ji Ma and Dimitris I. Alexandropoulos and Hartmut Komber and Junzhi Liu and William K. Myers and Xinliang Feng and Lapo Bogani},
title = {Synthetic tuning of the quantum properties of open-shell radicaloids},
journal = {Chem}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Andres Ortega-Guerrero, Hafeesudeen Sahabudeen, Alexander Croy, Arezoo Dianat, Renhao Dong, Xinliang Feng, Gianaurelio Cuniberti, "Multiscale Modeling Strategy of 2D Covalent Organic Frameworks Confined at an Air\textendashWater Interface", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 22, pp. 26411–26420, May 2021. [doi] [Bibtex & Downloads]
Multiscale Modeling Strategy of 2D Covalent Organic Frameworks Confined at an Air\textendashWater Interface
Reference
Andres Ortega-Guerrero, Hafeesudeen Sahabudeen, Alexander Croy, Arezoo Dianat, Renhao Dong, Xinliang Feng, Gianaurelio Cuniberti, "Multiscale Modeling Strategy of 2D Covalent Organic Frameworks Confined at an Air\textendashWater Interface", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 22, pp. 26411–26420, May 2021. [doi]
Bibtex
@article{Ortega_Guerrero_2021,
doi = {10.1021/acsami.1c05967},
url = {https://doi.org/10.1021%2Facsami.1c05967},
year = 2021,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {22},
pages = {26411--26420},
author = {Andres Ortega-Guerrero and Hafeesudeen Sahabudeen and Alexander Croy and Arezoo Dianat and Renhao Dong and Xinliang Feng and Gianaurelio Cuniberti},
title = {Multiscale Modeling Strategy of 2D Covalent Organic Frameworks Confined at an Air{\textendash}Water Interface},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xia Wang, Ramya Kormath Madam Raghupathy, Christine Joy Querebillo, Zhongquan Liao, Dongqi Li, Kui Lin, Martin Hantusch, Zden\vek Sofer, Baohua Li, Ehrenfried Zschech, Inez M. Weidinger, Thomas D. Kühne, Hossein Mirhosseini, Minghao Yu, Xinliang Feng, "Interfacial Covalent Bonds Regulated Electron-Deficient 2D Black Phosphorus for Electrocatalytic Oxygen Reactions", In Advanced Materials, Wiley, vol. 33, no. 20, pp. 2008752, May 2021. [doi] [Bibtex & Downloads]
Interfacial Covalent Bonds Regulated Electron-Deficient 2D Black Phosphorus for Electrocatalytic Oxygen Reactions
Reference
Xia Wang, Ramya Kormath Madam Raghupathy, Christine Joy Querebillo, Zhongquan Liao, Dongqi Li, Kui Lin, Martin Hantusch, Zden\vek Sofer, Baohua Li, Ehrenfried Zschech, Inez M. Weidinger, Thomas D. Kühne, Hossein Mirhosseini, Minghao Yu, Xinliang Feng, "Interfacial Covalent Bonds Regulated Electron-Deficient 2D Black Phosphorus for Electrocatalytic Oxygen Reactions", In Advanced Materials, Wiley, vol. 33, no. 20, pp. 2008752, May 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1002/adma.202008752},
url = {https://doi.org/10.1002%2Fadma.202008752},
year = 2021,
month = {may},
publisher = {Wiley},
volume = {33},
number = {20},
pages = {2008752},
author = {Xia Wang and Ramya Kormath Madam Raghupathy and Christine Joy Querebillo and Zhongquan Liao and Dongqi Li and Kui Lin and Martin Hantusch and Zden{\v{e}}k Sofer and Baohua Li and Ehrenfried Zschech and Inez M. Weidinger and Thomas D. Kühne and Hossein Mirhosseini and Minghao Yu and Xinliang Feng},
title = {Interfacial Covalent Bonds Regulated Electron-Deficient 2D Black Phosphorus for Electrocatalytic Oxygen Reactions},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- M. R. Ajayakumar, Ji Ma, Andrea Lucotti, Karl Sebastian Schellhammer, Gianluca Serra, Evgenia Dmitrieva, Marco Rosenkranz, Hartmut Komber, Junzhi Liu, Frank Ortmann, Matteo Tommasini, Xinliang Feng, "Persistent
peri
-Heptacene: Synthesis and In Situ Characterization", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 25, pp. 13853–13858, May 2021. [doi] [Bibtex & Downloads]
Persistent peri -Heptacene: Synthesis and In Situ Characterization
Reference
M. R. Ajayakumar, Ji Ma, Andrea Lucotti, Karl Sebastian Schellhammer, Gianluca Serra, Evgenia Dmitrieva, Marco Rosenkranz, Hartmut Komber, Junzhi Liu, Frank Ortmann, Matteo Tommasini, Xinliang Feng, "Persistent peri -Heptacene: Synthesis and In Situ Characterization", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 25, pp. 13853–13858, May 2021. [doi]
Bibtex
@article{Ajayakumar_2021,
doi = {10.1002/anie.202102757},
url = {https://doi.org/10.1002%2Fanie.202102757},
year = 2021,
month = {may},
publisher = {Wiley},
volume = {60},
number = {25},
pages = {13853--13858},
author = {M. R. Ajayakumar and Ji Ma and Andrea Lucotti and Karl Sebastian Schellhammer and Gianluca Serra and Evgenia Dmitrieva and Marco Rosenkranz and Hartmut Komber and Junzhi Liu and Frank Ortmann and Matteo Tommasini and Xinliang Feng},
title = {Persistent
peri
-Heptacene: Synthesis and In Situ Characterization},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kejun Liu, Jiang Li, Haoyuan Qi, Mike Hambsch, Jonathan Rawle, Adrián Romaní Vázquez, Ali Shaygan Nia, Alexej Pashkin, Harald Schneider, Mirosllav Polozij, Thomas Heine, Manfred Helm, Stefan C. B. Mannsfeld, Ute Kaiser, Renhao Dong, Xinliang Feng, "A Two-Dimensional Polyimide-Graphene Heterostructure with Ultra-fast Interlayer Charge Transfer", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 25, pp. 13859–13864, May 2021. [doi] [Bibtex & Downloads]
A Two-Dimensional Polyimide-Graphene Heterostructure with Ultra-fast Interlayer Charge Transfer
Reference
Kejun Liu, Jiang Li, Haoyuan Qi, Mike Hambsch, Jonathan Rawle, Adrián Romaní Vázquez, Ali Shaygan Nia, Alexej Pashkin, Harald Schneider, Mirosllav Polozij, Thomas Heine, Manfred Helm, Stefan C. B. Mannsfeld, Ute Kaiser, Renhao Dong, Xinliang Feng, "A Two-Dimensional Polyimide-Graphene Heterostructure with Ultra-fast Interlayer Charge Transfer", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 25, pp. 13859–13864, May 2021. [doi]
Bibtex
@article{Liu_2021,
doi = {10.1002/anie.202102984},
url = {https://doi.org/10.1002%2Fanie.202102984},
year = 2021,
month = {may},
publisher = {Wiley},
volume = {60},
number = {25},
pages = {13859--13864},
author = {Kejun Liu and Jiang Li and Haoyuan Qi and Mike Hambsch and Jonathan Rawle and Adri{\'{a}}n Roman{\'{\i}} V{\'{a}}zquez and Ali Shaygan Nia and Alexej Pashkin and Harald Schneider and Mirosllav Polozij and Thomas Heine and Manfred Helm and Stefan C. B. Mannsfeld and Ute Kaiser and Renhao Dong and Xinliang Feng},
title = {A Two-Dimensional Polyimide-Graphene Heterostructure with Ultra-fast Interlayer Charge Transfer},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Permalink
- Luis Antonio Panes-Ruiz, Tom Stückemann, Leif Riemenschneider, Markus Löffler, Viktor Bezugly, Gianaurelio Cuniberti, "Detection of C-Reactive Protein by Liquid-Gated Carbon Nanotube Field Effect Transistors (LG-CNTFET): A Promising Tool against Antibiotic Resistance", In Proceeding: The 8th International Symposium on Sensor Science, MDPI, May 2021. [doi] [Bibtex & Downloads]
Detection of C-Reactive Protein by Liquid-Gated Carbon Nanotube Field Effect Transistors (LG-CNTFET): A Promising Tool against Antibiotic Resistance
Reference
Luis Antonio Panes-Ruiz, Tom Stückemann, Leif Riemenschneider, Markus Löffler, Viktor Bezugly, Gianaurelio Cuniberti, "Detection of C-Reactive Protein by Liquid-Gated Carbon Nanotube Field Effect Transistors (LG-CNTFET): A Promising Tool against Antibiotic Resistance", In Proceeding: The 8th International Symposium on Sensor Science, MDPI, May 2021. [doi]
Bibtex
@inproceedings{Panes_Ruiz_2021,
doi = {10.3390/i3s2021dresden-10114},
url = {https://doi.org/10.3390%2Fi3s2021dresden-10114},
year = 2021,
month = {may},
publisher = ,
author = {Luis Antonio Panes-Ruiz and Tom Stückemann and Leif Riemenschneider and Markus Löffler and Viktor Bezugly and Gianaurelio Cuniberti},
title = {Detection of C-Reactive Protein by Liquid-Gated Carbon Nanotube Field Effect Transistors ({LG}-{CNTFET}): A Promising Tool against Antibiotic Resistance},
booktitle = {The 8th International Symposium on Sensor Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Ahrens, Yvonne J. Hofstetter, Baris Celik, Julian F. Butscher, Frank Rominger, Jan Freudenberg, Yana Vaynzof, Uwe H. F. Bunz, "Dimeric Phenazinothiadiazole Acceptors in Bulk Heterojunction Solar Cells", In Organic Materials, Georg Thieme Verlag KG, vol. 03, no. 02, pp. 168–173, Apr 2021. [doi] [Bibtex & Downloads]
Dimeric Phenazinothiadiazole Acceptors in Bulk Heterojunction Solar Cells
Reference
Lukas Ahrens, Yvonne J. Hofstetter, Baris Celik, Julian F. Butscher, Frank Rominger, Jan Freudenberg, Yana Vaynzof, Uwe H. F. Bunz, "Dimeric Phenazinothiadiazole Acceptors in Bulk Heterojunction Solar Cells", In Organic Materials, Georg Thieme Verlag KG, vol. 03, no. 02, pp. 168–173, Apr 2021. [doi]
Bibtex
@article{Ahrens_2021,
doi = {10.1055/s-0041-1726459},
url = {https://doi.org/10.1055%2Fs-0041-1726459},
year = 2021,
month = {apr},
publisher = {Georg Thieme Verlag {KG}},
volume = {03},
number = {02},
pages = {168--173},
author = {Lukas Ahrens and Yvonne J. Hofstetter and Baris Celik and Julian F. Butscher and Frank Rominger and Jan Freudenberg and Yana Vaynzof and Uwe H. F. Bunz},
title = {Dimeric Phenazinothiadiazole Acceptors in Bulk Heterojunction Solar Cells},
journal = {Organic Materials}
}Downloads
No Downloads available for this publication
Permalink
- Max Sponner, Bernd Waschneck, Akash Kumar, "Compiler Toolchains for Deep Learning Workloads on Embedded Platforms", April 2021. [Bibtex & Downloads]
Compiler Toolchains for Deep Learning Workloads on Embedded Platforms
Reference
Max Sponner, Bernd Waschneck, Akash Kumar, "Compiler Toolchains for Deep Learning Workloads on Embedded Platforms", April 2021.
Bibtex
@misc{sponner2021compiler,
title={Compiler Toolchains for Deep Learning Workloads on Embedded Platforms},
author={Max Sponner and Bernd Waschneck and Akash Kumar},
year={2021},
month={April},
eprint={2104.04576},
archivePrefix={arXiv},
primaryClass={cs.PL},
}Downloads
compiler_tool_chain [PDF]
Permalink
- Marcus Richter, Michał Borkowski, Yubin Fu, Evgenia Dmitrieva, Alexey A. Popov, Ji Ma, Tomasz Marszalek, Wojciech Pisula, Xinliang Feng, "Synthesis and Self-Assembly Behavior of Double Ullazine-Based Polycyclic Aromatic Hydrocarbons", In Organic Materials, Georg Thieme Verlag KG, Apr 2021. [doi] [Bibtex & Downloads]
Synthesis and Self-Assembly Behavior of Double Ullazine-Based Polycyclic Aromatic Hydrocarbons
Reference
Marcus Richter, Michał Borkowski, Yubin Fu, Evgenia Dmitrieva, Alexey A. Popov, Ji Ma, Tomasz Marszalek, Wojciech Pisula, Xinliang Feng, "Synthesis and Self-Assembly Behavior of Double Ullazine-Based Polycyclic Aromatic Hydrocarbons", In Organic Materials, Georg Thieme Verlag KG, Apr 2021. [doi]
Bibtex
@article{Richter_2021,
doi = {10.1055/a-1472-6852},
url = {https://doi.org/10.1055%2Fa-1472-6852},
year = 2021,
month = {apr},
publisher = {Georg Thieme Verlag {KG}},
author = {Marcus Richter and Micha{\l} Borkowski and Yubin Fu and Evgenia Dmitrieva and Alexey A. Popov and Ji Ma and Tomasz Marszalek and Wojciech Pisula and Xinliang Feng},
title = {Synthesis and Self-Assembly Behavior of Double Ullazine-Based Polycyclic Aromatic Hydrocarbons},
journal = {Organic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Markus Walter, "Towards a Formalization of Implicit Parallelism in Rust", Bachelor's thesis, TU Dresden, Apr 2021. [Bibtex & Downloads]
Towards a Formalization of Implicit Parallelism in Rust
Reference
Markus Walter, "Towards a Formalization of Implicit Parallelism in Rust", Bachelor's thesis, TU Dresden, Apr 2021.
Bibtex
@bachelorsthesis{Walter-bachelors21,
title={Towards a Formalization of Implicit Parallelism in Rust},
author={Markus Walter},
year={2021},
month=apr,
school={TU Dresden},
}Downloads
2104_Walter_BA [PDF]
Permalink
- Marcus Rossel, "Provable Determinism in Reactors", Bachelor's thesis, TU Dresden, Apr 2021. [Bibtex & Downloads]
Provable Determinism in Reactors
Reference
Marcus Rossel, "Provable Determinism in Reactors", Bachelor's thesis, TU Dresden, Apr 2021.
Bibtex
@bachelorsthesis{Rossel-bachelors21,
title={Provable Determinism in Reactors},
author={Marcus Rossel},
year={2021},
month=apr,
school={TU Dresden},
}Downloads
2104_Rossel_BA [PDF]
Permalink
- David Becker-Koch, Miguel Albaladejo-Siguan, Yvonne J. Hofstetter, Olga Solomeshch, Darius Pohl, Bernd Rellinghaus, Nir Tessler, Yana Vaynzof, "Doped Organic Hole Extraction Layers in Efficient PbS and AgBiS2 Quantum Dot Solar Cells", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 16, pp. 18750–18757, Apr 2021. [doi] [Bibtex & Downloads]
Doped Organic Hole Extraction Layers in Efficient PbS and AgBiS2 Quantum Dot Solar Cells
Reference
David Becker-Koch, Miguel Albaladejo-Siguan, Yvonne J. Hofstetter, Olga Solomeshch, Darius Pohl, Bernd Rellinghaus, Nir Tessler, Yana Vaynzof, "Doped Organic Hole Extraction Layers in Efficient PbS and AgBiS2 Quantum Dot Solar Cells", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 16, pp. 18750–18757, Apr 2021. [doi]
Bibtex
@article{Becker_Koch_2021,
doi = {10.1021/acsami.1c01462},
url = {https://doi.org/10.1021%2Facsami.1c01462},
year = 2021,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {16},
pages = {18750--18757},
author = {David Becker-Koch and Miguel Albaladejo-Siguan and Yvonne J. Hofstetter and Olga Solomeshch and Darius Pohl and Bernd Rellinghaus and Nir Tessler and Yana Vaynzof},
title = {Doped Organic Hole Extraction Layers in Efficient {PbS} and {AgBiS}2 Quantum Dot Solar Cells},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Steffen Lange, Benjamin M. Friedrich, "Sperm chemotaxis in marine species is optimal at physiological flow rates according theory of filament surfing", In PLOS Computational Biology (Christopher Rao), Public Library of Science (PLoS), vol. 17, no. 4, pp. e1008826, Apr 2021. [doi] [Bibtex & Downloads]
Sperm chemotaxis in marine species is optimal at physiological flow rates according theory of filament surfing
Reference
Steffen Lange, Benjamin M. Friedrich, "Sperm chemotaxis in marine species is optimal at physiological flow rates according theory of filament surfing", In PLOS Computational Biology (Christopher Rao), Public Library of Science (PLoS), vol. 17, no. 4, pp. e1008826, Apr 2021. [doi]
Bibtex
@article{Lange_2021,
doi = {10.1371/journal.pcbi.1008826},
url = {https://doi.org/10.1371%2Fjournal.pcbi.1008826},
year = 2021,
month = {apr},
publisher = {Public Library of Science ({PLoS})},
volume = {17},
number = {4},
pages = {e1008826},
author = {Steffen Lange and Benjamin M. Friedrich},
editor = {Christopher Rao},
title = {Sperm chemotaxis in marine species is optimal at physiological flow rates according theory of filament surfing},
journal = {{PLOS} Computational Biology}
}Downloads
No Downloads available for this publication
Permalink
- Kristina Ditte, Nataliya Kiriy, Jonathan Perez, Mike Hambsch, Stefan C. B. Mannsfeld, Yulia Krupskaya, Ramesh Maragani, Brigitte Voit, Franziska Lissel, "Charge Carrier Mobility Improvement in Diketopyrrolopyrrole Block-Copolymers by Shear Coating", In Polymers, MDPI AG, vol. 13, no. 9, pp. 1435, Apr 2021. [doi] [Bibtex & Downloads]
Charge Carrier Mobility Improvement in Diketopyrrolopyrrole Block-Copolymers by Shear Coating
Reference
Kristina Ditte, Nataliya Kiriy, Jonathan Perez, Mike Hambsch, Stefan C. B. Mannsfeld, Yulia Krupskaya, Ramesh Maragani, Brigitte Voit, Franziska Lissel, "Charge Carrier Mobility Improvement in Diketopyrrolopyrrole Block-Copolymers by Shear Coating", In Polymers, MDPI AG, vol. 13, no. 9, pp. 1435, Apr 2021. [doi]
Bibtex
@article{Ditte_2021,
doi = {10.3390/polym13091435},
url = {https://doi.org/10.3390%2Fpolym13091435},
year = 2021,
month = {apr},
publisher = {{MDPI} {AG}},
volume = {13},
number = {9},
pages = {1435},
author = {Kristina Ditte and Nataliya Kiriy and Jonathan Perez and Mike Hambsch and Stefan C. B. Mannsfeld and Yulia Krupskaya and Ramesh Maragani and Brigitte Voit and Franziska Lissel},
title = {Charge Carrier Mobility Improvement in Diketopyrrolopyrrole Block-Copolymers by Shear Coating},
journal = {Polymers}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Fabian Schütt, Florian Rasch, Nipon Deka, Armin Reimers, Lena M. Saure, Sören Kaps, Jannik Rank, Jürgen Carstensen, Yogendra Kumar Mishra, Diego Misseroni, Adrian Romani V'azquez, Martin R. Lohe, Ali Shaygan Nia, Nicola M. Pugno, Xinliang Feng, Rainer Adelung, "Electrically powered repeatable air explosions using microtubular graphene assemblies", In Materials Today, Elsevier BV, Apr 2021. [doi] [Bibtex & Downloads]
Electrically powered repeatable air explosions using microtubular graphene assemblies
Reference
Fabian Schütt, Florian Rasch, Nipon Deka, Armin Reimers, Lena M. Saure, Sören Kaps, Jannik Rank, Jürgen Carstensen, Yogendra Kumar Mishra, Diego Misseroni, Adrian Romani V'azquez, Martin R. Lohe, Ali Shaygan Nia, Nicola M. Pugno, Xinliang Feng, Rainer Adelung, "Electrically powered repeatable air explosions using microtubular graphene assemblies", In Materials Today, Elsevier BV, Apr 2021. [doi]
Bibtex
@article{Sch_tt_2021,
doi = {10.1016/j.mattod.2021.03.010},
url = {https://doi.org/10.1016%2Fj.mattod.2021.03.010},
year = 2021,
month = {apr},
publisher = {Elsevier {BV}},
author = {Fabian Schütt and Florian Rasch and Nipon Deka and Armin Reimers and Lena M. Saure and Sören Kaps and Jannik Rank and Jürgen Carstensen and Yogendra Kumar Mishra and Diego Misseroni and Adrian Romani V{\'{a}}zquez and Martin R. Lohe and Ali Shaygan Nia and Nicola M. Pugno and Xinliang Feng and Rainer Adelung},
title = {Electrically powered repeatable air explosions using microtubular graphene assemblies},
journal = {Materials Today}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Andrej Jancarik, Nguyen Khanh Hung, Dmitry Skidin, Francesca Moresco, Andre Gourdon, "Preparation of Tetrabenzo[4.4.2]undecastarphene by On-Surface Synthesis", In ChemPlusChem, Wiley, vol. 86, no. 7, pp. 991–996, Apr 2021. [doi] [Bibtex & Downloads]
Preparation of Tetrabenzo[4.4.2]undecastarphene by On-Surface Synthesis
Reference
Andrej Jancarik, Nguyen Khanh Hung, Dmitry Skidin, Francesca Moresco, Andre Gourdon, "Preparation of Tetrabenzo[4.4.2]undecastarphene by On-Surface Synthesis", In ChemPlusChem, Wiley, vol. 86, no. 7, pp. 991–996, Apr 2021. [doi]
Bibtex
@article{Jancarik_2021,
doi = {10.1002/cplu.202100112},
url = {https://doi.org/10.1002%2Fcplu.202100112},
year = 2021,
month = {apr},
publisher = {Wiley},
volume = {86},
number = {7},
pages = {991--996},
author = {Andrej Jancarik and Nguyen Khanh Hung and Dmitry Skidin and Francesca Moresco and Andre Gourdon},
title = {Preparation of Tetrabenzo[4.4.2]undecastarphene by On-Surface Synthesis},
journal =
}Downloads
No Downloads available for this publication
Permalink
- Maik Simon, Ryo Mizuta, Ye Fan, Alexander Tahn, Darius Pohl, Jens Trommer, Stephan Hofmann, Thomas Mikolajick, Walter M. Weber, "Lateral Extensions to Nanowires for Controlling Nickel Silicidation Kinetics: Improving Contact Uniformity of Nanoelectronic Devices", In ACS Applied Nano Materials, American Chemical Society (ACS), vol. 4, no. 5, pp. 4371–4378, Apr 2021. [doi] [Bibtex & Downloads]
Lateral Extensions to Nanowires for Controlling Nickel Silicidation Kinetics: Improving Contact Uniformity of Nanoelectronic Devices
Reference
Maik Simon, Ryo Mizuta, Ye Fan, Alexander Tahn, Darius Pohl, Jens Trommer, Stephan Hofmann, Thomas Mikolajick, Walter M. Weber, "Lateral Extensions to Nanowires for Controlling Nickel Silicidation Kinetics: Improving Contact Uniformity of Nanoelectronic Devices", In ACS Applied Nano Materials, American Chemical Society (ACS), vol. 4, no. 5, pp. 4371–4378, Apr 2021. [doi]
Bibtex
@article{Simon_2021,
doi = {10.1021/acsanm.0c03072},
url = {https://doi.org/10.1021%2Facsanm.0c03072},
year = 2021,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {4},
number = {5},
pages = {4371--4378},
author = {Maik Simon and Ryo Mizuta and Ye Fan and Alexander Tahn and Darius Pohl and Jens Trommer and Stephan Hofmann and Thomas Mikolajick and Walter M. Weber},
title = {Lateral Extensions to Nanowires for Controlling Nickel Silicidation Kinetics: Improving Contact Uniformity of Nanoelectronic Devices},
journal = {{ACS} Applied Nano Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, Felix Wittwer, Karl Friebel, Gerald Hempel, Jan Martinovic, Stanislav Böhm, Martin Surkovsky, Michele Paolino, Fabrizio Ferrandi, Serena Curzel, Michele Fiorito, Christian Pilato, Stephanie Soldavini, Gianluca Palermo, Dionysios Diamantopoulos, "EVEREST: Definition of Language Requirements", Technical report, EVEREST consortium, Apr 2021. [Bibtex & Downloads]
EVEREST: Definition of Language Requirements
Reference
Jeronimo Castrillon, Felix Wittwer, Karl Friebel, Gerald Hempel, Jan Martinovic, Stanislav Böhm, Martin Surkovsky, Michele Paolino, Fabrizio Ferrandi, Serena Curzel, Michele Fiorito, Christian Pilato, Stephanie Soldavini, Gianluca Palermo, Dionysios Diamantopoulos, "EVEREST: Definition of Language Requirements", Technical report, EVEREST consortium, Apr 2021.
Bibtex
@Report{castrillon_everestD2.2_2021,
author = {Jeronimo Castrillon and Felix Wittwer and Karl Friebel and Gerald Hempel and Jan Martinovic and Stanislav B{\"o}hm and Martin Surkovsky and Michele Paolino and Fabrizio Ferrandi and Serena Curzel and Michele Fiorito and Christian Pilato and Stephanie Soldavini and Gianluca Palermo and Dionysios Diamantopoulos},
institution = {EVEREST consortium},
title = {{EVEREST}: Definition of Language Requirements},
type = {techreport},
url = {https://drive.switch.ch/index.php/s/ddn1yGnHavgzXpB},
month = apr,
year = {2021},
}Downloads
2104_Castrillon-Everest-D2 [2]
Permalink
- Shirong Huang, Luis Antonio Panes-Ruiz, Alexander Croy, Markus Löffler, Vyacheslav Khavrus, Viktor Bezugly, Gianaurelio Cuniberti, "Highly sensitive room temperature ammonia gas sensor using pristine graphene: The role of biocompatible stabilizer", In Carbon, Elsevier BV, vol. 173, pp. 262–270, Mar 2021. [doi] [Bibtex & Downloads]
Highly sensitive room temperature ammonia gas sensor using pristine graphene: The role of biocompatible stabilizer
Reference
Shirong Huang, Luis Antonio Panes-Ruiz, Alexander Croy, Markus Löffler, Vyacheslav Khavrus, Viktor Bezugly, Gianaurelio Cuniberti, "Highly sensitive room temperature ammonia gas sensor using pristine graphene: The role of biocompatible stabilizer", In Carbon, Elsevier BV, vol. 173, pp. 262–270, Mar 2021. [doi]
Bibtex
@article{Huang_2021,
doi = {10.1016/j.carbon.2020.11.001},
url = {https://doi.org/10.1016%2Fj.carbon.2020.11.001},
year = 2021,
month = {mar},
publisher = {Elsevier {BV}},
volume = {173},
pages = {262--270},
author = {Shirong Huang and Luis Antonio Panes-Ruiz and Alexander Croy and Markus Löffler and Vyacheslav Khavrus and Viktor Bezugly and Gianaurelio Cuniberti},
title = {Highly sensitive room temperature ammonia gas sensor using pristine graphene: The role of biocompatible stabilizer},
journal = {Carbon}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Weihua Sheng, Jeronimo Castrillon, Rainer Leupers, "Software Compilation and Optimization Techniques for Heterogeneous Multi-core Platforms", Chapter in Multi-Processor System-on-Chip 2 (Liliana Andrade and Frédéric Rousseau), ISTE Ltd London and Wiley Hoboke, pp. 203–235, Mar 2021. [Bibtex & Downloads]
Software Compilation and Optimization Techniques for Heterogeneous Multi-core Platforms
Reference
Weihua Sheng, Jeronimo Castrillon, Rainer Leupers, "Software Compilation and Optimization Techniques for Heterogeneous Multi-core Platforms", Chapter in Multi-Processor System-on-Chip 2 (Liliana Andrade and Frédéric Rousseau), ISTE Ltd London and Wiley Hoboke, pp. 203–235, Mar 2021.
Abstract
This chapter addresses the challenges associated with compilation and optimization techniques for heterogeneous multi-core computing systems in the embedded industry. Wireless terminals and modems are typical examples of such systems, which demand high performance and energy efficiency at the same time. To fully exploit the computing power of those systems, the existing compiler technology for single processor systems does not suit the need and scale for multi-core architectures anymore. The authors have applied a systematic approach to tackle the problems of application modeling, source-to-source compilation, flexible compiler infrastructure construction and software distribution for multi-core architectures from a practical perspective. Several real-world multi-core platforms as well as system-level virtual platforms have been successfully used to demonstrate the achievable speed-ups and versatility of the compilation and optimization techniques developed in this work.
Bibtex
@InCollection{sheng_mpsoc21,
author = {Weihua Sheng and Jeronimo Castrillon and Rainer Leupers},
booktitle = {Multi-Processor System-on-Chip 2},
year = {2021},
title = {Software Compilation and Optimization Techniques for Heterogeneous Multi-core Platforms},
chapter = {10},
editor = {Liliana Andrade and Fr{\'e}d{\'e}ric Rousseau},
isbn = {978-17-894-5022-4},
pages = {203--235},
publisher = {ISTE Ltd London and Wiley Hoboke},
abstract = {This chapter addresses the challenges associated with compilation and optimization techniques for heterogeneous multi-core computing systems in the embedded industry. Wireless terminals and modems are typical examples of such systems, which demand high performance and energy efficiency at the same time. To fully exploit the computing power of those systems, the existing compiler technology for single processor systems does not suit the need and scale for multi-core architectures anymore. The authors have applied a systematic approach to tackle the problems of application modeling, source-to-source compilation, flexible compiler infrastructure construction and software distribution for multi-core architectures from a practical perspective. Several real-world multi-core platforms as well as system-level virtual platforms have been successfully used to demonstrate the achievable speed-ups and versatility of the compilation and optimization techniques developed in this work.},
month = mar,
url = {http://www.iste.co.uk/book.php?id=1739}
}Downloads
2103_Sheng_MPSoC20-preprint [PDF]
Permalink
- Qingzhi An, Fabian Paulus, Yana Vaynzof, "Controlling the Microstructure and Porosity of Perovskite Films by Additive Engineering", In ACS Applied Energy Materials, American Chemical Society (ACS), Mar 2021. [doi] [Bibtex & Downloads]
Controlling the Microstructure and Porosity of Perovskite Films by Additive Engineering
Reference
Qingzhi An, Fabian Paulus, Yana Vaynzof, "Controlling the Microstructure and Porosity of Perovskite Films by Additive Engineering", In ACS Applied Energy Materials, American Chemical Society (ACS), Mar 2021. [doi]
Bibtex
@article{An_2021,
doi = {10.1021/acsaem.0c01550},
url = {https://doi.org/10.1021%2Facsaem.0c01550},
year = 2021,
month = {mar},
publisher = {American Chemical Society ({ACS})},
author = {Qingzhi An and Fabian Paulus and Yana Vaynzof},
title = {Controlling the Microstructure and Porosity of Perovskite Films by Additive Engineering},
journal = {{ACS} Applied Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Qingzhi An, Fabian Paulus, David Becker-Koch, Changsoon Cho, Qing Sun, Andreas Weu, Sapir Bitton, Nir Tessler, Yana Vaynzof, "Small grains as recombination hot spots in perovskite solar cells", In Matter, Elsevier BV, Mar 2021. [doi] [Bibtex & Downloads]
Small grains as recombination hot spots in perovskite solar cells
Reference
Qingzhi An, Fabian Paulus, David Becker-Koch, Changsoon Cho, Qing Sun, Andreas Weu, Sapir Bitton, Nir Tessler, Yana Vaynzof, "Small grains as recombination hot spots in perovskite solar cells", In Matter, Elsevier BV, Mar 2021. [doi]
Bibtex
@article{An_2021,
doi = {10.1016/j.matt.2021.02.020},
url = {https://doi.org/10.1016%2Fj.matt.2021.02.020},
year = 2021,
month = {mar},
publisher = {Elsevier {BV}},
author = {Qingzhi An and Fabian Paulus and David Becker-Koch and Changsoon Cho and Qing Sun and Andreas Weu and Sapir Bitton and Nir Tessler and Yana Vaynzof},
title = {Small grains as recombination hot spots in perovskite solar cells},
journal = {Matter}
}Downloads
No Downloads available for this publication
Permalink
- Dongxiang Wang, Jacqueline Hauptmann, Christian May, Yvonne Jasmin Hofstetter, Yana Vaynzof, Tobias Müller, "Roll-to-roll Fabrication of Highly Transparent Ca:Ag Top-Electrode towards Flexible Large-Area OLED Lighting Application" (to appear), In Flexible and Printed Electronics, IOP Publishing, Mar 2021. [doi] [Bibtex & Downloads]
Roll-to-roll Fabrication of Highly Transparent Ca:Ag Top-Electrode towards Flexible Large-Area OLED Lighting Application
Reference
Dongxiang Wang, Jacqueline Hauptmann, Christian May, Yvonne Jasmin Hofstetter, Yana Vaynzof, Tobias Müller, "Roll-to-roll Fabrication of Highly Transparent Ca:Ag Top-Electrode towards Flexible Large-Area OLED Lighting Application" (to appear), In Flexible and Printed Electronics, IOP Publishing, Mar 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1088/2058-8585/abf159},
url = {https://doi.org/10.1088%2F2058-8585%2Fabf159},
year = 2021,
month = {mar},
publisher = {{IOP} Publishing},
author = {Dongxiang Wang and Jacqueline Hauptmann and Christian May and Yvonne Jasmin Hofstetter and Yana Vaynzof and Tobias Müller},
title = {Roll-to-roll Fabrication of Highly Transparent Ca:Ag Top-Electrode towards Flexible Large-Area {OLED} Lighting Application},
journal = {Flexible and Printed Electronics}
}Downloads
No Downloads available for this publication
Permalink
- Alexander D. Taylor, Qing Sun, Katelyn P. Goetz, Qingzhi An, Tim Schramm, Yvonne Hofstetter, Maximillian Litterst, Fabian Paulus, Yana Vaynzof, "A general approach to high-efficiency perovskite solar cells by any antisolvent", In Nature Communications, Springer Science and Business Media LLC, vol. 12, no. 1, Mar 2021. [doi] [Bibtex & Downloads]
A general approach to high-efficiency perovskite solar cells by any antisolvent
Reference
Alexander D. Taylor, Qing Sun, Katelyn P. Goetz, Qingzhi An, Tim Schramm, Yvonne Hofstetter, Maximillian Litterst, Fabian Paulus, Yana Vaynzof, "A general approach to high-efficiency perovskite solar cells by any antisolvent", In Nature Communications, Springer Science and Business Media LLC, vol. 12, no. 1, Mar 2021. [doi]
Bibtex
@article{Taylor_2021,
doi = {10.1038/s41467-021-22049-8},
url = {https://doi.org/10.1038%2Fs41467-021-22049-8},
year = 2021,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
volume = {12},
number = {1},
author = {Alexander D. Taylor and Qing Sun and Katelyn P. Goetz and Qingzhi An and Tim Schramm and Yvonne Hofstetter and Maximillian Litterst and Fabian Paulus and Yana Vaynzof},
title = {A general approach to high-efficiency perovskite solar cells by any antisolvent},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Luigi Angelo Castriotta, Fabio Matteocci, Luigi Vesce, Lucio Cinà, Antonio Agresti, Sara Pescetelli, Alessandro Ronconi, Markus Löffler, Minas M. Stylianakis, Francesco Di Giacomo, Paolo Mariani, Maurizio Stefanelli, Emily Mae Speller, Antonio Alfano, Barbara Paci, Amanda Generosi, Fabio Di Fonzo, Annamaria Petrozza, Bernd Rellinghaus, Emmanuel Kymakis, Aldo Di Carlo, "Air-Processed Infrared-Annealed Printed Methylammonium-Free Perovskite Solar Cells and Modules Incorporating Potassium-Doped Graphene Oxide as an Interlayer", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 10, pp. 11741–11754, Mar 2021. [doi] [Bibtex & Downloads]
Air-Processed Infrared-Annealed Printed Methylammonium-Free Perovskite Solar Cells and Modules Incorporating Potassium-Doped Graphene Oxide as an Interlayer
Reference
Luigi Angelo Castriotta, Fabio Matteocci, Luigi Vesce, Lucio Cinà, Antonio Agresti, Sara Pescetelli, Alessandro Ronconi, Markus Löffler, Minas M. Stylianakis, Francesco Di Giacomo, Paolo Mariani, Maurizio Stefanelli, Emily Mae Speller, Antonio Alfano, Barbara Paci, Amanda Generosi, Fabio Di Fonzo, Annamaria Petrozza, Bernd Rellinghaus, Emmanuel Kymakis, Aldo Di Carlo, "Air-Processed Infrared-Annealed Printed Methylammonium-Free Perovskite Solar Cells and Modules Incorporating Potassium-Doped Graphene Oxide as an Interlayer", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 10, pp. 11741–11754, Mar 2021. [doi]
Bibtex
@article{Castriotta_2021,
doi = {10.1021/acsami.0c18920},
url = {https://doi.org/10.1021%2Facsami.0c18920},
year = 2021,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {10},
pages = {11741--11754},
author = {Luigi Angelo Castriotta and Fabio Matteocci and Luigi Vesce and Lucio Cin{\`{a}} and Antonio Agresti and Sara Pescetelli and Alessandro Ronconi and Markus Löffler and Minas M. Stylianakis and Francesco Di Giacomo and Paolo Mariani and Maurizio Stefanelli and Emily Mae Speller and Antonio Alfano and Barbara Paci and Amanda Generosi and Fabio Di Fonzo and Annamaria Petrozza and Bernd Rellinghaus and Emmanuel Kymakis and Aldo Di Carlo},
title = {Air-Processed Infrared-Annealed Printed Methylammonium-Free Perovskite Solar Cells and Modules Incorporating Potassium-Doped Graphene Oxide as an Interlayer},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Huanhuan Shi, Panpan Zhang, Zaichun Liu, SangWook Park, Martin R. Lohe, Yuping Wu, Ali Shaygan Nia, Sheng Yang, Xinliang Feng, "Ambient-Stable Two-Dimensional Titanium Carbide (MXene) Enabled by Iodine Etching", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 16, pp. 8689–8693, Mar 2021. [doi] [Bibtex & Downloads]
Ambient-Stable Two-Dimensional Titanium Carbide (MXene) Enabled by Iodine Etching
Reference
Huanhuan Shi, Panpan Zhang, Zaichun Liu, SangWook Park, Martin R. Lohe, Yuping Wu, Ali Shaygan Nia, Sheng Yang, Xinliang Feng, "Ambient-Stable Two-Dimensional Titanium Carbide (MXene) Enabled by Iodine Etching", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 16, pp. 8689–8693, Mar 2021. [doi]
Bibtex
@article{Shi_2021,
doi = {10.1002/anie.202015627},
url = {https://doi.org/10.1002%2Fanie.202015627},
year = 2021,
month = {mar},
publisher = {Wiley},
volume = {60},
number = {16},
pages = {8689--8693},
author = {Huanhuan Shi and Panpan Zhang and Zaichun Liu and SangWook Park and Martin R. Lohe and Yuping Wu and Ali Shaygan Nia and Sheng Yang and Xinliang Feng},
title = {Ambient-Stable Two-Dimensional Titanium Carbide ({MXene}) Enabled by Iodine Etching},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wenhui Niu, Yubin Fu, Hartmut Komber, Ji Ma, Xinliang Feng, Yiyong Mai, Junzhi Liu, "Sulfur-Doped Nanographenes Containing Multiple Subhelicenes", In Organic Letters, American Chemical Society (ACS), vol. 23, no. 6, pp. 2069–2073, Mar 2021. [doi] [Bibtex & Downloads]
Sulfur-Doped Nanographenes Containing Multiple Subhelicenes
Reference
Wenhui Niu, Yubin Fu, Hartmut Komber, Ji Ma, Xinliang Feng, Yiyong Mai, Junzhi Liu, "Sulfur-Doped Nanographenes Containing Multiple Subhelicenes", In Organic Letters, American Chemical Society (ACS), vol. 23, no. 6, pp. 2069–2073, Mar 2021. [doi]
Bibtex
@article{Niu_2021,
doi = {10.1021/acs.orglett.1c00232},
url = {https://doi.org/10.1021%2Facs.orglett.1c00232},
year = 2021,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {23},
number = {6},
pages = {2069--2073},
author = {Wenhui Niu and Yubin Fu and Hartmut Komber and Ji Ma and Xinliang Feng and Yiyong Mai and Junzhi Liu},
title = {Sulfur-Doped Nanographenes Containing Multiple Subhelicenes},
journal = {Organic Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Huan Yang, Yun Cao, Yixuan Gao, Yubin Fu, Li Huang, Junzhi Liu, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "NBN-doped nanographene embedded with five- and seven-membered rings on Au(111) surface", In Chinese Physics B, IOP Publishing, Mar 2021. [doi] [Bibtex & Downloads]
NBN-doped nanographene embedded with five- and seven-membered rings on Au(111) surface
Reference
Huan Yang, Yun Cao, Yixuan Gao, Yubin Fu, Li Huang, Junzhi Liu, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "NBN-doped nanographene embedded with five- and seven-membered rings on Au(111) surface", In Chinese Physics B, IOP Publishing, Mar 2021. [doi]
Bibtex
@article{Yang_2021,
doi = {10.1088/1674-1056/abeede},
url = {https://doi.org/10.1088%2F1674-1056%2Fabeede},
year = 2021,
month = {mar},
publisher = {{IOP} Publishing},
author = {Huan Yang and Yun Cao and Yixuan Gao and Yubin Fu and Li Huang and Junzhi Liu and Xinliang Feng and Shixuan Du and Hong-Jun Gao},
title = {{NBN}-doped nanographene embedded with five- and seven-membered rings on Au(111) surface},
journal = {Chinese Physics B}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Christine Arndt, Margarethe Hauck, Irene Wacker, Berit Zeller-Plumhoff, Florian Rasch, Mohammadreza Taale, Ali Shaygan Nia, Xinliang Feng, Rainer Adelung, Rasmus R. Schröder, Fabian Schütt, Christine Selhuber-Unkel, "Microengineered Hollow Graphene Tube Systems Generate Conductive Hydrogels with Extremely Low Filler Concentration", In Nano Letters, American Chemical Society (ACS), Mar 2021. [doi] [Bibtex & Downloads]
Microengineered Hollow Graphene Tube Systems Generate Conductive Hydrogels with Extremely Low Filler Concentration
Reference
Christine Arndt, Margarethe Hauck, Irene Wacker, Berit Zeller-Plumhoff, Florian Rasch, Mohammadreza Taale, Ali Shaygan Nia, Xinliang Feng, Rainer Adelung, Rasmus R. Schröder, Fabian Schütt, Christine Selhuber-Unkel, "Microengineered Hollow Graphene Tube Systems Generate Conductive Hydrogels with Extremely Low Filler Concentration", In Nano Letters, American Chemical Society (ACS), Mar 2021. [doi]
Bibtex
@article{Arndt_2021,
doi = {10.1021/acs.nanolett.0c04375},
url = {https://doi.org/10.1021%2Facs.nanolett.0c04375},
year = 2021,
month = {mar},
publisher = {American Chemical Society ({ACS})},
author = {Christine Arndt and Margarethe Hauck and Irene Wacker and Berit Zeller-Plumhoff and Florian Rasch and Mohammadreza Taale and Ali Shaygan Nia and Xinliang Feng and Rainer Adelung and Rasmus R. Schröder and Fabian Schütt and Christine Selhuber-Unkel},
title = {Microengineered Hollow Graphene Tube Systems Generate Conductive Hydrogels with Extremely Low Filler Concentration},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shunqi Xu, Marcus Richter, Xinliang Feng, "Vinylene-Linked Two-Dimensional Covalent Organic Frameworks: Synthesis and Functions", In Accounts of Materials Research, American Chemical Society (ACS), Mar 2021. [doi] [Bibtex & Downloads]
Vinylene-Linked Two-Dimensional Covalent Organic Frameworks: Synthesis and Functions
Reference
Shunqi Xu, Marcus Richter, Xinliang Feng, "Vinylene-Linked Two-Dimensional Covalent Organic Frameworks: Synthesis and Functions", In Accounts of Materials Research, American Chemical Society (ACS), Mar 2021. [doi]
Bibtex
@article{Xu_2021,
doi = {10.1021/accountsmr.1c00017},
url = {https://doi.org/10.1021%2Faccountsmr.1c00017},
year = 2021,
month = {mar},
publisher = {American Chemical Society ({ACS})},
author = {Shunqi Xu and Marcus Richter and Xinliang Feng},
title = {Vinylene-Linked Two-Dimensional Covalent Organic Frameworks: Synthesis and Functions},
journal = {Accounts of Materials Research}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Malte Schröder, Andreas Bossert, Moritz Kersting, Sebastian Aeffner, Justin Coetzee, Marc Timme, Jan Schlüter, "COVID-19 in South Africa: outbreak despite interventions", In Scientific Reports, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2021. [doi] [Bibtex & Downloads]
COVID-19 in South Africa: outbreak despite interventions
Reference
Malte Schröder, Andreas Bossert, Moritz Kersting, Sebastian Aeffner, Justin Coetzee, Marc Timme, Jan Schlüter, "COVID-19 in South Africa: outbreak despite interventions", In Scientific Reports, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2021. [doi]
Bibtex
@article{Schr_der_2021,
doi = {10.1038/s41598-021-84487-0},
url = {https://doi.org/10.1038%2Fs41598-021-84487-0},
year = 2021,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Malte Schröder and Andreas Bossert and Moritz Kersting and Sebastian Aeffner and Justin Coetzee and Marc Timme and Jan Schlüter},
title = {{COVID}-19 in South Africa: outbreak despite interventions},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Permalink
- Daniel William Davies, Sang Kyu Park, Prapti Kafle, Hyunjoong Chung, Dafei Yuan, Joseph W. Strzalka, Stefan C. B. Mannsfeld, SuYin Grass Wang, Yu-Sheng Chen, Danielle L. Gray, Xiaozhang Zhu, Ying Diao, "Radically Tunable n-Type Organic Semiconductor via Polymorph Control", In Chemistry of Materials, American Chemical Society (ACS), vol. 33, no. 7, pp. 2466–2477, Mar 2021. [doi] [Bibtex & Downloads]
Radically Tunable n-Type Organic Semiconductor via Polymorph Control
Reference
Daniel William Davies, Sang Kyu Park, Prapti Kafle, Hyunjoong Chung, Dafei Yuan, Joseph W. Strzalka, Stefan C. B. Mannsfeld, SuYin Grass Wang, Yu-Sheng Chen, Danielle L. Gray, Xiaozhang Zhu, Ying Diao, "Radically Tunable n-Type Organic Semiconductor via Polymorph Control", In Chemistry of Materials, American Chemical Society (ACS), vol. 33, no. 7, pp. 2466–2477, Mar 2021. [doi]
Bibtex
@article{Davies_2021,
doi = {10.1021/acs.chemmater.0c04678},
url = {https://doi.org/10.1021%2Facs.chemmater.0c04678},
year = 2021,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {33},
number = {7},
pages = {2466--2477},
author = {Daniel William Davies and Sang Kyu Park and Prapti Kafle and Hyunjoong Chung and Dafei Yuan and Joseph W. Strzalka and Stefan C. B. Mannsfeld and SuYin Grass Wang and Yu-Sheng Chen and Danielle L. Gray and Xiaozhang Zhu and Ying Diao},
title = {Radically Tunable n-Type Organic Semiconductor via Polymorph Control},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S.-J. Wang, M. Sawatzki, H. Kleemann, I. Lashkov, D. Wolf, A. Lubk, F. Talnack, Stefan C. B. Mannsfeld, Y. Krupskaya, B. Büchner, K. Leo, "Vacuum processed large area doped thin-film crystals: A new approach for high-performance organic electronics", In Materials Today Physics, Elsevier BV, vol. 17, pp. 100352, Mar 2021. [doi] [Bibtex & Downloads]
Vacuum processed large area doped thin-film crystals: A new approach for high-performance organic electronics
Reference
S.-J. Wang, M. Sawatzki, H. Kleemann, I. Lashkov, D. Wolf, A. Lubk, F. Talnack, Stefan C. B. Mannsfeld, Y. Krupskaya, B. Büchner, K. Leo, "Vacuum processed large area doped thin-film crystals: A new approach for high-performance organic electronics", In Materials Today Physics, Elsevier BV, vol. 17, pp. 100352, Mar 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1016/j.mtphys.2021.100352},
url = {https://doi.org/10.1016%2Fj.mtphys.2021.100352},
year = 2021,
month = {mar},
publisher = {Elsevier {BV}},
volume = {17},
pages = {100352},
author = {S.-J. Wang and M. Sawatzki and H. Kleemann and I. Lashkov and D. Wolf and A. Lubk and F. Talnack and Stefan C. B. Mannsfeld and Y. Krupskaya and B. Büchner and K. Leo},
title = {Vacuum processed large area doped thin-film crystals: A new approach for high-performance organic electronics},
journal = {Materials Today Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paulius Imbrasas, Ram\=unas Lygaitis, Paul Kleine, Reinhard Scholz, Christian Hänisch, Stephanie Buchholtz, Katrin Ortstein, Felix Talnack, Stefan C. B. Mannsfeld, Simone Lenk, Sebastian Reineke, "Dimers or Solid-State Solvation? Intermolecular Effects of Multiple Donor-Acceptor Thermally Activated Delayed Fluorescence Emitter Determining Organic Light-Emitting Diode Performance", In Advanced Optical Materials, Wiley, pp. 2002153, Mar 2021. [doi] [Bibtex & Downloads]
Dimers or Solid-State Solvation? Intermolecular Effects of Multiple Donor-Acceptor Thermally Activated Delayed Fluorescence Emitter Determining Organic Light-Emitting Diode Performance
Reference
Paulius Imbrasas, Ram\=unas Lygaitis, Paul Kleine, Reinhard Scholz, Christian Hänisch, Stephanie Buchholtz, Katrin Ortstein, Felix Talnack, Stefan C. B. Mannsfeld, Simone Lenk, Sebastian Reineke, "Dimers or Solid-State Solvation? Intermolecular Effects of Multiple Donor-Acceptor Thermally Activated Delayed Fluorescence Emitter Determining Organic Light-Emitting Diode Performance", In Advanced Optical Materials, Wiley, pp. 2002153, Mar 2021. [doi]
Bibtex
@article{Imbrasas_2021,
doi = {10.1002/adom.202002153},
url = {https://doi.org/10.1002%2Fadom.202002153},
year = 2021,
month = {mar},
publisher = {Wiley},
pages = {2002153},
author = {Paulius Imbrasas and Ram{\={u}}nas Lygaitis and Paul Kleine and Reinhard Scholz and Christian Hänisch and Stephanie Buchholtz and Katrin Ortstein and Felix Talnack and Stefan C. B. Mannsfeld and Simone Lenk and Sebastian Reineke},
title = {Dimers or Solid-State Solvation? Intermolecular Effects of Multiple Donor-Acceptor Thermally Activated Delayed Fluorescence Emitter Determining Organic Light-Emitting Diode Performance},
journal = {Advanced Optical Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yuan Gao, Souha Toukabri, Ye Yu, Andreas Richter, Robert Kirchner, "Large area multi-material-multi-photon 3D printing with fast in-situ material replacement", In Proceeding: Laser 3D Manufacturing VIII (Henry Helvajian and Bo Gu and Hongqiang Chen), SPIE, Mar 2021. [doi] [Bibtex & Downloads]
Large area multi-material-multi-photon 3D printing with fast in-situ material replacement
Reference
Yuan Gao, Souha Toukabri, Ye Yu, Andreas Richter, Robert Kirchner, "Large area multi-material-multi-photon 3D printing with fast in-situ material replacement", In Proceeding: Laser 3D Manufacturing VIII (Henry Helvajian and Bo Gu and Hongqiang Chen), SPIE, Mar 2021. [doi]
Bibtex
@inproceedings{Gao_2021,
doi = {10.1117/12.2583487},
url = {https://doi.org/10.1117%2F12.2583487},
year = 2021,
month = {mar},
publisher = ,
author = {Yuan Gao and Souha Toukabri and Ye Yu and Andreas Richter and Robert Kirchner},
editor = {Henry Helvajian and Bo Gu and Hongqiang Chen},
title = {Large area multi-material-multi-photon 3D printing with fast in-situ material replacement},
booktitle = {Laser 3D Manufacturing {VIII}}
}Downloads
No Downloads available for this publication
Permalink
- Emre Topal, Jurgen Gluch, Andre Clausner, Andre Cardoso, Ehrenfried Zschech, "Determination of the Filler Distribution in an Epoxy Molding Compound Using High-Resolution X-Ray Computed Tomography", In IEEE Transactions on Components, Packaging and Manufacturing Technology, Institute of Electrical and Electronics Engineers (IEEE), vol. 11, no. 3, pp. 504–509, Mar 2021. [doi] [Bibtex & Downloads]
Determination of the Filler Distribution in an Epoxy Molding Compound Using High-Resolution X-Ray Computed Tomography
Reference
Emre Topal, Jurgen Gluch, Andre Clausner, Andre Cardoso, Ehrenfried Zschech, "Determination of the Filler Distribution in an Epoxy Molding Compound Using High-Resolution X-Ray Computed Tomography", In IEEE Transactions on Components, Packaging and Manufacturing Technology, Institute of Electrical and Electronics Engineers (IEEE), vol. 11, no. 3, pp. 504–509, Mar 2021. [doi]
Bibtex
@article{Topal_2021,
doi = {10.1109/tcpmt.2020.3048672},
url = {https://doi.org/10.1109%2Ftcpmt.2020.3048672},
year = 2021,
month = {mar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {11},
number = {3},
pages = {504--509},
author = {Emre Topal and Jurgen Gluch and Andre Clausner and Andre Cardoso and Ehrenfried Zschech},
title = {Determination of the Filler Distribution in an Epoxy Molding Compound Using High-Resolution X-Ray Computed Tomography},
journal = {{IEEE} Transactions on Components, Packaging and Manufacturing Technology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Pilato, Stanislav Bohm, Fabien Brocheton, Jeronimo Castrillon, Riccardo Cevasco, Vojtech Cima, Radim Cmar, Dionysios Diamantopoulos, Fabrizio Ferrandi, Jan Martinovic, Gianluca Palermo, Michele Paolino, Antonio Parodi, Lorenzo Pittaluga, Daniel Raho, Francesco Regazzoni, Katerina Slaninova, Christoph Hagleitner, "EVEREST: A design environment for extreme-scale big data analytics on heterogeneous platforms", Proceedings of the 2021 Design, Automation and Test in Europe Conference (DATE), pp. 1320–1325, Feb 2021. [doi] [Bibtex & Downloads]
EVEREST: A design environment for extreme-scale big data analytics on heterogeneous platforms
Reference
Christian Pilato, Stanislav Bohm, Fabien Brocheton, Jeronimo Castrillon, Riccardo Cevasco, Vojtech Cima, Radim Cmar, Dionysios Diamantopoulos, Fabrizio Ferrandi, Jan Martinovic, Gianluca Palermo, Michele Paolino, Antonio Parodi, Lorenzo Pittaluga, Daniel Raho, Francesco Regazzoni, Katerina Slaninova, Christoph Hagleitner, "EVEREST: A design environment for extreme-scale big data analytics on heterogeneous platforms", Proceedings of the 2021 Design, Automation and Test in Europe Conference (DATE), pp. 1320–1325, Feb 2021. [doi]
Bibtex
@InProceedings{pilato_date21,
author = {Christian Pilato and Stanislav Bohm and Fabien Brocheton and Jeronimo Castrillon and Riccardo Cevasco and Vojtech Cima and Radim Cmar and Dionysios Diamantopoulos and Fabrizio Ferrandi and Jan Martinovic and Gianluca Palermo and Michele Paolino and Antonio Parodi and Lorenzo Pittaluga and Daniel Raho and Francesco Regazzoni and Katerina Slaninova and Christoph Hagleitner},
booktitle = {Proceedings of the 2021 Design, Automation and Test in Europe Conference (DATE)},
title = {{EVEREST}: A design environment for extreme-scale big data analytics on heterogeneous platforms},
location = {Virtual Conference},
series = {DATE'21},
month = feb,
year = {2021},
pages = {1320--1325},
url = {https://ieeexplore.ieee.org/document/9473940},
doi = {10.23919/DATE51398.2021.9473940},
}Downloads
2102_Pilato_DATE [PDF]
Permalink
- Shubham Rai, Mengyun Liu, Anteneh Gebregiorgis, Debjyoti Bhattacharjee, Krishnendu Chakrabarty, Said Hamdioui, Anupam Chattopadhyay, Jens Trommer, Akash Kumar, "Perspectives on Emerging Computation-in-Memory Paradigms" (to appear), In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi] [Bibtex & Downloads]
Perspectives on Emerging Computation-in-Memory Paradigms
Reference
Shubham Rai, Mengyun Liu, Anteneh Gebregiorgis, Debjyoti Bhattacharjee, Krishnendu Chakrabarty, Said Hamdioui, Anupam Chattopadhyay, Jens Trommer, Akash Kumar, "Perspectives on Emerging Computation-in-Memory Paradigms" (to appear), In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi]
Bibtex
@inproceedings{Rai_2021,
doi = {10.23919/date51398.2021.9473976},
url = {https://doi.org/10.23919%2Fdate51398.2021.9473976},
year = 2021,
month = {feb},
publisher = ,
author = {Shubham Rai and Mengyun Liu and Anteneh Gebregiorgis and Debjyoti Bhattacharjee and Krishnendu Chakrabarty and Said Hamdioui and Anupam Chattopadhyay and Jens Trommer and Akash Kumar},
title = {Perspectives on Emerging Computation-in-Memory Paradigms},
booktitle = {2021 Design, Automation {\&} Test in Europe Conference {\&} Exhibition ({DATE})}
}Downloads
DATE_2021_SS_In_Memory_Computing [PDF]
Permalink
- Behnaz Ranjbar, Ali Hosseinghorban, Siva Satyendra Sahoo, Alireza Ejlali, Akash Kumar, "Improving the Timing Behaviour of Mixed-Criticality Systems Using Chebyshev's Theorem", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 264-269, Feb. 2021. [doi] [Bibtex & Downloads]
Improving the Timing Behaviour of Mixed-Criticality Systems Using Chebyshev's Theorem
Reference
Behnaz Ranjbar, Ali Hosseinghorban, Siva Satyendra Sahoo, Alireza Ejlali, Akash Kumar, "Improving the Timing Behaviour of Mixed-Criticality Systems Using Chebyshev's Theorem", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 264-269, Feb. 2021. [doi]
Bibtex
@INPROCEEDINGS{behnaz2021date,
author={Ranjbar, Behnaz and Hosseinghorban, Ali and Sahoo, Siva Satyendra and Ejlali, Alireza and Kumar, Akash},
booktitle={2021 Design, Automation \& Test in Europe Conference \& Exhibition (DATE)},
title={Improving the Timing Behaviour of Mixed-Criticality Systems Using Chebyshev's Theorem},
year={2021},
month={Feb.},
volume={},
number={},
pages={264-269},
organization={IEEE},
doi={10.23919/DATE51398.2021.9474263}}Downloads
Improving_Timing_DATE21 [PDF]
Permalink
- Shubham Rai, Heinz Riener, Giovanni De Micheli, Akash Kumar, "Preserving Self-Duality During Logic Synthesis for Emerging Reconfigurable Nanotechnologies", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi] [Bibtex & Downloads]
Preserving Self-Duality During Logic Synthesis for Emerging Reconfigurable Nanotechnologies
Reference
Shubham Rai, Heinz Riener, Giovanni De Micheli, Akash Kumar, "Preserving Self-Duality During Logic Synthesis for Emerging Reconfigurable Nanotechnologies", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi]
Bibtex
@inproceedings{Rai_2021,
doi = {10.23919/date51398.2021.9474112},
url = {https://doi.org/10.23919%2Fdate51398.2021.9474112},
year = 2021,
month = {feb},
publisher = ,
author = {Shubham Rai and Heinz Riener and Giovanni De Micheli and Akash Kumar},
title = {Preserving Self-Duality During Logic Synthesis for Emerging Reconfigurable Nanotechnologies},
booktitle = {2021 Design, Automation {\&} Test in Europe Conference {\&} Exhibition ({DATE})}
}Downloads
DATE_2021_preserving [PDF]
Permalink
- Shubham Rai, Siddharth Garg, Christian Pilato, Vladimir Herdt, Elmira Moussavi, Dominik Sisejkovic, Ramesh Karri, Rolf Drechsler, Farhad Merchant, Akash Kumar, "Vertical IP Protection of the Next-Generation Devices: Quo Vadis?" (to appear), In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi] [Bibtex & Downloads]
Vertical IP Protection of the Next-Generation Devices: Quo Vadis?
Reference
Shubham Rai, Siddharth Garg, Christian Pilato, Vladimir Herdt, Elmira Moussavi, Dominik Sisejkovic, Ramesh Karri, Rolf Drechsler, Farhad Merchant, Akash Kumar, "Vertical IP Protection of the Next-Generation Devices: Quo Vadis?" (to appear), In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi]
Bibtex
@inproceedings{Rai_2021,
doi = {10.23919/date51398.2021.9474132},
url = {https://doi.org/10.23919%2Fdate51398.2021.9474132},
year = 2021,
month = {feb},
publisher = ,
author = {Shubham Rai and Siddharth Garg and Christian Pilato and Vladimir Herdt and Elmira Moussavi and Dominik Sisejkovic and Ramesh Karri and Rolf Drechsler and Farhad Merchant and Akash Kumar},
title = {Vertical {IP} Protection of the Next-Generation Devices: Quo Vadis?},
booktitle = {2021 Design, Automation {\&} Test in Europe Conference {\&} Exhibition ({DATE})}
}Downloads
DATE_2021_SS_Security_Emerging(5) [PDF]
Permalink
- Shubham Rai, Walter Lau Neto, Yukio Miyasaka, Xinpei Zhang, Mingfei Yu, Qingyang Yi, Masahiro Fujita, Guilherme B. Manske, Matheus F. Pontes, Leomar S. da Rosa, Marilton S. de Aguiar, Paulo F. Butzen, Po-Chun Chien, Yu-Shan Huang, Hoa-Ren Wang, Jie-Hong R. Jiang, Jiaqi Gu, Zheng Zhao, Zixuan Jiang, David Z. Pan, Brunno A. de Abreu, Isac de Souza Campos, Augusto Berndt, Cristina Meinhardt, Jonata T. Carvalho, Mateus Grellert, Sergio Bampi, Aditya Lohana, Akash Kumar, Wei Zeng, Azadeh Davoodi, Rasit O. Topaloglu, Yuan Zhou, Jordan Dotzel, Yichi Zhang, Hanyu Wang, Zhiru Zhang, Valerio Tenace, Pierre-Emmanuel Gaillardon, Alan Mishchenko, Satrajit Chatterjee, "Logic Synthesis Meets Machine Learning: Trading Exactness for Generalization", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi] [Bibtex & Downloads]
Logic Synthesis Meets Machine Learning: Trading Exactness for Generalization
Reference
Shubham Rai, Walter Lau Neto, Yukio Miyasaka, Xinpei Zhang, Mingfei Yu, Qingyang Yi, Masahiro Fujita, Guilherme B. Manske, Matheus F. Pontes, Leomar S. da Rosa, Marilton S. de Aguiar, Paulo F. Butzen, Po-Chun Chien, Yu-Shan Huang, Hoa-Ren Wang, Jie-Hong R. Jiang, Jiaqi Gu, Zheng Zhao, Zixuan Jiang, David Z. Pan, Brunno A. de Abreu, Isac de Souza Campos, Augusto Berndt, Cristina Meinhardt, Jonata T. Carvalho, Mateus Grellert, Sergio Bampi, Aditya Lohana, Akash Kumar, Wei Zeng, Azadeh Davoodi, Rasit O. Topaloglu, Yuan Zhou, Jordan Dotzel, Yichi Zhang, Hanyu Wang, Zhiru Zhang, Valerio Tenace, Pierre-Emmanuel Gaillardon, Alan Mishchenko, Satrajit Chatterjee, "Logic Synthesis Meets Machine Learning: Trading Exactness for Generalization", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Feb 2021. [doi]
Bibtex
@inproceedings{Rai_2021,
doi = {10.23919/date51398.2021.9473972},
url = {https://doi.org/10.23919%2Fdate51398.2021.9473972},
year = 2021,
month = {feb},
publisher = ,
author = {Shubham Rai and Walter Lau Neto and Yukio Miyasaka and Xinpei Zhang and Mingfei Yu and Qingyang Yi and Masahiro Fujita and Guilherme B. Manske and Matheus F. Pontes and Leomar S. da Rosa and Marilton S. de Aguiar and Paulo F. Butzen and Po-Chun Chien and Yu-Shan Huang and Hoa-Ren Wang and Jie-Hong R. Jiang and Jiaqi Gu and Zheng Zhao and Zixuan Jiang and David Z. Pan and Brunno A. de Abreu and Isac de Souza Campos and Augusto Berndt and Cristina Meinhardt and Jonata T. Carvalho and Mateus Grellert and Sergio Bampi and Aditya Lohana and Akash Kumar and Wei Zeng and Azadeh Davoodi and Rasit O. Topaloglu and Yuan Zhou and Jordan Dotzel and Yichi Zhang and Hanyu Wang and Zhiru Zhang and Valerio Tenace and Pierre-Emmanuel Gaillardon and Alan Mishchenko and Satrajit Chatterjee},
title = {Logic Synthesis Meets Machine Learning: Trading Exactness for Generalization},
booktitle = {2021 Design, Automation {\&} Test in Europe Conference {\&} Exhibition ({DATE})}
}Downloads
DATE_version_IWLS [PDF]
Permalink
- Miguel Albaladejo-Siguan, Elizabeth C. Baird, David Becker-Koch, Yanxiu Li, Andrey L. Rogach, Yana Vaynzof, "Stability of Quantum Dot Solar Cells: A Matter of (Life)Time", In Advanced Energy Materials, Wiley, pp. 2003457, Feb 2021. [doi] [Bibtex & Downloads]
Stability of Quantum Dot Solar Cells: A Matter of (Life)Time
Reference
Miguel Albaladejo-Siguan, Elizabeth C. Baird, David Becker-Koch, Yanxiu Li, Andrey L. Rogach, Yana Vaynzof, "Stability of Quantum Dot Solar Cells: A Matter of (Life)Time", In Advanced Energy Materials, Wiley, pp. 2003457, Feb 2021. [doi]
Bibtex
@article{Albaladejo_Siguan_2021,
doi = {10.1002/aenm.202003457},
url = {https://doi.org/10.1002%2Faenm.202003457},
year = 2021,
month = {feb},
publisher = {Wiley},
pages = {2003457},
author = {Miguel Albaladejo-Siguan and Elizabeth C. Baird and David Becker-Koch and Yanxiu Li and Andrey L. Rogach and Yana Vaynzof},
title = {Stability of Quantum Dot Solar Cells: A Matter of (Life)Time},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Paul Fassl, Vincent Lami, Felix J. Berger, Lukas M. Falk, Jana Zaumseil, Bryce S. Richards, Ian A. Howard, Yana Vaynzof, Ulrich W. Paetzold, "Revealing the internal luminescence quantum efficiency of perovskite films via accurate quantification of photon recycling", In Matter, Elsevier BV, Feb 2021. [doi] [Bibtex & Downloads]
Revealing the internal luminescence quantum efficiency of perovskite films via accurate quantification of photon recycling
Reference
Paul Fassl, Vincent Lami, Felix J. Berger, Lukas M. Falk, Jana Zaumseil, Bryce S. Richards, Ian A. Howard, Yana Vaynzof, Ulrich W. Paetzold, "Revealing the internal luminescence quantum efficiency of perovskite films via accurate quantification of photon recycling", In Matter, Elsevier BV, Feb 2021. [doi]
Bibtex
@article{Fassl_2021,
doi = {10.1016/j.matt.2021.01.019},
url = {https://doi.org/10.1016%2Fj.matt.2021.01.019},
year = 2021,
month = {feb},
publisher = {Elsevier {BV}},
author = {Paul Fassl and Vincent Lami and Felix J. Berger and Lukas M. Falk and Jana Zaumseil and Bryce S. Richards and Ian A. Howard and Yana Vaynzof and Ulrich W. Paetzold},
title = {Revealing the internal luminescence quantum efficiency of perovskite films via accurate quantification of photon recycling},
journal = {Matter}
}Downloads
No Downloads available for this publication
Permalink
- Ilia Lashkov, Kevin Krechan, Katrin Ortstein, Felix Talnack, Shu-Jen Wang, Stefan C. B. Mannsfeld, Hans Kleemann, Karl Leo, "Modulation Doping for Threshold Voltage Control in Organic Field-Effect Transistors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 7, pp. 8664–8671, Feb 2021. [doi] [Bibtex & Downloads]
Modulation Doping for Threshold Voltage Control in Organic Field-Effect Transistors
Reference
Ilia Lashkov, Kevin Krechan, Katrin Ortstein, Felix Talnack, Shu-Jen Wang, Stefan C. B. Mannsfeld, Hans Kleemann, Karl Leo, "Modulation Doping for Threshold Voltage Control in Organic Field-Effect Transistors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 7, pp. 8664–8671, Feb 2021. [doi]
Bibtex
@article{Lashkov_2021,
doi = {10.1021/acsami.0c22224},
url = {https://doi.org/10.1021%2Facsami.0c22224},
year = 2021,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {7},
pages = {8664--8671},
author = {Ilia Lashkov and Kevin Krechan and Katrin Ortstein and Felix Talnack and Shu-Jen Wang and Stefan C. B. Mannsfeld and Hans Kleemann and Karl Leo},
title = {Modulation Doping for Threshold Voltage Control in Organic Field-Effect Transistors},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Menard, Andr'es Goens, Gerald Hempel, Robert Khasanov, Julian Robledo, Felix Teweleitt, Jeronimo Castrillon, "Mocasin—Rapid Prototyping of Rapid Prototyping Tools: A Framework for Exploring New Approaches in Mapping Software to Heterogeneous Multi-cores", Proceedings of the 2021 Drone Systems Engineering and Rapid Simulation and Performance Evaluation: Methods and Tools, co-located with 16th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Association for Computing Machinery, pp. 66–73, New York, NY, USA, Jan 2021. (Video Presentation) [doi] [Bibtex & Downloads]
Mocasin—Rapid Prototyping of Rapid Prototyping Tools: A Framework for Exploring New Approaches in Mapping Software to Heterogeneous Multi-cores
Reference
Christian Menard, Andr'es Goens, Gerald Hempel, Robert Khasanov, Julian Robledo, Felix Teweleitt, Jeronimo Castrillon, "Mocasin—Rapid Prototyping of Rapid Prototyping Tools: A Framework for Exploring New Approaches in Mapping Software to Heterogeneous Multi-cores", Proceedings of the 2021 Drone Systems Engineering and Rapid Simulation and Performance Evaluation: Methods and Tools, co-located with 16th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Association for Computing Machinery, pp. 66–73, New York, NY, USA, Jan 2021. (Video Presentation) [doi]
Abstract
We present Mocasin, an open-source rapid prototyping framework for researching, implementing and validating new algorithms and solutions in the field of mapping software to heterogeneous multi-cores. In contrast to the many existing tools that often specialize for a particular use-case, Mocasin is an open, flexible and generic research environment that abstracts over the approaches taken by other tools. Mocasin is designed to support a wide range of models of computation and input formats, implements manifold mapping strategies and provides an adjustable high-level simulator for performance estimation. This infrastructure serves as a flexible vehicle for exploring new approaches and as a blueprint for building customized tools. We highlight the key design aspects of Mocasin that enable its flexibility and illustrate its capabilities in a case-study showing how Mocasin can be used for building a customized tool for researching runtime mapping strategies in an LTE uplink receiver.
Bibtex
@InProceedings{menard_rapido21,
author = {Christian Menard and Andrés Goens and Gerald Hempel and Robert Khasanov and Julian Robledo and Felix Teweleitt and Jeronimo Castrillon},
title = {Mocasin---Rapid Prototyping of Rapid Prototyping Tools: A Framework for Exploring New Approaches in Mapping Software to Heterogeneous Multi-cores},
booktitle = {Proceedings of the 2021 Drone Systems Engineering and Rapid Simulation and Performance Evaluation: Methods and Tools, co-located with 16th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
year = {2021},
address = {New York, NY, USA},
month = jan,
publisher = {ACM},
doi = {10.1145/3444950.3447285},
isbn = {9781450389525},
location = {Budapest, Hungary},
pages = {66–73},
publisher = {Association for Computing Machinery},
series = {DroneSE and RAPIDO '21},
url = {https://doi.org/10.1145/3444950.3447285},
abstract = {We present Mocasin, an open-source rapid prototyping framework for researching, implementing and validating new algorithms and solutions in the field of mapping software to heterogeneous multi-cores. In contrast to the many existing tools that often specialize for a particular use-case, Mocasin is an open, flexible and generic research environment that abstracts over the approaches taken by other tools. Mocasin is designed to support a wide range of models of computation and input formats, implements manifold mapping strategies and provides an adjustable high-level simulator for performance estimation. This infrastructure serves as a flexible vehicle for exploring new approaches and as a blueprint for building customized tools. We highlight the key design aspects of Mocasin that enable its flexibility and illustrate its capabilities in a case-study showing how Mocasin can be used for building a customized tool for researching runtime mapping strategies in an LTE uplink receiver.},
numpages = {8},
comment={<a href=https://www.youtube.com/watch?v=JOrdIn_kWBs&t=8981s>Video Presentation</href>},
}Downloads
2101_Menard_RAPIDO [PDF]
Permalink
- Hasna Bouraoui, Chadlia Jerad, Jeronimo Castrillon, "Towards Adaptive multi-Alternative Process Network", Proceedings of the 12th Workshop and 10th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'21), co-located with 16th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (Bispo, João and Cherubin, Stefano and Flich, Jos'e), Schloss Dagstuhl – Leibniz-Zentrum für Informatik, vol. 88, pp. 1:1–1:11, Dagstuhl, Germany, Jan 2021. [doi] [Bibtex & Downloads]
Towards Adaptive multi-Alternative Process Network
Reference
Hasna Bouraoui, Chadlia Jerad, Jeronimo Castrillon, "Towards Adaptive multi-Alternative Process Network", Proceedings of the 12th Workshop and 10th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'21), co-located with 16th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (Bispo, João and Cherubin, Stefano and Flich, Jos'e), Schloss Dagstuhl – Leibniz-Zentrum für Informatik, vol. 88, pp. 1:1–1:11, Dagstuhl, Germany, Jan 2021. [doi]
Bibtex
@InProceedings{bouraoui_parma21,
author = {Hasna Bouraoui and Chadlia Jerad and Jeronimo Castrillon},
booktitle = {Proceedings of the 12th Workshop and 10th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'21), co-located with 16th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
title = {Towards Adaptive multi-Alternative Process Network},
doi = {10.4230/OASIcs.PARMA-DITAM.2021.1},
editor = {Bispo, Jo\~{a}o and Cherubin, Stefano and Flich, Jos\'{e}},
isbn = {978-3-95977-181-8},
location = {Budapest, Hungary},
pages = {1:1--1:11},
publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik},
series = {Open Access Series in Informatics (OASIcs)},
url = {https://drops.dagstuhl.de/opus/volltexte/2021/13637/pdf/OASIcs-PARMA-DITAM-2021-1.pdf},
volume = {88},
address = {Dagstuhl, Germany},
issn = {2190-6807},
month = jan,
numpages = {10},
urn = {urn:nbn:de:0030-drops-136378},
year = {2021},
}Downloads
2101_Bouraoui_PARMA [PDF]
Permalink
- Sadia Moriam, Elke Franz, Paul Walther, Akash Kumar, Thorsten Strufe, Gerhard Fettweis, "Efficient Communication Protection of Many-Core Systems against Active Attackers", In Electronics, MDPI AG, vol. 10, no. 3, pp. 238, Jan 2021. [doi] [Bibtex & Downloads]
Efficient Communication Protection of Many-Core Systems against Active Attackers
Reference
Sadia Moriam, Elke Franz, Paul Walther, Akash Kumar, Thorsten Strufe, Gerhard Fettweis, "Efficient Communication Protection of Many-Core Systems against Active Attackers", In Electronics, MDPI AG, vol. 10, no. 3, pp. 238, Jan 2021. [doi]
Bibtex
@article{Moriam_2021,
doi = {10.3390/electronics10030238},
url = {https://doi.org/10.3390%2Felectronics10030238},
year = 2021,
month = {jan},
publisher = {{MDPI} {AG}},
volume = {10},
number = {3},
pages = {238},
author = {Sadia Moriam and Elke Franz and Paul Walther and Akash Kumar and Thorsten Strufe and Gerhard Fettweis},
title = {Efficient Communication Protection of Many-Core Systems against Active Attackers},
journal = {Electronics}
}Downloads
electronics-10-00238-v2 [PDF]
Related Paths
Permalink
- Siva Satyendra Sahoo, Behnaz Ranjbar, Akash Kumar, "Reliability-Aware Resource Management in Multi-/Many-Core Systems: A Perspective Paper", In Journal of Low Power Electronics and Applications, MDPI AG, vol. 11, no. 1, pp. 7, Jan 2021. [doi] [Bibtex & Downloads]
Reliability-Aware Resource Management in Multi-/Many-Core Systems: A Perspective Paper
Reference
Siva Satyendra Sahoo, Behnaz Ranjbar, Akash Kumar, "Reliability-Aware Resource Management in Multi-/Many-Core Systems: A Perspective Paper", In Journal of Low Power Electronics and Applications, MDPI AG, vol. 11, no. 1, pp. 7, Jan 2021. [doi]
Bibtex
@article{Sahoo_2021,
doi = {10.3390/jlpea11010007},
url = {https://doi.org/10.3390%2Fjlpea11010007},
year = 2021,
month = {jan},
publisher = {{MDPI} {AG}},
volume = {11},
number = {1},
pages = {7},
author = {Siva Satyendra Sahoo and Behnaz Ranjbar and Akash Kumar},
title = {Reliability-Aware Resource Management in Multi-/Many-Core Systems: A Perspective Paper},
journal = {Journal of Low Power Electronics and Applications}
}Downloads
jlpea-11-00007 [PDF]
Permalink
- Yiyang Fei, Yubin Fu, Xueqin Bai, Lili Du, Zichao Li, Hartmut Komber, Kam-Hung Low, Shengqiang Zhou, David Lee Phillips, Xinliang Feng, Junzhi Liu, "Defective Nanographenes Containing Seven-Five-Seven (7\textendash5\textendash7)-Membered Rings", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 5, pp. 2353–2360, Jan 2021. [doi] [Bibtex & Downloads]
Defective Nanographenes Containing Seven-Five-Seven (7\textendash5\textendash7)-Membered Rings
Reference
Yiyang Fei, Yubin Fu, Xueqin Bai, Lili Du, Zichao Li, Hartmut Komber, Kam-Hung Low, Shengqiang Zhou, David Lee Phillips, Xinliang Feng, Junzhi Liu, "Defective Nanographenes Containing Seven-Five-Seven (7\textendash5\textendash7)-Membered Rings", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 143, no. 5, pp. 2353–2360, Jan 2021. [doi]
Bibtex
@article{Fei_2021,
doi = {10.1021/jacs.0c12116},
url = {https://doi.org/10.1021%2Fjacs.0c12116},
year = 2021,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {143},
number = {5},
pages = {2353--2360},
author = {Yiyang Fei and Yubin Fu and Xueqin Bai and Lili Du and Zichao Li and Hartmut Komber and Kam-Hung Low and Shengqiang Zhou and David Lee Phillips and Xinliang Feng and Junzhi Liu},
title = {Defective Nanographenes Containing Seven-Five-Seven (7{\textendash}5{\textendash}7)-Membered Rings},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Renhao Dong, Xinliang Feng, "Making large single crystals of 2D MOFs", In Nature Materials, Springer Science and Business Media LLC, vol. 20, no. 2, pp. 122–123, Jan 2021. [doi] [Bibtex & Downloads]
Making large single crystals of 2D MOFs
Reference
Renhao Dong, Xinliang Feng, "Making large single crystals of 2D MOFs", In Nature Materials, Springer Science and Business Media LLC, vol. 20, no. 2, pp. 122–123, Jan 2021. [doi]
Bibtex
@article{Dong_2021,
doi = {10.1038/s41563-020-00912-1},
url = {https://doi.org/10.1038%2Fs41563-020-00912-1},
year = 2021,
month = {jan},
publisher = {Springer Science and Business Media {LLC}},
volume = {20},
number = {2},
pages = {122--123},
author = {Renhao Dong and Xinliang Feng},
title = {Making large single crystals of 2D {MOFs}},
journal = {Nature Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Paulo C. Santos, João P. C. de Lima, Rafael F. de Moura, Marco A. Z. Alves, Antonio C. S. Beck, Luigi Carro, "Enabling Near-Data Accelerators Adoption by Through Investigation of Datapath Solutions", In International Journal of Parallel Programming, Springer Science and Business Media LLC, vol. 49, no. 2, pp. 237–252, Jan 2021. [doi] [Bibtex & Downloads]
Enabling Near-Data Accelerators Adoption by Through Investigation of Datapath Solutions
Reference
Paulo C. Santos, João P. C. de Lima, Rafael F. de Moura, Marco A. Z. Alves, Antonio C. S. Beck, Luigi Carro, "Enabling Near-Data Accelerators Adoption by Through Investigation of Datapath Solutions", In International Journal of Parallel Programming, Springer Science and Business Media LLC, vol. 49, no. 2, pp. 237–252, Jan 2021. [doi]
Bibtex
@article{Santos_2021,
doi = {10.1007/s10766-020-00674-y},
url = {https://doi.org/10.1007%2Fs10766-020-00674-y},
year = 2021,
month = {jan},
publisher = {Springer Science and Business Media {LLC}},
volume = {49},
number = {2},
pages = {237--252},
author = {Paulo C. Santos and Jo{\~{a}}o P. C. de Lima and Rafael F. de Moura and Marco A. Z. Alves and Antonio C. S. Beck and Luigi Carro},
title = {Enabling Near-Data Accelerators Adoption by Through Investigation of Datapath Solutions},
journal = {International Journal of Parallel Programming}
}Downloads
No Downloads available for this publication
Permalink
- Cecilia De la Parra, Xuyi Wu, Akash Kumar, Andre Guntoro, "Knowledge Distillation and Gradient Estimation for Active Error Compensation in Approximate Neural Networks", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), 2021. [Bibtex & Downloads]
Knowledge Distillation and Gradient Estimation for Active Error Compensation in Approximate Neural Networks
Reference
Cecilia De la Parra, Xuyi Wu, Akash Kumar, Andre Guntoro, "Knowledge Distillation and Gradient Estimation for Active Error Compensation in Approximate Neural Networks", In Proceeding: 2021 Design, Automation & Test in Europe Conference & Exhibition (DATE), 2021.
Bibtex
@INPROCEEDINGS{cecilia_2021_date,
author={Cecilia De la Parra and Xuyi Wu and Akash Kumar and Andre Guntoro},
booktitle={2021 Design, Automation & Test in Europe Conference & Exhibition (DATE)},
title= {Knowledge Distillation and Gradient Estimation for Active Error Compensation in Approximate Neural Networks},
year= {2021},
organization={IEEE},
}Downloads
Knowledge_Distillation_DATE21 [PDF]
Permalink
- Cecilia De la Parra, Andre Guntoro, Akash Kumar, "Efficient Accuracy Recovery in Approximate Neural Networks by Systematic Error Modelling", In Proceeding: 2021 Asia and South Pacific Design Automation Conference (ASPDAC), 2021. [Bibtex & Downloads]
Efficient Accuracy Recovery in Approximate Neural Networks by Systematic Error Modelling
Reference
Cecilia De la Parra, Andre Guntoro, Akash Kumar, "Efficient Accuracy Recovery in Approximate Neural Networks by Systematic Error Modelling", In Proceeding: 2021 Asia and South Pacific Design Automation Conference (ASPDAC), 2021.
Bibtex
@INPROCEEDINGS{cecilia_2021_aspdac,
author={Cecilia De la Parra and Andre Guntoro and Akash Kumar},
booktitle={2021 Asia and South Pacific Design Automation Conference (ASPDAC)},
title={Efficient Accuracy Recovery in Approximate Neural Networks by Systematic Error Modelling},
year={2021},
organization={IEEE},
}Downloads
Approx_Neural_Network_ASPDAC [PDF]
Permalink
- Gang Wang, Minghao Yu, Xinliang Feng, "Carbon materials for ion-intercalation involved rechargeable battery technologies", In Chemical Society Reviews, Royal Society of Chemistry (RSC), vol. 50, no. 4, pp. 2388–2443, 2021. [doi] [Bibtex & Downloads]
Carbon materials for ion-intercalation involved rechargeable battery technologies
Reference
Gang Wang, Minghao Yu, Xinliang Feng, "Carbon materials for ion-intercalation involved rechargeable battery technologies", In Chemical Society Reviews, Royal Society of Chemistry (RSC), vol. 50, no. 4, pp. 2388–2443, 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1039/d0cs00187b},
url = {https://doi.org/10.1039%2Fd0cs00187b},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {50},
number = {4},
pages = {2388--2443},
author = {Gang Wang and Minghao Yu and Xinliang Feng},
title = {Carbon materials for ion-intercalation involved rechargeable battery technologies},
journal = {Chemical Society Reviews}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gopal Raut, Shubham Rai, Santosh Kumar Vishvakarma, Akash Kumar, "RECON: Resource-Efficient CORDIC-Based Neuron Architecture", In IEEE Open Journal of Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 2, pp. 170–181, 2021. [doi] [Bibtex & Downloads]
RECON: Resource-Efficient CORDIC-Based Neuron Architecture
Reference
Gopal Raut, Shubham Rai, Santosh Kumar Vishvakarma, Akash Kumar, "RECON: Resource-Efficient CORDIC-Based Neuron Architecture", In IEEE Open Journal of Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 2, pp. 170–181, 2021. [doi]
Bibtex
@article{Raut_2021,
doi = {10.1109/ojcas.2020.3042743},
url = {https://doi.org/10.1109%2Fojcas.2020.3042743},
year = 2021,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {2},
pages = {170--181},
author = {Gopal Raut and Shubham Rai and Santosh Kumar Vishvakarma and Akash Kumar},
title = {{RECON}: Resource-Efficient {CORDIC}-Based Neuron Architecture},
journal = {{IEEE} Open Journal of Circuits and Systems}
}Downloads
Recon [PDF]
Permalink
- Ilia Polian, Frank Altmann, Tolga Arul, Christian Boit, Lucas Davi, Rolf Drechsler, Nan Du, Thomas Eisenbarth, Tim Güneysu, Sascha Herrmann, Matthias Hiller, Rainer Leupers, Farhad Merchant, Thomas Mussenbrock, Stefan Katzenbeisser, Akash Kumar, Wolfgang Kunz, Thomas Mikolajick, Vivek Pachauri, Jean-Pierre Seifert, Frank Sill Torres, Jens Trommer, "Nano Security: From Nano-Electronics To Secure Systems", In Proceeding: 2021 Design and Automation & Test in Europe Conference & Exhibition (DATE), 2021. [Bibtex & Downloads]
Nano Security: From Nano-Electronics To Secure Systems
Reference
Ilia Polian, Frank Altmann, Tolga Arul, Christian Boit, Lucas Davi, Rolf Drechsler, Nan Du, Thomas Eisenbarth, Tim Güneysu, Sascha Herrmann, Matthias Hiller, Rainer Leupers, Farhad Merchant, Thomas Mussenbrock, Stefan Katzenbeisser, Akash Kumar, Wolfgang Kunz, Thomas Mikolajick, Vivek Pachauri, Jean-Pierre Seifert, Frank Sill Torres, Jens Trommer, "Nano Security: From Nano-Electronics To Secure Systems", In Proceeding: 2021 Design and Automation & Test in Europe Conference & Exhibition (DATE), 2021.
Bibtex
@InProceedings{akash2021date-ss5,
author= {Ilia Polian and Frank Altmann and Tolga Arul and Christian Boit and Lucas Davi and Rolf Drechsler and Nan Du and Thomas Eisenbarth and Tim Güneysu and Sascha Herrmann and Matthias Hiller and Rainer Leupers and Farhad Merchant and Thomas Mussenbrock and Stefan Katzenbeisser and Akash Kumar and Wolfgang Kunz and Thomas Mikolajick and Vivek Pachauri and Jean-Pierre Seifert and Frank Sill Torres and Jens Trommer},
booktitle= {2021 Design and Automation & Test in Europe Conference & Exhibition (DATE)},
title= {Nano Security: From Nano-Electronics To Secure Systems},
year= {2021},
organization = {IEEE},
}Downloads
DATE_21_Nano_Security [PDF]
Permalink
- Gang Wang, Guangbo Chen, Sheng Yang, Panpan Zhang, Faxing Wang, Ali Shaygan Nia, Minghao Yu, Xinliang Feng, "Facile assembly of layer-interlocked graphene heterostructures as flexible electrodes for Li-ion batteries", In Faraday Discussions, Royal Society of Chemistry (RSC), vol. 227, pp. 321–331, 2021. [doi] [Bibtex & Downloads]
Facile assembly of layer-interlocked graphene heterostructures as flexible electrodes for Li-ion batteries
Reference
Gang Wang, Guangbo Chen, Sheng Yang, Panpan Zhang, Faxing Wang, Ali Shaygan Nia, Minghao Yu, Xinliang Feng, "Facile assembly of layer-interlocked graphene heterostructures as flexible electrodes for Li-ion batteries", In Faraday Discussions, Royal Society of Chemistry (RSC), vol. 227, pp. 321–331, 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1039/c9fd00120d},
url = {https://doi.org/10.1039%2Fc9fd00120d},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {227},
pages = {321--331},
author = {Gang Wang and Guangbo Chen and Sheng Yang and Panpan Zhang and Faxing Wang and Ali Shaygan Nia and Minghao Yu and Xinliang Feng},
title = {Facile assembly of layer-interlocked graphene heterostructures as flexible electrodes for Li-ion batteries},
journal = {Faraday Discussions}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Andreas Schneemann, Renhao Dong, Friedrich Schwotzer, Haixia Zhong, Irena Senkovska, Xinliang Feng, Stefan Kaskel, "2D framework materials for energy applications", In Chemical Science, Royal Society of Chemistry (RSC), vol. 12, no. 5, pp. 1600–1619, 2021. [doi] [Bibtex & Downloads]
2D framework materials for energy applications
Reference
Andreas Schneemann, Renhao Dong, Friedrich Schwotzer, Haixia Zhong, Irena Senkovska, Xinliang Feng, Stefan Kaskel, "2D framework materials for energy applications", In Chemical Science, Royal Society of Chemistry (RSC), vol. 12, no. 5, pp. 1600–1619, 2021. [doi]
Bibtex
@article{Schneemann_2021,
doi = {10.1039/d0sc05889k},
url = {https://doi.org/10.1039%2Fd0sc05889k},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {12},
number = {5},
pages = {1600--1619},
author = {Andreas Schneemann and Renhao Dong and Friedrich Schwotzer and Haixia Zhong and Irena Senkovska and Xinliang Feng and Stefan Kaskel},
title = {2D framework materials for energy applications},
journal = {Chemical Science}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Salim Ullah, Semeen Rehman, Muhammad Shafique, Akash Kumar, "High-Performance Accurate and Approximate Multipliers for FPGA-based Hardware Accelerators", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2021. [doi] [Bibtex & Downloads]
High-Performance Accurate and Approximate Multipliers for FPGA-based Hardware Accelerators
Reference
Salim Ullah, Semeen Rehman, Muhammad Shafique, Akash Kumar, "High-Performance Accurate and Approximate Multipliers for FPGA-based Hardware Accelerators", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2021. [doi]
Bibtex
@article{Ullah_2021,
doi = {10.1109/tcad.2021.3056337},
url = {https://doi.org/10.1109%2Ftcad.2021.3056337},
year = 2021,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Salim Ullah and Semeen Rehman and Muhammad Shafique and Akash Kumar},
title = {High-Performance Accurate and Approximate Multipliers for {FPGA}-based Hardware Accelerators},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
acc_app_TCAD [PDF]
Related Paths
other
Permalink
- Shantanu Mishra, Kun Xu, Kristjan Eimre, Hartmut Komber, Ji Ma, Carlo A. Pignedoli, Roman Fasel, Xinliang Feng, Pascal Ruffieux, "Synthesis and characterization of [7]triangulene", In Nanoscale, Royal Society of Chemistry (RSC), vol. 13, no. 3, pp. 1624–1628, 2021. [doi] [Bibtex & Downloads]
Synthesis and characterization of [7]triangulene
Reference
Shantanu Mishra, Kun Xu, Kristjan Eimre, Hartmut Komber, Ji Ma, Carlo A. Pignedoli, Roman Fasel, Xinliang Feng, Pascal Ruffieux, "Synthesis and characterization of [7]triangulene", In Nanoscale, Royal Society of Chemistry (RSC), vol. 13, no. 3, pp. 1624–1628, 2021. [doi]
Bibtex
@article{Mishra_2021,
doi = {10.1039/d0nr08181g},
url = {https://doi.org/10.1039%2Fd0nr08181g},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {13},
number = {3},
pages = {1624--1628},
author = {Shantanu Mishra and Kun Xu and Kristjan Eimre and Hartmut Komber and Ji Ma and Carlo A. Pignedoli and Roman Fasel and Xinliang Feng and Pascal Ruffieux},
title = {Synthesis and characterization of [7]triangulene},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Mingchao Wang, Renhao Dong, Xinliang Feng, "Two-dimensional conjugated metal\textendashorganic frameworks (2D c-MOFs): chemistry and function for MOFtronics", In Chemical Society Reviews, Royal Society of Chemistry (RSC), vol. 50, no. 4, pp. 2764–2793, 2021. [doi] [Bibtex & Downloads]
Two-dimensional conjugated metal\textendashorganic frameworks (2D c-MOFs): chemistry and function for MOFtronics
Reference
Mingchao Wang, Renhao Dong, Xinliang Feng, "Two-dimensional conjugated metal\textendashorganic frameworks (2D c-MOFs): chemistry and function for MOFtronics", In Chemical Society Reviews, Royal Society of Chemistry (RSC), vol. 50, no. 4, pp. 2764–2793, 2021. [doi]
Bibtex
@article{Wang_2021,
doi = {10.1039/d0cs01160f},
url = {https://doi.org/10.1039%2Fd0cs01160f},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {50},
number = {4},
pages = {2764--2793},
author = {Mingchao Wang and Renhao Dong and Xinliang Feng},
title = {Two-dimensional conjugated metal{\textendash}organic frameworks (2D c-{MOFs}): chemistry and function for {MOFtronics}},
journal = {Chemical Society Reviews}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Lukas Wind, Masiar Sistani, Zehao Song, Xavier Maeder, Darius Pohl, Johann Michler, Bernd Rellinghaus, Walter M. Weber, Alois Lugstein, "Monolithic Metal-Semiconductor-Metal Heterostructures Enabling Next-Generation Germanium Nanodevices", In ACS Applied Materials & Interfaces, vol. 13, no. 10, pp. 12393-12399, 2021. [doi] [Bibtex & Downloads]
Monolithic Metal-Semiconductor-Metal Heterostructures Enabling Next-Generation Germanium Nanodevices
Reference
Lukas Wind, Masiar Sistani, Zehao Song, Xavier Maeder, Darius Pohl, Johann Michler, Bernd Rellinghaus, Walter M. Weber, Alois Lugstein, "Monolithic Metal-Semiconductor-Metal Heterostructures Enabling Next-Generation Germanium Nanodevices", In ACS Applied Materials & Interfaces, vol. 13, no. 10, pp. 12393-12399, 2021. [doi]
Bibtex
@article{doi:10.1021/acsami.1c00502,
author = {Wind, Lukas and Sistani, Masiar and Song, Zehao and Maeder, Xavier and Pohl, Darius and Michler, Johann and Rellinghaus, Bernd and Weber, Walter M. and Lugstein, Alois},
title = {Monolithic Metal-Semiconductor-Metal Heterostructures Enabling Next-Generation Germanium Nanodevices},
journal = {ACS Applied Materials \& Interfaces},
volume = {13},
number = {10},
pages = {12393-12399},
year = {2021},
doi = {10.1021/acsami.1c00502},
note ={PMID: 33683092},
URL = {
https://doi.org/10.1021/acsami.1c00502
},
eprint = {
https://doi.org/10.1021/acsami.1c00502
}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tao Zhang, Shunqi Xu, Yang Hou, Guoliang Chai, Davide Olianas, Zhongquan Liao, Alberto Milani, Hanjun Sun, Wei Li, Zhe Zhang, Stefan Mannsfeld, Ehrenfried Zschech, Matteo Tommasini, Xinliang Feng, "Solvent-mediated engineering of copper-metalated acetylenic polymer scaffolds with enhanced photoelectrochemical performance", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 9, no. 15, pp. 9729–9734, 2021. [doi] [Bibtex & Downloads]
Solvent-mediated engineering of copper-metalated acetylenic polymer scaffolds with enhanced photoelectrochemical performance
Reference
Tao Zhang, Shunqi Xu, Yang Hou, Guoliang Chai, Davide Olianas, Zhongquan Liao, Alberto Milani, Hanjun Sun, Wei Li, Zhe Zhang, Stefan Mannsfeld, Ehrenfried Zschech, Matteo Tommasini, Xinliang Feng, "Solvent-mediated engineering of copper-metalated acetylenic polymer scaffolds with enhanced photoelectrochemical performance", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 9, no. 15, pp. 9729–9734, 2021. [doi]
Bibtex
@article{Zhang_2021,
doi = {10.1039/d1ta01138c},
url = {https://doi.org/10.1039%2Fd1ta01138c},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {9},
number = {15},
pages = {9729--9734},
author = {Tao Zhang and Shunqi Xu and Yang Hou and Guoliang Chai and Davide Olianas and Zhongquan Liao and Alberto Milani and Hanjun Sun and Wei Li and Zhe Zhang and Stefan Mannsfeld and Ehrenfried Zschech and Matteo Tommasini and Xinliang Feng},
title = {Solvent-mediated engineering of copper-metalated acetylenic polymer scaffolds with enhanced photoelectrochemical performance},
journal = {Journal of Materials Chemistry A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Hartmann, Sascha Hermann, Phil F. Marsh, Christopher Rutherglen, Dawei Wang, Li Ding, Lian-Mao Peng, Martin Claus, Michael Schroter, "CNTFET Technology for RF Applications: Review and Future Perspective", In IEEE Journal of Microwaves, Institute of Electrical and Electronics Engineers (IEEE), vol. 1, no. 1, pp. 275–287, 2021. [doi] [Bibtex & Downloads]
CNTFET Technology for RF Applications: Review and Future Perspective
Reference
Martin Hartmann, Sascha Hermann, Phil F. Marsh, Christopher Rutherglen, Dawei Wang, Li Ding, Lian-Mao Peng, Martin Claus, Michael Schroter, "CNTFET Technology for RF Applications: Review and Future Perspective", In IEEE Journal of Microwaves, Institute of Electrical and Electronics Engineers (IEEE), vol. 1, no. 1, pp. 275–287, 2021. [doi]
Bibtex
@article{Hartmann_2021,
doi = {10.1109/jmw.2020.3033781},
url = {https://doi.org/10.1109%2Fjmw.2020.3033781},
year = 2021,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {1},
number = {1},
pages = {275--287},
author = {Martin Hartmann and Sascha Hermann and Phil F. Marsh and Christopher Rutherglen and Dawei Wang and Li Ding and Lian-Mao Peng and Martin Claus and Michael Schroter},
title = {{CNTFET} Technology for {RF} Applications: Review and Future Perspective},
journal = {{IEEE} Journal of Microwaves}
}Downloads
No Downloads available for this publication
Permalink
- Friedrich Schwotzer, Irena Senkovska, Volodymyr Bon, Stefanie Lochmann, Jack D. Evans, Darius Pohl, Bernd Rellinghaus, Stefan Kaskel, "Solvent-assisted delamination of layered copper dithienothiophene-dicarboxylate (DUT-134)", In Inorganic Chemistry Frontiers, Royal Society of Chemistry (RSC), vol. 8, no. 13, pp. 3308–3316, 2021. [doi] [Bibtex & Downloads]
Solvent-assisted delamination of layered copper dithienothiophene-dicarboxylate (DUT-134)
Reference
Friedrich Schwotzer, Irena Senkovska, Volodymyr Bon, Stefanie Lochmann, Jack D. Evans, Darius Pohl, Bernd Rellinghaus, Stefan Kaskel, "Solvent-assisted delamination of layered copper dithienothiophene-dicarboxylate (DUT-134)", In Inorganic Chemistry Frontiers, Royal Society of Chemistry (RSC), vol. 8, no. 13, pp. 3308–3316, 2021. [doi]
Bibtex
@article{Schwotzer_2021,
doi = {10.1039/d1qi00349f},
url = {https://doi.org/10.1039%2Fd1qi00349f},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {8},
number = {13},
pages = {3308--3316},
author = {Friedrich Schwotzer and Irena Senkovska and Volodymyr Bon and Stefanie Lochmann and Jack D. Evans and Darius Pohl and Bernd Rellinghaus and Stefan Kaskel},
title = {Solvent-assisted delamination of layered copper dithienothiophene-dicarboxylate ({DUT}-134)},
journal = {Inorganic Chemistry Frontiers}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frank Eisenhut, Tim Kühne, Jorge Monsalve, Saurabh Srivastava, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Oumaima Aiboudi, Franziska Lissel, Vladim'ir Zoba\vc, Roberto Robles, Nicol'as Lorente, Christian Joachim, Francesca Moresco, "One-way rotation of a chemically anchored single molecule-rotor", In Nanoscale, Royal Society of Chemistry (RSC), vol. 13, no. 38, pp. 16077–16083, 2021. [doi] [Bibtex & Downloads]
One-way rotation of a chemically anchored single molecule-rotor
Reference
Frank Eisenhut, Tim Kühne, Jorge Monsalve, Saurabh Srivastava, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Oumaima Aiboudi, Franziska Lissel, Vladim'ir Zoba\vc, Roberto Robles, Nicol'as Lorente, Christian Joachim, Francesca Moresco, "One-way rotation of a chemically anchored single molecule-rotor", In Nanoscale, Royal Society of Chemistry (RSC), vol. 13, no. 38, pp. 16077–16083, 2021. [doi]
Bibtex
@article{Eisenhut_2021,
doi = {10.1039/d1nr04583k},
url = {https://doi.org/10.1039%2Fd1nr04583k},
year = 2021,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {13},
number = {38},
pages = {16077--16083},
author = {Frank Eisenhut and Tim Kühne and Jorge Monsalve and Saurabh Srivastava and Dmitry A. Ryndyk and Gianaurelio Cuniberti and Oumaima Aiboudi and Franziska Lissel and Vladim{\'{\i}}r Zoba{\v{c}} and Roberto Robles and Nicol{\'{a}}s Lorente and Christian Joachim and Francesca Moresco},
title = {One-way rotation of a chemically anchored single molecule-rotor},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Permalink
- Edward A. Lee, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Quantifying and Generalizing the CAP Theorem", arXiv, 2021. [doi] [Bibtex & Downloads]
Quantifying and Generalizing the CAP Theorem
Reference
Edward A. Lee, Soroush Bateni, Shaokai Lin, Marten Lohstroh, Christian Menard, "Quantifying and Generalizing the CAP Theorem", arXiv, 2021. [doi]
Bibtex
@misc{https://doi.org/10.48550/arxiv.2109.07771,
doi = {10.48550/ARXIV.2109.07771},
url = {https://arxiv.org/abs/2109.07771},
author = {Lee, Edward A. and Bateni, Soroush and Lin, Shaokai and Lohstroh, Marten and Menard, Christian},
keywords = {Distributed, Parallel, and Cluster Computing (cs.DC), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {Quantifying and Generalizing the CAP Theorem},
publisher = {arXiv},
year = {2021},
copyright = {Creative Commons Attribution 4.0 International}
}Downloads
No Downloads available for this publication
Permalink
2020
- Akhil Raj Baranwal, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "ReLAccS: A Multi-level Approach to Accelerator Design for Reinforcement Learning on FPGA-based Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 28 October 2020. [doi] [Bibtex & Downloads]
ReLAccS: A Multi-level Approach to Accelerator Design for Reinforcement Learning on FPGA-based Systems
Reference
Akhil Raj Baranwal, Salim Ullah, Siva Satyendra Sahoo, Akash Kumar, "ReLAccS: A Multi-level Approach to Accelerator Design for Reinforcement Learning on FPGA-based Systems", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 28 October 2020. [doi]
Bibtex
@article{Baranwal_2020,
doi = {10.1109/tcad.2020.3028350},
url = {https://doi.org/10.1109%2Ftcad.2020.3028350},
year = 2020,
month={28 October},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Akhil Raj Baranwal and Salim Ullah and Siva Satyendra Sahoo and Akash Kumar},
title = {{ReLAccS}: A Multi-level Approach to Accelerator Design for Reinforcement Learning on {FPGA}-based Systems},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems},
}Downloads
ReLAccS_TCAD_Author-prepared [PDF]
Permalink
- Mingchao Wang, Mao Wang, Hung-Hsuan Lin, Marco Ballabio, Haixia Zhong, Mischa Bonn, Shengqiang Zhou, Thomas Heine, Enrique Cánovas, Renhao Dong, Xinliang Feng, "High-Mobility Semiconducting Two-Dimensional Conjugated Covalent Organic Frameworks with p-Type Doping", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 52, pp. 21622–21627, Dec 2020. [doi] [Bibtex & Downloads]
High-Mobility Semiconducting Two-Dimensional Conjugated Covalent Organic Frameworks with p-Type Doping
Reference
Mingchao Wang, Mao Wang, Hung-Hsuan Lin, Marco Ballabio, Haixia Zhong, Mischa Bonn, Shengqiang Zhou, Thomas Heine, Enrique Cánovas, Renhao Dong, Xinliang Feng, "High-Mobility Semiconducting Two-Dimensional Conjugated Covalent Organic Frameworks with p-Type Doping", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 52, pp. 21622–21627, Dec 2020. [doi]
Bibtex
@article{Wang_2020,
doi = {10.1021/jacs.0c10482},
url = {https://doi.org/10.1021%2Fjacs.0c10482},
year = 2020,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {142},
number = {52},
pages = {21622--21627},
author = {Mingchao Wang and Mao Wang and Hung-Hsuan Lin and Marco Ballabio and Haixia Zhong and Mischa Bonn and Shengqiang Zhou and Thomas Heine and Enrique C{\'{a}}novas and Renhao Dong and Xinliang Feng},
title = {High-Mobility Semiconducting Two-Dimensional Conjugated Covalent Organic Frameworks with p-Type Doping},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Christina Schmitt, Florian Rasch, François Cossais, Janka Held-Feindt, Ralph Lucius, Adrian Romani Vázquez, Ali Shaygan Nia, Martin R Lohe, Xinliang Feng, Yogendra K Mishra, Rainer Adelung, Fabian Schütt, Kirsten Hattermann, "Glial cell responses on tetrapod-shaped graphene oxide and reduced graphene oxide 3D scaffolds in brain in vitro and ex vivo models of indirect contact", In Biomedical Materials, IOP Publishing, vol. 16, no. 1, pp. 015008, Dec 2020. [doi] [Bibtex & Downloads]
Glial cell responses on tetrapod-shaped graphene oxide and reduced graphene oxide 3D scaffolds in brain in vitro and ex vivo models of indirect contact
Reference
Christina Schmitt, Florian Rasch, François Cossais, Janka Held-Feindt, Ralph Lucius, Adrian Romani Vázquez, Ali Shaygan Nia, Martin R Lohe, Xinliang Feng, Yogendra K Mishra, Rainer Adelung, Fabian Schütt, Kirsten Hattermann, "Glial cell responses on tetrapod-shaped graphene oxide and reduced graphene oxide 3D scaffolds in brain in vitro and ex vivo models of indirect contact", In Biomedical Materials, IOP Publishing, vol. 16, no. 1, pp. 015008, Dec 2020. [doi]
Bibtex
@article{Schmitt_2020,
doi = {10.1088/1748-605x/aba796},
url = {https://doi.org/10.1088%2F1748-605x%2Faba796},
year = 2020,
month = {dec},
publisher = {{IOP} Publishing},
volume = {16},
number = {1},
pages = {015008},
author = {Christina Schmitt and Florian Rasch and Fran{\c{c}}ois Cossais and Janka Held-Feindt and Ralph Lucius and Adrian Romani V{\'{a}}zquez and Ali Shaygan Nia and Martin R Lohe and Xinliang Feng and Yogendra K Mishra and Rainer Adelung and Fabian Schütt and Kirsten Hattermann},
title = {Glial cell responses on tetrapod-shaped graphene oxide and reduced graphene oxide 3D scaffolds in brain in vitro and ex vivo models of indirect contact},
journal = {Biomedical Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Katelyn P. Goetz, Alexander D. Taylor, Yvonne J. Hofstetter, Yana Vaynzof, "Sustainability in Perovskite Solar Cells", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 1, pp. 1–17, Dec 2020. [doi] [Bibtex & Downloads]
Sustainability in Perovskite Solar Cells
Reference
Katelyn P. Goetz, Alexander D. Taylor, Yvonne J. Hofstetter, Yana Vaynzof, "Sustainability in Perovskite Solar Cells", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 13, no. 1, pp. 1–17, Dec 2020. [doi]
Bibtex
@article{Goetz_2020,
doi = {10.1021/acsami.0c17269},
url = {https://doi.org/10.1021%2Facsami.0c17269},
year = 2020,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {1},
pages = {1--17},
author = {Katelyn P. Goetz and Alexander D. Taylor and Yvonne J. Hofstetter and Yana Vaynzof},
title = {Sustainability in Perovskite Solar Cells},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Murali Gedda, Emre Yengel, Hendrik Faber, Fabian Paulus, Joshua A. Kreß, Ming-Chun Tang, Siyuan Zhang, Christina A. Hacker, Prashant Kumar, Dipti R. Naphade, Yana Vaynzof, George Volonakis, Feliciano Giustino, Thomas D. Anthopoulos, "Ruddlesden\textendashPopper-Phase Hybrid Halide Perovskite/Small-Molecule Organic Blend Memory Transistors", In Advanced Materials, Wiley, pp. 2003137, Dec 2020. [doi] [Bibtex & Downloads]
Ruddlesden\textendashPopper-Phase Hybrid Halide Perovskite/Small-Molecule Organic Blend Memory Transistors
Reference
Murali Gedda, Emre Yengel, Hendrik Faber, Fabian Paulus, Joshua A. Kreß, Ming-Chun Tang, Siyuan Zhang, Christina A. Hacker, Prashant Kumar, Dipti R. Naphade, Yana Vaynzof, George Volonakis, Feliciano Giustino, Thomas D. Anthopoulos, "Ruddlesden\textendashPopper-Phase Hybrid Halide Perovskite/Small-Molecule Organic Blend Memory Transistors", In Advanced Materials, Wiley, pp. 2003137, Dec 2020. [doi]
Bibtex
@article{Gedda_2020,
doi = {10.1002/adma.202003137},
url = {https://doi.org/10.1002%2Fadma.202003137},
year = 2020,
month = {dec},
publisher = {Wiley},
pages = {2003137},
author = {Murali Gedda and Emre Yengel and Hendrik Faber and Fabian Paulus and Joshua A. Kre{\ss} and Ming-Chun Tang and Siyuan Zhang and Christina A. Hacker and Prashant Kumar and Dipti R. Naphade and Yana Vaynzof and George Volonakis and Feliciano Giustino and Thomas D. Anthopoulos},
title = {Ruddlesden{\textendash}Popper-Phase Hybrid Halide Perovskite/Small-Molecule Organic Blend Memory Transistors},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Permalink
- Jin-Jiang Zhang, Man-Chung Tang, Yubin Fu, Kam-Hung Low, Ji Ma, Lin Yang, Jan J. Weigand, Junzhi Liu, Vivian Wing-Wah Yam, Xinliang Feng, "One-Pot Synthesis of Boron-Doped Polycyclic Aromatic Hydrocarbons via 1,4-Boron Migration", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 6, pp. 2833–2838, Dec 2020. [doi] [Bibtex & Downloads]
One-Pot Synthesis of Boron-Doped Polycyclic Aromatic Hydrocarbons via 1,4-Boron Migration
Reference
Jin-Jiang Zhang, Man-Chung Tang, Yubin Fu, Kam-Hung Low, Ji Ma, Lin Yang, Jan J. Weigand, Junzhi Liu, Vivian Wing-Wah Yam, Xinliang Feng, "One-Pot Synthesis of Boron-Doped Polycyclic Aromatic Hydrocarbons via 1,4-Boron Migration", In Angewandte Chemie International Edition, Wiley, vol. 60, no. 6, pp. 2833–2838, Dec 2020. [doi]
Bibtex
@article{Zhang_2020,
doi = {10.1002/anie.202011237},
url = {https://doi.org/10.1002%2Fanie.202011237},
year = 2020,
month = {dec},
publisher = {Wiley},
volume = {60},
number = {6},
pages = {2833--2838},
author = {Jin-Jiang Zhang and Man-Chung Tang and Yubin Fu and Kam-Hung Low and Ji Ma and Lin Yang and Jan J. Weigand and Junzhi Liu and Vivian Wing-Wah Yam and Xinliang Feng},
title = {One-Pot Synthesis of Boron-Doped Polycyclic Aromatic Hydrocarbons via 1,4-Boron Migration},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kristina Ditte, Jonathan Perez, Soosang Chae, Mike Hambsch, Mahmoud Al-Hussein, Hartmut Komber, Peter Formanek, Stefan C. B. Mannsfeld, Andreas Fery, Anton Kiriy, Franziska Lissel, "Ultrasoft and High-Mobility Block Copolymers for Skin-Compatible Electronics", In Advanced Materials, Wiley, vol. 33, no. 4, pp. 2005416, Dec 2020. [doi] [Bibtex & Downloads]
Ultrasoft and High-Mobility Block Copolymers for Skin-Compatible Electronics
Reference
Kristina Ditte, Jonathan Perez, Soosang Chae, Mike Hambsch, Mahmoud Al-Hussein, Hartmut Komber, Peter Formanek, Stefan C. B. Mannsfeld, Andreas Fery, Anton Kiriy, Franziska Lissel, "Ultrasoft and High-Mobility Block Copolymers for Skin-Compatible Electronics", In Advanced Materials, Wiley, vol. 33, no. 4, pp. 2005416, Dec 2020. [doi]
Bibtex
@article{Ditte_2020,
doi = {10.1002/adma.202005416},
url = {https://doi.org/10.1002%2Fadma.202005416},
year = 2020,
month = {dec},
publisher = {Wiley},
volume = {33},
number = {4},
pages = {2005416},
author = {Kristina Ditte and Jonathan Perez and Soosang Chae and Mike Hambsch and Mahmoud Al-Hussein and Hartmut Komber and Peter Formanek and Stefan C. B. Mannsfeld and Andreas Fery and Anton Kiriy and Franziska Lissel},
title = {Ultrasoft and High-Mobility Block Copolymers for Skin-Compatible Electronics},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Goutham R. Perumallapelli, Takuya Tsuda, Petr Formanek, Nataliya Kiriy, Vasiliy Bakulev, Frank Simon, Brigitte Voit, Stefan C.B. Mannsfeld, Anton Kiriy, "New insights into the structure of two-dimensional lead iodide-based perovskites", In Organic Electronics, Elsevier BV, vol. 87, pp. 105935, Dec 2020. [doi] [Bibtex & Downloads]
New insights into the structure of two-dimensional lead iodide-based perovskites
Reference
Goutham R. Perumallapelli, Takuya Tsuda, Petr Formanek, Nataliya Kiriy, Vasiliy Bakulev, Frank Simon, Brigitte Voit, Stefan C.B. Mannsfeld, Anton Kiriy, "New insights into the structure of two-dimensional lead iodide-based perovskites", In Organic Electronics, Elsevier BV, vol. 87, pp. 105935, Dec 2020. [doi]
Bibtex
@article{Perumallapelli_2020,
doi = {10.1016/j.orgel.2020.105935},
url = {https://doi.org/10.1016%2Fj.orgel.2020.105935},
year = 2020,
month = {dec},
publisher = {Elsevier {BV}},
volume = {87},
pages = {105935},
author = {Goutham R. Perumallapelli and Takuya Tsuda and Petr Formanek and Nataliya Kiriy and Vasiliy Bakulev and Frank Simon and Brigitte Voit and Stefan C. B. Mannsfeld and Anton Kiriy},
title = {New insights into the structure of two-dimensional lead iodide-based perovskites},
journal = {Organic Electronics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ye Yu, Daniel Schletz, Johanna Reif, Felix Winkler, Matthias Albert, Andreas Fery, Robert Kirchner, "Influences on Plasmon Resonance Linewidth in Metal-Insulator-Metal Structures Obtained via Colloidal Self-Assembly", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 50, pp. 56281–56289, Dec 2020. [doi] [Bibtex & Downloads]
Influences on Plasmon Resonance Linewidth in Metal-Insulator-Metal Structures Obtained via Colloidal Self-Assembly
Reference
Ye Yu, Daniel Schletz, Johanna Reif, Felix Winkler, Matthias Albert, Andreas Fery, Robert Kirchner, "Influences on Plasmon Resonance Linewidth in Metal-Insulator-Metal Structures Obtained via Colloidal Self-Assembly", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 50, pp. 56281–56289, Dec 2020. [doi]
Bibtex
@article{Yu_2020,
doi = {10.1021/acsami.0c15829},
url = {https://doi.org/10.1021%2Facsami.0c15829},
year = 2020,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {50},
pages = {56281--56289},
author = {Ye Yu and Daniel Schletz and Johanna Reif and Felix Winkler and Matthias Albert and Andreas Fery and Robert Kirchner},
title = {Influences on Plasmon Resonance Linewidth in Metal-Insulator-Metal Structures Obtained via Colloidal Self-Assembly},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Lars Schütze, Jeronimo Castrillon, "Efficient Dispatch of Multi-Object Polymorphic Call Sites in Contextual Role-Oriented Programming Languages", Proceedings of the17th International Conference on Managed Programming Languages & Runtimes (MPLR'20), Association for Computing Machinery, pp. 52–62, New York, NY, USA, Nov 2020. [doi] [Bibtex & Downloads]
Efficient Dispatch of Multi-Object Polymorphic Call Sites in Contextual Role-Oriented Programming Languages
Reference
Lars Schütze, Jeronimo Castrillon, "Efficient Dispatch of Multi-Object Polymorphic Call Sites in Contextual Role-Oriented Programming Languages", Proceedings of the17th International Conference on Managed Programming Languages & Runtimes (MPLR'20), Association for Computing Machinery, pp. 52–62, New York, NY, USA, Nov 2020. [doi]
Abstract
Adaptive software becomes more and more important as computing is increasingly context-dependent. Runtime adaptability can be achieved by dynamically selecting and applying context-specific code. Role-oriented programming has been proposed as a paradigm to enable runtime adaptive software by design. Roles change the objects’ behavior at runtime, thus adapting the software to a given context. The cost of adaptivity is however a high runtime overhead stemming from executing compositions of behavior-modifying code. It has been shown that the overhead can be reduced by optimizing dispatch plans at runtime for static cases, but no method exists to reduce the overhead in cases with high variability. This paper presents a novel approach to implement polymorphic role dispatch, taking advantage of dependent types and using run-time information to effectively guard abstractions and enable reuse. The concept of polymorphic inline caches is extended to role invocations. We evaluate the implementation with a benchmark for role-oriented programming languages achieving a geometric mean speedup of 4.0$\times$ (3.8$\times$ up to 4.5$\times$) in the static case, and close to no overhead in the dynamic case over the current implementation of contextual roles in Object Teams.
Bibtex
@InProceedings{schuetze_mplr20,
author = {Lars Sch{\"u}tze and Jeronimo Castrillon},
booktitle = {Proceedings of the17th International Conference on Managed Programming Languages \& Runtimes (MPLR'20)},
title = {Efficient Dispatch of Multi-Object Polymorphic Call Sites in Contextual Role-Oriented Programming Languages},
location = {Virtual, UK},
pages = {52--62},
numpages = {11},
series = {MPLR'20},
abstract = {Adaptive software becomes more and more important as computing is increasingly context-dependent. Runtime adaptability can be achieved by dynamically selecting and applying context-specific code. Role-oriented programming has been proposed as a paradigm to enable runtime adaptive software by design. Roles change the objects’ behavior at runtime, thus adapting the software to a given context. The cost of adaptivity is however a high runtime overhead stemming from executing compositions of behavior-modifying code. It has been shown that the overhead can be reduced by optimizing dispatch plans at runtime for static cases, but no method exists to reduce the overhead in cases with high variability. This paper presents a novel approach to implement polymorphic role dispatch, taking advantage of dependent types and using run-time information to effectively guard abstractions and enable reuse. The concept of polymorphic inline caches is extended to role invocations. We evaluate the implementation with a benchmark for role-oriented programming languages achieving a geometric mean speedup of 4.0$\times$ (3.8$\times$ up to 4.5$\times$) in the static case, and close to no overhead in the dynamic case over the current implementation of contextual roles in Object Teams.},
year = {2020},
month = nov,
numpages = {9},
isbn = {9781450388535},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3426182.3426186},
doi = {10.1145/3426182.3426186},
}Downloads
2010_Schuetze_MPLR [PDF]
Permalink
- Stefan Görlich, Abisheik John Samuel, Richard Johannes Best, Ronald Seidel, Jean Vacelet, Filip Karol Leonarski, Takashi Tomizaki, Bernd Rellinghaus, Darius Pohl, Igor Zlotnikov, "Natural hybrid silica/protein superstructure at atomic resolution", In Proceedings of the National Academy of Sciences, Proceedings of the National Academy of Sciences, pp. 202019140, Nov 2020. [doi] [Bibtex & Downloads]
Natural hybrid silica/protein superstructure at atomic resolution
Reference
Stefan Görlich, Abisheik John Samuel, Richard Johannes Best, Ronald Seidel, Jean Vacelet, Filip Karol Leonarski, Takashi Tomizaki, Bernd Rellinghaus, Darius Pohl, Igor Zlotnikov, "Natural hybrid silica/protein superstructure at atomic resolution", In Proceedings of the National Academy of Sciences, Proceedings of the National Academy of Sciences, pp. 202019140, Nov 2020. [doi]
Bibtex
@article{G_rlich_2020,
doi = {10.1073/pnas.2019140117},
url = {https://doi.org/10.1073%2Fpnas.2019140117},
year = 2020,
month = {nov},
publisher = {Proceedings of the National Academy of Sciences},
pages = {202019140},
author = {Stefan Görlich and Abisheik John Samuel and Richard Johannes Best and Ronald Seidel and Jean Vacelet and Filip Karol Leonarski and Takashi Tomizaki and Bernd Rellinghaus and Darius Pohl and Igor Zlotnikov},
title = {Natural hybrid silica/protein superstructure at atomic resolution},
journal = {Proceedings of the National Academy of Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shubham Rai, Satwik Patnaik, Ansh Rupani, Johann Knechtel, Ozgur Sinanoglu, Akash Kumar, "Security Promises and Vulnerabilities in Emerging Reconfigurable Nanotechnology-Based Circuits", In IEEE Transactions on Emerging Topics in Computing, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2020. [doi] [Bibtex & Downloads]
Security Promises and Vulnerabilities in Emerging Reconfigurable Nanotechnology-Based Circuits
Reference
Shubham Rai, Satwik Patnaik, Ansh Rupani, Johann Knechtel, Ozgur Sinanoglu, Akash Kumar, "Security Promises and Vulnerabilities in Emerging Reconfigurable Nanotechnology-Based Circuits", In IEEE Transactions on Emerging Topics in Computing, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, 2020. [doi]
Bibtex
@article{Rai_2020,
doi = {10.1109/tetc.2020.3039375},
url = {https://doi.org/10.1109%2Ftetc.2020.3039375},
year = 2020,
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Shubham Rai and Satwik Patnaik and Ansh Rupani and Johann Knechtel and Ozgur Sinanoglu and Akash Kumar},
title = {Security Promises and Vulnerabilities in Emerging Reconfigurable Nanotechnology-Based Circuits},
journal = {{IEEE} Transactions on Emerging Topics in Computing}
}Downloads
TETC_Security_author-copy [PDF]
Permalink
- Vasiliki Tsata, Volker Kroehne, Daniel Wehner, Fabian Rost, Christian Lange, Cornelia Hoppe, Thomas Kurth, Susanne Reinhardt, Andreas Petzold, Andreas Dahl, Markus Loeffler, Michell M. Reimer, Michael Brand, "Reactive oligodendrocyte progenitor cells (re-)myelinate the regenerating zebrafish spinal cord", In Development, The Company of Biologists, pp. dev.193946, Nov 2020. [doi] [Bibtex & Downloads]
Reactive oligodendrocyte progenitor cells (re-)myelinate the regenerating zebrafish spinal cord
Reference
Vasiliki Tsata, Volker Kroehne, Daniel Wehner, Fabian Rost, Christian Lange, Cornelia Hoppe, Thomas Kurth, Susanne Reinhardt, Andreas Petzold, Andreas Dahl, Markus Loeffler, Michell M. Reimer, Michael Brand, "Reactive oligodendrocyte progenitor cells (re-)myelinate the regenerating zebrafish spinal cord", In Development, The Company of Biologists, pp. dev.193946, Nov 2020. [doi]
Bibtex
@article{Tsata_2020,
doi = {10.1242/dev.193946},
url = {https://doi.org/10.1242%2Fdev.193946},
year = 2020,
month = {nov},
publisher = {The Company of Biologists},
pages = {dev.193946},
author = {Vasiliki Tsata and Volker Kroehne and Daniel Wehner and Fabian Rost and Christian Lange and Cornelia Hoppe and Thomas Kurth and Susanne Reinhardt and Andreas Petzold and Andreas Dahl and Markus Loeffler and Michell M. Reimer and Michael Brand},
title = {Reactive oligodendrocyte progenitor cells (re-)myelinate the regenerating zebrafish spinal cord},
journal = {Development}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Minghao Yu, Naisa Chandrasekhar, Ramya Kormath Madam Raghupathy, Khoa Hoang Ly, Haozhe Zhang, Evgenia Dmitrieva, Chaolun Liang, Xihong Lu, Thomas D. Kühne, Hossein Mirhosseini, Inez M. Weidinger, Xinliang Feng, "A High-Rate Two-Dimensional Polyarylimide Covalent Organic Framework Anode for Aqueous Zn-Ion Energy Storage Devices", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 46, pp. 19570–19578, Nov 2020. [doi] [Bibtex & Downloads]
A High-Rate Two-Dimensional Polyarylimide Covalent Organic Framework Anode for Aqueous Zn-Ion Energy Storage Devices
Reference
Minghao Yu, Naisa Chandrasekhar, Ramya Kormath Madam Raghupathy, Khoa Hoang Ly, Haozhe Zhang, Evgenia Dmitrieva, Chaolun Liang, Xihong Lu, Thomas D. Kühne, Hossein Mirhosseini, Inez M. Weidinger, Xinliang Feng, "A High-Rate Two-Dimensional Polyarylimide Covalent Organic Framework Anode for Aqueous Zn-Ion Energy Storage Devices", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 46, pp. 19570–19578, Nov 2020. [doi]
Bibtex
@article{Yu_2020,
doi = {10.1021/jacs.0c07992},
url = {https://doi.org/10.1021%2Fjacs.0c07992},
year = 2020,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {142},
number = {46},
pages = {19570--19578},
author = {Minghao Yu and Naisa Chandrasekhar and Ramya Kormath Madam Raghupathy and Khoa Hoang Ly and Haozhe Zhang and Evgenia Dmitrieva and Chaolun Liang and Xihong Lu and Thomas D. Kühne and Hossein Mirhosseini and Inez M. Weidinger and Xinliang Feng},
title = {A High-Rate Two-Dimensional Polyarylimide Covalent Organic Framework Anode for Aqueous Zn-Ion Energy Storage Devices},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yazhou Zhou, Xiafang Tao, Guangbo Chen, Ruihu Lu, Ding Wang, Ming-Xi Chen, Enquan Jin, Juan Yang, Hai-Wei Liang, Yan Zhao, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Multilayer stabilization for fabricating high-loading single-atom catalysts", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Nov 2020. [doi] [Bibtex & Downloads]
Multilayer stabilization for fabricating high-loading single-atom catalysts
Reference
Yazhou Zhou, Xiafang Tao, Guangbo Chen, Ruihu Lu, Ding Wang, Ming-Xi Chen, Enquan Jin, Juan Yang, Hai-Wei Liang, Yan Zhao, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Multilayer stabilization for fabricating high-loading single-atom catalysts", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Nov 2020. [doi]
Bibtex
@article{Zhou_2020,
doi = {10.1038/s41467-020-19599-8},
url = {https://doi.org/10.1038%2Fs41467-020-19599-8},
year = 2020,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Yazhou Zhou and Xiafang Tao and Guangbo Chen and Ruihu Lu and Ding Wang and Ming-Xi Chen and Enquan Jin and Juan Yang and Hai-Wei Liang and Yan Zhao and Xinliang Feng and Akimitsu Narita and Klaus Müllen},
title = {Multilayer stabilization for fabricating high-loading single-atom catalysts},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yuqiang Zheng, Can Li, Chengyang Xu, Doreen Beyer, Xinlei Yue, Yan Zhao, Guanyong Wang, Dandan Guan, Yaoyi Li, Hao Zheng, Canhua Liu, Junzhi Liu, Xiaoqun Wang, Weidong Luo, Xinliang Feng, Shiyong Wang, Jinfeng Jia, "Designer spin order in diradical nanographenes", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Nov 2020. [doi] [Bibtex & Downloads]
Designer spin order in diradical nanographenes
Reference
Yuqiang Zheng, Can Li, Chengyang Xu, Doreen Beyer, Xinlei Yue, Yan Zhao, Guanyong Wang, Dandan Guan, Yaoyi Li, Hao Zheng, Canhua Liu, Junzhi Liu, Xiaoqun Wang, Weidong Luo, Xinliang Feng, Shiyong Wang, Jinfeng Jia, "Designer spin order in diradical nanographenes", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Nov 2020. [doi]
Bibtex
@article{Zheng_2020,
doi = {10.1038/s41467-020-19834-2},
url = {https://doi.org/10.1038%2Fs41467-020-19834-2},
year = 2020,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Yuqiang Zheng and Can Li and Chengyang Xu and Doreen Beyer and Xinlei Yue and Yan Zhao and Guanyong Wang and Dandan Guan and Yaoyi Li and Hao Zheng and Canhua Liu and Junzhi Liu and Xiaoqun Wang and Weidong Luo and Xinliang Feng and Shiyong Wang and Jinfeng Jia},
title = {Designer spin order in diradical nanographenes},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhelu Hu, Qingzhi An, Hengyang Xiang, Lionel Aigouy, Baoquan Sun, Yana Vaynzof, Zhuoying Chen, "Enhancing the Efficiency and Stability of Triple-Cation Perovskite Solar Cells by Eliminating Excess PbI2 from the Perovskite/Hole Transport Layer Interface", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 49, pp. 54824–54832, Nov 2020. [doi] [Bibtex & Downloads]
Enhancing the Efficiency and Stability of Triple-Cation Perovskite Solar Cells by Eliminating Excess PbI2 from the Perovskite/Hole Transport Layer Interface
Reference
Zhelu Hu, Qingzhi An, Hengyang Xiang, Lionel Aigouy, Baoquan Sun, Yana Vaynzof, Zhuoying Chen, "Enhancing the Efficiency and Stability of Triple-Cation Perovskite Solar Cells by Eliminating Excess PbI2 from the Perovskite/Hole Transport Layer Interface", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 49, pp. 54824–54832, Nov 2020. [doi]
Bibtex
@article{Hu_2020,
doi = {10.1021/acsami.0c17258},
url = {https://doi.org/10.1021%2Facsami.0c17258},
year = 2020,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {49},
pages = {54824--54832},
author = {Zhelu Hu and Qingzhi An and Hengyang Xiang and Lionel Aigouy and Baoquan Sun and Yana Vaynzof and Zhuoying Chen},
title = {Enhancing the Efficiency and Stability of Triple-Cation Perovskite Solar Cells by Eliminating Excess {PbI}2 from the Perovskite/Hole Transport Layer Interface},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Yana Vaynzof, "The Future of Perovskite Photovoltaics\textemdashThermal Evaporation or Solution Processing?", In Advanced Energy Materials, Wiley, vol. 10, no. 48, pp. 2003073, Nov 2020. [doi] [Bibtex & Downloads]
The Future of Perovskite Photovoltaics\textemdashThermal Evaporation or Solution Processing?
Reference
Yana Vaynzof, "The Future of Perovskite Photovoltaics\textemdashThermal Evaporation or Solution Processing?", In Advanced Energy Materials, Wiley, vol. 10, no. 48, pp. 2003073, Nov 2020. [doi]
Bibtex
@article{Vaynzof_2020,
doi = {10.1002/aenm.202003073},
url = {https://doi.org/10.1002%2Faenm.202003073},
year = 2020,
month = {nov},
publisher = {Wiley},
volume = {10},
number = {48},
pages = {2003073},
author = {Yana Vaynzof},
title = {The Future of Perovskite Photovoltaics{\textemdash}Thermal Evaporation or Solution Processing?},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Permalink
- Sebastian Reichert, Qingzhi An, Young-Won Woo, Aron Walsh, Yana Vaynzof, Carsten Deibel, "Probing the ionic defect landscape in halide perovskite solar cells", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Nov 2020. [doi] [Bibtex & Downloads]
Probing the ionic defect landscape in halide perovskite solar cells
Reference
Sebastian Reichert, Qingzhi An, Young-Won Woo, Aron Walsh, Yana Vaynzof, Carsten Deibel, "Probing the ionic defect landscape in halide perovskite solar cells", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Nov 2020. [doi]
Bibtex
@article{Reichert_2020,
doi = {10.1038/s41467-020-19769-8},
url = {https://doi.org/10.1038%2Fs41467-020-19769-8},
year = 2020,
month = {nov},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Sebastian Reichert and Qingzhi An and Young-Won Woo and Aron Walsh and Yana Vaynzof and Carsten Deibel},
title = {Probing the ionic defect landscape in halide perovskite solar cells},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Arlene John, Salim Ullah, Akash Kumar, Barry Cardiff, Deepu John, "An Approximate Binary Classifier for Data Integrity Assessment in IoT Sensors", In Proceeding: 2020 27th IEEE International Conference on Electronics, Circuits and Systems (ICECS), IEEE, Nov 2020. [doi] [Bibtex & Downloads]
An Approximate Binary Classifier for Data Integrity Assessment in IoT Sensors
Reference
Arlene John, Salim Ullah, Akash Kumar, Barry Cardiff, Deepu John, "An Approximate Binary Classifier for Data Integrity Assessment in IoT Sensors", In Proceeding: 2020 27th IEEE International Conference on Electronics, Circuits and Systems (ICECS), IEEE, Nov 2020. [doi]
Bibtex
@inproceedings{John_2020,
doi = {10.1109/icecs49266.2020.9294859},
url = {https://doi.org/10.1109%2Ficecs49266.2020.9294859},
year = 2020,
month = {nov},
publisher = ,
author = {Arlene John and Salim Ullah and Akash Kumar and Barry Cardiff and Deepu John},
title = {An Approximate Binary Classifier for Data Integrity Assessment in {IoT} Sensors},
booktitle = {2020 27th {IEEE} International Conference on Electronics, Circuits and Systems ({ICECS})}
}Downloads
Approximate_binary_classifier [PDF]
Permalink
- Shunqi Xu, Hanjun Sun, Matthew Addicoat, Bishnu P. Biswal, Fan He, SangWook Park, Silvia Paasch, Tao Zhang, Wenbo Sheng, Eike Brunner, Yang Hou, Marcus Richter, Xinliang Feng, "Thiophene-Bridged Donor\textendashAcceptor sp
2
-Carbon-Linked 2D Conjugated Polymers as Photocathodes for Water Reduction", In Advanced Materials, Wiley, vol. 33, no. 1, pp. 2006274, Nov 2020. [doi] [Bibtex & Downloads]
Thiophene-Bridged Donor\textendashAcceptor sp 2 -Carbon-Linked 2D Conjugated Polymers as Photocathodes for Water Reduction
Reference
Shunqi Xu, Hanjun Sun, Matthew Addicoat, Bishnu P. Biswal, Fan He, SangWook Park, Silvia Paasch, Tao Zhang, Wenbo Sheng, Eike Brunner, Yang Hou, Marcus Richter, Xinliang Feng, "Thiophene-Bridged Donor\textendashAcceptor sp 2 -Carbon-Linked 2D Conjugated Polymers as Photocathodes for Water Reduction", In Advanced Materials, Wiley, vol. 33, no. 1, pp. 2006274, Nov 2020. [doi]
Bibtex
@article{Xu_2020,
doi = {10.1002/adma.202006274},
url = {https://doi.org/10.1002%2Fadma.202006274},
year = 2020,
month = {nov},
publisher = {Wiley},
volume = {33},
number = {1},
pages = {2006274},
author = {Shunqi Xu and Hanjun Sun and Matthew Addicoat and Bishnu P. Biswal and Fan He and SangWook Park and Silvia Paasch and Tao Zhang and Wenbo Sheng and Eike Brunner and Yang Hou and Marcus Richter and Xinliang Feng},
title = {Thiophene-Bridged Donor{\textendash}Acceptor sp
2
-Carbon-Linked 2D Conjugated Polymers as Photocathodes for Water Reduction},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yafei He, Sheng Yang, Yubin Fu, Faxing Wang, Ji Ma, Gang Wang, Guangbo Chen, Mingchao Wang, Renhao Dong, Panpan Zhang, Xinliang Feng, "Electronic Doping of Metal-Organic Frameworks for High-Performance Flexible Micro-Supercapacitors", In Small Structures, Wiley, vol. 2, no. 3, pp. 2000095, Nov 2020. [doi] [Bibtex & Downloads]
Electronic Doping of Metal-Organic Frameworks for High-Performance Flexible Micro-Supercapacitors
Reference
Yafei He, Sheng Yang, Yubin Fu, Faxing Wang, Ji Ma, Gang Wang, Guangbo Chen, Mingchao Wang, Renhao Dong, Panpan Zhang, Xinliang Feng, "Electronic Doping of Metal-Organic Frameworks for High-Performance Flexible Micro-Supercapacitors", In Small Structures, Wiley, vol. 2, no. 3, pp. 2000095, Nov 2020. [doi]
Bibtex
@article{He_2020,
doi = {10.1002/sstr.202000095},
url = {https://doi.org/10.1002%2Fsstr.202000095},
year = 2020,
month = {nov},
publisher = {Wiley},
volume = {2},
number = {3},
pages = {2000095},
author = {Yafei He and Sheng Yang and Yubin Fu and Faxing Wang and Ji Ma and Gang Wang and Guangbo Chen and Mingchao Wang and Renhao Dong and Panpan Zhang and Xinliang Feng},
title = {Electronic Doping of Metal-Organic Frameworks for High-Performance Flexible Micro-Supercapacitors},
journal = {Small Structures}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Robert Wittig, Andrés Goens, Christian Menard, Emil Matus, Gerhard P. Fettweis, Jeronimo Castrillon, "Modem Design in the Era of 5G and Beyond: The Need for a Formal Approach", Proceedings of the 27th International Conference on Telecommunications (ICT), pp. 1-5, Oct 2020. [doi] [Bibtex & Downloads]
Modem Design in the Era of 5G and Beyond: The Need for a Formal Approach
Reference
Robert Wittig, Andrés Goens, Christian Menard, Emil Matus, Gerhard P. Fettweis, Jeronimo Castrillon, "Modem Design in the Era of 5G and Beyond: The Need for a Formal Approach", Proceedings of the 27th International Conference on Telecommunications (ICT), pp. 1-5, Oct 2020. [doi]
Abstract
In the era of 5G and beyond, adaptive workloads and the need for energy efficiency drive are becoming increasingly vital. Changes in parameters of the physical layer algorithm can cascade throughout the algorithm, requiring additional changes to keep a correct functionality within the timing bounds. These factors drive the process of designing systems for mobile communication towards reconfigurability. In this paper we analyze the trade-offs involved in changing algorithmic parameters and show how reconfigurable systems can be used to produce energy-efficient systems. We argue that we ought to resort to formal models to tame this reconfigurability and examine where existing formal models fall short.
Bibtex
@InProceedings{goens_ict20,
author = {Robert Wittig and Andr{\'e}s Goens and Christian Menard and Emil Matus and Gerhard P. Fettweis and Jeronimo Castrillon},
booktitle = {Proceedings of the 27th International Conference on Telecommunications (ICT)},
title = {Modem Design in the Era of 5G and Beyond: The Need for a Formal Approach},
location = {Virtual. Bali, Indonesia},
month = oct,
abstract = {In the era of 5G and beyond, adaptive workloads and the need for energy efficiency drive are becoming increasingly vital. Changes in parameters of the physical layer algorithm can cascade throughout the algorithm, requiring additional changes to keep a correct functionality within the timing bounds. These factors drive the process of designing systems for mobile communication towards reconfigurability. In this paper we analyze the trade-offs involved in changing algorithmic parameters and show how reconfigurable systems can be used to produce energy-efficient systems. We argue that we ought to resort to formal models to tame this reconfigurability and examine where existing formal models fall short.},
year = {2020},
pages={1-5},
doi={10.1109/ICT49546.2020.9239539},
url = {https://ieeexplore.ieee.org/document/9239539},
}Downloads
2010_Wittig_ICT [PDF]
Permalink
- Asif Ali Khan, Hauke Mewes, Tobias Grosser, Torsten Hoefler, Jeronimo Castrillon, "Polyhedral Compilation for Racetrack Memories", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD). Special issue on Compilers, Architecture, and Synthesis of Embedded Systems (CASES'20), IEEE Press, vol. 39, no. 11, pp. 3968–3980, Oct 2020. [doi] [Bibtex & Downloads]
Polyhedral Compilation for Racetrack Memories
Reference
Asif Ali Khan, Hauke Mewes, Tobias Grosser, Torsten Hoefler, Jeronimo Castrillon, "Polyhedral Compilation for Racetrack Memories", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD). Special issue on Compilers, Architecture, and Synthesis of Embedded Systems (CASES'20), IEEE Press, vol. 39, no. 11, pp. 3968–3980, Oct 2020. [doi]
Abstract
Traditional memory hierarchy designs, primarily based on SRAM and DRAM, become increasingly unsuitable to meet the performance, energy, bandwidth and area requirements of modern embedded and high-performance computer systems. Racetrack Memory (RTM), an emerging non-volatile memory technology, promises to meet these conflicting demands by offering simultaneously high speed, higher density, and non-volatility. RTM provides these efficiency gains by not providing immediate access to all storage locations, but by instead storing data sequentially in the equivalent to nanoscale tapes called tracks. Before any data can be accessed, explicit shift operations must be issued that cost energy and increase access latency. The result is a fundamental change in memory performance behavior: the address distance between subsequent memory accesses now has a linear effect on memory performance. While there are first techniques to optimize programs for linear-latency memories such as RTM, existing automatic solutions treat only scalar memory accesses. This work presents the first automatic compilation framework that optimizes static loop programs over arrays for linear-latency memories. We extend the polyhedral compilation framework Polly to generate code that maximizes accesses to the same or consecutive locations, thereby minimizing the number of shifts. Our experimental results show that the optimized code incurs up to 85% fewer shifts (average 41%), improving both performance and energy consumption by an average of 17.9% and 39.8%, respectively. Our results show that automatic techniques make it possible to effectively program linear-latency memory architectures such as RTM.
Bibtex
@Article{khan_cases20,
author = {Asif Ali Khan and Hauke Mewes and Tobias Grosser and Torsten Hoefler and Jeronimo Castrillon},
title = {Polyhedral Compilation for Racetrack Memories},
journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD). Special issue on Compilers, Architecture, and Synthesis of Embedded Systems (CASES'20)},
year = {2020},
series = {CASES ’20},
month = oct,
doi = {10.1109/TCAD.2020.3012266},
url = {https://ieeexplore.ieee.org/document/9216560},
volume={39},
number={11},
pages={3968--3980},
issn = {1937-4151},
issn = {1937-4151},
abstract = {Traditional memory hierarchy designs, primarily based on SRAM and DRAM, become increasingly unsuitable to meet the performance, energy, bandwidth and area requirements of modern embedded and high-performance computer systems. Racetrack Memory (RTM), an emerging non-volatile memory technology, promises to meet these conflicting demands by offering simultaneously high speed, higher density, and non-volatility. RTM provides these efficiency gains by not providing immediate access to all storage locations, but by instead storing data sequentially in the equivalent to nanoscale tapes called tracks. Before any data can be accessed, explicit shift operations must be issued that cost energy and increase access latency. The result is a fundamental change in memory performance behavior: the address distance between subsequent memory accesses now has a linear effect on memory performance. While there are first techniques to optimize programs for linear-latency memories such as RTM, existing automatic solutions treat only scalar memory accesses. This work presents the first automatic compilation framework that optimizes static loop programs over arrays for linear-latency memories. We extend the polyhedral compilation framework Polly to generate code that maximizes accesses to the same or consecutive locations, thereby minimizing the number of shifts. Our experimental results show that the optimized code incurs up to 85\% fewer shifts (average 41\%), improving both performance and energy consumption by an average of 17.9\% and 39.8\%, respectively. Our results show that automatic techniques make it possible to effectively program linear-latency memory architectures such as RTM.},
booktitle = {Proceedings of the 2020 International Conference on Compilers, Architecture, and Synthesis of Embedded Systems (CASES)},
location = {Virtual conference},
numpages = {12},
publisher = {IEEE Press},
}Downloads
2009_Khan_CASES [PDF]
Related Paths
Permalink
- Siva Satyendra Sahoo, Bharadwaj Veeravalli, Akash Kumar, "Markov Chain-based Modeling and Analysis of Checkpointing with Rollback Recovery for Efficient DSE in Soft Real-time Systems", In Proceeding: 2020 IEEE International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems, DFT 2020, ESA-ESRIN, Frascati (Rome) Italy, October 19-21, 2020, October 2020. [Bibtex & Downloads]
Markov Chain-based Modeling and Analysis of Checkpointing with Rollback Recovery for Efficient DSE in Soft Real-time Systems
Reference
Siva Satyendra Sahoo, Bharadwaj Veeravalli, Akash Kumar, "Markov Chain-based Modeling and Analysis of Checkpointing with Rollback Recovery for Efficient DSE in Soft Real-time Systems", In Proceeding: 2020 IEEE International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems, DFT 2020, ESA-ESRIN, Frascati (Rome) Italy, October 19-21, 2020, October 2020.
Bibtex
@InProceedings{SahooVK020,
author = {Siva Satyendra Sahoo and Bharadwaj Veeravalli and Akash Kumar},
title = ,
booktitle = {2020 {IEEE} {International Symposium on Defect and Fault Tolerance in {VLSI} and Nanotechnology Systems, {DFT} 2020, ESA-ESRIN, Frascati (Rome) Italy, October 19-21, 2020}},
year = {2020},
month = {October},
}Downloads
No Downloads available for this publication
Permalink
- Fazal Hameed, Asif Ali Khan, Jeronimo Castrillon, "Improving the Performance of Block-based DRAM Caches via Tag-Data Decoupling", In IEEE Transactions on Computers, vol. 70, no. 11, pp. 1914-1927, Oct 2020. [doi] [Bibtex & Downloads]
Improving the Performance of Block-based DRAM Caches via Tag-Data Decoupling
Reference
Fazal Hameed, Asif Ali Khan, Jeronimo Castrillon, "Improving the Performance of Block-based DRAM Caches via Tag-Data Decoupling", In IEEE Transactions on Computers, vol. 70, no. 11, pp. 1914-1927, Oct 2020. [doi]
Abstract
In-package DRAM-based Last-Level-Caches (LLCs) that cache data in small chunks (i.e., blocks) are promising for improving system performance due to their efficient main memory bandwidth utilization. However, in these high-capacity DRAM caches, managing metadata (i.e., tags) at low cost is challenging. Storing the tags in SRAM has the advantage of quick tag access but is impractical due to a large area overhead. Storing the tags in DRAM reduces the area overhead but incurs tag serialization latency for an associative LLC design, which is inevitable for achieving high cache hit rate. To address the area and latency overhead problem, we propose a block- based DRAM LLC design that decouples tag and data into two regions in DRAM. Our design stores the tags in a latency-optimized DRAM region as the tags are accessed more often than the data. In contrast, we optimize the data region for area efficiency and map spatially-adjacent cache blocks to the same DRAM row to exploit spatial locality. Our design mitigates the tag serialization latency of existing associative DRAM LLCs via selective in-DRAM tag comparison, which overlaps the latency of tag and data accesses. This efficiently enables LLC bypassing via a novel DRAM Absence Table (DAT) that not only provides fast LLC miss detection but also reduces in-package bandwidth requirements. Our evaluation using SPEC2006 benchmarks shows that our tag-data decoupled LLC improves system performance by 11.7% compared to a state-of-the-art direct-mapped LLC design and by 7.2% compared to an existing associative LLC design.
Bibtex
@Article{hameed_tc20,
author = {Fazal Hameed and Asif Ali Khan and Jeronimo Castrillon},
title = {Improving the Performance of Block-based DRAM Caches via Tag-Data Decoupling},
journal = {IEEE Transactions on Computers},
year = {2020},
month = oct,
abstract = {In-package DRAM-based Last-Level-Caches (LLCs) that cache data in small chunks (i.e., blocks) are promising for improving system performance due to their efficient main memory bandwidth utilization. However, in these high-capacity DRAM caches, managing metadata (i.e., tags) at low cost is challenging. Storing the tags in SRAM has the advantage of quick tag access but is impractical due to a large area overhead. Storing the tags in DRAM reduces the area overhead but incurs tag serialization latency for an associative LLC design, which is inevitable for achieving high cache hit rate. To address the area and latency overhead problem, we propose a block- based DRAM LLC design that decouples tag and data into two regions in DRAM. Our design stores the tags in a latency-optimized DRAM region as the tags are accessed more often than the data. In contrast, we optimize the data region for area efficiency and map spatially-adjacent cache blocks to the same DRAM row to exploit spatial locality. Our design mitigates the tag serialization latency of existing associative DRAM LLCs via selective in-DRAM tag comparison, which overlaps the latency of tag and data accesses. This efficiently enables LLC bypassing via a novel DRAM Absence Table (DAT) that not only provides fast LLC miss detection but also reduces in-package bandwidth requirements. Our evaluation using SPEC2006 benchmarks shows that our tag-data decoupled LLC improves system performance by 11.7\% compared to a state-of-the-art direct-mapped LLC design and by 7.2\% compared to an existing associative LLC design.},
doi = {10.1109/TC.2020.3029615},
url = {https://ieeexplore.ieee.org/document/9220805},
issn = {0018-9340},
numpages = {14},
volume={70},
number={11},
pages={1914-1927},
}Downloads
2010_Hameed_TC [PDF]
Related Paths
Permalink
- Jeronimo Castrillon, "The role of domain-specific languages for cyber-physical systems", In Seminar series: Design and Programming Cyber-Physical Systems and IoT Applications (invited talk), Oct 2020. [Bibtex & Downloads]
The role of domain-specific languages for cyber-physical systems
Reference
Jeronimo Castrillon, "The role of domain-specific languages for cyber-physical systems", In Seminar series: Design and Programming Cyber-Physical Systems and IoT Applications (invited talk), Oct 2020.
Abstract
Embedded and cyber-physical systems (CPS) are heterogeneous interconnected computing systems with an ever increasing complexity. As CPSs become more widespread, the developer community widens, exposing the complexity to mainstream programmers. In this talk, I will talk about domain-specific languages (DSLs) as a promising avenue to handle complexity without compromising on efficiency. The talk will provide background on programming languages and go over sample DSLs from different communities. An in-depth example will serve to grasp the power that lies in DSLs for efficiency, correctness and ease to target complex emerging systems.
Bibtex
@Misc{castrillon_ensi20,
author = {Castrillon, Jeronimo},
title = {The role of domain-specific languages for cyber-physical systems},
year = {2020},
howpublished = {Seminar series: Design and Programming Cyber-Physical Systems and IoT Applications (invited talk)},
location = {Tunis, Tunisia (Virtual)},
month = oct,
abstract = {Embedded and cyber-physical systems (CPS) are heterogeneous interconnected computing systems with an ever increasing complexity. As CPSs become more widespread, the developer community widens, exposing the complexity to mainstream programmers. In this talk, I will talk about domain-specific languages (DSLs) as a promising avenue to handle complexity without compromising on efficiency. The talk will provide background on programming languages and go over sample DSLs from different communities. An in-depth example will serve to grasp the power that lies in DSLs for efficiency, correctness and ease to target complex emerging systems. },
url = {https://sites.google.com/ensi-uma.tn/seminar-series-on-cps-n-iot/home}
}Downloads
201006_castrill_ENSI-compressed [PDF]
Permalink
- Behnaz Ranjbar, Bardia Safaei, Alireza Ejlali, Akash Kumar, "FANTOM: Fault Tolerant Task-Drop Aware Scheduling for Mixed-Criticality Systems", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, October 2020. [doi] [Bibtex & Downloads]
FANTOM: Fault Tolerant Task-Drop Aware Scheduling for Mixed-Criticality Systems
Reference
Behnaz Ranjbar, Bardia Safaei, Alireza Ejlali, Akash Kumar, "FANTOM: Fault Tolerant Task-Drop Aware Scheduling for Mixed-Criticality Systems", In IEEE Access, Institute of Electrical and Electronics Engineers (IEEE), pp. 1–1, October 2020. [doi]
Bibtex
@article{Ranjbar_2020,
doi = {10.1109/access.2020.3031039},
url = {https://doi.org/10.1109%2Faccess.2020.3031039},
year = 2020,
month = {October},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
pages = {1--1},
author = {Behnaz Ranjbar and Bardia Safaei and Alireza Ejlali and Akash Kumar},
title = {{FANTOM}: Fault Tolerant Task-Drop Aware Scheduling for Mixed-Criticality Systems},
journal = {{IEEE} Access}
}Downloads
ACCESS3031039-author-accepted [PDF]
Related Paths
Permalink
- Christoph Bauer, Igor Veremchuk, Christof Kunze, Albrecht Benad, Volodymyr M. Dzhagan, Danny Haubold, Darius Pohl, Gabi Schierning, Kornelius Nielsch, Vladimir Lesnyak, Alexander Eychmüller, "Heterostructured Bismuth Telluride Selenide Nanosheets for Enhanced Thermoelectric Performance", In Small Science, Wiley, pp. 2000021, Oct 2020. [doi] [Bibtex & Downloads]
Heterostructured Bismuth Telluride Selenide Nanosheets for Enhanced Thermoelectric Performance
Reference
Christoph Bauer, Igor Veremchuk, Christof Kunze, Albrecht Benad, Volodymyr M. Dzhagan, Danny Haubold, Darius Pohl, Gabi Schierning, Kornelius Nielsch, Vladimir Lesnyak, Alexander Eychmüller, "Heterostructured Bismuth Telluride Selenide Nanosheets for Enhanced Thermoelectric Performance", In Small Science, Wiley, pp. 2000021, Oct 2020. [doi]
Bibtex
@article{Bauer_2020,
doi = {10.1002/smsc.202000021},
url = {https://doi.org/10.1002%2Fsmsc.202000021},
year = 2020,
month = {oct},
publisher = {Wiley},
pages = {2000021},
author = {Christoph Bauer and Igor Veremchuk and Christof Kunze and Albrecht Benad and Volodymyr M. Dzhagan and Danny Haubold and Darius Pohl and Gabi Schierning and Kornelius Nielsch and Vladimir Lesnyak and Alexander Eychmüller},
title = {Heterostructured Bismuth Telluride Selenide Nanosheets for Enhanced Thermoelectric Performance},
journal = {Small Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cecilia De la Parra, Andre Guntoro, Akash Kumar, "Full Approximation of Deep Neural Networks through Efficient Optimization", In Proceeding: 2020 IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, Oct 2020. [doi] [Bibtex & Downloads]
Full Approximation of Deep Neural Networks through Efficient Optimization
Reference
Cecilia De la Parra, Andre Guntoro, Akash Kumar, "Full Approximation of Deep Neural Networks through Efficient Optimization", In Proceeding: 2020 IEEE International Symposium on Circuits and Systems (ISCAS), IEEE, Oct 2020. [doi]
Bibtex
@inproceedings{De_la_Parra_2020,
doi = {10.1109/iscas45731.2020.9181236},
url = {https://doi.org/10.1109%2Fiscas45731.2020.9181236},
year = 2020,
month = {oct},
publisher = ,
author = {Cecilia De la Parra and Andre Guntoro and Akash Kumar},
title = {Full Approximation of Deep Neural Networks through Efficient Optimization},
booktitle = {2020 {IEEE} International Symposium on Circuits and Systems ({ISCAS})}
}Downloads
iscas-2020-camera-ready [PDF]
Permalink
- Ashok Keerthi, Carlos Sánchez-Sánchez, Okan Deniz, Pascal Ruffieux, Dieter Schollmeyer, Xinliang Feng, Akimitsu Narita, Roman Fasel, Klaus Müllen, "On-surface Synthesis of a Chiral Graphene Nanoribbon with Mixed Edge Structure", In Chemistry \textendash An Asian Journal, Wiley, vol. 15, no. 22, pp. 3807–3811, Oct 2020. [doi] [Bibtex & Downloads]
On-surface Synthesis of a Chiral Graphene Nanoribbon with Mixed Edge Structure
Reference
Ashok Keerthi, Carlos Sánchez-Sánchez, Okan Deniz, Pascal Ruffieux, Dieter Schollmeyer, Xinliang Feng, Akimitsu Narita, Roman Fasel, Klaus Müllen, "On-surface Synthesis of a Chiral Graphene Nanoribbon with Mixed Edge Structure", In Chemistry \textendash An Asian Journal, Wiley, vol. 15, no. 22, pp. 3807–3811, Oct 2020. [doi]
Bibtex
@article{Keerthi_2020,
doi = {10.1002/asia.202001008},
url = {https://doi.org/10.1002%2Fasia.202001008},
year = 2020,
month = {oct},
publisher = {Wiley},
volume = {15},
number = {22},
pages = {3807--3811},
author = {Ashok Keerthi and Carlos S{\'{a}}nchez-S{\'{a}}nchez and Okan Deniz and Pascal Ruffieux and Dieter Schollmeyer and Xinliang Feng and Akimitsu Narita and Roman Fasel and Klaus Müllen},
title = {On-surface Synthesis of a Chiral Graphene Nanoribbon with Mixed Edge Structure},
journal = {Chemistry {\textendash} An Asian Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dominik L. Pastoetter, Shunqi Xu, Mino Borrelli, Matthew Addicoat, Bishnu P. Biswal, Silvia Paasch, Arezoo Dianat, Heidi Thomas, Reinhard Berger, Sebastian Reineke, Eike Brunner, Gianaurelio Cuniberti, Marcus Richter, Xinliang Feng, "Synthesis of Vinylene-Linked Two-Dimensional Conjugated Polymers via the Horner\textendashWadsworth\textendashEmmons Reaction", In Angewandte Chemie International Edition, Wiley, Oct 2020. [doi] [Bibtex & Downloads]
Synthesis of Vinylene-Linked Two-Dimensional Conjugated Polymers via the Horner\textendashWadsworth\textendashEmmons Reaction
Reference
Dominik L. Pastoetter, Shunqi Xu, Mino Borrelli, Matthew Addicoat, Bishnu P. Biswal, Silvia Paasch, Arezoo Dianat, Heidi Thomas, Reinhard Berger, Sebastian Reineke, Eike Brunner, Gianaurelio Cuniberti, Marcus Richter, Xinliang Feng, "Synthesis of Vinylene-Linked Two-Dimensional Conjugated Polymers via the Horner\textendashWadsworth\textendashEmmons Reaction", In Angewandte Chemie International Edition, Wiley, Oct 2020. [doi]
Bibtex
@article{Pastoetter_2020,
doi = {10.1002/anie.202010398},
url = {https://doi.org/10.1002%2Fanie.202010398},
year = 2020,
month = {oct},
publisher = {Wiley},
author = {Dominik L. Pastoetter and Shunqi Xu and Mino Borrelli and Matthew Addicoat and Bishnu P. Biswal and Silvia Paasch and Arezoo Dianat and Heidi Thomas and Reinhard Berger and Sebastian Reineke and Eike Brunner and Gianaurelio Cuniberti and Marcus Richter and Xinliang Feng},
title = {Synthesis of Vinylene-Linked Two-Dimensional Conjugated Polymers via the Horner{\textendash}Wadsworth{\textendash}Emmons Reaction},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wenhui Niu, Ji Ma, Paniz Soltani, Wenhao Zheng, Fupin Liu, Alexey A. Popov, Jan J. Weigand, Hartmut Komber, Emanuele Poliani, Cinzia Casiraghi, Jörn Droste, Michael Ryan Hansen, Silvio Osella, David Beljonne, Mischa Bonn, Hai I. Wang, Xinliang Feng, Junzhi Liu, Yiyong Mai, "A Curved Graphene Nanoribbon with Multi-Edge Structure and High Intrinsic Charge Carrier Mobility", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 43, pp. 18293–18298, Oct 2020. [doi] [Bibtex & Downloads]
A Curved Graphene Nanoribbon with Multi-Edge Structure and High Intrinsic Charge Carrier Mobility
Reference
Wenhui Niu, Ji Ma, Paniz Soltani, Wenhao Zheng, Fupin Liu, Alexey A. Popov, Jan J. Weigand, Hartmut Komber, Emanuele Poliani, Cinzia Casiraghi, Jörn Droste, Michael Ryan Hansen, Silvio Osella, David Beljonne, Mischa Bonn, Hai I. Wang, Xinliang Feng, Junzhi Liu, Yiyong Mai, "A Curved Graphene Nanoribbon with Multi-Edge Structure and High Intrinsic Charge Carrier Mobility", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 43, pp. 18293–18298, Oct 2020. [doi]
Bibtex
@article{Niu_2020,
doi = {10.1021/jacs.0c07013},
url = {https://doi.org/10.1021%2Fjacs.0c07013},
year = 2020,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {142},
number = {43},
pages = {18293--18298},
author = {Wenhui Niu and Ji Ma and Paniz Soltani and Wenhao Zheng and Fupin Liu and Alexey A. Popov and Jan J. Weigand and Hartmut Komber and Emanuele Poliani and Cinzia Casiraghi and Jörn Droste and Michael Ryan Hansen and Silvio Osella and David Beljonne and Mischa Bonn and Hai I. Wang and Xinliang Feng and Junzhi Liu and Yiyong Mai},
title = {A Curved Graphene Nanoribbon with Multi-Edge Structure and High Intrinsic Charge Carrier Mobility},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Florian Rasch, Vasile Postica, Fabian Schütt, Yogendra Kumar Mishra, Ali Shaygan Nia, Martin R. Lohe, Xinliang Feng, Rainer Adelung, Oleg Lupan, "Highly selective and ultra-low power consumption metal oxide based hydrogen gas sensor employing graphene oxide as molecular sieve", In Sensors and Actuators B: Chemical, Elsevier BV, vol. 320, pp. 128363, Oct 2020. [doi] [Bibtex & Downloads]
Highly selective and ultra-low power consumption metal oxide based hydrogen gas sensor employing graphene oxide as molecular sieve
Reference
Florian Rasch, Vasile Postica, Fabian Schütt, Yogendra Kumar Mishra, Ali Shaygan Nia, Martin R. Lohe, Xinliang Feng, Rainer Adelung, Oleg Lupan, "Highly selective and ultra-low power consumption metal oxide based hydrogen gas sensor employing graphene oxide as molecular sieve", In Sensors and Actuators B: Chemical, Elsevier BV, vol. 320, pp. 128363, Oct 2020. [doi]
Bibtex
@article{Rasch_2020,
doi = {10.1016/j.snb.2020.128363},
url = {https://doi.org/10.1016%2Fj.snb.2020.128363},
year = 2020,
month = {oct},
publisher = {Elsevier {BV}},
volume = {320},
pages = {128363},
author = {Florian Rasch and Vasile Postica and Fabian Schütt and Yogendra Kumar Mishra and Ali Shaygan Nia and Martin R. Lohe and Xinliang Feng and Rainer Adelung and Oleg Lupan},
title = {Highly selective and ultra-low power consumption metal oxide based hydrogen gas sensor employing graphene oxide as molecular sieve},
journal = {Sensors and Actuators B: Chemical}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Robert Kirchner, Volker Neumann, Felix Winkler, Carsten Strobel, Sandra Völkel, Andr'e Hiess, Dimitrios Kazazis, Ulrich Künzelmann, Johann Wolfgang Bartha, "Anisotropic Etching of Pyramidal Silica Reliefs with Metal Masks and Hydrofluoric Acid", In Small, Wiley, vol. 16, no. 43, pp. 2002290, Oct 2020. [doi] [Bibtex & Downloads]
Anisotropic Etching of Pyramidal Silica Reliefs with Metal Masks and Hydrofluoric Acid
Reference
Robert Kirchner, Volker Neumann, Felix Winkler, Carsten Strobel, Sandra Völkel, Andr'e Hiess, Dimitrios Kazazis, Ulrich Künzelmann, Johann Wolfgang Bartha, "Anisotropic Etching of Pyramidal Silica Reliefs with Metal Masks and Hydrofluoric Acid", In Small, Wiley, vol. 16, no. 43, pp. 2002290, Oct 2020. [doi]
Bibtex
@article{Kirchner_2020,
doi = {10.1002/smll.202002290},
url = {https://doi.org/10.1002%2Fsmll.202002290},
year = 2020,
month = {oct},
publisher = {Wiley},
volume = {16},
number = {43},
pages = {2002290},
author = {Robert Kirchner and Volker Neumann and Felix Winkler and Carsten Strobel and Sandra Völkel and Andr{\'{e}} Hiess and Dimitrios Kazazis and Ulrich Künzelmann and Johann Wolfgang Bartha},
title = {Anisotropic Etching of Pyramidal Silica Reliefs with Metal Masks and Hydrofluoric Acid},
journal = {Small}
}Downloads
No Downloads available for this publication
Permalink
- Zahra Ebrahimi, Salim Ullah, Akash Kumar, "SIMDive: Approximate SIMD Soft Multiplier-Divider for FPGAs with Tunable Accuracy", Proceedings of the 2020 on Great Lakes Symposium on VLSI, ACM, Sep 2020. [doi] [Bibtex & Downloads]
SIMDive: Approximate SIMD Soft Multiplier-Divider for FPGAs with Tunable Accuracy
Reference
Zahra Ebrahimi, Salim Ullah, Akash Kumar, "SIMDive: Approximate SIMD Soft Multiplier-Divider for FPGAs with Tunable Accuracy", Proceedings of the 2020 on Great Lakes Symposium on VLSI, ACM, Sep 2020. [doi]
Bibtex
@inproceedings{Ebrahimi_2020,
doi = {10.1145/3386263.3406907},
url = {https://doi.org/10.1145%2F3386263.3406907},
year = 2020,
month = {sep},
publisher = ,
author = {Zahra Ebrahimi and Salim Ullah and Akash Kumar},
title = {{SIMDive}: Approximate {SIMD} Soft Multiplier-Divider for {FPGAs} with Tunable Accuracy},
booktitle = {Proceedings of the 2020 on Great Lakes Symposium on {VLSI}}
}Downloads
SIMDive_GLSVLSI_2020 [PDF]
Related Paths
Permalink
- Asif Ali Khan, Norman A. Rink, Fazal Hameed, Jeronimo Castrillon, "Optimizing Tensor Contractions for Embedded Devices with Racetrack and DRAM Memories", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 19, no. 6, New York, NY, USA, Sep 2020. [doi] [Bibtex & Downloads]
Optimizing Tensor Contractions for Embedded Devices with Racetrack and DRAM Memories
Reference
Asif Ali Khan, Norman A. Rink, Fazal Hameed, Jeronimo Castrillon, "Optimizing Tensor Contractions for Embedded Devices with Racetrack and DRAM Memories", In ACM Transactions on Embedded Computing Systems (TECS), Association for Computing Machinery, vol. 19, no. 6, New York, NY, USA, Sep 2020. [doi]
Abstract
Tensor contraction is a fundamental operation in many algorithms with a plethora of applications ranging from quantum chemistry over fluid dynamics and image processing to machine learning. The performance of tensor computations critically depends on the efficient utilization of on-chip/off-chip memories. In the context of low-power embedded devices, efficient management of the memory space becomes even more crucial, in order to meet energy constraints. This work aims at investigating strategies for performance- and energy-efficient tensor contractions on embedded systems, using racetrack memory (RTM)-based scratch-pad memory (SPM) and DRAM-based off-chip memory. Compiler optimizations such as the loop access order and data layout transformations paired with architectural optimizations such as prefetching and preshifting are employed to reduce the shifting overhead in RTMs. Optimizations for off-chip memory such as memory access order, data mapping and the choice of a suitable memory access granularity are employed to reduce the contention in the off-chip memory. Experimental results demonstrate that the proposed optimizations improve the SPM performance and energy consumption by 32% and 73% respectively compared to an iso-capacity SRAM. The overall DRAM dynamic energy consumption improvements due to memory optimizations amount to 80%.
Bibtex
@Article{khan_tecs20,
author = {Asif Ali Khan and Norman A. Rink and Fazal Hameed and Jeronimo Castrillon},
title = {Optimizing Tensor Contractions for Embedded Devices with Racetrack and DRAM Memories},
journal = {ACM Transactions on Embedded Computing Systems (TECS)},
year = {2020},
month = sep,
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {19},
number = {6},
issn = {1539-9087},
url = {https://doi.org/10.1145/3396235},
doi = {10.1145/3396235},
articleno = {44},
numpages = {26},
abstract = {Tensor contraction is a fundamental operation in many algorithms with a plethora of applications ranging from quantum chemistry over fluid dynamics and image processing to machine learning. The performance of tensor computations critically depends on the efficient utilization of on-chip/off-chip memories. In the context of low-power embedded devices, efficient management of the memory space becomes even more crucial, in order to meet energy constraints. This work aims at investigating strategies for performance- and energy-efficient tensor contractions on embedded systems, using racetrack memory (RTM)-based scratch-pad memory (SPM) and DRAM-based off-chip memory. Compiler optimizations such as the loop access order and data layout transformations paired with architectural optimizations such as prefetching and preshifting are employed to reduce the shifting overhead in RTMs. Optimizations for off-chip memory such as memory access order, data mapping and the choice of a suitable memory access granularity are employed to reduce the contention in the off-chip memory. Experimental results demonstrate that the proposed optimizations improve the SPM performance and energy consumption by 32\% and 73\% respectively compared to an iso-capacity SRAM. The overall DRAM dynamic energy consumption improvements due to memory optimizations amount to 80\%.},
}Downloads
2009_Khan_TECS [PDF]
Related Paths
Permalink
- Alexander Brauckmann, Andrés Goens, Jeronimo Castrillon, "ComPy-Learn: A Toolbox for Exploring Machine Learning Representations for Compilers", In Proceeding: 2020 Forum for Specification and Design Languages (FDL), pp. 1-4, Sep 2020. [doi] [Bibtex & Downloads]
ComPy-Learn: A Toolbox for Exploring Machine Learning Representations for Compilers
Reference
Alexander Brauckmann, Andrés Goens, Jeronimo Castrillon, "ComPy-Learn: A Toolbox for Exploring Machine Learning Representations for Compilers", In Proceeding: 2020 Forum for Specification and Design Languages (FDL), pp. 1-4, Sep 2020. [doi]
Abstract
Deep Learning methods have not only shown to improve software performance in compiler heuristics, but also e.g. to improve security in vulnerability prediction or to boost developer productivity in software engineering tools. A key to the success of such methods across these use cases is the expressiveness of the representation used to abstract from the program code. Recent work has shown that different such representations have unique advantages in terms of performance. However, determining the best-performing one for a given task is often not obvious and requires empirical evaluation. Therefore, we present ComPy-Learn, a toolbox for conveniently defining, extracting, and exploring representations of program code. With syntax-level language information from the Clang compiler frontend and low-level information from the LLVM compiler backend, the tool supports the construction of linear and graph representations and enables an efficient search for the best-performing representation and model for tasks on program code.
Bibtex
@InProceedings{brauckmann_fdl20,
author = {Alexander Brauckmann and Andr\'{e}s Goens and Jeronimo Castrillon},
title = {ComPy-Learn: A Toolbox for Exploring Machine Learning Representations for Compilers},
booktitle = {2020 Forum for Specification and Design Languages (FDL)},
year = {2020},
location = {Kiel, Germany},
month = sep,
pages={1-4},
doi={10.1109/FDL50818.2020.9232946},
url = {https://ieeexplore.ieee.org/document/9232946},
abstract = {Deep Learning methods have not only shown to improve software performance in compiler heuristics, but also e.g. to improve security in vulnerability prediction or to boost developer productivity in software engineering tools. A key to the success of such methods across these use cases is the expressiveness of the representation used to abstract from the program code. Recent work has shown that different such representations have unique advantages in terms of performance. However, determining the best-performing one for a given task is often not obvious and requires empirical evaluation. Therefore, we present ComPy-Learn, a toolbox for conveniently defining, extracting, and exploring representations of program code. With syntax-level language information from the Clang compiler frontend and low-level information from the LLVM compiler backend, the tool supports the construction of linear and graph representations and enables an efficient search for the best-performing representation and model for tasks on program code.},
}Downloads
2009_Brauckmann_FDL [PDF]
Permalink
- Marten Lohstroh, Christian Menard, Alexander Schulz-Rosengarten, Matthew Weber, Jeronimo Castrillon, Edward A. Lee, "A Language for Deterministic Coordination Across Multiple Timelines", In Proceeding: 2020 Forum for Specification and Design Languages (FDL), pp. 1-8, Sep 2020. (Best paper award candidate) [doi] [Bibtex & Downloads]
A Language for Deterministic Coordination Across Multiple Timelines
Reference
Marten Lohstroh, Christian Menard, Alexander Schulz-Rosengarten, Matthew Weber, Jeronimo Castrillon, Edward A. Lee, "A Language for Deterministic Coordination Across Multiple Timelines", In Proceeding: 2020 Forum for Specification and Design Languages (FDL), pp. 1-8, Sep 2020. (Best paper award candidate) [doi]
Abstract
We discuss a novel approach for constructing deterministic reactive systems that evolves around a temporal model which incorporates a multiplicity of timelines. This model is central to LINGUA FRANCA (LF), a polyglot coordination language and compiler toolchain we are developing for the definition and composition of concurrent components called Reactors, which are objects that react to and emit discrete events. What sets LF apart from other languages that treat time as a first-class citizen is that it confronts the issue that in any reactive system there are at least two distinct timelines involved; a logical one and a physical one-and possibly multiple of each kind. LF provides a mechanism for relating events across timelines, and guarantees deterministic program behavior under quantifiable assumptions.
Bibtex
@InProceedings{lohstroh_fdl20,
author = {Marten Lohstroh and Christian Menard and Alexander Schulz-Rosengarten and Matthew Weber and Jeronimo Castrillon and Edward A. Lee},
title = {A Language for Deterministic Coordination Across Multiple Timelines},
booktitle = {2020 Forum for Specification and Design Languages (FDL)},
year = {2020},
location = {Kiel, Germany},
month = sep,
abstract = {We discuss a novel approach for constructing deterministic reactive systems that evolves around a temporal model which incorporates a multiplicity of timelines. This model is central to LINGUA FRANCA (LF), a polyglot coordination language and compiler toolchain we are developing for the definition and composition of concurrent components called Reactors, which are objects that react to and emit discrete events. What sets LF apart from other languages that treat time as a first-class citizen is that it confronts the issue that in any reactive system there are at least two distinct timelines involved; a logical one and a physical one-and possibly multiple of each kind. LF provides a mechanism for relating events across timelines, and guarantees deterministic program behavior under quantifiable assumptions.},
pages={1-8},
doi={10.1109/FDL50818.2020.9232939},
url = {https://ieeexplore.ieee.org/document/9232939},
comment={Best paper award candidate},
}Downloads
2009_Lohstroh_FDL [PDF]
Permalink
- Jingjing Ye, Richard Weichelt, Ulrich Kemper, Vaibhav Gupta, Tobias A. F. König, Alexander Eychmüller, Ralf Seidel, "Casting of Gold Nanoparticles with High Aspect Ratios inside DNA Molds", In Small, Wiley, pp. 2003662, Sep 2020. [doi] [Bibtex & Downloads]
Casting of Gold Nanoparticles with High Aspect Ratios inside DNA Molds
Reference
Jingjing Ye, Richard Weichelt, Ulrich Kemper, Vaibhav Gupta, Tobias A. F. König, Alexander Eychmüller, Ralf Seidel, "Casting of Gold Nanoparticles with High Aspect Ratios inside DNA Molds", In Small, Wiley, pp. 2003662, Sep 2020. [doi]
Bibtex
@article{Ye_2020,
doi = {10.1002/smll.202003662},
url = {https://doi.org/10.1002%2Fsmll.202003662},
year = 2020,
month = {sep},
publisher = {Wiley},
pages = {2003662},
author = {Jingjing Ye and Richard Weichelt and Ulrich Kemper and Vaibhav Gupta and Tobias A. F. König and Alexander Eychmüller and Ralf Seidel},
title = {Casting of Gold Nanoparticles with High Aspect Ratios inside {DNA} Molds},
journal = {Small}
}Downloads
No Downloads available for this publication
Permalink
- Erjuan Guo, Zhongbin Wu, Ghader Darbandy, Shen Xing, Shu-Jen Wang, Alexander Tahn, Michael Göbel, Alexander Kloes, Karl Leo, Hans Kleemann, "Vertical organic permeable dual-base transistors for logic circuits", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi] [Bibtex & Downloads]
Vertical organic permeable dual-base transistors for logic circuits
Reference
Erjuan Guo, Zhongbin Wu, Ghader Darbandy, Shen Xing, Shu-Jen Wang, Alexander Tahn, Michael Göbel, Alexander Kloes, Karl Leo, Hans Kleemann, "Vertical organic permeable dual-base transistors for logic circuits", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi]
Bibtex
@article{Guo_2020,
doi = {10.1038/s41467-020-18576-5},
url = {https://doi.org/10.1038%2Fs41467-020-18576-5},
year = 2020,
month = {sep},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Erjuan Guo and Zhongbin Wu and Ghader Darbandy and Shen Xing and Shu-Jen Wang and Alexander Tahn and Michael Göbel and Alexander Kloes and Karl Leo and Hans Kleemann},
title = {Vertical organic permeable dual-base transistors for logic circuits},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Malte Schröder, David-Maximilian Storch, Philip Marszal, Marc Timme, "Anomalous supply shortages from dynamic pricing in on-demand mobility", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi] [Bibtex & Downloads]
Anomalous supply shortages from dynamic pricing in on-demand mobility
Reference
Malte Schröder, David-Maximilian Storch, Philip Marszal, Marc Timme, "Anomalous supply shortages from dynamic pricing in on-demand mobility", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi]
Bibtex
@article{Schr_der_2020,
doi = {10.1038/s41467-020-18370-3},
url = {https://doi.org/10.1038%2Fs41467-020-18370-3},
year = 2020,
month = {sep},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Malte Schröder and David-Maximilian Storch and Philip Marszal and Marc Timme},
title = {Anomalous supply shortages from dynamic pricing in on-demand mobility},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Yifan Dong, Vasileios C. Nikolis, Felix Talnack, Yi-Chun Chin, Johannes Benduhn, Giacomo Londi, Jonas Kublitski, Xijia Zheng, Stefan C. B. Mannsfeld, Donato Spoltore, Luca Muccioli, Jing Li, Xavier Blase, David Beljonne, Ji-Seon Kim, Artem A. Bakulin, Gabriele D'Avino, James R. Durrant, Koen Vandewal, "Orientation dependent molecular electrostatics drives efficient charge generation in homojunction organic solar cells", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi] [Bibtex & Downloads]
Orientation dependent molecular electrostatics drives efficient charge generation in homojunction organic solar cells
Reference
Yifan Dong, Vasileios C. Nikolis, Felix Talnack, Yi-Chun Chin, Johannes Benduhn, Giacomo Londi, Jonas Kublitski, Xijia Zheng, Stefan C. B. Mannsfeld, Donato Spoltore, Luca Muccioli, Jing Li, Xavier Blase, David Beljonne, Ji-Seon Kim, Artem A. Bakulin, Gabriele D'Avino, James R. Durrant, Koen Vandewal, "Orientation dependent molecular electrostatics drives efficient charge generation in homojunction organic solar cells", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi]
Bibtex
@article{Dong_2020,
doi = {10.1038/s41467-020-18439-z},
url = {https://doi.org/10.1038%2Fs41467-020-18439-z},
year = 2020,
month = {sep},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Yifan Dong and Vasileios C. Nikolis and Felix Talnack and Yi-Chun Chin and Johannes Benduhn and Giacomo Londi and Jonas Kublitski and Xijia Zheng and Stefan C. B. Mannsfeld and Donato Spoltore and Luca Muccioli and Jing Li and Xavier Blase and David Beljonne and Ji-Seon Kim and Artem A. Bakulin and Gabriele D'Avino and James R. Durrant and Koen Vandewal},
title = {Orientation dependent molecular electrostatics drives efficient charge generation in homojunction organic solar cells},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Erjuan Guo, Zhongbin Wu, Ghader Darbandy, Shen Xing, Shu-Jen Wang, Alexander Tahn, Michael Göbel, Alexander Kloes, Karl Leo, Hans Kleemann, "Vertical organic permeable dual-base transistors for logic circuits", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi] [Bibtex & Downloads]
Vertical organic permeable dual-base transistors for logic circuits
Reference
Erjuan Guo, Zhongbin Wu, Ghader Darbandy, Shen Xing, Shu-Jen Wang, Alexander Tahn, Michael Göbel, Alexander Kloes, Karl Leo, Hans Kleemann, "Vertical organic permeable dual-base transistors for logic circuits", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Sep 2020. [doi]
Bibtex
@article{Guo_2020,
doi = {10.1038/s41467-020-18576-5},
url = {https://doi.org/10.1038%2Fs41467-020-18576-5},
year = 2020,
month = {sep},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Erjuan Guo and Zhongbin Wu and Ghader Darbandy and Shen Xing and Shu-Jen Wang and Alexander Tahn and Michael Göbel and Alexander Kloes and Karl Leo and Hans Kleemann},
title = {Vertical organic permeable dual-base transistors for logic circuits},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shivkanya Shinde, Pavel Majumdar, Sayantan Sil, Markus Löffler, Anamika Banerjee, Bernd Rellinghaus, Sahab Dass, Partha Pratim Ray, Snehangshu Patra, "Energy-Inexpensive Galvanic Deposition of BiOI on Electrodes and Its Conversion to 3D Porous BiVO4-Based Photoanode", In The Journal of Physical Chemistry C, American Chemical Society (ACS), Aug 2020. [doi] [Bibtex & Downloads]
Energy-Inexpensive Galvanic Deposition of BiOI on Electrodes and Its Conversion to 3D Porous BiVO4-Based Photoanode
Reference
Shivkanya Shinde, Pavel Majumdar, Sayantan Sil, Markus Löffler, Anamika Banerjee, Bernd Rellinghaus, Sahab Dass, Partha Pratim Ray, Snehangshu Patra, "Energy-Inexpensive Galvanic Deposition of BiOI on Electrodes and Its Conversion to 3D Porous BiVO4-Based Photoanode", In The Journal of Physical Chemistry C, American Chemical Society (ACS), Aug 2020. [doi]
Bibtex
@article{Shinde_2020,
doi = {10.1021/acs.jpcc.0c06059},
url = {https://doi.org/10.1021%2Facs.jpcc.0c06059},
year = 2020,
month = {aug},
publisher = {American Chemical Society ({ACS})},
author = {Shivkanya Shinde and Pavel Majumdar and Sayantan Sil and Markus Löffler and Anamika Banerjee and Bernd Rellinghaus and Sahab Dass and Partha Pratim Ray and Snehangshu Patra},
title = {Energy-Inexpensive Galvanic Deposition of {BiOI} on Electrodes and Its Conversion to 3D Porous {BiVO}4-Based Photoanode},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florian Fuchs, Muhammad Bilal Khan, Dipjyoti Deb, Darius Pohl, Jörg Schuster, Walter M. Weber, Uwe Mühle, Markus Löffler, Yordan M. Georgiev, Artur Erbe, Sibylle Gemming, "Formation and crystallographic orientation of NiSi2\textendashSi interfaces", In Journal of Applied Physics, AIP Publishing, vol. 128, no. 8, pp. 085301, Aug 2020. [doi] [Bibtex & Downloads]
Formation and crystallographic orientation of NiSi2\textendashSi interfaces
Reference
Florian Fuchs, Muhammad Bilal Khan, Dipjyoti Deb, Darius Pohl, Jörg Schuster, Walter M. Weber, Uwe Mühle, Markus Löffler, Yordan M. Georgiev, Artur Erbe, Sibylle Gemming, "Formation and crystallographic orientation of NiSi2\textendashSi interfaces", In Journal of Applied Physics, AIP Publishing, vol. 128, no. 8, pp. 085301, Aug 2020. [doi]
Bibtex
@article{Fuchs_2020,
doi = {10.1063/1.5143122},
url = {https://doi.org/10.1063%2F1.5143122},
year = 2020,
month = {aug},
publisher = {{AIP} Publishing},
volume = {128},
number = {8},
pages = {085301},
author = {Florian Fuchs and Muhammad Bilal Khan and Dipjyoti Deb and Darius Pohl and Jörg Schuster and Walter M. Weber and Uwe Mühle and Markus Löffler and Yordan M. Georgiev and Artur Erbe and Sibylle Gemming},
title = {Formation and crystallographic orientation of {NiSi}2{\textendash}Si interfaces},
journal = {Journal of Applied Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Wittwer, "Ohua as an STM Alternative for Shared State Applications", Master's thesis, TU Dresden, Aug 2020. [Bibtex & Downloads]
Ohua as an STM Alternative for Shared State Applications
Reference
Felix Wittwer, "Ohua as an STM Alternative for Shared State Applications", Master's thesis, TU Dresden, Aug 2020.
Bibtex
@mastersthesis{Wittwer-masters20,
title={Ohua as an STM Alternative for Shared State Applications},
author={Felix Wittwer},
year={2020},
month=aug,
school={TU Dresden},
}Downloads
2008_Wittwer_MA [PDF]
Permalink
- Christoph Heintze, Petr Formanek, Darius Pohl, Jannes Hauptstein, Bernd Rellinghaus, Nils Kröger, "An intimate view into the silica deposition vesicles of diatoms", In BMC Materials, Springer Science and Business Media LLC, vol. 2, no. 1, Aug 2020. [doi] [Bibtex & Downloads]
An intimate view into the silica deposition vesicles of diatoms
Reference
Christoph Heintze, Petr Formanek, Darius Pohl, Jannes Hauptstein, Bernd Rellinghaus, Nils Kröger, "An intimate view into the silica deposition vesicles of diatoms", In BMC Materials, Springer Science and Business Media LLC, vol. 2, no. 1, Aug 2020. [doi]
Bibtex
@article{Heintze_2020,
doi = {10.1186/s42833-020-00017-8},
url = {https://doi.org/10.1186%2Fs42833-020-00017-8},
year = 2020,
month = {aug},
publisher = {Springer Science and Business Media {LLC}},
volume = {2},
number = {1},
author = {Christoph Heintze and Petr Formanek and Darius Pohl and Jannes Hauptstein and Bernd Rellinghaus and Nils Kröger},
title = {An intimate view into the silica deposition vesicles of diatoms},
journal = {{BMC} Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hanjun Sun, Changlin Dong, Qinglei Liu, Yang Yuan, Tao Zhang, Jian Zhang, Yang Hou, Di Zhang, Xinliang Feng, "Conjugated Acetylenic Polymers Grafted Cuprous Oxide as an Efficient Z-Scheme Heterojunction for Photoelectrochemical Water Reduction", In Advanced Materials, Wiley, pp. 2002486, Aug 2020. [doi] [Bibtex & Downloads]
Conjugated Acetylenic Polymers Grafted Cuprous Oxide as an Efficient Z-Scheme Heterojunction for Photoelectrochemical Water Reduction
Reference
Hanjun Sun, Changlin Dong, Qinglei Liu, Yang Yuan, Tao Zhang, Jian Zhang, Yang Hou, Di Zhang, Xinliang Feng, "Conjugated Acetylenic Polymers Grafted Cuprous Oxide as an Efficient Z-Scheme Heterojunction for Photoelectrochemical Water Reduction", In Advanced Materials, Wiley, pp. 2002486, Aug 2020. [doi]
Bibtex
@article{Sun_2020,
doi = {10.1002/adma.202002486},
url = {https://doi.org/10.1002%2Fadma.202002486},
year = 2020,
month = {aug},
publisher = {Wiley},
pages = {2002486},
author = {Hanjun Sun and Changlin Dong and Qinglei Liu and Yang Yuan and Tao Zhang and Jian Zhang and Yang Hou and Di Zhang and Xinliang Feng},
title = {Conjugated Acetylenic Polymers Grafted Cuprous Oxide as an Efficient Z-Scheme Heterojunction for Photoelectrochemical Water Reduction},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au Yeung, Tim Kühne, Frank Eisenhut, Michael Kleinwächter, Yohan Gisbert, Roberto Robles, Nicolas Lorente, Gianaurelio Cuniberti, Christian Joachim, Gwénaël Rapenne, Claire Kammerer, Francesca Moresco, "Transmitting Stepwise Rotation among Three Molecule-Gear on the Au(111) Surface", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 11, no. 16, pp. 6892–6899, Aug 2020. [doi] [Bibtex & Downloads]
Transmitting Stepwise Rotation among Three Molecule-Gear on the Au(111) Surface
Reference
Kwan Ho Au Yeung, Tim Kühne, Frank Eisenhut, Michael Kleinwächter, Yohan Gisbert, Roberto Robles, Nicolas Lorente, Gianaurelio Cuniberti, Christian Joachim, Gwénaël Rapenne, Claire Kammerer, Francesca Moresco, "Transmitting Stepwise Rotation among Three Molecule-Gear on the Au(111) Surface", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 11, no. 16, pp. 6892–6899, Aug 2020. [doi]
Bibtex
@article{Au_Yeung_2020,
doi = {10.1021/acs.jpclett.0c01747},
url = {https://doi.org/10.1021%2Facs.jpclett.0c01747},
year = 2020,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {11},
number = {16},
pages = {6892--6899},
author = {Kwan Ho Au Yeung and Tim Kühne and Frank Eisenhut and Michael Kleinwächter and Yohan Gisbert and Roberto Robles and Nicolas Lorente and Gianaurelio Cuniberti and Christian Joachim and Gw{\'{e}}naël Rapenne and Claire Kammerer and Francesca Moresco},
title = {Transmitting Stepwise Rotation among Three Molecule-Gear on the Au(111) Surface},
journal = {The Journal of Physical Chemistry Letters}
}Downloads
No Downloads available for this publication
Permalink
- Fabian Schackmar, Helge Eggers, Tobias Abzieher, Qing Sun, Yana Vaynzof, Bryce S. Richards, Ulrich Lemmer, Gerardo Hernandez-Sosa, Ulrich W. Paetzold, Markus Frericks, "Micron-thick perovskite solar cells with all-inkjet-printed absorber and extraction layers", In Proceeding: Organic, Hybrid, and Perovskite Photovoltaics XXI (Kwanghee Lee and Zakya H. Kafafi and Paul A. Lane and Harald W. Ade and Yueh-Lin (Lynn) Loo), SPIE, Aug 2020. [doi] [Bibtex & Downloads]
Micron-thick perovskite solar cells with all-inkjet-printed absorber and extraction layers
Reference
Fabian Schackmar, Helge Eggers, Tobias Abzieher, Qing Sun, Yana Vaynzof, Bryce S. Richards, Ulrich Lemmer, Gerardo Hernandez-Sosa, Ulrich W. Paetzold, Markus Frericks, "Micron-thick perovskite solar cells with all-inkjet-printed absorber and extraction layers", In Proceeding: Organic, Hybrid, and Perovskite Photovoltaics XXI (Kwanghee Lee and Zakya H. Kafafi and Paul A. Lane and Harald W. Ade and Yueh-Lin (Lynn) Loo), SPIE, Aug 2020. [doi]
Bibtex
@inproceedings{Schackmar_2020,
doi = {10.1117/12.2567895},
url = {https://doi.org/10.1117%2F12.2567895},
year = 2020,
month = {aug},
publisher = ,
author = {Fabian Schackmar and Helge Eggers and Tobias Abzieher and Qing Sun and Yana Vaynzof and Bryce S. Richards and Ulrich Lemmer and Gerardo Hernandez-Sosa and Ulrich W. Paetzold and Markus Frericks},
editor = {Kwanghee Lee and Zakya H. Kafafi and Paul A. Lane and Harald W. Ade and Yueh-Lin (Lynn) Loo},
title = {Micron-thick perovskite solar cells with all-inkjet-printed absorber and extraction layers},
booktitle = {Organic, Hybrid, and Perovskite Photovoltaics {XXI}}
}Downloads
No Downloads available for this publication
Permalink
- Haoyuan Qi, Hafeesudeen Sahabudeen, Baokun Liang, Miroslav Polo\vzij, Matthew A. Addicoat, Tatiana E. Gorelik, Mike Hambsch, Manuel Mundszinger, SangWook Park, Bettina V. Lotsch, Stefan C. B. Mannsfeld, Zhikun Zheng, Renhao Dong, Thomas Heine, Xinliang Feng, Ute Kaiser, "Near-atomic-scale observation of grain boundaries in a layer-stacked two-dimensional polymer", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 6, no. 33, pp. eabb5976, Aug 2020. [doi] [Bibtex & Downloads]
Near-atomic-scale observation of grain boundaries in a layer-stacked two-dimensional polymer
Reference
Haoyuan Qi, Hafeesudeen Sahabudeen, Baokun Liang, Miroslav Polo\vzij, Matthew A. Addicoat, Tatiana E. Gorelik, Mike Hambsch, Manuel Mundszinger, SangWook Park, Bettina V. Lotsch, Stefan C. B. Mannsfeld, Zhikun Zheng, Renhao Dong, Thomas Heine, Xinliang Feng, Ute Kaiser, "Near-atomic-scale observation of grain boundaries in a layer-stacked two-dimensional polymer", In Science Advances, American Association for the Advancement of Science (AAAS), vol. 6, no. 33, pp. eabb5976, Aug 2020. [doi]
Bibtex
@article{Qi_2020,
doi = {10.1126/sciadv.abb5976},
url = {https://doi.org/10.1126%2Fsciadv.abb5976},
year = 2020,
month = {aug},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {6},
number = {33},
pages = {eabb5976},
author = {Haoyuan Qi and Hafeesudeen Sahabudeen and Baokun Liang and Miroslav Polo{\v{z}}ij and Matthew A. Addicoat and Tatiana E. Gorelik and Mike Hambsch and Manuel Mundszinger and SangWook Park and Bettina V. Lotsch and Stefan C. B. Mannsfeld and Zhikun Zheng and Renhao Dong and Thomas Heine and Xinliang Feng and Ute Kaiser},
title = {Near-atomic-scale observation of grain boundaries in a layer-stacked two-dimensional polymer},
journal = {Science Advances}
}Downloads
No Downloads available for this publication
Permalink
- Joao Paulo Cardoso de Lima, Marcelo Brandalero, Luigi Carro, "Endurance-Aware RRAM-Based Reconfigurable Architecture using TCAM Arrays", In Proceeding: 2020 30th International Conference on Field-Programmable Logic and Applications (FPL), IEEE, Aug 2020. [doi] [Bibtex & Downloads]
Endurance-Aware RRAM-Based Reconfigurable Architecture using TCAM Arrays
Reference
Joao Paulo Cardoso de Lima, Marcelo Brandalero, Luigi Carro, "Endurance-Aware RRAM-Based Reconfigurable Architecture using TCAM Arrays", In Proceeding: 2020 30th International Conference on Field-Programmable Logic and Applications (FPL), IEEE, Aug 2020. [doi]
Bibtex
@inproceedings{Cardoso_de_Lima_2020,
doi = {10.1109/fpl50879.2020.00018},
url = {https://doi.org/10.1109%2Ffpl50879.2020.00018},
year = 2020,
month = {aug},
publisher = ,
author = {Joao Paulo Cardoso de Lima and Marcelo Brandalero and Luigi Carro},
title = {Endurance-Aware {RRAM}-Based Reconfigurable Architecture using {TCAM} Arrays},
booktitle = {2020 30th International Conference on Field-Programmable Logic and Applications ({FPL})}
}Downloads
No Downloads available for this publication
Permalink
- S. S. Sahoo, B. Veeravalli, A. Kumar, "CL(R)Early: An Early-stage DSE Methodology for Cross-Layer Reliability-aware Heterogeneous Embedded Systems", In Proceeding: 2020 57th ACM/IEEE Design Automation Conference (DAC), pp. 1-6, 2020. [doi] [Bibtex & Downloads]
CL(R)Early: An Early-stage DSE Methodology for Cross-Layer Reliability-aware Heterogeneous Embedded Systems
Reference
S. S. Sahoo, B. Veeravalli, A. Kumar, "CL(R)Early: An Early-stage DSE Methodology for Cross-Layer Reliability-aware Heterogeneous Embedded Systems", In Proceeding: 2020 57th ACM/IEEE Design Automation Conference (DAC), pp. 1-6, 2020. [doi]
Bibtex
@INPROCEEDINGS{9218747,
author={S. S. {Sahoo} and B. {Veeravalli} and A. {Kumar}},
booktitle={2020 57th ACM/IEEE Design Automation Conference (DAC)},
title={CL(R)Early: An Early-stage DSE Methodology for Cross-Layer Reliability-aware Heterogeneous Embedded Systems},
year={2020},
volume={},
number={},
pages={1-6},
doi={10.1109/DAC18072.2020.9218747}}Downloads
CLRIntegTMap_DAC2020_CameraReady(1) [PDF]
Related Paths
Permalink
- Jason Lowe-Power, Abdul Mutaal Ahmad, Ayaz Akram, Mohammad Alian, Rico Amslinger, Matteo Andreozzi, Adrià Armejach, Nils Asmussen, Brad Beckmann, Srikant Bharadwaj, Gabe Black, Gedare Bloom, Bobby R. Bruce, Daniel Rodrigues Carvalho, Jeronimo Castrillon, Lizhong Chen, Nicolas Derumigny, Stephan Diestelhorst, Wendy Elsasser, Carlos Escuin, Marjan Fariborz, Amin Farmahini-Farahani, Pouya Fotouhi, Ryan Gambord, Jayneel Gandhi, Dibakar Gope, Thomas Grass, Anthony Gutierrez, Bagus Hanindhito, Andreas Hansson, Swapnil Haria, Austin Harris, Timothy Hayes, Adrian Herrera, Matthew Horsnell, Syed Ali Raza Jafri, Radhika Jagtap, Hanhwi Jang, Reiley Jeyapaul, Timothy M. Jones, Matthias Jung, Subash Kannoth, Hamidreza Khaleghzadeh, Yuetsu Kodama, Tushar Krishna, Tommaso Marinelli, Christian Menard, Andrea Mondelli, Miquel Moreto, Tiago Mück, Omar Naji, Krishnendra Nathella, Hoa Nguyen, Nikos Nikoleris, Lena E. Olson, Marc Orr, Binh Pham, Pablo Prieto, Trivikram Reddy, Alec Roelke, Mahyar Samani, Andreas Sandberg, Javier Setoain, Boris Shingarov, Matthew D. Sinclair, Tuan Ta, Rahul Thakur, Giacomo Travaglini, Michael Upton, Nilay Vaish, Ilias Vougioukas, William Wang, Zhengrong Wang, Norbert Wehn, Christian Weis, David A. Wood, Hongil Yoon, Éder F. Zulian, "The gem5 Simulator: Version 20.0+", In arXiv preprint arXiv:2007.03152, Jul 2020. [Bibtex & Downloads]
The gem5 Simulator: Version 20.0+
Reference
Jason Lowe-Power, Abdul Mutaal Ahmad, Ayaz Akram, Mohammad Alian, Rico Amslinger, Matteo Andreozzi, Adrià Armejach, Nils Asmussen, Brad Beckmann, Srikant Bharadwaj, Gabe Black, Gedare Bloom, Bobby R. Bruce, Daniel Rodrigues Carvalho, Jeronimo Castrillon, Lizhong Chen, Nicolas Derumigny, Stephan Diestelhorst, Wendy Elsasser, Carlos Escuin, Marjan Fariborz, Amin Farmahini-Farahani, Pouya Fotouhi, Ryan Gambord, Jayneel Gandhi, Dibakar Gope, Thomas Grass, Anthony Gutierrez, Bagus Hanindhito, Andreas Hansson, Swapnil Haria, Austin Harris, Timothy Hayes, Adrian Herrera, Matthew Horsnell, Syed Ali Raza Jafri, Radhika Jagtap, Hanhwi Jang, Reiley Jeyapaul, Timothy M. Jones, Matthias Jung, Subash Kannoth, Hamidreza Khaleghzadeh, Yuetsu Kodama, Tushar Krishna, Tommaso Marinelli, Christian Menard, Andrea Mondelli, Miquel Moreto, Tiago Mück, Omar Naji, Krishnendra Nathella, Hoa Nguyen, Nikos Nikoleris, Lena E. Olson, Marc Orr, Binh Pham, Pablo Prieto, Trivikram Reddy, Alec Roelke, Mahyar Samani, Andreas Sandberg, Javier Setoain, Boris Shingarov, Matthew D. Sinclair, Tuan Ta, Rahul Thakur, Giacomo Travaglini, Michael Upton, Nilay Vaish, Ilias Vougioukas, William Wang, Zhengrong Wang, Norbert Wehn, Christian Weis, David A. Wood, Hongil Yoon, Éder F. Zulian, "The gem5 Simulator: Version 20.0+", In arXiv preprint arXiv:2007.03152, Jul 2020.
Abstract
The open-source and community-supported gem5 simulator is one of the most popular tools for computer architecture research. This simulation infrastructure allows researchers to model modern computer hardware at the cycle level, and it has enough fidelity to boot unmodified Linux-based operating systems and run full applications for multiple architectures including x86, Arm, and RISC-V. The gem5 simulator has been under active development over the last nine years since the original gem5 release. In this time, there have been over 7500 commits to the codebase from over 250 unique contributors which have improved the simulator by adding new features, fixing bugs, and increasing the code quality. In this paper, we give and overview of gem5's usage and features, describe the current state of the gem5 simulator, and enumerate the major changes since the initial release of gem5. We also discuss how the gem5 simulator has transitioned to a formal governance model to enable continued improvement and community support for the next 20 years of computer architecture research.
Bibtex
@article{lowe-power_gem5_2020,
author={Jason Lowe-Power and Abdul Mutaal Ahmad and Ayaz Akram and Mohammad Alian and Rico Amslinger and Matteo Andreozzi and Adri{\`a} Armejach and Nils Asmussen and Brad Beckmann and Srikant Bharadwaj and Gabe Black and Gedare Bloom and Bobby R. Bruce and Daniel Rodrigues Carvalho and Jeronimo Castrillon and Lizhong Chen and Nicolas Derumigny and Stephan Diestelhorst and Wendy Elsasser and Carlos Escuin and Marjan Fariborz and Amin Farmahini-Farahani and Pouya Fotouhi and Ryan Gambord and Jayneel Gandhi and Dibakar Gope and Thomas Grass and Anthony Gutierrez and Bagus Hanindhito and Andreas Hansson and Swapnil Haria and Austin Harris and Timothy Hayes and Adrian Herrera and Matthew Horsnell and Syed Ali Raza Jafri and Radhika Jagtap and Hanhwi Jang and Reiley Jeyapaul and Timothy M. Jones and Matthias Jung and Subash Kannoth and Hamidreza Khaleghzadeh and Yuetsu Kodama and Tushar Krishna and Tommaso Marinelli and Christian Menard and Andrea Mondelli and Miquel Moreto and Tiago M{\"u}ck and Omar Naji and Krishnendra Nathella and Hoa Nguyen and Nikos Nikoleris and Lena E. Olson and Marc Orr and Binh Pham and Pablo Prieto and Trivikram Reddy and Alec Roelke and Mahyar Samani and Andreas Sandberg and Javier Setoain and Boris Shingarov and Matthew D. Sinclair and Tuan Ta and Rahul Thakur and Giacomo Travaglini and Michael Upton and Nilay Vaish and Ilias Vougioukas and William Wang and Zhengrong Wang and Norbert Wehn and Christian Weis and David A. Wood and Hongil Yoon and {\'E}der F. Zulian},
title = {The gem5 Simulator: Version 20.0+},
journal = {arXiv preprint arXiv:2007.03152},
url = {https://arxiv.org/abs/2007.03152},
year = {2020},
month = jul,
abstract = {The open-source and community-supported gem5 simulator is one of the most popular tools for computer architecture research. This simulation infrastructure allows researchers to model modern computer hardware at the cycle level, and it has enough fidelity to boot unmodified Linux-based operating systems and run full applications for multiple architectures including x86, Arm, and RISC-V. The gem5 simulator has been under active development over the last nine years since the original gem5 release. In this time, there have been over 7500 commits to the codebase from over 250 unique contributors which have improved the simulator by adding new features, fixing bugs, and increasing the code quality. In this paper, we give and overview of gem5's usage and features, describe the current state of the gem5 simulator, and enumerate the major changes since the initial release of gem5. We also discuss how the gem5 simulator has transitioned to a formal governance model to enable continued improvement and community support for the next 20 years of computer architecture research.},
}Downloads
2007_Lowe-Power-Gem5 [PDF]
Permalink
- Arianna Gazzi, Laura Fusco, Marco Orecchioni, Silvia Ferrari, Giulia Franzoni, J Stephen Yan, Matthias Rieckher, Guotao Peng, Matteo Andrea Lucherelli, Isabella Anna Vacchi, Ngoc Do Quyen Chau, Alejandro Criado, Akcan Istif, Donato Mancino, Antonio Dominguez, Hagen Eckert, Ester Vázquez, Tatiana Da Ros, Paola Nicolussi, Vincenzo Palermo, Björn Schumacher, Gianaurelio Cuniberti, Yiyong Mai, Cecilia Clementi, Matteo Pasquali, Xinliang Feng, Kostas Kostarelos, Acelya Yilmazer, Davide Bedognetti, Bengt Fadeel, Maurizio Prato, Alberto Bianco, Lucia Gemma Delogu, "Graphene, other carbon nanomaterials and the immune system: toward nanoimmunity-by-design", In Journal of Physics: Materials, IOP Publishing, vol. 3, no. 3, pp. 034009, Jul 2020. [doi] [Bibtex & Downloads]
Graphene, other carbon nanomaterials and the immune system: toward nanoimmunity-by-design
Reference
Arianna Gazzi, Laura Fusco, Marco Orecchioni, Silvia Ferrari, Giulia Franzoni, J Stephen Yan, Matthias Rieckher, Guotao Peng, Matteo Andrea Lucherelli, Isabella Anna Vacchi, Ngoc Do Quyen Chau, Alejandro Criado, Akcan Istif, Donato Mancino, Antonio Dominguez, Hagen Eckert, Ester Vázquez, Tatiana Da Ros, Paola Nicolussi, Vincenzo Palermo, Björn Schumacher, Gianaurelio Cuniberti, Yiyong Mai, Cecilia Clementi, Matteo Pasquali, Xinliang Feng, Kostas Kostarelos, Acelya Yilmazer, Davide Bedognetti, Bengt Fadeel, Maurizio Prato, Alberto Bianco, Lucia Gemma Delogu, "Graphene, other carbon nanomaterials and the immune system: toward nanoimmunity-by-design", In Journal of Physics: Materials, IOP Publishing, vol. 3, no. 3, pp. 034009, Jul 2020. [doi]
Bibtex
@article{Gazzi_2020,
doi = {10.1088/2515-7639/ab9317},
url = {https://doi.org/10.1088%2F2515-7639%2Fab9317},
year = 2020,
month = {jul},
publisher = {{IOP} Publishing},
volume = {3},
number = {3},
pages = {034009},
author = {Arianna Gazzi and Laura Fusco and Marco Orecchioni and Silvia Ferrari and Giulia Franzoni and J Stephen Yan and Matthias Rieckher and Guotao Peng and Matteo Andrea Lucherelli and Isabella Anna Vacchi and Ngoc Do Quyen Chau and Alejandro Criado and Akcan Istif and Donato Mancino and Antonio Dominguez and Hagen Eckert and Ester V{\'{a}}zquez and Tatiana Da Ros and Paola Nicolussi and Vincenzo Palermo and Björn Schumacher and Gianaurelio Cuniberti and Yiyong Mai and Cecilia Clementi and Matteo Pasquali and Xinliang Feng and Kostas Kostarelos and Acelya Yilmazer and Davide Bedognetti and Bengt Fadeel and Maurizio Prato and Alberto Bianco and Lucia Gemma Delogu},
title = {Graphene, other carbon nanomaterials and the immune system: toward nanoimmunity-by-design},
journal = {Journal of Physics: Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Cecilia De la Parra, Andre Guntoro, Akash Kumar, "Improving approximate neural networks for perception tasks through specialized optimization", In Future Generation Computer Systems, vol. 113, pp. 597 - 606, July 2020. [doi] [Bibtex & Downloads]
Improving approximate neural networks for perception tasks through specialized optimization
Reference
Cecilia De la Parra, Andre Guntoro, Akash Kumar, "Improving approximate neural networks for perception tasks through specialized optimization", In Future Generation Computer Systems, vol. 113, pp. 597 - 606, July 2020. [doi]
Abstract
Approximate Computing has been proven successful in reducing the energy consumption of Deep Neural Networks (DNNs) implemented in embedded systems. For efficient DNN approximation at software and hardware levels, a specialized simulation environment and optimization methodology are required, to reduce execution and optimization times, as well as to maximize energy savings. Traditional frameworks for cross-layer approximate computation of DNNs are generally built only for simulation of convolutional and fully-connected layers, limiting the DNN types to be optimized through approximations. In this work, we present a specialized simulation environment for approximate DNNs, which allows for optimization of several DNN architectures built with more complex DNN layers such as depthwise convolutions and Recurrent Neural Units (RNNs) for time series processing. Low execution time overhead is achieved hereby through efficient GPU acceleration. Additionally, we deliver an analysis of approximate DNN and RNN robustness against quantization noise and different approximation levels. Finally, through specialized approximate retraining, we achieve promising energy savings and negligible accuracy losses with highly complex DNNs for image classification with ImageNet, such as MobileNet, and RNNs for keyword spotting with the Speech Commands Dataset.
Bibtex
@article{DELAPARRA2020597,
title = "Improving approximate neural networks for perception tasks through specialized optimization",
journal = "Future Generation Computer Systems",
volume = "113",
pages = "597 - 606",
year = "2020",
month = "July",
issn = "0167-739X",
doi = "https://doi.org/10.1016/j.future.2020.07.031",
url = "http://www.sciencedirect.com/science/article/pii/S0167739X20301576",
author = "Cecilia {De la Parra} and Andre Guntoro and Akash Kumar",
keywords = "Approximate neural networks, Approximate computing, Approximate multipliers, Neural network optimization",
abstract = "Approximate Computing has been proven successful in reducing the energy consumption of Deep Neural Networks (DNNs) implemented in embedded systems. For efficient DNN approximation at software and hardware levels, a specialized simulation environment and optimization methodology are required, to reduce execution and optimization times, as well as to maximize energy savings. Traditional frameworks for cross-layer approximate computation of DNNs are generally built only for simulation of convolutional and fully-connected layers, limiting the DNN types to be optimized through approximations. In this work, we present a specialized simulation environment for approximate DNNs, which allows for optimization of several DNN architectures built with more complex DNN layers such as depthwise convolutions and Recurrent Neural Units (RNNs) for time series processing. Low execution time overhead is achieved hereby through efficient GPU acceleration. Additionally, we deliver an analysis of approximate DNN and RNN robustness against quantization noise and different approximation levels. Finally, through specialized approximate retraining, we achieve promising energy savings and negligible accuracy losses with highly complex DNNs for image classification with ImageNet, such as MobileNet, and RNNs for keyword spotting with the Speech Commands Dataset.",
}Downloads
Elsevier_Approx_DNN [PDF]
Permalink
- Gopal Raut, Shubham Rai, Santosh Kumar Vishvakarma, Akash Kumar, "A CORDIC Based Configurable Activation Function for ANN Applications", In Proceeding: 2020 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2020. [doi] [Bibtex & Downloads]
A CORDIC Based Configurable Activation Function for ANN Applications
Reference
Gopal Raut, Shubham Rai, Santosh Kumar Vishvakarma, Akash Kumar, "A CORDIC Based Configurable Activation Function for ANN Applications", In Proceeding: 2020 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2020. [doi]
Abstract
An efficient ASIC-based hardware design of activation function (AF) in neural networks faces the challenge of offering functional configurability and limited chip area. Therefore an area-efficient configurable architecture for an AF is imperative to fully harness the parallel processing capacity of an ASIC in contrast to a general-purpose processor. To address this, we propose a configurable AF based on the shift-and-add algorithm, collectively known as Co-ordinate Rotation Digital Computer(CORDIC) algorithm. The proposed versatile configurable activation function is designed using CORDIC architecture and implements both tan hyperbolic and sigmoid function. The derived model is synthesized and verified at 45nm technology. Further, in order to address leakage issues at lower technology nodes, we exploit the power-gating technique for the proposed AF based on CORDIC architecture. Our circuit design is extracted in cadence virtuoso and simulated for all physical parameters. With respect to the state-of-the-art, our design architecture shows improvement by 29% in area, 42% in power dissipation and 20% in latency. The used power gating technique saves 30% static power with minimal area overhead. The Monte-Carlo simulations for process-variations and device-mismatch are performed for both the proposed model and the state-of-the-art to evaluate expectations of functions of randomness in dynamic power variation. The dynamic power variation for our design shows that mean and σ deviation are 180.73µW and 51.7µW respectively which is 60% of the state-of-the-art.
Bibtex
@inproceedings{Raut_2020,
doi = {10.1109/isvlsi49217.2020.00024},
url = {https://doi.org/10.1109%2Fisvlsi49217.2020.00024},
year = 2020,
month = {jul},
publisher = ,
author = {Gopal Raut and Shubham Rai and Santosh Kumar Vishvakarma and Akash Kumar},
title = {A {CORDIC} Based Configurable Activation Function for {ANN} Applications},
booktitle = {2020 {IEEE} Computer Society Annual Symposium on {VLSI} ({ISVLSI})}
}Downloads
ISVLSI 2020 Paper [PDF]
Permalink
- Erjuan Guo, Shen Xing, Felix Dollinger, Zhongbin Wu, Alexander Tahn, Markus Löffler, Karl Leo, Hans Kleemann, "High-Performance Static Induction Transistors Based on Small-Molecule Organic Semiconductors", In Advanced Materials Technologies, Wiley, pp. 2000361, Jul 2020. [doi] [Bibtex & Downloads]
High-Performance Static Induction Transistors Based on Small-Molecule Organic Semiconductors
Reference
Erjuan Guo, Shen Xing, Felix Dollinger, Zhongbin Wu, Alexander Tahn, Markus Löffler, Karl Leo, Hans Kleemann, "High-Performance Static Induction Transistors Based on Small-Molecule Organic Semiconductors", In Advanced Materials Technologies, Wiley, pp. 2000361, Jul 2020. [doi]
Bibtex
@article{Guo_2020,
doi = {10.1002/admt.202000361},
url = {https://doi.org/10.1002%2Fadmt.202000361},
year = 2020,
month = {jul},
publisher = {Wiley},
pages = {2000361},
author = {Erjuan Guo and Shen Xing and Felix Dollinger and Zhongbin Wu and Alexander Tahn and Markus Löffler and Karl Leo and Hans Kleemann},
title = {High-Performance Static Induction Transistors Based on Small-Molecule Organic Semiconductors},
journal = {Advanced Materials Technologies}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thorsten G. Lohr, José I. Urgel, Kristjan Eimre, Junzhi Liu, Marco Di Giovannantonio, Shantanu Mishra, Reinhard Berger, Pascal Ruffieux, Carlo A. Pignedoli, Roman Fasel, Xinliang Feng, "On-Surface Synthesis of Non-Benzenoid Nanographenes by Oxidative Ring-Closure and Ring-Rearrangement Reactions", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 31, pp. 13565–13572, Jul 2020. [doi] [Bibtex & Downloads]
On-Surface Synthesis of Non-Benzenoid Nanographenes by Oxidative Ring-Closure and Ring-Rearrangement Reactions
Reference
Thorsten G. Lohr, José I. Urgel, Kristjan Eimre, Junzhi Liu, Marco Di Giovannantonio, Shantanu Mishra, Reinhard Berger, Pascal Ruffieux, Carlo A. Pignedoli, Roman Fasel, Xinliang Feng, "On-Surface Synthesis of Non-Benzenoid Nanographenes by Oxidative Ring-Closure and Ring-Rearrangement Reactions", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 31, pp. 13565–13572, Jul 2020. [doi]
Bibtex
@article{Lohr_2020,
doi = {10.1021/jacs.0c05668},
url = {https://doi.org/10.1021%2Fjacs.0c05668},
year = 2020,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {142},
number = {31},
pages = {13565--13572},
author = {Thorsten G. Lohr and Jos{\'{e}} I. Urgel and Kristjan Eimre and Junzhi Liu and Marco Di Giovannantonio and Shantanu Mishra and Reinhard Berger and Pascal Ruffieux and Carlo A. Pignedoli and Roman Fasel and Xinliang Feng},
title = {On-Surface Synthesis of Non-Benzenoid Nanographenes by Oxidative Ring-Closure and Ring-Rearrangement Reactions},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Martin Nichterwitz, Shashank Honnali, Jonas Zehner, Sebastian Schneider, Darius Pohl, Sandra Schiemenz, Sebastian T. B. Goennenwein, Kornelius Nielsch, Karin Leistner, "Control of Positive and Negative Magnetoresistance in Iron Oxide\textendashIron Nanocomposite Thin Films for Tunable Magnetoelectric Nanodevices", In ACS Applied Electronic Materials, American Chemical Society (ACS), vol. 2, no. 8, pp. 2543–2549, Jul 2020. [doi] [Bibtex & Downloads]
Control of Positive and Negative Magnetoresistance in Iron Oxide\textendashIron Nanocomposite Thin Films for Tunable Magnetoelectric Nanodevices
Reference
Martin Nichterwitz, Shashank Honnali, Jonas Zehner, Sebastian Schneider, Darius Pohl, Sandra Schiemenz, Sebastian T. B. Goennenwein, Kornelius Nielsch, Karin Leistner, "Control of Positive and Negative Magnetoresistance in Iron Oxide\textendashIron Nanocomposite Thin Films for Tunable Magnetoelectric Nanodevices", In ACS Applied Electronic Materials, American Chemical Society (ACS), vol. 2, no. 8, pp. 2543–2549, Jul 2020. [doi]
Bibtex
@article{Nichterwitz_2020,
doi = {10.1021/acsaelm.0c00448},
url = {https://doi.org/10.1021%2Facsaelm.0c00448},
year = 2020,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {2},
number = {8},
pages = {2543--2549},
author = {Martin Nichterwitz and Shashank Honnali and Jonas Zehner and Sebastian Schneider and Darius Pohl and Sandra Schiemenz and Sebastian T. B. Goennenwein and Kornelius Nielsch and Karin Leistner},
title = {Control of Positive and Negative Magnetoresistance in Iron Oxide{\textendash}Iron Nanocomposite Thin Films for Tunable Magnetoelectric Nanodevices},
journal = {{ACS} Applied Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Maik Simon, B. Liang, D. Fischer, M. Knaut, A. Tahn, T. Mikolajick, W. M. Weber, "Top-Down Fabricated Reconfigurable FET With Two Symmetric and High-Current On-States", In IEEE Electron Device Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 7, pp. 1110–1113, Jul 2020. [doi] [Bibtex & Downloads]
Top-Down Fabricated Reconfigurable FET With Two Symmetric and High-Current On-States
Reference
Maik Simon, B. Liang, D. Fischer, M. Knaut, A. Tahn, T. Mikolajick, W. M. Weber, "Top-Down Fabricated Reconfigurable FET With Two Symmetric and High-Current On-States", In IEEE Electron Device Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 41, no. 7, pp. 1110–1113, Jul 2020. [doi]
Bibtex
@article{Simon_2020,
doi = {10.1109/led.2020.2997319},
url = {https://doi.org/10.1109%2Fled.2020.2997319},
year = 2020,
month = {jul},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {41},
number = {7},
pages = {1110--1113},
author = {Maik Simon and B. Liang and D. Fischer and M. Knaut and A. Tahn and T. Mikolajick and W. M. Weber},
title = {Top-Down Fabricated Reconfigurable {FET} With Two Symmetric and High-Current On-States},
journal = {{IEEE} Electron Device Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christoph Sonnenschein, Christopher P. Ender, Faxing Wang, Dieter Schollmeyer, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Oligophenyls with Multiple Disulfide Bridges as Higher Homologues of Dibenzo[
c
,
e
][1,2]dithiin: Synthesis and Application in Lithium-Ion Batteries", In Chemistry \textendash A European Journal, Wiley, Jun 2020. [doi] [Bibtex & Downloads]
Oligophenyls with Multiple Disulfide Bridges as Higher Homologues of Dibenzo[ c , e ][1,2]dithiin: Synthesis and Application in Lithium-Ion Batteries
Reference
Christoph Sonnenschein, Christopher P. Ender, Faxing Wang, Dieter Schollmeyer, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Oligophenyls with Multiple Disulfide Bridges as Higher Homologues of Dibenzo[ c , e ][1,2]dithiin: Synthesis and Application in Lithium-Ion Batteries", In Chemistry \textendash A European Journal, Wiley, Jun 2020. [doi]
Bibtex
@article{Sonnenschein_2020,
doi = {10.1002/chem.202000728},
url = {https://doi.org/10.1002%2Fchem.202000728},
year = 2020,
month = {jun},
publisher = {Wiley},
author = {Christoph Sonnenschein and Christopher P. Ender and Faxing Wang and Dieter Schollmeyer and Xinliang Feng and Akimitsu Narita and Klaus Müllen},
title = {Oligophenyls with Multiple Disulfide Bridges as Higher Homologues of Dibenzo[
c
,
e
][1,2]dithiin: Synthesis and Application in Lithium-Ion Batteries},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Justus Adam, "Towards Scalable UDTFs in Noria", Proceedings of the 2020 ACM SIGMOD International Conference on Management of Data, International Foundation for Autonomous Agents and Multiagent Systems, pp. 2869–2871, Richland, SC, Jun 2020. [doi] [Bibtex & Downloads]
Towards Scalable UDTFs in Noria
Reference
Justus Adam, "Towards Scalable UDTFs in Noria", Proceedings of the 2020 ACM SIGMOD International Conference on Management of Data, International Foundation for Autonomous Agents and Multiagent Systems, pp. 2869–2871, Richland, SC, Jun 2020. [doi]
Bibtex
@inproceedings{10.1145/3318464.3384412,
author = {Adam, Justus},
title = {Towards Scalable UDTFs in Noria},
year = {2020},
month = jun,
isbn = {9781450367356},
publisher = {International Foundation for Autonomous Agents and Multiagent Systems},
address = {Richland, SC},
url = {https://doi.org/10.1145/3318464.3384412},
doi = {10.1145/3318464.3384412},
booktitle = {Proceedings of the 2020 ACM SIGMOD International Conference on Management of Data},
pages = {2869–2871},
numpages = {3},
location = {Portland, OR, USA},
series = {SIGMOD ’20}
}Downloads
2006_Adam_SIGMOD [PDF]
Related Paths
Permalink
- Martin Hartmann, Jana Tittmann-Otto, Simon Böttger, Georg Heldt, Martin Claus, Stefan E. Schulz, Michael Schröter, Sascha Hermann, "Gate Spacer Investigation for Improving the Speed of High-Frequency Carbon Nanotube-Based Field-Effect Transistors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), Jun 2020. [doi] [Bibtex & Downloads]
Gate Spacer Investigation for Improving the Speed of High-Frequency Carbon Nanotube-Based Field-Effect Transistors
Reference
Martin Hartmann, Jana Tittmann-Otto, Simon Böttger, Georg Heldt, Martin Claus, Stefan E. Schulz, Michael Schröter, Sascha Hermann, "Gate Spacer Investigation for Improving the Speed of High-Frequency Carbon Nanotube-Based Field-Effect Transistors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), Jun 2020. [doi]
Bibtex
@article{Hartmann_2020,
doi = {10.1021/acsami.0c01171},
url = {https://doi.org/10.1021%2Facsami.0c01171},
year = 2020,
month = {jun},
publisher = {American Chemical Society ({ACS})},
author = {Martin Hartmann and Jana Tittmann-Otto and Simon Böttger and Georg Heldt and Martin Claus and Stefan E. Schulz and Michael Schröter and Sascha Hermann},
title = {Gate Spacer Investigation for Improving the Speed of High-Frequency Carbon Nanotube-Based Field-Effect Transistors},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Colin Tyznik, Zachary A Lamport, Jeni Sorli, David Becker-Koch, Yana Vaynzof, Yueh-Lin (Lynn) Loo, Oana Diana Jurchescu, "Laser printed metal halide perovskites", In Journal of Physics: Materials, IOP Publishing, Jun 2020. [doi] [Bibtex & Downloads]
Laser printed metal halide perovskites
Reference
Colin Tyznik, Zachary A Lamport, Jeni Sorli, David Becker-Koch, Yana Vaynzof, Yueh-Lin (Lynn) Loo, Oana Diana Jurchescu, "Laser printed metal halide perovskites", In Journal of Physics: Materials, IOP Publishing, Jun 2020. [doi]
Bibtex
@article{Tyznik_2020,
doi = {10.1088/2515-7639/ab9aac},
url = {https://doi.org/10.1088%2F2515-7639%2Fab9aac},
year = 2020,
month = {jun},
publisher = {{IOP} Publishing},
author = {Colin Tyznik and Zachary A Lamport and Jeni Sorli and David Becker-Koch and Yana Vaynzof and Yueh-Lin (Lynn) Loo and Oana Diana Jurchescu},
title = {Laser printed metal halide perovskites},
journal = {Journal of Physics: Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhen Zhang, Panpan Zhang, Sheng Yang, Tao Zhang, Markus Löffler, Huanhuan Shi, Martin R. Lohe, Xinliang Feng, "Oxidation promoted osmotic energy conversion in black phosphorus membranes", In Proceedings of the National Academy of Sciences, Proceedings of the National Academy of Sciences, pp. 202003898, Jun 2020. [doi] [Bibtex & Downloads]
Oxidation promoted osmotic energy conversion in black phosphorus membranes
Reference
Zhen Zhang, Panpan Zhang, Sheng Yang, Tao Zhang, Markus Löffler, Huanhuan Shi, Martin R. Lohe, Xinliang Feng, "Oxidation promoted osmotic energy conversion in black phosphorus membranes", In Proceedings of the National Academy of Sciences, Proceedings of the National Academy of Sciences, pp. 202003898, Jun 2020. [doi]
Bibtex
@article{Zhang_2020,
doi = {10.1073/pnas.2003898117},
url = {https://doi.org/10.1073%2Fpnas.2003898117},
year = 2020,
month = {jun},
publisher = {Proceedings of the National Academy of Sciences},
pages = {202003898},
author = {Zhen Zhang and Panpan Zhang and Sheng Yang and Tao Zhang and Markus Löffler and Huanhuan Shi and Martin R. Lohe and Xinliang Feng},
title = {Oxidation promoted osmotic energy conversion in black phosphorus membranes},
journal = {Proceedings of the National Academy of Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Raitza, S. Märcker, J. Trommer, A. Heinzig, S. Klüppelholz, C. Baier, A. Kumar, "Quantitative Characterization of Reconfigurable Transistor Logic Gates", In IEEE Access, pp. 1-1, June 2020. [Bibtex & Downloads]
Quantitative Characterization of Reconfigurable Transistor Logic Gates
Reference
M. Raitza, S. Märcker, J. Trommer, A. Heinzig, S. Klüppelholz, C. Baier, A. Kumar, "Quantitative Characterization of Reconfigurable Transistor Logic Gates", In IEEE Access, pp. 1-1, June 2020.
Bibtex
@ARTICLE{9113477,
author={M. {Raitza} and S. {Märcker} and J. {Trommer} and A. {Heinzig} and S. {Klüppelholz} and C. {Baier} and A. {Kumar}},
journal={IEEE Access},
title={Quantitative Characterization of Reconfigurable Transistor Logic Gates},
year={2020},
month={June},
volume={},
number={},
pages={1-1},}Downloads
09113477 [PDF]
Related Paths
Permalink
- Vincent Lami, Yvonne J. Hofstetter, Julian F. Butscher, Yana Vaynzof, "Energy Level Alignment in Ternary Organic Solar Cells", In Advanced Electronic Materials, Wiley, pp. 2000213, Jun 2020. [doi] [Bibtex & Downloads]
Energy Level Alignment in Ternary Organic Solar Cells
Reference
Vincent Lami, Yvonne J. Hofstetter, Julian F. Butscher, Yana Vaynzof, "Energy Level Alignment in Ternary Organic Solar Cells", In Advanced Electronic Materials, Wiley, pp. 2000213, Jun 2020. [doi]
Bibtex
@article{Lami_2020,
doi = {10.1002/aelm.202000213},
url = {https://doi.org/10.1002%2Faelm.202000213},
year = 2020,
month = {jun},
publisher = {Wiley},
pages = {2000213},
author = {Vincent Lami and Yvonne J. Hofstetter and Julian F. Butscher and Yana Vaynzof},
title = {Energy Level Alignment in Ternary Organic Solar Cells},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Permalink
- Melanie Franz, Bernhard Mingler, Maciej Krystian, Laszlo Sajti, Darius Pohl, Bernd Rellinghaus, Cornelia Wolf-Brandstetter, Dieter Scharnweber, "Strengthening of Titanium by Equal Channel Angular Pressing - Impact on Oxide Layer Properties of Pure Titanium and Ti6Al4V", In Advanced Materials Interfaces, Wiley, pp. 2000552, Jun 2020. [doi] [Bibtex & Downloads]
Strengthening of Titanium by Equal Channel Angular Pressing - Impact on Oxide Layer Properties of Pure Titanium and Ti6Al4V
Reference
Melanie Franz, Bernhard Mingler, Maciej Krystian, Laszlo Sajti, Darius Pohl, Bernd Rellinghaus, Cornelia Wolf-Brandstetter, Dieter Scharnweber, "Strengthening of Titanium by Equal Channel Angular Pressing - Impact on Oxide Layer Properties of Pure Titanium and Ti6Al4V", In Advanced Materials Interfaces, Wiley, pp. 2000552, Jun 2020. [doi]
Bibtex
@article{Franz_2020,
doi = {10.1002/admi.202000552},
url = {https://doi.org/10.1002%2Fadmi.202000552},
year = 2020,
month = {jun},
publisher = {Wiley},
pages = {2000552},
author = {Melanie Franz and Bernhard Mingler and Maciej Krystian and Laszlo Sajti and Darius Pohl and Bernd Rellinghaus and Cornelia Wolf-Brandstetter and Dieter Scharnweber},
title = {Strengthening of Titanium by Equal Channel Angular Pressing - Impact on Oxide Layer Properties of Pure Titanium and Ti6Al4V},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hauke Mewes, "Towards Optimizing Compilers for Systems with Racetrack Memories", Master's thesis, TU Dresden, Jun 2020. [Bibtex & Downloads]
Towards Optimizing Compilers for Systems with Racetrack Memories
Reference
Hauke Mewes, "Towards Optimizing Compilers for Systems with Racetrack Memories", Master's thesis, TU Dresden, Jun 2020.
Bibtex
@mastersthesis{Mewes-master20,
title={Towards Optimizing Compilers for Systems with Racetrack Memories},
author={Hauke Mewes},
year={2020},
month=jun,
school={TU Dresden},
}Downloads
2006_Mewes_MA [PDF]
Permalink
- Mingchao Wang, Huanhuan Shi, Panpan Zhang, Zhongquan Liao, Mao Wang, Haixia Zhong, Friedrich Schwotzer, Ali Shaygan Nia, Ehrenfried Zschech, Shengqiang Zhou, Stefan Kaskel, Renhao Dong, Xinliang Feng, "Phthalocyanine-Based 2D Conjugated Metal-Organic Framework Nanosheets for High-Performance Micro-Supercapacitors", In Advanced Functional Materials, Wiley, vol. 30, no. 30, pp. 2002664, Jun 2020. [doi] [Bibtex & Downloads]
Phthalocyanine-Based 2D Conjugated Metal-Organic Framework Nanosheets for High-Performance Micro-Supercapacitors
Reference
Mingchao Wang, Huanhuan Shi, Panpan Zhang, Zhongquan Liao, Mao Wang, Haixia Zhong, Friedrich Schwotzer, Ali Shaygan Nia, Ehrenfried Zschech, Shengqiang Zhou, Stefan Kaskel, Renhao Dong, Xinliang Feng, "Phthalocyanine-Based 2D Conjugated Metal-Organic Framework Nanosheets for High-Performance Micro-Supercapacitors", In Advanced Functional Materials, Wiley, vol. 30, no. 30, pp. 2002664, Jun 2020. [doi]
Bibtex
@article{Wang_2020,
doi = {10.1002/adfm.202002664},
url = {https://doi.org/10.1002%2Fadfm.202002664},
year = 2020,
month = {jun},
publisher = {Wiley},
volume = {30},
number = {30},
pages = {2002664},
author = {Mingchao Wang and Huanhuan Shi and Panpan Zhang and Zhongquan Liao and Mao Wang and Haixia Zhong and Friedrich Schwotzer and Ali Shaygan Nia and Ehrenfried Zschech and Shengqiang Zhou and Stefan Kaskel and Renhao Dong and Xinliang Feng},
title = {Phthalocyanine-Based 2D Conjugated Metal-Organic Framework Nanosheets for High-Performance Micro-Supercapacitors},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Chaojun Lei, Qiang Zheng, Fanpeng Cheng, Yang Hou, Bin Yang, Zhongjian Li, Zhenhai Wen, Lecheng Lei, Guoliang Chai, Xinliang Feng, "High-Performance Metal-Free Nanosheets Array Electrocatalyst for Oxygen Evolution Reaction in Acid", In Advanced Functional Materials, Wiley, vol. 30, no. 31, pp. 2003000, Jun 2020. [doi] [Bibtex & Downloads]
High-Performance Metal-Free Nanosheets Array Electrocatalyst for Oxygen Evolution Reaction in Acid
Reference
Chaojun Lei, Qiang Zheng, Fanpeng Cheng, Yang Hou, Bin Yang, Zhongjian Li, Zhenhai Wen, Lecheng Lei, Guoliang Chai, Xinliang Feng, "High-Performance Metal-Free Nanosheets Array Electrocatalyst for Oxygen Evolution Reaction in Acid", In Advanced Functional Materials, Wiley, vol. 30, no. 31, pp. 2003000, Jun 2020. [doi]
Bibtex
@article{Lei_2020,
doi = {10.1002/adfm.202003000},
url = {https://doi.org/10.1002%2Fadfm.202003000},
year = 2020,
month = {jun},
publisher = {Wiley},
volume = {30},
number = {31},
pages = {2003000},
author = {Chaojun Lei and Qiang Zheng and Fanpeng Cheng and Yang Hou and Bin Yang and Zhongjian Li and Zhenhai Wen and Lecheng Lei and Guoliang Chai and Xinliang Feng},
title = {High-Performance Metal-Free Nanosheets Array Electrocatalyst for Oxygen Evolution Reaction in Acid},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- S. Gupta, S. Ullah, K. Ahuja, A. Tiwari, A. Kumar, "ALigN: A Highly Accurate Adaptive Layerwise Log_2_Lead Quantization of Pre-Trained Neural Networks", In IEEE Access, vol. 8, pp. 118899-118911, June 2020. [Bibtex & Downloads]
ALigN: A Highly Accurate Adaptive Layerwise Log_2_Lead Quantization of Pre-Trained Neural Networks
Reference
S. Gupta, S. Ullah, K. Ahuja, A. Tiwari, A. Kumar, "ALigN: A Highly Accurate Adaptive Layerwise Log_2_Lead Quantization of Pre-Trained Neural Networks", In IEEE Access, vol. 8, pp. 118899-118911, June 2020.
Bibtex
@ARTICLE{9126777,
author={S. {Gupta} and S. {Ullah} and K. {Ahuja} and A. {Tiwari} and A. {Kumar}},
journal={IEEE Access},
title={ALigN: A Highly Accurate Adaptive Layerwise Log_2_Lead Quantization of Pre-Trained Neural Networks},
year={2020},
month={June},
volume={8},
number={},
pages={118899-118911},}Downloads
ALigN [PDF]
Permalink
- Mark Wijtvliet, Bjarni Pont, Christiaan Brinkerink, Hamid Pourshaghaghi, Roel Jordans, Jörg Hörandel, Jochem Beurskens, Ronald Bouma, Joris Dalderup, Peter Dolron, Jeroen Gubbels, Veronica Medina, Louis van Harten, Thijn Hermsen, Ivar Jansen, Daan Kapitein, Martijn Koedam, Ronis Maximidis, Wouter Morren, Kristiaan Zoontjens, "PR3: A System for Radio-interferometry and Radiation Measurement on Sounding Rockets", In Microprocessors and Microsystems, 06/2020. [doi] [Bibtex & Downloads]
PR3: A System for Radio-interferometry and Radiation Measurement on Sounding Rockets
Reference
Mark Wijtvliet, Bjarni Pont, Christiaan Brinkerink, Hamid Pourshaghaghi, Roel Jordans, Jörg Hörandel, Jochem Beurskens, Ronald Bouma, Joris Dalderup, Peter Dolron, Jeroen Gubbels, Veronica Medina, Louis van Harten, Thijn Hermsen, Ivar Jansen, Daan Kapitein, Martijn Koedam, Ronis Maximidis, Wouter Morren, Kristiaan Zoontjens, "PR3: A System for Radio-interferometry and Radiation Measurement on Sounding Rockets", In Microprocessors and Microsystems, 06/2020. [doi]
Bibtex
@article{article,
author = {Wijtvliet, Mark and Pont, Bjarni and Brinkerink, Christiaan and Pourshaghaghi, Hamid and Jordans, Roel and Hörandel, Jörg and Beurskens, Jochem and Bouma, Ronald and Dalderup, Joris and Dolron, Peter and Gubbels, Jeroen and Medina, Veronica and van Harten, Louis and Hermsen, Thijn and Jansen, Ivar and Kapitein, Daan and Koedam, Martijn and Maximidis, Ronis and Morren, Wouter and Zoontjens, Kristiaan},
year = {2020},
month = {06},
title = {PR3: A System for Radio-interferometry and Radiation Measurement on Sounding Rockets},
journal = {Microprocessors and Microsystems},
doi = {10.1016/j.micpro.2020.103163}
}Downloads
No Downloads available for this publication
Permalink
- Markus Mueller, Shabnam Donnhauser, Sven Mothes, Anibal Pacheco-Sanchez, Katherina Haase, Stefan C. B. Mannsfeld, Martin Claus, "Impact of Dynamic Trapping on High Frequency Organic Field-Effect Transistors", In Proceeding: 2020 27th International Conference on Mixed Design of Integrated Circuits and System (MIXDES), IEEE, Jun 2020. [doi] [Bibtex & Downloads]
Impact of Dynamic Trapping on High Frequency Organic Field-Effect Transistors
Reference
Markus Mueller, Shabnam Donnhauser, Sven Mothes, Anibal Pacheco-Sanchez, Katherina Haase, Stefan C. B. Mannsfeld, Martin Claus, "Impact of Dynamic Trapping on High Frequency Organic Field-Effect Transistors", In Proceeding: 2020 27th International Conference on Mixed Design of Integrated Circuits and System (MIXDES), IEEE, Jun 2020. [doi]
Bibtex
@inproceedings{Mueller_2020,
doi = {10.23919/mixdes49814.2020.9155644},
url = {https://doi.org/10.23919%2Fmixdes49814.2020.9155644},
year = 2020,
month = {jun},
publisher = ,
author = {Markus Mueller and Shabnam Donnhauser and Sven Mothes and Anibal Pacheco-Sanchez and Katherina Haase and Stefan C. B. Mannsfeld and Martin Claus},
title = {Impact of Dynamic Trapping on High Frequency Organic Field-Effect Transistors},
booktitle = {2020 27th International Conference on Mixed Design of Integrated Circuits and System ({MIXDES})}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Haibo Huang, Feng Zhou, Pengfei Lu, Xianfeng Li, Pratteek Das, Xinliang Feng, Klaus Müllen, Zhong-Shuai Wu, "Design and construction of few-layer graphene cathode for ultrafast and high-capacity aluminum-ion batteries", In Energy Storage Materials, Elsevier BV, vol. 27, pp. 396–404, May 2020. [doi] [Bibtex & Downloads]
Design and construction of few-layer graphene cathode for ultrafast and high-capacity aluminum-ion batteries
Reference
Haibo Huang, Feng Zhou, Pengfei Lu, Xianfeng Li, Pratteek Das, Xinliang Feng, Klaus Müllen, Zhong-Shuai Wu, "Design and construction of few-layer graphene cathode for ultrafast and high-capacity aluminum-ion batteries", In Energy Storage Materials, Elsevier BV, vol. 27, pp. 396–404, May 2020. [doi]
Bibtex
@article{Huang_2020,
doi = {10.1016/j.ensm.2020.02.011},
url = {https://doi.org/10.1016%2Fj.ensm.2020.02.011},
year = 2020,
month = {may},
publisher = {Elsevier {BV}},
volume = {27},
pages = {396--404},
author = {Haibo Huang and Feng Zhou and Pengfei Lu and Xianfeng Li and Pratteek Das and Xinliang Feng and Klaus Müllen and Zhong-Shuai Wu},
title = {Design and construction of few-layer graphene cathode for ultrafast and high-capacity aluminum-ion batteries},
journal = {Energy Storage Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Emre Topal, Markus Löffler, Ehrenfried Zschech, "Deep Learning-based Inaccuracy Compensation in Reconstruction of High Resolution XCT Data", In Scientific Reports, Springer Science and Business Media LLC, vol. 10, no. 1, May 2020. [doi] [Bibtex & Downloads]
Deep Learning-based Inaccuracy Compensation in Reconstruction of High Resolution XCT Data
Reference
Emre Topal, Markus Löffler, Ehrenfried Zschech, "Deep Learning-based Inaccuracy Compensation in Reconstruction of High Resolution XCT Data", In Scientific Reports, Springer Science and Business Media LLC, vol. 10, no. 1, May 2020. [doi]
Bibtex
@article{Topal_2020,
doi = {10.1038/s41598-020-64733-7},
url = {https://doi.org/10.1038%2Fs41598-020-64733-7},
year = 2020,
month = {may},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {Emre Topal and Markus Löffler and Ehrenfried Zschech},
title = {Deep Learning-based Inaccuracy Compensation in Reconstruction of High Resolution {XCT} Data},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Emre Topal, Hariskaran Rajendran, Izabela Zgłobicka, Jürgen Gluch, Zhongquan Liao, André Clausner, Krzysztof Jan Kurzydłowski, Ehrenfried Zschech, "Numerical and Experimental Study of the Mechanical Response of Diatom Frustules", In Nanomaterials, MDPI AG, vol. 10, no. 5, pp. 959, May 2020. [doi] [Bibtex & Downloads]
Numerical and Experimental Study of the Mechanical Response of Diatom Frustules
Reference
Emre Topal, Hariskaran Rajendran, Izabela Zgłobicka, Jürgen Gluch, Zhongquan Liao, André Clausner, Krzysztof Jan Kurzydłowski, Ehrenfried Zschech, "Numerical and Experimental Study of the Mechanical Response of Diatom Frustules", In Nanomaterials, MDPI AG, vol. 10, no. 5, pp. 959, May 2020. [doi]
Bibtex
@article{Topal_2020,
doi = {10.3390/nano10050959},
url = {https://doi.org/10.3390%2Fnano10050959},
year = 2020,
month = {may},
publisher = {{MDPI} {AG}},
volume = {10},
number = {5},
pages = {959},
author = {Emre Topal and Hariskaran Rajendran and Izabela Zg{\l}obicka and Jürgen Gluch and Zhongquan Liao and Andr{\'{e}} Clausner and Krzysztof Jan Kurzyd{\l}owski and Ehrenfried Zschech},
title = {Numerical and Experimental Study of the Mechanical Response of Diatom Frustules},
journal = {Nanomaterials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Friedrich Michel, "Multi-Objective Autotuning Targeting a Domain Specific Language for Particle Simulations", Master's thesis, TU Dresden, May 2020. [Bibtex & Downloads]
Multi-Objective Autotuning Targeting a Domain Specific Language for Particle Simulations
Reference
Friedrich Michel, "Multi-Objective Autotuning Targeting a Domain Specific Language for Particle Simulations", Master's thesis, TU Dresden, May 2020.
Bibtex
@mastersthesis{Michel-master20,
title={Multi-Objective Autotuning Targeting a Domain Specific Language for Particle Simulations},
author={Friedrich Michel},
year={2020},
month=may,
school={TU Dresden},
}Downloads
2006_Michel_MA [PDF]
Related Paths
Permalink
- José I. Urgel, Marco Di Giovannantonio, Kristjan Eimre, Thorsten G. Lohr, Junzhi Liu, Shantanu Mishra, Qiang Sun, Amogh Kinikar, Roland Widmer, Samuel Stolz, Max Bommert, Reinhard Berger, Pascal Ruffieux, Carlo A. Pignedoli, Klaus Müllen, Xinliang Feng, Roman Fasel, "On-Surface Synthesis of Cumulene-Containing Polymers via Two-Step Dehalogenative Homocoupling of Dibromomethylene-Functionalized Tribenzoazulene", In Angewandte Chemie, Wiley, vol. 132, no. 32, pp. 13383–13389, May 2020. [doi] [Bibtex & Downloads]
On-Surface Synthesis of Cumulene-Containing Polymers via Two-Step Dehalogenative Homocoupling of Dibromomethylene-Functionalized Tribenzoazulene
Reference
José I. Urgel, Marco Di Giovannantonio, Kristjan Eimre, Thorsten G. Lohr, Junzhi Liu, Shantanu Mishra, Qiang Sun, Amogh Kinikar, Roland Widmer, Samuel Stolz, Max Bommert, Reinhard Berger, Pascal Ruffieux, Carlo A. Pignedoli, Klaus Müllen, Xinliang Feng, Roman Fasel, "On-Surface Synthesis of Cumulene-Containing Polymers via Two-Step Dehalogenative Homocoupling of Dibromomethylene-Functionalized Tribenzoazulene", In Angewandte Chemie, Wiley, vol. 132, no. 32, pp. 13383–13389, May 2020. [doi]
Bibtex
@article{Urgel_2020,
doi = {10.1002/ange.202001939},
url = {https://doi.org/10.1002%2Fange.202001939},
year = 2020,
month = {may},
publisher = {Wiley},
volume = {132},
number = {32},
pages = {13383--13389},
author = {Jos{\'{e}} I. Urgel and Marco Di Giovannantonio and Kristjan Eimre and Thorsten G. Lohr and Junzhi Liu and Shantanu Mishra and Qiang Sun and Amogh Kinikar and Roland Widmer and Samuel Stolz and Max Bommert and Reinhard Berger and Pascal Ruffieux and Carlo A. Pignedoli and Klaus Müllen and Xinliang Feng and Roman Fasel},
title = {On-Surface Synthesis of Cumulene-Containing Polymers via Two-Step Dehalogenative Homocoupling of Dibromomethylene-Functionalized Tribenzoazulene},
journal = {Angewandte Chemie}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jing Qi, Yixuan Gao, Haihong Jia, Marcus Richter, Li Huang, Yun Cao, Huan Yang, Qi Zheng, Reinhard Berger, Junzhi Liu, Xiao Lin, Hongliang Lu, Zhihai Cheng, Min Ouyang, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Force-Activated Isomerization of a Single Molecule", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 24, pp. 10673–10680, May 2020. [doi] [Bibtex & Downloads]
Force-Activated Isomerization of a Single Molecule
Reference
Jing Qi, Yixuan Gao, Haihong Jia, Marcus Richter, Li Huang, Yun Cao, Huan Yang, Qi Zheng, Reinhard Berger, Junzhi Liu, Xiao Lin, Hongliang Lu, Zhihai Cheng, Min Ouyang, Xinliang Feng, Shixuan Du, Hong-Jun Gao, "Force-Activated Isomerization of a Single Molecule", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 24, pp. 10673–10680, May 2020. [doi]
Bibtex
@article{Qi_2020,
doi = {10.1021/jacs.0c00192},
url = {https://doi.org/10.1021%2Fjacs.0c00192},
year = 2020,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {142},
number = {24},
pages = {10673--10680},
author = {Jing Qi and Yixuan Gao and Haihong Jia and Marcus Richter and Li Huang and Yun Cao and Huan Yang and Qi Zheng and Reinhard Berger and Junzhi Liu and Xiao Lin and Hongliang Lu and Zhihai Cheng and Min Ouyang and Xinliang Feng and Shixuan Du and Hong-Jun Gao},
title = {Force-Activated Isomerization of a Single Molecule},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xia Wang, Zhongquan Liao, Yubin Fu, Christof Neumann, Andrey Turchanin, Gyutae Nam, Ehrenfried Zschech, Jaephil Cho, Jian Zhang, Xinliang Feng, "Confined growth of porous nitrogen-doped cobalt oxide nanoarrays as bifunctional oxygen electrocatalysts for rechargeable zinc\textendashair batteries", In Energy Storage Materials, Elsevier BV, vol. 26, pp. 157–164, Apr 2020. [doi] [Bibtex & Downloads]
Confined growth of porous nitrogen-doped cobalt oxide nanoarrays as bifunctional oxygen electrocatalysts for rechargeable zinc\textendashair batteries
Reference
Xia Wang, Zhongquan Liao, Yubin Fu, Christof Neumann, Andrey Turchanin, Gyutae Nam, Ehrenfried Zschech, Jaephil Cho, Jian Zhang, Xinliang Feng, "Confined growth of porous nitrogen-doped cobalt oxide nanoarrays as bifunctional oxygen electrocatalysts for rechargeable zinc\textendashair batteries", In Energy Storage Materials, Elsevier BV, vol. 26, pp. 157–164, Apr 2020. [doi]
Bibtex
@article{Wang_2020,
doi = {10.1016/j.ensm.2019.12.043},
url = {https://doi.org/10.1016%2Fj.ensm.2019.12.043},
year = 2020,
month = {apr},
publisher = {Elsevier {BV}},
volume = {26},
pages = {157--164},
author = {Xia Wang and Zhongquan Liao and Yubin Fu and Christof Neumann and Andrey Turchanin and Gyutae Nam and Ehrenfried Zschech and Jaephil Cho and Jian Zhang and Xinliang Feng},
title = {Confined growth of porous nitrogen-doped cobalt oxide nanoarrays as bifunctional oxygen electrocatalysts for rechargeable zinc{\textendash}air batteries},
journal = {Energy Storage Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- S. Ullah, H. Schmidl, S. S. Sahoo, S. Rehman, A. Kumar, "Area-optimized Accurate and Approximate Softcore Signed Multiplier Architectures", In IEEE Transactions on Computers, April 2020. [Bibtex & Downloads]
Area-optimized Accurate and Approximate Softcore Signed Multiplier Architectures
Reference
S. Ullah, H. Schmidl, S. S. Sahoo, S. Rehman, A. Kumar, "Area-optimized Accurate and Approximate Softcore Signed Multiplier Architectures", In IEEE Transactions on Computers, April 2020.
Bibtex
@ARTICLE{9072581,
author={S. {Ullah} and H. {Schmidl} and S. S. {Sahoo} and S. {Rehman} and A. {Kumar}},
journal={IEEE Transactions on Computers},
title={Area-optimized Accurate and Approximate Softcore Signed Multiplier Architectures},
year={2020},
month={April},}Downloads
TC_2019_Accurate_Approx_Multiplier [PDF]
Permalink
- Lukas M. Falk, Katelyn P. Goetz, Vincent Lami, Qingzhi An, Paul Fassl, Jonas Herkel, Fabian Thome, Alexander D. Taylor, Fabian Paulus, Yana Vaynzof, "Effect of Precursor Stoichiometry on the Performance and Stability of MAPbBr
3
Photovoltaic Devices", In Energy Technology, Wiley, vol. 8, no. 4, pp. 1900737, Apr 2020. [doi] [Bibtex & Downloads]
Effect of Precursor Stoichiometry on the Performance and Stability of MAPbBr 3 Photovoltaic Devices
Reference
Lukas M. Falk, Katelyn P. Goetz, Vincent Lami, Qingzhi An, Paul Fassl, Jonas Herkel, Fabian Thome, Alexander D. Taylor, Fabian Paulus, Yana Vaynzof, "Effect of Precursor Stoichiometry on the Performance and Stability of MAPbBr 3 Photovoltaic Devices", In Energy Technology, Wiley, vol. 8, no. 4, pp. 1900737, Apr 2020. [doi]
Bibtex
@article{Falk_2020,
doi = {10.1002/ente.201900737},
url = {https://doi.org/10.1002%2Fente.201900737},
year = 2020,
month = {apr},
publisher = {Wiley},
volume = {8},
number = {4},
pages = {1900737},
author = {Lukas M. Falk and Katelyn P. Goetz and Vincent Lami and Qingzhi An and Paul Fassl and Jonas Herkel and Fabian Thome and Alexander D. Taylor and Fabian Paulus and Yana Vaynzof},
title = {Effect of Precursor Stoichiometry on the Performance and Stability of {MAPbBr}
3
Photovoltaic Devices},
journal = {Energy Technology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Violetta Sessi, Maik Simon, Halid Mulaosmanovic, Darius Pohl, Markus Loeffler, Tom Mauersberger, Franz P. G. Fengler, Terence Mittmann, Claudia Richter, Stefan Slesazeck, Thomas Mikolajick, Walter M. Weber, "A Silicon Nanowire Ferroelectric Field-Effect Transistor", In Advanced Electronic Materials, Wiley, vol. 6, no. 4, pp. 1901244, Apr 2020. [doi] [Bibtex & Downloads]
A Silicon Nanowire Ferroelectric Field-Effect Transistor
Reference
Violetta Sessi, Maik Simon, Halid Mulaosmanovic, Darius Pohl, Markus Loeffler, Tom Mauersberger, Franz P. G. Fengler, Terence Mittmann, Claudia Richter, Stefan Slesazeck, Thomas Mikolajick, Walter M. Weber, "A Silicon Nanowire Ferroelectric Field-Effect Transistor", In Advanced Electronic Materials, Wiley, vol. 6, no. 4, pp. 1901244, Apr 2020. [doi]
Bibtex
@article{Sessi_2020,
doi = {10.1002/aelm.201901244},
url = {https://doi.org/10.1002%2Faelm.201901244},
year = 2020,
month = {apr},
publisher = {Wiley},
volume = {6},
number = {4},
pages = {1901244},
author = {Violetta Sessi and Maik Simon and Halid Mulaosmanovic and Darius Pohl and Markus Loeffler and Tom Mauersberger and Franz P. G. Fengler and Terence Mittmann and Claudia Richter and Stefan Slesazeck and Thomas Mikolajick and Walter M. Weber},
title = {A Silicon Nanowire Ferroelectric Field-Effect Transistor},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yevhen Karpov, Nataliya Kiriy, Petr Formanek, Cedric Hoffmann, Tetyana Beryozkina, Mike Hambsch, Mahmoud Al-Hussein, Stefan C. B. Mannsfeld, Bernd Büchner, Bipasha Debnath, Michael Bretschneider, Yulia Krupskaya, Franziska Lissel, Anton Kiriy, "Sequentially Processed P3HT/CN6‐CP•− NBu 4+ Films: Interfacial or Bulk Doping?", In Advanced Electronic Materials, Wiley, vol. 6, no. 5, pp. 1901346, Apr 2020. [doi] [Bibtex & Downloads]
Sequentially Processed P3HT/CN6‐CP•− NBu 4+ Films: Interfacial or Bulk Doping?
Reference
Yevhen Karpov, Nataliya Kiriy, Petr Formanek, Cedric Hoffmann, Tetyana Beryozkina, Mike Hambsch, Mahmoud Al-Hussein, Stefan C. B. Mannsfeld, Bernd Büchner, Bipasha Debnath, Michael Bretschneider, Yulia Krupskaya, Franziska Lissel, Anton Kiriy, "Sequentially Processed P3HT/CN6‐CP•− NBu 4+ Films: Interfacial or Bulk Doping?", In Advanced Electronic Materials, Wiley, vol. 6, no. 5, pp. 1901346, Apr 2020. [doi]
Bibtex
@article{Karpov_2020,
doi = {10.1002/aelm.201901346},
url = {https://doi.org/10.1002%2Faelm.201901346},
year = 2020,
month = {apr},
publisher = {Wiley},
volume = {6},
number = {5},
pages = {1901346},
author = {Yevhen Karpov and Nataliya Kiriy and Petr Formanek and Cedric Hoffmann and Tetyana Beryozkina and Mike Hambsch and Mahmoud Al-Hussein and Stefan C. B. Mannsfeld and Bernd Büchner and Bipasha Debnath and Michael Bretschneider and Yulia Krupskaya and Franziska Lissel and Anton Kiriy},
title = {Sequentially Processed P3HT/CN6‐CP•− NBu 4+ Films: Interfacial or Bulk Doping?},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Menard, Andrés Goens, Marten Lohstroh, Jeronimo Castrillon, "Achieving Determinism in Adaptive AUTOSAR", Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 822–827, Mar 2020. (Best paper award candidate A-Track, Video Presentation) [doi] [Bibtex & Downloads]
Achieving Determinism in Adaptive AUTOSAR
Reference
Christian Menard, Andrés Goens, Marten Lohstroh, Jeronimo Castrillon, "Achieving Determinism in Adaptive AUTOSAR", Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 822–827, Mar 2020. (Best paper award candidate A-Track, Video Presentation) [doi]
Abstract
AUTOSAR AP is an emerging industry standard that tackles the challenges of modern automotive software design, but does not provide adequate mechanisms to enforce deterministic execution. This poses profound challenges to testing and maintenance of the application software, which is particularly problematic for safety-critical applications. In this paper, we analyze the problem of nondeterminism in AP and propose a framework for the design of deterministic automotive software that transparently integrates with the AP communication mechanisms. We illustrate our approach in a case study based on the brake assistant demonstrator application that is provided by the AUTOSAR consortium. We show that the original implementation is nondeterministic and discuss a deterministic solution based on our framework.
Bibtex
@InProceedings{menard_date20,
author = {Christian Menard and Andr{\'e}s Goens and Marten Lohstroh and Jeronimo Castrillon},
title = {Achieving Determinism in Adaptive AUTOSAR},
booktitle = {Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE)},
year = {2020},
series = {DATE '20},
month = mar,
publisher = {IEEE},
location = {Grenoble, France},
comment={Best paper award candidate A-Track, Video Presentation},
abstract = {AUTOSAR AP is an emerging industry standard that tackles the challenges of modern automotive software design, but does not provide adequate mechanisms to enforce deterministic execution. This poses profound challenges to testing and maintenance of the application software, which is particularly problematic for safety-critical applications. In this paper, we analyze the problem of nondeterminism in AP and propose a framework for the design of deterministic automotive software that transparently integrates with the AP communication mechanisms. We illustrate our approach in a case study based on the brake assistant demonstrator application that is provided by the AUTOSAR consortium. We show that the original implementation is nondeterministic and discuss a deterministic solution based on our framework.},
isbn = {978-3-9819263-4-7},
pages = {822--827},
doi = {10.23919/DATE48585.2020.9116430},
url = {https://ieeexplore.ieee.org/abstract/document/9116430},
}Downloads
2003_Menard_DATE [PDF]
Related Paths
Permalink
- Robert Khasanov, Jeronimo Castrillon, "Energy-efficient Runtime Resource Management for Adaptable Multi-application Mapping", Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 909–914, Mar 2020. (Best paper award candidate E-Track, Video Presentation) [doi] [Bibtex & Downloads]
Energy-efficient Runtime Resource Management for Adaptable Multi-application Mapping
Reference
Robert Khasanov, Jeronimo Castrillon, "Energy-efficient Runtime Resource Management for Adaptable Multi-application Mapping", Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 909–914, Mar 2020. (Best paper award candidate E-Track, Video Presentation) [doi]
Abstract
Modern embedded computing platforms consist of a high amount of heterogeneous resources, which allows executing multiple applications on a single device. The number of running application on the system varies with time and so does the amount of available resources. This has considerably increased the complexity of analysis and optimization algorithms for runtime mapping of firm real-time applications. To reduce the runtime overhead, researchers have proposed to pre-compute partial mappings at compile time and have the runtime efficiently compute the final mapping. However, most existing solutions only compute a fixed mapping for a given set of running applications, and the mapping is defined for the entire duration of the workload execution. In this work we allow applications to adapt to the amount of available resources by using mapping segments. This way, applications may switch between different configurations with varied degree of parallelism. We present a runtime manager for firm real-time applications that generates such mapping segments based on partial solutions and aims at minimizing the overall energy consumption without deadline violations. The proposed algorithm outperforms the state-of-the-art approaches on the overall energy consumption by up to 13% while incurring an order of magnitude less scheduling overhead.
Bibtex
@InProceedings{khasanov_date20,
author = {Robert Khasanov and Jeronimo Castrillon},
title = {Energy-efficient Runtime Resource Management for Adaptable Multi-application Mapping},
booktitle = {Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE)},
year = {2020},
series = {DATE '20},
comment={Best paper award candidate E-Track, Video Presentation},
month = mar,
publisher = {IEEE},
location = {Grenoble, France},
isbn = {978-3-9819263-4-7},
pages = {909--914},
doi = {10.23919/DATE48585.2020.9116381},
url = {https://ieeexplore.ieee.org/document/9116381},
abstract = {Modern embedded computing platforms consist of a high amount of heterogeneous resources, which allows executing multiple applications on a single device. The number of running application on the system varies with time and so does the amount of available resources. This has considerably increased the complexity of analysis and optimization algorithms for runtime mapping of firm real-time applications. To reduce the runtime overhead, researchers have proposed to pre-compute partial mappings at compile time and have the runtime efficiently compute the final mapping. However, most existing solutions only compute a fixed mapping for a given set of running applications, and the mapping is defined for the entire duration of the workload execution. In this work we allow applications to adapt to the amount of available resources by using mapping segments. This way, applications may switch between different configurations with varied degree of parallelism. We present a runtime manager for firm real-time applications that generates such mapping segments based on partial solutions and aims at minimizing the overall energy consumption without deadline violations. The proposed algorithm outperforms the state-of-the-art approaches on the overall energy consumption by up to 13% while incurring an order of magnitude less scheduling overhead.},
}Downloads
2003_Khasanov_DATE [PDF]
Related Paths
Permalink
- Asif Ali Khan, Andrés Goens, Fazal Hameed, Jeronimo Castrillon, "Generalized Data Placement Strategies for Racetrack Memories", Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1502–1507, Mar 2020. (Video Presentation) [doi] [Bibtex & Downloads]
Generalized Data Placement Strategies for Racetrack Memories
Reference
Asif Ali Khan, Andrés Goens, Fazal Hameed, Jeronimo Castrillon, "Generalized Data Placement Strategies for Racetrack Memories", Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE), IEEE, pp. 1502–1507, Mar 2020. (Video Presentation) [doi]
Abstract
Ultra-dense non-volatile racetrack memories (RTMs) have been investigated at various levels in the memory hierarchy for improved performance and reduced energy consumption. However, the innate shift operations in RTMs hinder their applicability to replace low-latency on-chip memories. Recent research has demonstrated that intelligent placement of memory objects in RTMs can significantly reduce the amount of shifts with no hardware overhead, albeit for specific system setups. However, existing placement strategies may lead to sub-optimal performance when applied to different architectures. In this paper we look at generalized data placement mechanisms that improve upon existing ones by taking into account the underlying memory architecture and the timing and liveliness information of memory objects. We propose a novel heuristic and a formulation using genetic algorithms that optimize key performance parameters. We show that, on average, our generalized approach improves the number of shifts, performance and energy consumption by 4.3x, 46% and 55% respectively compared to the state-of-the-art.
Bibtex
@InProceedings{khan_date20,
author = {Asif Ali Khan and Andr{\'e}s Goens and Fazal Hameed and Jeronimo Castrillon},
title = {Generalized Data Placement Strategies for Racetrack Memories},
booktitle = {Proceedings of the 2020 Design, Automation and Test in Europe Conference (DATE)},
year = {2020},
series = {DATE '20},
publisher = {IEEE},
location = {Grenoble, France},
month = mar,
isbn = {978-3-9819263-4-7},
pages = {1502--1507},
doi = {10.23919/DATE48585.2020.9116245},
url = {https://ieeexplore.ieee.org/document/9116245},
comment={Video Presentation},
abstract = {Ultra-dense non-volatile racetrack memories (RTMs) have been investigated at various levels in the memory hierarchy for improved performance and reduced energy consumption. However, the innate shift operations in RTMs hinder their applicability to replace low-latency on-chip memories. Recent research has demonstrated that intelligent placement of memory objects in RTMs can significantly reduce the amount of shifts with no hardware overhead, albeit for specific system setups. However, existing placement strategies may lead to sub-optimal performance when applied to different architectures. In this paper we look at generalized data placement mechanisms that improve upon existing ones by taking into account the underlying memory architecture and the timing and liveliness information of memory objects. We propose a novel heuristic and a formulation using genetic algorithms that optimize key performance parameters. We show that, on average, our generalized approach improves the number of shifts, performance and energy consumption by 4.3x, 46% and 55% respectively compared to the state-of-the-art.},
}Downloads
2003_Khan_DATE [PDF]
Related Paths
Permalink
- S. Ullah, S. Gupta, K. Ahuja, A. Tiwari, A. Kumar, "L2L: A HIGHLY ACCURATE LOG_2_LEAD QUANTIZATION OF PRE-TRAINED NEURAL NETWORKS", In Proceeding: 2020 Design, Automation Test in Europe Conference Exhibition (DATE), March 2020. [Bibtex & Downloads]
L2L: A HIGHLY ACCURATE LOG_2_LEAD QUANTIZATION OF PRE-TRAINED NEURAL NETWORKS
Reference
S. Ullah, S. Gupta, K. Ahuja, A. Tiwari, A. Kumar, "L2L: A HIGHLY ACCURATE LOG_2_LEAD QUANTIZATION OF PRE-TRAINED NEURAL NETWORKS", In Proceeding: 2020 Design, Automation Test in Europe Conference Exhibition (DATE), March 2020.
Bibtex
@INPROCEEDINGS{date_salim,
author={S. Ullah and S. Gupta and K. Ahuja and A. Tiwari and A. Kumar},
booktitle={2020 Design, Automation Test in Europe Conference Exhibition (DATE)},
title={L2L: A HIGHLY ACCURATE LOG_2_LEAD QUANTIZATION OF PRE-TRAINED NEURAL NETWORKS},
year={2020},
month={March},}Downloads
L2L_Date_2020 [PDF]
Permalink
- Shubham Rai, Michael Raitza, Siva Satyendra Sahoo, Akash Kumar, "DiSCERN: Distilling Standard-Cells for Emerging Reconfigurable Nanotechnologies", In Proceeding: 2020 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Mar 2020. [doi] [Bibtex & Downloads]
DiSCERN: Distilling Standard-Cells for Emerging Reconfigurable Nanotechnologies
Reference
Shubham Rai, Michael Raitza, Siva Satyendra Sahoo, Akash Kumar, "DiSCERN: Distilling Standard-Cells for Emerging Reconfigurable Nanotechnologies", In Proceeding: 2020 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Mar 2020. [doi]
Bibtex
@inproceedings{Rai_2020,
doi = {10.23919/date48585.2020.9116216},
url = {https://doi.org/10.23919%2Fdate48585.2020.9116216},
year = 2020,
month = {mar},
publisher = ,
author = {Shubham Rai and Michael Raitza and Siva Satyendra Sahoo and Akash Kumar},
title = {{DiSCERN}: Distilling Standard-Cells for Emerging Reconfigurable Nanotechnologies},
booktitle = {2020 Design, Automation {\&} Test in Europe Conference {\&} Exhibition ({DATE})}
}Downloads
DiSCERN_DATE_2020 [PDF]
Permalink
- C. D. L. Parra, A. Guntoro, A. Kumar, "PROXSIM: SIMULATION FRAMEWORK FOR CROSS-LAYER APPROXIMATE DNN OPTIMIZATION", In Proceeding: 2020 Design, Automation Test in Europe Conference Exhibition (DATE), March 2020. (Best paper nominee) [Bibtex & Downloads]
PROXSIM: SIMULATION FRAMEWORK FOR CROSS-LAYER APPROXIMATE DNN OPTIMIZATION
Reference
C. D. L. Parra, A. Guntoro, A. Kumar, "PROXSIM: SIMULATION FRAMEWORK FOR CROSS-LAYER APPROXIMATE DNN OPTIMIZATION", In Proceeding: 2020 Design, Automation Test in Europe Conference Exhibition (DATE), March 2020. (Best paper nominee)
Bibtex
@INPROCEEDINGS{date_Cecilia,
author={C. D. L. Parra and A. Guntoro and A. Kumar},
booktitle={2020 Design, Automation Test in Europe Conference Exhibition (DATE)},
title={PROXSIM: SIMULATION FRAMEWORK FOR CROSS-LAYER APPROXIMATE DNN OPTIMIZATION},
year={2020},
month={March},
comment={Best paper nominee}}Downloads
date_framework [PDF]
Permalink
- S. Potluri, A. Aysu, A. Kumar, "SeqL: Secure Scan-Locking for IP Protection", In Proceeding: 21st International Symposium on Quality Electronic Design (ISQED), March 2020. [Bibtex & Downloads]
SeqL: Secure Scan-Locking for IP Protection
Reference
S. Potluri, A. Aysu, A. Kumar, "SeqL: Secure Scan-Locking for IP Protection", In Proceeding: 21st International Symposium on Quality Electronic Design (ISQED), March 2020.
Bibtex
@INPROCEEDINGS{date_Seetal,
author={S. Potluri and A. Aysu and A. Kumar},
booktitle={21st International Symposium on Quality Electronic Design (ISQED)},
title={SeqL: Secure Scan-Locking for IP Protection},
year={2020},
month={March},}Downloads
SeqL_ISQED2020_CamReady [PDF]
Permalink
- Robin Bläsing, Asif Ali Khan, Panagiotis Ch. Filippou, Chirag Garg, Fazal Hameed, Jeronimo Castrillon, Stuart S. P. Parkin, "Magnetic Racetrack Memory: From Physics to the Cusp of Applications within a Decade", In Proceedings of the IEEE, vol. 108, no. 8, pp. 1303-1321, Mar 2020. [doi] [Bibtex & Downloads]
Magnetic Racetrack Memory: From Physics to the Cusp of Applications within a Decade
Reference
Robin Bläsing, Asif Ali Khan, Panagiotis Ch. Filippou, Chirag Garg, Fazal Hameed, Jeronimo Castrillon, Stuart S. P. Parkin, "Magnetic Racetrack Memory: From Physics to the Cusp of Applications within a Decade", In Proceedings of the IEEE, vol. 108, no. 8, pp. 1303-1321, Mar 2020. [doi]
Bibtex
@Article{khan_pieee20,
author = {Robin Bl{\"a}sing and Asif Ali Khan and Panagiotis Ch. Filippou and Chirag Garg and Fazal Hameed and Jeronimo Castrillon and Stuart S. P. Parkin},
title = {Magnetic Racetrack Memory: From Physics to the Cusp of Applications within a Decade},
journal = {Proceedings of the IEEE},
year = {2020},
month = mar,
volume={108},
number={8},
pages={1303-1321},
doi = {10.1109/JPROC.2020.2975719},
url = {https://ieeexplore.ieee.org/document/9045991},
}Downloads
2003_Khan_JPROC [PDF]
Related Paths
Permalink
- SangWook Park, Zhongquan Liao, Bergoi Ibarlucea, Haoyuan Qi, Hung-Hsuan Lin, Daniel Becker, Jason Melidonie, Tao Zhang, Hafeesudeen Sahabudeen, Larysa Baraban, Chang-Ki Baek, Zhikun Zheng, Ehrenfried Zschech, Andreas Fery, Thomas Heine, Ute Kaiser, Gianaurelio Cuniberti, Renhao Dong, Xinliang Feng, "Two-Dimensional Boronate Ester Covalent Organic Framework Thin Films with Large Single Crystalline Domains for a Neuromorphic Memory Device", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 21, pp. 8218–8224, Mar 2020. [doi] [Bibtex & Downloads]
Two-Dimensional Boronate Ester Covalent Organic Framework Thin Films with Large Single Crystalline Domains for a Neuromorphic Memory Device
Reference
SangWook Park, Zhongquan Liao, Bergoi Ibarlucea, Haoyuan Qi, Hung-Hsuan Lin, Daniel Becker, Jason Melidonie, Tao Zhang, Hafeesudeen Sahabudeen, Larysa Baraban, Chang-Ki Baek, Zhikun Zheng, Ehrenfried Zschech, Andreas Fery, Thomas Heine, Ute Kaiser, Gianaurelio Cuniberti, Renhao Dong, Xinliang Feng, "Two-Dimensional Boronate Ester Covalent Organic Framework Thin Films with Large Single Crystalline Domains for a Neuromorphic Memory Device", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 21, pp. 8218–8224, Mar 2020. [doi]
Bibtex
@article{Park_2020,
doi = {10.1002/anie.201916595},
url = {https://doi.org/10.1002%2Fanie.201916595},
year = 2020,
month = {mar},
publisher = {Wiley},
volume = {59},
number = {21},
pages = {8218--8224},
author = {SangWook Park and Zhongquan Liao and Bergoi Ibarlucea and Haoyuan Qi and Hung-Hsuan Lin and Daniel Becker and Jason Melidonie and Tao Zhang and Hafeesudeen Sahabudeen and Larysa Baraban and Chang-Ki Baek and Zhikun Zheng and Ehrenfried Zschech and Andreas Fery and Thomas Heine and Ute Kaiser and Gianaurelio Cuniberti and Renhao Dong and Xinliang Feng},
title = {Two-Dimensional Boronate Ester Covalent Organic Framework Thin Films with Large Single Crystalline Domains for a Neuromorphic Memory Device},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Federico Lombardi, William K. Myers, Ji Ma, Junzhi Liu, Xinliang Feng, Lapo Bogani, "Dynamical nuclear decoupling of electron spins in molecular graphenoid radicals and biradicals", In Physical Review B, American Physical Society (APS), vol. 101, no. 9, Mar 2020. [doi] [Bibtex & Downloads]
Dynamical nuclear decoupling of electron spins in molecular graphenoid radicals and biradicals
Reference
Federico Lombardi, William K. Myers, Ji Ma, Junzhi Liu, Xinliang Feng, Lapo Bogani, "Dynamical nuclear decoupling of electron spins in molecular graphenoid radicals and biradicals", In Physical Review B, American Physical Society (APS), vol. 101, no. 9, Mar 2020. [doi]
Bibtex
@article{Lombardi_2020,
doi = {10.1103/physrevb.101.094406},
url = {https://doi.org/10.1103%2Fphysrevb.101.094406},
year = 2020,
month = {mar},
publisher = {American Physical Society ({APS})},
volume = {101},
number = {9},
author = {Federico Lombardi and William K. Myers and Ji Ma and Junzhi Liu and Xinliang Feng and Lapo Bogani},
title = {Dynamical nuclear decoupling of electron spins in molecular graphenoid radicals and biradicals},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yubin Fu, Huan Yang, Yixuan Gao, Li Huang, Reinhard Berger, Junzhi Liu, Hongliang Lu, Zhihai Cheng, Shixuan Du, Hong-Jun Gao, Xinliang Feng, "On-Surface Synthesis of NBN-Doped Zigzag-Edged Graphene Nanoribbons", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 23, pp. 8873–8879, Mar 2020. [doi] [Bibtex & Downloads]
On-Surface Synthesis of NBN-Doped Zigzag-Edged Graphene Nanoribbons
Reference
Yubin Fu, Huan Yang, Yixuan Gao, Li Huang, Reinhard Berger, Junzhi Liu, Hongliang Lu, Zhihai Cheng, Shixuan Du, Hong-Jun Gao, Xinliang Feng, "On-Surface Synthesis of NBN-Doped Zigzag-Edged Graphene Nanoribbons", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 23, pp. 8873–8879, Mar 2020. [doi]
Bibtex
@article{Fu_2020,
doi = {10.1002/anie.202000488},
url = {https://doi.org/10.1002%2Fanie.202000488},
year = 2020,
month = {mar},
publisher = {Wiley},
volume = {59},
number = {23},
pages = {8873--8879},
author = {Yubin Fu and Huan Yang and Yixuan Gao and Li Huang and Reinhard Berger and Junzhi Liu and Hongliang Lu and Zhihai Cheng and Shixuan Du and Hong-Jun Gao and Xinliang Feng},
title = {On-Surface Synthesis of {NBN}-Doped Zigzag-Edged Graphene Nanoribbons},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Faxing Wang, Jochi Tseng, Zaichun Liu, Panpan Zhang, Gang Wang, Guangbo Chen, Weixing Wu, Minghao Yu, Yuping Wu, Xinliang Feng, "A Stimulus-Responsive Zinc\textendashIodine Battery with Smart Overcharge Self-Protection Function", In Advanced Materials, Wiley, vol. 32, no. 16, pp. 2000287, Mar 2020. [doi] [Bibtex & Downloads]
A Stimulus-Responsive Zinc\textendashIodine Battery with Smart Overcharge Self-Protection Function
Reference
Faxing Wang, Jochi Tseng, Zaichun Liu, Panpan Zhang, Gang Wang, Guangbo Chen, Weixing Wu, Minghao Yu, Yuping Wu, Xinliang Feng, "A Stimulus-Responsive Zinc\textendashIodine Battery with Smart Overcharge Self-Protection Function", In Advanced Materials, Wiley, vol. 32, no. 16, pp. 2000287, Mar 2020. [doi]
Bibtex
@article{Wang_2020,
doi = {10.1002/adma.202000287},
url = {https://doi.org/10.1002%2Fadma.202000287},
year = 2020,
month = {mar},
publisher = {Wiley},
volume = {32},
number = {16},
pages = {2000287},
author = {Faxing Wang and Jochi Tseng and Zaichun Liu and Panpan Zhang and Gang Wang and Guangbo Chen and Weixing Wu and Minghao Yu and Yuping Wu and Xinliang Feng},
title = {A Stimulus-Responsive Zinc{\textendash}Iodine Battery with Smart Overcharge Self-Protection Function},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Minghao Yu, Hui Shao, Gang Wang, Fan Yang, Chaolun Liang, Patrick Rozier, Cai-Zhuang Wang, Xihong Lu, Patrice Simon, Xinliang Feng, "Interlayer gap widened $\upalpha$-phase molybdenum trioxide as high-rate anodes for dual-ion-intercalation energy storage devices", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2020. [doi] [Bibtex & Downloads]
Interlayer gap widened $\upalpha$-phase molybdenum trioxide as high-rate anodes for dual-ion-intercalation energy storage devices
Reference
Minghao Yu, Hui Shao, Gang Wang, Fan Yang, Chaolun Liang, Patrick Rozier, Cai-Zhuang Wang, Xihong Lu, Patrice Simon, Xinliang Feng, "Interlayer gap widened $\upalpha$-phase molybdenum trioxide as high-rate anodes for dual-ion-intercalation energy storage devices", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2020. [doi]
Bibtex
@article{Yu_2020,
doi = {10.1038/s41467-020-15216-w},
url = {https://doi.org/10.1038%2Fs41467-020-15216-w},
year = 2020,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Minghao Yu and Hui Shao and Gang Wang and Fan Yang and Chaolun Liang and Patrick Rozier and Cai-Zhuang Wang and Xihong Lu and Patrice Simon and Xinliang Feng},
title = {Interlayer gap widened $\upalpha$-phase molybdenum trioxide as high-rate anodes for dual-ion-intercalation energy storage devices},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haixia Zhong, Mahdi Ghorbani-Asl, Khoa Hoang Ly, Jichao Zhang, Jin Ge, Mingchao Wang, Zhongquan Liao, Denys Makarov, Ehrenfried Zschech, Eike Brunner, Inez M. Weidinger, Jian Zhang, Arkady V. Krasheninnikov, Stefan Kaskel, Renhao Dong, Xinliang Feng, "Synergistic electroreduction of carbon dioxide to carbon monoxide on bimetallic layered conjugated metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2020. [doi] [Bibtex & Downloads]
Synergistic electroreduction of carbon dioxide to carbon monoxide on bimetallic layered conjugated metal-organic frameworks
Reference
Haixia Zhong, Mahdi Ghorbani-Asl, Khoa Hoang Ly, Jichao Zhang, Jin Ge, Mingchao Wang, Zhongquan Liao, Denys Makarov, Ehrenfried Zschech, Eike Brunner, Inez M. Weidinger, Jian Zhang, Arkady V. Krasheninnikov, Stefan Kaskel, Renhao Dong, Xinliang Feng, "Synergistic electroreduction of carbon dioxide to carbon monoxide on bimetallic layered conjugated metal-organic frameworks", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2020. [doi]
Bibtex
@article{Zhong_2020,
doi = {10.1038/s41467-020-15141-y},
url = {https://doi.org/10.1038%2Fs41467-020-15141-y},
year = 2020,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Haixia Zhong and Mahdi Ghorbani-Asl and Khoa Hoang Ly and Jichao Zhang and Jin Ge and Mingchao Wang and Zhongquan Liao and Denys Makarov and Ehrenfried Zschech and Eike Brunner and Inez M. Weidinger and Jian Zhang and Arkady V. Krasheninnikov and Stefan Kaskel and Renhao Dong and Xinliang Feng},
title = {Synergistic electroreduction of carbon dioxide to carbon monoxide on bimetallic layered conjugated metal-organic frameworks},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Alexander Riss, Marcus Richter, Alejandro Pe\'rez Paz, Xiao-Ye Wang, Rajesh Raju, Yuanqin He, Jacob Ducke, Eduardo Corral, Michael Wuttke, Knud Seufert, Manuela Garnica, Angel Rubio, Johannes V. Barth, Akimitsu Narita, Klaus Müllen, Reinhard Berger, Xinliang Feng, Carlos-Andres Palma, Willi Auwärter, "Polycyclic aromatic chains on metals and insulating layers by repetitive [3$\mathplus$2] cycloadditions", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2020. [doi] [Bibtex & Downloads]
Polycyclic aromatic chains on metals and insulating layers by repetitive [3$\mathplus$2] cycloadditions
Reference
Alexander Riss, Marcus Richter, Alejandro Pe\'rez Paz, Xiao-Ye Wang, Rajesh Raju, Yuanqin He, Jacob Ducke, Eduardo Corral, Michael Wuttke, Knud Seufert, Manuela Garnica, Angel Rubio, Johannes V. Barth, Akimitsu Narita, Klaus Müllen, Reinhard Berger, Xinliang Feng, Carlos-Andres Palma, Willi Auwärter, "Polycyclic aromatic chains on metals and insulating layers by repetitive [3$\mathplus$2] cycloadditions", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Mar 2020. [doi]
Bibtex
@article{Riss_2020,
doi = {10.1038/s41467-020-15210-2},
url = {https://doi.org/10.1038%2Fs41467-020-15210-2},
year = 2020,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Alexander Riss and Marcus Richter and Alejandro Pe{\'}rez Paz and Xiao-Ye Wang and Rajesh Raju and Yuanqin He and Jacob Ducke and Eduardo Corral and Michael Wuttke and Knud Seufert and Manuela Garnica and Angel Rubio and Johannes V. Barth and Akimitsu Narita and Klaus Müllen and Reinhard Berger and Xinliang Feng and Carlos-Andres Palma and Willi Auwärter},
title = {Polycyclic aromatic chains on metals and insulating layers by repetitive [3$\mathplus$2]~cycloadditions},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Nir Tessler, Yana Vaynzof, "Insights from Device Modeling of Perovskite Solar Cells", In ACS Energy Letters, American Chemical Society (ACS), vol. 5, no. 4, pp. 1260–1270, Mar 2020. [doi] [Bibtex & Downloads]
Insights from Device Modeling of Perovskite Solar Cells
Reference
Nir Tessler, Yana Vaynzof, "Insights from Device Modeling of Perovskite Solar Cells", In ACS Energy Letters, American Chemical Society (ACS), vol. 5, no. 4, pp. 1260–1270, Mar 2020. [doi]
Bibtex
@article{Tessler_2020,
doi = {10.1021/acsenergylett.0c00172},
url = {https://doi.org/10.1021%2Facsenergylett.0c00172},
year = 2020,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {5},
number = {4},
pages = {1260--1270},
author = {Nir Tessler and Yana Vaynzof},
title = {Insights from Device Modeling of Perovskite Solar Cells},
journal = {{ACS} Energy Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Katelyn P. Goetz, Alexander D. Taylor, Fabian Paulus, Yana Vaynzof, "Shining Light on the Photoluminescence Properties of Metal Halide Perovskites", In Advanced Functional Materials, Wiley, vol. 30, no. 23, pp. 1910004, Mar 2020. [doi] [Bibtex & Downloads]
Shining Light on the Photoluminescence Properties of Metal Halide Perovskites
Reference
Katelyn P. Goetz, Alexander D. Taylor, Fabian Paulus, Yana Vaynzof, "Shining Light on the Photoluminescence Properties of Metal Halide Perovskites", In Advanced Functional Materials, Wiley, vol. 30, no. 23, pp. 1910004, Mar 2020. [doi]
Bibtex
@article{Goetz_2020,
doi = {10.1002/adfm.201910004},
url = {https://doi.org/10.1002%2Fadfm.201910004},
year = 2020,
month = {mar},
publisher = {Wiley},
volume = {30},
number = {23},
pages = {1910004},
author = {Katelyn P. Goetz and Alexander D. Taylor and Fabian Paulus and Yana Vaynzof},
title = {Shining Light on the Photoluminescence Properties of Metal Halide Perovskites},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Reichert, Jens Flemming, Qingzhi An, Yana Vaynzof, Jan-Frederik Pietschmann, Carsten Deibel, "Ionic-Defect Distribution Revealed by Improved Evaluation of Deep-Level Transient Spectroscopy on Perovskite Solar Cells", In Physical Review Applied, American Physical Society (APS), vol. 13, no. 3, Mar 2020. [doi] [Bibtex & Downloads]
Ionic-Defect Distribution Revealed by Improved Evaluation of Deep-Level Transient Spectroscopy on Perovskite Solar Cells
Reference
Sebastian Reichert, Jens Flemming, Qingzhi An, Yana Vaynzof, Jan-Frederik Pietschmann, Carsten Deibel, "Ionic-Defect Distribution Revealed by Improved Evaluation of Deep-Level Transient Spectroscopy on Perovskite Solar Cells", In Physical Review Applied, American Physical Society (APS), vol. 13, no. 3, Mar 2020. [doi]
Bibtex
@article{Reichert_2020,
doi = {10.1103/physrevapplied.13.034018},
url = {https://doi.org/10.1103%2Fphysrevapplied.13.034018},
year = 2020,
month = {mar},
publisher = {American Physical Society ({APS})},
volume = {13},
number = {3},
author = {Sebastian Reichert and Jens Flemming and Qingzhi An and Yana Vaynzof and Jan-Frederik Pietschmann and Carsten Deibel},
title = {Ionic-Defect Distribution Revealed by Improved Evaluation of Deep-Level Transient Spectroscopy on Perovskite Solar Cells},
journal = {Physical Review Applied}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Emre Topal, Zhongquan Liao, Markus Löffler, Jürgen Gluch, Jian Zhang, Xinliang Feng, Ehrenfried Zschech, "Multi-scale X-ray tomography and machine learning algorithms to study MoNi4 electrocatalysts anchored on MoO2 cuboids aligned on Ni foam", In BMC Materials, Springer Science and Business Media LLC, vol. 2, no. 1, Mar 2020. [doi] [Bibtex & Downloads]
Multi-scale X-ray tomography and machine learning algorithms to study MoNi4 electrocatalysts anchored on MoO2 cuboids aligned on Ni foam
Reference
Emre Topal, Zhongquan Liao, Markus Löffler, Jürgen Gluch, Jian Zhang, Xinliang Feng, Ehrenfried Zschech, "Multi-scale X-ray tomography and machine learning algorithms to study MoNi4 electrocatalysts anchored on MoO2 cuboids aligned on Ni foam", In BMC Materials, Springer Science and Business Media LLC, vol. 2, no. 1, Mar 2020. [doi]
Bibtex
@article{Topal_2020,
doi = {10.1186/s42833-020-00011-0},
url = {https://doi.org/10.1186%2Fs42833-020-00011-0},
year = 2020,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
volume = {2},
number = {1},
author = {Emre Topal and Zhongquan Liao and Markus Löffler and Jürgen Gluch and Jian Zhang and Xinliang Feng and Ehrenfried Zschech},
title = {Multi-scale X-ray tomography and machine learning algorithms to study {MoNi}4 electrocatalysts anchored on {MoO}2 cuboids aligned on Ni foam},
journal = {{BMC} Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marten Lohstroh, Íñigo Íncer Romero, Andrés Goens, Patricia Derler, Jeronimo Castrillon, Edward A. Lee, Alberto Sangiovanni-Vincentelli, "Reactors: A Deterministic Model for Composable Reactive Systems", Cyber Physical Systems. Model-Based Design – Proceedings of the 9th Workshop on Design, Modeling and Evaluation of Cyber Physical Systems (CyPhy 2019) and the Workshop on Embedded and Cyber-Physical Systems Education (WESE 2019) (Chamberlain, Roger and Edin Grimheden, Martin and Taha, Walid), Springer International Publishing, pp. 59–85, Cham, Feb 2020. [doi] [Bibtex & Downloads]
Reactors: A Deterministic Model for Composable Reactive Systems
Reference
Marten Lohstroh, Íñigo Íncer Romero, Andrés Goens, Patricia Derler, Jeronimo Castrillon, Edward A. Lee, Alberto Sangiovanni-Vincentelli, "Reactors: A Deterministic Model for Composable Reactive Systems", Cyber Physical Systems. Model-Based Design – Proceedings of the 9th Workshop on Design, Modeling and Evaluation of Cyber Physical Systems (CyPhy 2019) and the Workshop on Embedded and Cyber-Physical Systems Education (WESE 2019) (Chamberlain, Roger and Edin Grimheden, Martin and Taha, Walid), Springer International Publishing, pp. 59–85, Cham, Feb 2020. [doi]
Abstract
This paper describes a component-based concurrent model of computation for reactive systems. The components in this model, featuring ports and hierarchy, are called reactors. The model leverages a semantic notion of time, an event scheduler, and a synchronous-reactive style of communication to achieve determinism. Reactors enable a programming model that ensures determinism, unless explicitly abandoned by the programmer. We show how the coordination of reactors can safely and transparently exploit parallelism, both in shared-memory and distributed systems.
Bibtex
@InProceedings{Lohstroh_cyphy19,
author = {Marten Lohstroh and {\'I}{\~n}igo {\'I}ncer Romero and Andr\'{e}s Goens and Patricia Derler and Jeronimo Castrillon and Edward A. Lee and Alberto Sangiovanni-Vincentelli},
title = {Reactors: A Deterministic Model for Composable Reactive Systems},
editor= {Chamberlain, Roger and Edin Grimheden, Martin and Taha, Walid},
booktitle={Cyber Physical Systems. Model-Based Design -- Proceedings of the 9th Workshop on Design, Modeling and Evaluation of Cyber Physical Systems (CyPhy 2019) and the Workshop on Embedded and Cyber-Physical Systems Education (WESE 2019)},
year = {2020},
location = {New York City, NY, USA},
month = feb,
publisher={Springer International Publishing},
address={Cham},
pages={59--85},
abstract={This paper describes a component-based concurrent model of computation for reactive systems. The components in this model, featuring ports and hierarchy, are called reactors. The model leverages a semantic notion of time, an event scheduler, and a synchronous-reactive style of communication to achieve determinism. Reactors enable a programming model that ensures determinism, unless explicitly abandoned by the programmer. We show how the coordination of reactors can safely and transparently exploit parallelism, both in shared-memory and distributed systems.},
isbn={978-3-030-41131-2},
url = {https://link.springer.com/chapter/10.1007/978-3-030-41131-2_4},
doi = {10.1007/978-3-030-41131-2_4},
numpages = {27pp},
}Downloads
1910_Lohstroh_CyPhy [PDF]
Related Paths
Permalink
- Andreas Krause, Ulrike Langklotz, Diana Pohl, Olga Tkacheva, Darius Pohl, Kornelius Nielsch, Thomas Mikolajick, Walter M. Weber, "Surface related differences between uncoated versus carbon-coated silicon nanowire electrodes on performance in lithium ion batteries", In Journal of Energy Storage, Elsevier BV, vol. 27, pp. 101052, Feb 2020. [doi] [Bibtex & Downloads]
Surface related differences between uncoated versus carbon-coated silicon nanowire electrodes on performance in lithium ion batteries
Reference
Andreas Krause, Ulrike Langklotz, Diana Pohl, Olga Tkacheva, Darius Pohl, Kornelius Nielsch, Thomas Mikolajick, Walter M. Weber, "Surface related differences between uncoated versus carbon-coated silicon nanowire electrodes on performance in lithium ion batteries", In Journal of Energy Storage, Elsevier BV, vol. 27, pp. 101052, Feb 2020. [doi]
Bibtex
@article{Krause_2020,
doi = {10.1016/j.est.2019.101052},
url = {https://doi.org/10.1016%2Fj.est.2019.101052},
year = 2020,
month = {feb},
publisher = {Elsevier {BV}},
volume = {27},
pages = {101052},
author = {Andreas Krause and Ulrike Langklotz and Diana Pohl and Olga Tkacheva and Darius Pohl and Kornelius Nielsch and Thomas Mikolajick and Walter M. Weber},
title = {Surface related differences between uncoated versus carbon-coated silicon nanowire electrodes on performance in lithium ion batteries},
journal = {Journal of Energy Storage}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alexander Brauckmann, Andrés Goens, Sebastian Ertel, Jeronimo Castrillon, "Compiler-Based Graph Representations for Deep Learning Models of Code", Proceedings of the 29th ACM SIGPLAN International Conference on Compiler Construction (CC 2020), Association for Computing Machinery, pp. 201–211, New York, NY, USA, Feb 2020. [doi] [Bibtex & Downloads]
Compiler-Based Graph Representations for Deep Learning Models of Code
Reference
Alexander Brauckmann, Andrés Goens, Sebastian Ertel, Jeronimo Castrillon, "Compiler-Based Graph Representations for Deep Learning Models of Code", Proceedings of the 29th ACM SIGPLAN International Conference on Compiler Construction (CC 2020), Association for Computing Machinery, pp. 201–211, New York, NY, USA, Feb 2020. [doi]
Bibtex
@InProceedings{brauckmann_cc20,
author = {Alexander Brauckmann and Andr\'{e}s Goens and Sebastian Ertel and Jeronimo Castrillon},
title = {Compiler-Based Graph Representations for Deep Learning Models of Code},
booktitle = {Proceedings of the 29th ACM SIGPLAN International Conference on Compiler Construction (CC 2020)},
year = {2020},
isbn = {9781450371209},
url = {https://doi.org/10.1145/3377555.3377894},
doi = {10.1145/3377555.3377894},
series = {CC 2020},
pages = {201–211},
numpages = {11},
publisher = {Association for Computing Machinery},
location = {San Diego, CA, USA},
month = feb,
address = {New York, NY, USA},
keywords = {conf},
}Downloads
2002_Brauckmann_CC [PDF]
Permalink
- Tuan D. A. Nguyen, Akash Kumar, "Maximizing the Serviceability of Partially Reconfigurable FPGA Systems in Multi-tenant Environment", In Proceeding: 28th International Symposium on Field-Programmable Gate Arrays, February 2020. [Bibtex & Downloads]
Maximizing the Serviceability of Partially Reconfigurable FPGA Systems in Multi-tenant Environment
Reference
Tuan D. A. Nguyen, Akash Kumar, "Maximizing the Serviceability of Partially Reconfigurable FPGA Systems in Multi-tenant Environment", In Proceeding: 28th International Symposium on Field-Programmable Gate Arrays, February 2020.
Bibtex
@INPROCEEDINGS{tuanFPGA,
author={Tuan D. A. Nguyen and Akash Kumar},
booktitle={28th International Symposium on Field-Programmable Gate Arrays},
title={Maximizing the Serviceability of Partially Reconfigurable FPGA Systems in Multi-tenant Environment},
year={2020},
month={February},}Downloads
serviceability-fpga-058-2020-camera_ready [PDF]
Permalink
- Hafeesudeen Sahabudeen, Haoyuan Qi, Marco Ballabio, Miroslav Polo\vzij, Selina Olthof, Rishi Shivhare, Yu Jing, SangWook Park, Kejun Liu, Tao Zhang, Ji Ma, Bernd Rellinghaus, Stefan Mannsfeld, Thomas Heine, Mischa Bonn, Enrique Cánovas, Zhikun Zheng, Ute Kaiser, Renhao Dong, Xinliang Feng, "Highly Crystalline and Semiconducting Imine-Based Two-Dimensional Polymers Enabled by Interfacial Synthesis", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 15, pp. 6028–6036, Feb 2020. [doi] [Bibtex & Downloads]
Highly Crystalline and Semiconducting Imine-Based Two-Dimensional Polymers Enabled by Interfacial Synthesis
Reference
Hafeesudeen Sahabudeen, Haoyuan Qi, Marco Ballabio, Miroslav Polo\vzij, Selina Olthof, Rishi Shivhare, Yu Jing, SangWook Park, Kejun Liu, Tao Zhang, Ji Ma, Bernd Rellinghaus, Stefan Mannsfeld, Thomas Heine, Mischa Bonn, Enrique Cánovas, Zhikun Zheng, Ute Kaiser, Renhao Dong, Xinliang Feng, "Highly Crystalline and Semiconducting Imine-Based Two-Dimensional Polymers Enabled by Interfacial Synthesis", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 15, pp. 6028–6036, Feb 2020. [doi]
Bibtex
@article{Sahabudeen_2020,
doi = {10.1002/anie.201915217},
url = {https://doi.org/10.1002%2Fanie.201915217},
year = 2020,
month = {feb},
publisher = {Wiley},
volume = {59},
number = {15},
pages = {6028--6036},
author = {Hafeesudeen Sahabudeen and Haoyuan Qi and Marco Ballabio and Miroslav Polo{\v{z}}ij and Selina Olthof and Rishi Shivhare and Yu Jing and SangWook Park and Kejun Liu and Tao Zhang and Ji Ma and Bernd Rellinghaus and Stefan Mannsfeld and Thomas Heine and Mischa Bonn and Enrique C{\'{a}}novas and Zhikun Zheng and Ute Kaiser and Renhao Dong and Xinliang Feng},
title = {Highly Crystalline and Semiconducting Imine-Based Two-Dimensional Polymers Enabled by Interfacial Synthesis},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Francesco De Nicola, Ilenia Viola, Lorenzo Donato Tenuzzo, Florian Rasch, Martin R. Lohe, Ali Shaygan Nia, Fabian Schütt, Xinliang Feng, Rainer Adelung, Stefano Lupi, "Wetting Properties of Graphene Aerogels", In Scientific Reports, Springer Science and Business Media LLC, vol. 10, no. 1, Feb 2020. [doi] [Bibtex & Downloads]
Wetting Properties of Graphene Aerogels
Reference
Francesco De Nicola, Ilenia Viola, Lorenzo Donato Tenuzzo, Florian Rasch, Martin R. Lohe, Ali Shaygan Nia, Fabian Schütt, Xinliang Feng, Rainer Adelung, Stefano Lupi, "Wetting Properties of Graphene Aerogels", In Scientific Reports, Springer Science and Business Media LLC, vol. 10, no. 1, Feb 2020. [doi]
Bibtex
@article{De_Nicola_2020,
doi = {10.1038/s41598-020-58860-4},
url = {https://doi.org/10.1038%2Fs41598-020-58860-4},
year = 2020,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {Francesco De Nicola and Ilenia Viola and Lorenzo Donato Tenuzzo and Florian Rasch and Martin R. Lohe and Ali Shaygan Nia and Fabian Schütt and Xinliang Feng and Rainer Adelung and Stefano Lupi},
title = {Wetting Properties of Graphene Aerogels},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ji Ma, Yubin Fu, Evgenia Dmitrieva, Fupin Liu, Hartmut Komber, Felix Hennersdorf, Alexey A. Popov, Jan J. Weigand, Junzhi Liu, Xinliang Feng, "Helical Nanographenes Containing an Azulene Unit: Synthesis, Crystal Structures, and Properties", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 14, pp. 5637–5642, Feb 2020. [doi] [Bibtex & Downloads]
Helical Nanographenes Containing an Azulene Unit: Synthesis, Crystal Structures, and Properties
Reference
Ji Ma, Yubin Fu, Evgenia Dmitrieva, Fupin Liu, Hartmut Komber, Felix Hennersdorf, Alexey A. Popov, Jan J. Weigand, Junzhi Liu, Xinliang Feng, "Helical Nanographenes Containing an Azulene Unit: Synthesis, Crystal Structures, and Properties", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 14, pp. 5637–5642, Feb 2020. [doi]
Bibtex
@article{Ma_2020,
doi = {10.1002/anie.201914716},
url = {https://doi.org/10.1002%2Fanie.201914716},
year = 2020,
month = {feb},
publisher = {Wiley},
volume = {59},
number = {14},
pages = {5637--5642},
author = {Ji Ma and Yubin Fu and Evgenia Dmitrieva and Fupin Liu and Hartmut Komber and Felix Hennersdorf and Alexey A. Popov and Jan J. Weigand and Junzhi Liu and Xinliang Feng},
title = {Helical Nanographenes Containing an Azulene Unit: Synthesis, Crystal Structures, and Properties},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sebastian Scherb, Antoine Hinaut, Rémy Pawlak, J. G. Vilhena, Yi Liu, Sara Freund, Zhao Liu, Xinliang Feng, Klaus Müllen, Thilo Glatzel, Akimitsu Narita, Ernst Meyer, "Giant thermal expansion of a two-dimensional supramolecular network triggered by alkyl chain motion", In Communications Materials, Springer Science and Business Media LLC, vol. 1, no. 1, Feb 2020. [doi] [Bibtex & Downloads]
Giant thermal expansion of a two-dimensional supramolecular network triggered by alkyl chain motion
Reference
Sebastian Scherb, Antoine Hinaut, Rémy Pawlak, J. G. Vilhena, Yi Liu, Sara Freund, Zhao Liu, Xinliang Feng, Klaus Müllen, Thilo Glatzel, Akimitsu Narita, Ernst Meyer, "Giant thermal expansion of a two-dimensional supramolecular network triggered by alkyl chain motion", In Communications Materials, Springer Science and Business Media LLC, vol. 1, no. 1, Feb 2020. [doi]
Bibtex
@article{Scherb_2020,
doi = {10.1038/s43246-020-0009-2},
url = {https://doi.org/10.1038%2Fs43246-020-0009-2},
year = 2020,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {1},
number = {1},
author = {Sebastian Scherb and Antoine Hinaut and R{\'{e}}my Pawlak and J. G. Vilhena and Yi Liu and Sara Freund and Zhao Liu and Xinliang Feng and Klaus Müllen and Thilo Glatzel and Akimitsu Narita and Ernst Meyer},
title = {Giant thermal expansion of a two-dimensional supramolecular network triggered by alkyl chain motion},
journal = {Communications Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Julian F Butscher, Qing Sun, Yufeng Wu, Fabian Stuck, Marvin Hoffmann, Andreas Dreuw, Fabian Paulus, A Stephen K Hashmi, Nir Tessler, Yana Vaynzof, "Dipolar hole-blocking layers for inverted perovskite solar cells: effects of aggregation and electron transport levels", In Journal of Physics: Materials, IOP Publishing, vol. 3, no. 2, pp. 025002, Feb 2020. [doi] [Bibtex & Downloads]
Dipolar hole-blocking layers for inverted perovskite solar cells: effects of aggregation and electron transport levels
Reference
Julian F Butscher, Qing Sun, Yufeng Wu, Fabian Stuck, Marvin Hoffmann, Andreas Dreuw, Fabian Paulus, A Stephen K Hashmi, Nir Tessler, Yana Vaynzof, "Dipolar hole-blocking layers for inverted perovskite solar cells: effects of aggregation and electron transport levels", In Journal of Physics: Materials, IOP Publishing, vol. 3, no. 2, pp. 025002, Feb 2020. [doi]
Bibtex
@article{Butscher_2020,
doi = {10.1088/2515-7639/ab703b},
url = {https://doi.org/10.1088%2F2515-7639%2Fab703b},
year = 2020,
month = {feb},
publisher = {{IOP} Publishing},
volume = {3},
number = {2},
pages = {025002},
author = {Julian F Butscher and Qing Sun and Yufeng Wu and Fabian Stuck and Marvin Hoffmann and Andreas Dreuw and Fabian Paulus and A Stephen K Hashmi and Nir Tessler and Yana Vaynzof},
title = {Dipolar hole-blocking layers for inverted perovskite solar cells: effects of aggregation and electron transport levels},
journal = {Journal of Physics: Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alexander Brauckmann, "Investigating Input Representations and Representation Models of Source Code for Machine Learning", Master's thesis, TU Dresden, Feb 2020. [Bibtex & Downloads]
Investigating Input Representations and Representation Models of Source Code for Machine Learning
Reference
Alexander Brauckmann, "Investigating Input Representations and Representation Models of Source Code for Machine Learning", Master's thesis, TU Dresden, Feb 2020.
Bibtex
@mastersthesis{Brauckmann-diplom20,
title={Investigating Input Representations and Representation Models of Source Code for Machine Learning},
author={Alexander Brauckmann},
year={2020},
month=feb,
school={TU Dresden},
}Downloads
2002_Brauckmann_DA [PDF]
Permalink
- Alexander Thierfelder, "A Domain-Specific Generative Model of Code for LLVM", Master's thesis, TU Dresden, Feb 2020. [Bibtex & Downloads]
A Domain-Specific Generative Model of Code for LLVM
Reference
Alexander Thierfelder, "A Domain-Specific Generative Model of Code for LLVM", Master's thesis, TU Dresden, Feb 2020.
Bibtex
@mastersthesis{Thierfelder-master20,
title={A Domain-Specific Generative Model of Code for LLVM},
author={Alexander Thierfelder},
year={2020},
month=feb,
school={TU Dresden},
}Downloads
2002_Thierfelder_MA [PDF]
Permalink
- Pavel Sengupta, Shivkanya Shinde, Pavel Majumdar, Markus Löffler, Pallab Datta, Snehangshu Patra, "Direct Growth of Bismuth Vanadate Thin Film Arrays on FTO via Galvanic Deposition Mediated by BiOI Nanosheets for Fabrication of Photoelectrochemical Non-Enzymatic Dopamine Sensing Platform", In Journal of The Electrochemical Society, The Electrochemical Society, vol. 167, no. 4, pp. 047513, Feb 2020. [doi] [Bibtex & Downloads]
Direct Growth of Bismuth Vanadate Thin Film Arrays on FTO via Galvanic Deposition Mediated by BiOI Nanosheets for Fabrication of Photoelectrochemical Non-Enzymatic Dopamine Sensing Platform
Reference
Pavel Sengupta, Shivkanya Shinde, Pavel Majumdar, Markus Löffler, Pallab Datta, Snehangshu Patra, "Direct Growth of Bismuth Vanadate Thin Film Arrays on FTO via Galvanic Deposition Mediated by BiOI Nanosheets for Fabrication of Photoelectrochemical Non-Enzymatic Dopamine Sensing Platform", In Journal of The Electrochemical Society, The Electrochemical Society, vol. 167, no. 4, pp. 047513, Feb 2020. [doi]
Bibtex
@article{Sengupta_2020,
doi = {10.1149/1945-7111/ab7298},
url = {https://doi.org/10.1149%2F1945-7111%2Fab7298},
year = 2020,
month = {feb},
publisher = {The Electrochemical Society},
volume = {167},
number = {4},
pages = {047513},
author = {Pavel Sengupta and Shivkanya Shinde and Pavel Majumdar and Markus Löffler and Pallab Datta and Snehangshu Patra},
title = {Direct Growth of Bismuth Vanadate Thin Film Arrays on {FTO} via Galvanic Deposition Mediated by {BiOI} Nanosheets for Fabrication of Photoelectrochemical Non-Enzymatic Dopamine Sensing Platform},
journal = {Journal of The Electrochemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yufei Zhong, Martina Causa', Gareth John Moore, Philipp Krauspe, Bo Xiao, Florian Günther, Jonas Kublitski, Rishi Shivhare, Johannes Benduhn, Eyal BarOr, Subhrangsu Mukherjee, Kaila M. Yallum, Julien Réhault, Stefan C. B. Mannsfeld, Dieter Neher, Lee J. Richter, Dean M. DeLongchamp, Frank Ortmann, Koen Vandewal, Erjun Zhou, Natalie Banerji, "Sub-picosecond charge-transfer at near-zero driving force in polymer:non-fullerene acceptor blends and bilayers", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Feb 2020. [doi] [Bibtex & Downloads]
Sub-picosecond charge-transfer at near-zero driving force in polymer:non-fullerene acceptor blends and bilayers
Reference
Yufei Zhong, Martina Causa', Gareth John Moore, Philipp Krauspe, Bo Xiao, Florian Günther, Jonas Kublitski, Rishi Shivhare, Johannes Benduhn, Eyal BarOr, Subhrangsu Mukherjee, Kaila M. Yallum, Julien Réhault, Stefan C. B. Mannsfeld, Dieter Neher, Lee J. Richter, Dean M. DeLongchamp, Frank Ortmann, Koen Vandewal, Erjun Zhou, Natalie Banerji, "Sub-picosecond charge-transfer at near-zero driving force in polymer:non-fullerene acceptor blends and bilayers", In Nature Communications, Springer Science and Business Media LLC, vol. 11, no. 1, Feb 2020. [doi]
Bibtex
@article{Zhong_2020,
doi = {10.1038/s41467-020-14549-w},
url = {https://doi.org/10.1038%2Fs41467-020-14549-w},
year = 2020,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {1},
author = {Yufei Zhong and Martina Causa' and Gareth John Moore and Philipp Krauspe and Bo Xiao and Florian Günther and Jonas Kublitski and Rishi Shivhare and Johannes Benduhn and Eyal BarOr and Subhrangsu Mukherjee and Kaila M. Yallum and Julien R{\'{e}}hault and Stefan C. B. Mannsfeld and Dieter Neher and Lee J. Richter and Dean M. DeLongchamp and Frank Ortmann and Koen Vandewal and Erjun Zhou and Natalie Banerji},
title = {Sub-picosecond charge-transfer at near-zero driving force in polymer:non-fullerene acceptor blends and bilayers},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zahra Ebrahimi, Salim Ullah, Akash Kumar, "LeAp: Leading-one Detection-based Softcore Approximate Multipliers with Tunable Accuracy", In Proceeding: 2020 25th Asia and South Pacific Design Automation Conference (ASP-DAC), IEEE, Jan 2020. [doi] [Bibtex & Downloads]
LeAp: Leading-one Detection-based Softcore Approximate Multipliers with Tunable Accuracy
Reference
Zahra Ebrahimi, Salim Ullah, Akash Kumar, "LeAp: Leading-one Detection-based Softcore Approximate Multipliers with Tunable Accuracy", In Proceeding: 2020 25th Asia and South Pacific Design Automation Conference (ASP-DAC), IEEE, Jan 2020. [doi]
Bibtex
@inproceedings{Ebrahimi_2020,
doi = {10.1109/asp-dac47756.2020.9045171},
url = {https://doi.org/10.1109%2Fasp-dac47756.2020.9045171},
year = 2020,
month = {jan},
publisher = ,
author = {Zahra Ebrahimi and Salim Ullah and Akash Kumar},
title = {{LeAp}: Leading-one Detection-based Softcore Approximate Multipliers with Tunable Accuracy},
booktitle = {2020 25th Asia and South Pacific Design Automation Conference ({ASP}-{DAC})}
}Downloads
LeAp- [PDF]
Permalink
- Sheng Yang, Guangbo Chen, Antonio Gaetano Ricciardulli, Panpan Zhang, Zhen Zhang, Huanhuan Shi, Ji Ma, Jian Zhang, Paul W. M. Blom, Xinliang Feng, "Topochemical Synthesis of Two-Dimensional Transition-Metal Phosphides Using Phosphorene Templates", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 1, pp. 465–470, Jan 2020. [doi] [Bibtex & Downloads]
Topochemical Synthesis of Two-Dimensional Transition-Metal Phosphides Using Phosphorene Templates
Reference
Sheng Yang, Guangbo Chen, Antonio Gaetano Ricciardulli, Panpan Zhang, Zhen Zhang, Huanhuan Shi, Ji Ma, Jian Zhang, Paul W. M. Blom, Xinliang Feng, "Topochemical Synthesis of Two-Dimensional Transition-Metal Phosphides Using Phosphorene Templates", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 1, pp. 465–470, Jan 2020. [doi]
Bibtex
@article{Yang_2020,
doi = {10.1002/anie.201911428},
url = {https://doi.org/10.1002%2Fanie.201911428},
year = 2020,
month = {jan},
publisher = {Wiley},
volume = {59},
number = {1},
pages = {465--470},
author = {Sheng Yang and Guangbo Chen and Antonio Gaetano Ricciardulli and Panpan Zhang and Zhen Zhang and Huanhuan Shi and Ji Ma and Jian Zhang and Paul W. M. Blom and Xinliang Feng},
title = {Topochemical Synthesis of Two-Dimensional Transition-Metal Phosphides Using Phosphorene Templates},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ming-Xi Chen, Mengzhao Zhu, Ming Zuo, Sheng-Qi Chu, Jing Zhang, Yuen Wu, Hai-Wei Liang, Xinliang Feng, "Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 4, pp. 1627–1633, Jan 2020. [doi] [Bibtex & Downloads]
Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles
Reference
Ming-Xi Chen, Mengzhao Zhu, Ming Zuo, Sheng-Qi Chu, Jing Zhang, Yuen Wu, Hai-Wei Liang, Xinliang Feng, "Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 4, pp. 1627–1633, Jan 2020. [doi]
Bibtex
@article{Chen_2020,
doi = {10.1002/anie.201912275},
url = {https://doi.org/10.1002%2Fanie.201912275},
year = 2020,
month = {jan},
publisher = {Wiley},
volume = {59},
number = {4},
pages = {1627--1633},
author = {Ming-Xi Chen and Mengzhao Zhu and Ming Zuo and Sheng-Qi Chu and Jing Zhang and Yuen Wu and Hai-Wei Liang and Xinliang Feng},
title = {Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Marco Di Giovannantonio, Ashok Keerthi, José I. Urgel, Martin Baumgarten, Xinliang Feng, Pascal Ruffieux, Akimitsu Narita, Roman Fasel, Klaus Müllen, "On-Surface Dehydro-Diels\textendashAlder Reaction of Dibromo-bis(phenylethynyl)benzene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 4, pp. 1721–1725, Jan 2020. [doi] [Bibtex & Downloads]
On-Surface Dehydro-Diels\textendashAlder Reaction of Dibromo-bis(phenylethynyl)benzene
Reference
Marco Di Giovannantonio, Ashok Keerthi, José I. Urgel, Martin Baumgarten, Xinliang Feng, Pascal Ruffieux, Akimitsu Narita, Roman Fasel, Klaus Müllen, "On-Surface Dehydro-Diels\textendashAlder Reaction of Dibromo-bis(phenylethynyl)benzene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 4, pp. 1721–1725, Jan 2020. [doi]
Bibtex
@article{Di_Giovannantonio_2020,
doi = {10.1021/jacs.9b11755},
url = {https://doi.org/10.1021%2Fjacs.9b11755},
year = 2020,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {142},
number = {4},
pages = {1721--1725},
author = {Marco Di Giovannantonio and Ashok Keerthi and Jos{\'{e}} I. Urgel and Martin Baumgarten and Xinliang Feng and Pascal Ruffieux and Akimitsu Narita and Roman Fasel and Klaus Müllen},
title = {On-Surface Dehydro-Diels{\textendash}Alder Reaction of Dibromo-bis(phenylethynyl)benzene},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shantanu Mishra, Doreen Beyer, Reinhard Berger, Junzhi Liu, Oliver Gröning, José I. Urgel, Klaus Müllen, Pascal Ruffieux, Xinliang Feng, Roman Fasel, "Topological Defect-Induced Magnetism in a Nanographene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 3, pp. 1147–1152, Jan 2020. [doi] [Bibtex & Downloads]
Topological Defect-Induced Magnetism in a Nanographene
Reference
Shantanu Mishra, Doreen Beyer, Reinhard Berger, Junzhi Liu, Oliver Gröning, José I. Urgel, Klaus Müllen, Pascal Ruffieux, Xinliang Feng, Roman Fasel, "Topological Defect-Induced Magnetism in a Nanographene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 142, no. 3, pp. 1147–1152, Jan 2020. [doi]
Bibtex
@article{Mishra_2020,
doi = {10.1021/jacs.9b09212},
url = {https://doi.org/10.1021%2Fjacs.9b09212},
year = 2020,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {142},
number = {3},
pages = {1147--1152},
author = {Shantanu Mishra and Doreen Beyer and Reinhard Berger and Junzhi Liu and Oliver Gröning and Jos{\'{e}} I. Urgel and Klaus Müllen and Pascal Ruffieux and Xinliang Feng and Roman Fasel},
title = {Topological Defect-Induced Magnetism in a Nanographene},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wenbo Sheng, Wei Li, Deming Tan, Panpan Zhang, En Zhang, Evgeniya Sheremet, Bernhard V.K.J. Schmidt, Xinliang Feng, Raul D. Rodriguez, Rainer Jordan, Ihsan Amin, "Polymer Brushes on Graphitic Carbon Nitride for Patterning and as a SERS Active Sensing Layer via Incorporated Nanoparticles", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 8, pp. 9797–9805, Jan 2020. [doi] [Bibtex & Downloads]
Polymer Brushes on Graphitic Carbon Nitride for Patterning and as a SERS Active Sensing Layer via Incorporated Nanoparticles
Reference
Wenbo Sheng, Wei Li, Deming Tan, Panpan Zhang, En Zhang, Evgeniya Sheremet, Bernhard V.K.J. Schmidt, Xinliang Feng, Raul D. Rodriguez, Rainer Jordan, Ihsan Amin, "Polymer Brushes on Graphitic Carbon Nitride for Patterning and as a SERS Active Sensing Layer via Incorporated Nanoparticles", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 8, pp. 9797–9805, Jan 2020. [doi]
Bibtex
@article{Sheng_2020,
doi = {10.1021/acsami.9b21984},
url = {https://doi.org/10.1021%2Facsami.9b21984},
year = 2020,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {8},
pages = {9797--9805},
author = {Wenbo Sheng and Wei Li and Deming Tan and Panpan Zhang and En Zhang and Evgeniya Sheremet and Bernhard V.K.J. Schmidt and Xinliang Feng and Raul D. Rodriguez and Rainer Jordan and Ihsan Amin},
title = {Polymer Brushes on Graphitic Carbon Nitride for Patterning and as a {SERS} Active Sensing Layer via Incorporated Nanoparticles},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Guangbo Chen, Pan Liu, Zhongquan Liao, Fanfei Sun, Yanghua He, Haixia Zhong, Tao Zhang, Ehrenfried Zschech, Mingwei Chen, Gang Wu, Jian Zhang, Xinliang Feng, "Zinc-Mediated Template Synthesis of Fe-N-C Electrocatalysts with Densely Accessible Fe-N
x
Active Sites for Efficient Oxygen Reduction", In Advanced Materials, Wiley, vol. 32, no. 8, pp. 1907399, Jan 2020. [doi] [Bibtex & Downloads]
Zinc-Mediated Template Synthesis of Fe-N-C Electrocatalysts with Densely Accessible Fe-N x Active Sites for Efficient Oxygen Reduction
Reference
Guangbo Chen, Pan Liu, Zhongquan Liao, Fanfei Sun, Yanghua He, Haixia Zhong, Tao Zhang, Ehrenfried Zschech, Mingwei Chen, Gang Wu, Jian Zhang, Xinliang Feng, "Zinc-Mediated Template Synthesis of Fe-N-C Electrocatalysts with Densely Accessible Fe-N x Active Sites for Efficient Oxygen Reduction", In Advanced Materials, Wiley, vol. 32, no. 8, pp. 1907399, Jan 2020. [doi]
Bibtex
@article{Chen_2020,
doi = {10.1002/adma.201907399},
url = {https://doi.org/10.1002%2Fadma.201907399},
year = 2020,
month = {jan},
publisher = {Wiley},
volume = {32},
number = {8},
pages = {1907399},
author = {Guangbo Chen and Pan Liu and Zhongquan Liao and Fanfei Sun and Yanghua He and Haixia Zhong and Tao Zhang and Ehrenfried Zschech and Mingwei Chen and Gang Wu and Jian Zhang and Xinliang Feng},
title = {Zinc-Mediated Template Synthesis of Fe-N-C Electrocatalysts with Densely Accessible Fe-N
x
Active Sites for Efficient Oxygen Reduction},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ming-Xi Chen, Mengzhao Zhu, Ming Zuo, Sheng-Qi Chu, Jing Zhang, Yuen Wu, Hai-Wei Liang, Xinliang Feng, "Inside Back Cover: Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles (Angew. Chem. Int. Ed. 4/2020)", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 4, pp. 1743–1743, Jan 2020. [doi] [Bibtex & Downloads]
Inside Back Cover: Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles (Angew. Chem. Int. Ed. 4/2020)
Reference
Ming-Xi Chen, Mengzhao Zhu, Ming Zuo, Sheng-Qi Chu, Jing Zhang, Yuen Wu, Hai-Wei Liang, Xinliang Feng, "Inside Back Cover: Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles (Angew. Chem. Int. Ed. 4/2020)", In Angewandte Chemie International Edition, Wiley, vol. 59, no. 4, pp. 1743–1743, Jan 2020. [doi]
Bibtex
@article{Chen_2020,
doi = {10.1002/anie.201915466},
url = {https://doi.org/10.1002%2Fanie.201915466},
year = 2020,
month = {jan},
publisher = {Wiley},
volume = {59},
number = {4},
pages = {1743--1743},
author = {Ming-Xi Chen and Mengzhao Zhu and Ming Zuo and Sheng-Qi Chu and Jing Zhang and Yuen Wu and Hai-Wei Liang and Xinliang Feng},
title = {Inside Back Cover: Identification of Catalytic Sites for Oxygen Reduction in Metal/Nitrogen-Doped Carbons with Encapsulated Metal Nanoparticles (Angew. Chem. Int. Ed. 4/2020)},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sheng Yang, Panpan Zhang, Ali Shaygan Nia, Xinliang Feng, "Emerging 2D Materials Produced via Electrochemistry", In Advanced Materials, Wiley, vol. 32, no. 10, pp. 1907857, Jan 2020. [doi] [Bibtex & Downloads]
Emerging 2D Materials Produced via Electrochemistry
Reference
Sheng Yang, Panpan Zhang, Ali Shaygan Nia, Xinliang Feng, "Emerging 2D Materials Produced via Electrochemistry", In Advanced Materials, Wiley, vol. 32, no. 10, pp. 1907857, Jan 2020. [doi]
Bibtex
@article{Yang_2020,
doi = {10.1002/adma.201907857},
url = {https://doi.org/10.1002%2Fadma.201907857},
year = 2020,
month = {jan},
publisher = {Wiley},
volume = {32},
number = {10},
pages = {1907857},
author = {Sheng Yang and Panpan Zhang and Ali Shaygan Nia and Xinliang Feng},
title = {Emerging 2D Materials Produced via Electrochemistry},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Himani Arora, Renhao Dong, Tommaso Venanzi, Jens Zscharschuch, Harald Schneider, Manfred Helm, Xinliang Feng, Enrique Cánovas, Artur Erbe, "Demonstration of a Broadband Photodetector Based on a Two-Dimensional Metal\textendashOrganic Framework", In Advanced Materials, Wiley, vol. 32, no. 9, pp. 1907063, Jan 2020. [doi] [Bibtex & Downloads]
Demonstration of a Broadband Photodetector Based on a Two-Dimensional Metal\textendashOrganic Framework
Reference
Himani Arora, Renhao Dong, Tommaso Venanzi, Jens Zscharschuch, Harald Schneider, Manfred Helm, Xinliang Feng, Enrique Cánovas, Artur Erbe, "Demonstration of a Broadband Photodetector Based on a Two-Dimensional Metal\textendashOrganic Framework", In Advanced Materials, Wiley, vol. 32, no. 9, pp. 1907063, Jan 2020. [doi]
Bibtex
@article{Arora_2020,
doi = {10.1002/adma.201907063},
url = {https://doi.org/10.1002%2Fadma.201907063},
year = 2020,
month = {jan},
publisher = {Wiley},
volume = {32},
number = {9},
pages = {1907063},
author = {Himani Arora and Renhao Dong and Tommaso Venanzi and Jens Zscharschuch and Harald Schneider and Manfred Helm and Xinliang Feng and Enrique C{\'{a}}novas and Artur Erbe},
title = {Demonstration of a Broadband Photodetector Based on a Two-Dimensional Metal{\textendash}Organic Framework},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Inés García-Benito, Claudio Quarti, Valentin I. E. Queloz, Yvonne J. Hofstetter, David Becker-Koch, Pietro Caprioglio, Dieter Neher, Simonetta Orlandi, Marco Cavazzini, Gianluca Pozzi, Jacky Even, Mohammad Khaja Nazeeruddin, Yana Vaynzof, Giulia Grancini, "Fluorination of Organic Spacer Impacts on the Structural and Optical Response of 2D Perovskites", In Frontiers in Chemistry, Frontiers Media SA, vol. 7, Jan 2020. [doi] [Bibtex & Downloads]
Fluorination of Organic Spacer Impacts on the Structural and Optical Response of 2D Perovskites
Reference
Inés García-Benito, Claudio Quarti, Valentin I. E. Queloz, Yvonne J. Hofstetter, David Becker-Koch, Pietro Caprioglio, Dieter Neher, Simonetta Orlandi, Marco Cavazzini, Gianluca Pozzi, Jacky Even, Mohammad Khaja Nazeeruddin, Yana Vaynzof, Giulia Grancini, "Fluorination of Organic Spacer Impacts on the Structural and Optical Response of 2D Perovskites", In Frontiers in Chemistry, Frontiers Media SA, vol. 7, Jan 2020. [doi]
Bibtex
@article{Garc_a_Benito_2020,
doi = {10.3389/fchem.2019.00946},
url = {https://doi.org/10.3389%2Ffchem.2019.00946},
year = 2020,
month = {jan},
publisher = {Frontiers Media {SA}},
volume = {7},
author = {In{\'{e}}s Garc{\'{\i}}a-Benito and Claudio Quarti and Valentin I. E. Queloz and Yvonne J. Hofstetter and David Becker-Koch and Pietro Caprioglio and Dieter Neher and Simonetta Orlandi and Marco Cavazzini and Gianluca Pozzi and Jacky Even and Mohammad Khaja Nazeeruddin and Yana Vaynzof and Giulia Grancini},
title = {Fluorination of Organic Spacer Impacts on the Structural and Optical Response of 2D Perovskites},
journal = {Frontiers in Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Angela Wittmann, Guillaume Schweicher, Katharina Broch, Jiri Novak, Vincent Lami, David Cornil, Erik R. McNellis, Olga Zadvorna, Deepak Venkateshvaran, Kazuo Takimiya, Yves H. Geerts, Jérôme Cornil, Yana Vaynzof, Jairo Sinova, Shun Watanabe, Henning Sirringhaus, "Tuning Spin Current Injection at Ferromagnet-Nonmagnet Interfaces by Molecular Design", In Physical Review Letters, American Physical Society (APS), vol. 124, no. 2, Jan 2020. [doi] [Bibtex & Downloads]
Tuning Spin Current Injection at Ferromagnet-Nonmagnet Interfaces by Molecular Design
Reference
Angela Wittmann, Guillaume Schweicher, Katharina Broch, Jiri Novak, Vincent Lami, David Cornil, Erik R. McNellis, Olga Zadvorna, Deepak Venkateshvaran, Kazuo Takimiya, Yves H. Geerts, Jérôme Cornil, Yana Vaynzof, Jairo Sinova, Shun Watanabe, Henning Sirringhaus, "Tuning Spin Current Injection at Ferromagnet-Nonmagnet Interfaces by Molecular Design", In Physical Review Letters, American Physical Society (APS), vol. 124, no. 2, Jan 2020. [doi]
Bibtex
@article{Wittmann_2020,
doi = {10.1103/physrevlett.124.027204},
url = {https://doi.org/10.1103%2Fphysrevlett.124.027204},
year = 2020,
month = {jan},
publisher = {American Physical Society ({APS})},
volume = {124},
number = {2},
author = {Angela Wittmann and Guillaume Schweicher and Katharina Broch and Jiri Novak and Vincent Lami and David Cornil and Erik R. McNellis and Olga Zadvorna and Deepak Venkateshvaran and Kazuo Takimiya and Yves H. Geerts and J{\'{e}}r{\^{o}}me Cornil and Yana Vaynzof and Jairo Sinova and Shun Watanabe and Henning Sirringhaus},
title = {Tuning Spin Current Injection at Ferromagnet-Nonmagnet Interfaces by Molecular Design},
journal = {Physical Review Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Kirchner, Arne Schleunitz, Ran Zhang, Helmut Schift, "Smart Origination and Functional Replication: Thermal Reflow and Innovative 3D Structures", In Journal of Photopolymer Science and Technology, Technical Association of Photopolymers, Japan, vol. 32, no. 6, pp. 799–804, Jan 2020. [doi] [Bibtex & Downloads]
Smart Origination and Functional Replication: Thermal Reflow and Innovative 3D Structures
Reference
Robert Kirchner, Arne Schleunitz, Ran Zhang, Helmut Schift, "Smart Origination and Functional Replication: Thermal Reflow and Innovative 3D Structures", In Journal of Photopolymer Science and Technology, Technical Association of Photopolymers, Japan, vol. 32, no. 6, pp. 799–804, Jan 2020. [doi]
Bibtex
@article{Kirchner_2020,
doi = {10.2494/photopolymer.32.799},
url = {https://doi.org/10.2494%2Fphotopolymer.32.799},
year = 2020,
month = {jan},
publisher = {Technical Association of Photopolymers, Japan},
volume = {32},
number = {6},
pages = {799--804},
author = {Robert Kirchner and Arne Schleunitz and Ran Zhang and Helmut Schift},
title = {Smart Origination and Functional Replication: Thermal Reflow and Innovative 3D Structures},
journal = {Journal of Photopolymer Science and Technology}
}Downloads
No Downloads available for this publication
Permalink
- Frank Eisenhut, Tim Kühne, Fátima García, Saleta Fernández, Enrique Guitián, Dolores Pérez, Georges Trinquier, Gianaurelio Cuniberti, Christian Joachim, Diego Peña, Francesca Moresco, "Dodecacene Generated on Surface: Reopening of the Energy Gap", In ACS Nano, vol. 14, no. 1, pp. 1011-1017, 2020. [doi] [Bibtex & Downloads]
Dodecacene Generated on Surface: Reopening of the Energy Gap
Reference
Frank Eisenhut, Tim Kühne, Fátima García, Saleta Fernández, Enrique Guitián, Dolores Pérez, Georges Trinquier, Gianaurelio Cuniberti, Christian Joachim, Diego Peña, Francesca Moresco, "Dodecacene Generated on Surface: Reopening of the Energy Gap", In ACS Nano, vol. 14, no. 1, pp. 1011-1017, 2020. [doi]
Abstract
The acene series represents a model system to investigate the intriguing electronic properties of extended π-electron structures in the one-dimensional limit, which are important for applications in electronics and spintronics and for the fundamental understanding of electronic transport. Here, we present the on-surface generation of the longest acene obtained so far: dodecacene. Scanning tunneling spectroscopy gives access to the energy position and spatial distribution of its electronic states on the Au(111) surface. We observe that, after a progressive closing of the gap and a stabilization to about 1 eV at the length of decacene and undecacene, the energy gap of dodecacene unexpectedly increases to 1.4 eV. Considering the acene series as an exemplary general case, we discuss the evolution with length of the single tunneling resonances in comparison with ionization energy, electronic affinity, and optical gap.
Bibtex
@article{doi:10.1021/acsnano.9b08456,
author = {Eisenhut, Frank and Kühne, Tim and García, Fátima and Fernández, Saleta and Guitián, Enrique and Pérez, Dolores and Trinquier, Georges and Cuniberti, Gianaurelio and Joachim, Christian and Peña, Diego and Moresco, Francesca},
title = {Dodecacene Generated on Surface: Reopening of the Energy Gap},
journal = {ACS Nano},
volume = {14},
number = {1},
pages = {1011-1017},
year = {2020},
doi = {10.1021/acsnano.9b08456},
note ={PMID: 31829618},
URL = {
https://doi.org/10.1021/acsnano.9b08456
},
eprint = {
https://doi.org/10.1021/acsnano.9b08456
}
,
abstract = { The acene series represents a model system to investigate the intriguing electronic properties of extended π-electron structures in the one-dimensional limit, which are important for applications in electronics and spintronics and for the fundamental understanding of electronic transport. Here, we present the on-surface generation of the longest acene obtained so far: dodecacene. Scanning tunneling spectroscopy gives access to the energy position and spatial distribution of its electronic states on the Au(111) surface. We observe that, after a progressive closing of the gap and a stabilization to about 1 eV at the length of decacene and undecacene, the energy gap of dodecacene unexpectedly increases to 1.4 eV. Considering the acene series as an exemplary general case, we discuss the evolution with length of the single tunneling resonances in comparison with ionization energy, electronic affinity, and optical gap. }
}Downloads
No Downloads available for this publication
Permalink
- Ran Ji, Zongbao Zhang, Changsoon Cho, Qingzhi An, Fabian Paulus, Martin Kroll, Markus Löffler, Frederik Nehm, Bernd Rellinghaus, Karl Leo, Yana Vaynzof, "Thermally evaporated methylammonium-free perovskite solar cells", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2020. [doi] [Bibtex & Downloads]
Thermally evaporated methylammonium-free perovskite solar cells
Reference
Ran Ji, Zongbao Zhang, Changsoon Cho, Qingzhi An, Fabian Paulus, Martin Kroll, Markus Löffler, Frederik Nehm, Bernd Rellinghaus, Karl Leo, Yana Vaynzof, "Thermally evaporated methylammonium-free perovskite solar cells", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), 2020. [doi]
Bibtex
@article{Ji_2020,
doi = {10.1039/d0tc01550d},
url = {https://doi.org/10.1039%2Fd0tc01550d},
year = 2020,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Ran Ji and Zongbao Zhang and Changsoon Cho and Qingzhi An and Fabian Paulus and Martin Kroll and Markus Löffler and Frederik Nehm and Bernd Rellinghaus and Karl Leo and Yana Vaynzof},
title = {Thermally evaporated methylammonium-free perovskite solar cells},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus A Kromer, Noelia de la Cruz, Benjamin M Friedrich, "Chemokinetic Scattering, Trapping, and Avoidance of Active Brownian Particles", In Physical Review Letters, APS, vol. 124, no. 11, pp. 118101, 2020. [Bibtex & Downloads]
Chemokinetic Scattering, Trapping, and Avoidance of Active Brownian Particles
Reference
Justus A Kromer, Noelia de la Cruz, Benjamin M Friedrich, "Chemokinetic Scattering, Trapping, and Avoidance of Active Brownian Particles", In Physical Review Letters, APS, vol. 124, no. 11, pp. 118101, 2020.
Bibtex
@article{kromer2020chemokinetic,
title={Chemokinetic Scattering, Trapping, and Avoidance of Active Brownian Particles},
author={Kromer, Justus A and de la Cruz, Noelia and Friedrich, Benjamin M},
journal={Physical Review Letters},
volume={124},
number={11},
pages={118101},
year={2020},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Becker-Koch, Miguel Albaladejo-Siguan, Vincent Lami, Fabian Paulus, Hengyang Xiang, Zhuoying Chen, Yana Vaynzof, "Ligand dependent oxidation dictates the performance evolution of high efficiency PbS quantum dot solar cells", In Sustainable Energy & Fuels, Royal Society of Chemistry (RSC), vol. 4, no. 1, pp. 108–115, 2020. [doi] [Bibtex & Downloads]
Ligand dependent oxidation dictates the performance evolution of high efficiency PbS quantum dot solar cells
Reference
David Becker-Koch, Miguel Albaladejo-Siguan, Vincent Lami, Fabian Paulus, Hengyang Xiang, Zhuoying Chen, Yana Vaynzof, "Ligand dependent oxidation dictates the performance evolution of high efficiency PbS quantum dot solar cells", In Sustainable Energy & Fuels, Royal Society of Chemistry (RSC), vol. 4, no. 1, pp. 108–115, 2020. [doi]
Bibtex
@article{Becker_Koch_2020,
doi = {10.1039/c9se00602h},
url = {https://doi.org/10.1039%2Fc9se00602h},
year = 2020,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {4},
number = {1},
pages = {108--115},
author = {David Becker-Koch and Miguel Albaladejo-Siguan and Vincent Lami and Fabian Paulus and Hengyang Xiang and Zhuoying Chen and Yana Vaynzof},
title = {Ligand dependent oxidation dictates the performance evolution of high efficiency {PbS} quantum dot solar cells},
journal = {Sustainable Energy {\&} Fuels}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johanna Zessin, Max Schnepf, Ulrich Oertel, Tetyana Beryozkina, Tobias AF König, Andreas Fery, Michael Mertig, Anton Kiriy, "Remarkable Mechanochromism in Blends of a $\pi$-Conjugated Polymer P3TEOT: The Role of Conformational Transitions and Aggregation", In Advanced Optical Materials, Wiley Online Library, vol. 8, no. 2, pp. 1901410, 2020. [Bibtex & Downloads]
Remarkable Mechanochromism in Blends of a $\pi$-Conjugated Polymer P3TEOT: The Role of Conformational Transitions and Aggregation
Reference
Johanna Zessin, Max Schnepf, Ulrich Oertel, Tetyana Beryozkina, Tobias AF König, Andreas Fery, Michael Mertig, Anton Kiriy, "Remarkable Mechanochromism in Blends of a $\pi$-Conjugated Polymer P3TEOT: The Role of Conformational Transitions and Aggregation", In Advanced Optical Materials, Wiley Online Library, vol. 8, no. 2, pp. 1901410, 2020.
Bibtex
@article{zessin2020remarkable,
title={Remarkable Mechanochromism in Blends of a $\pi$-Conjugated Polymer P3TEOT: The Role of Conformational Transitions and Aggregation},
author={Zessin, Johanna and Schnepf, Max and Oertel, Ulrich and Beryozkina, Tetyana and K{\"o}nig, Tobias AF and Fery, Andreas and Mertig, Michael and Kiriy, Anton},
journal={Advanced Optical Materials},
volume={8},
number={2},
pages={1901410},
year={2020},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- Shantanu Mishra, Jason Melidonie, Kristjan Eimre, Sebastian Obermann, Oliver Gröning, Carlo A. Pignedoli, Pascal Ruffieux, Xinliang Feng, Roman Fasel, "On-surface synthesis of super-heptazethrene", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 56, no. 54, pp. 7467–7470, 2020. [doi] [Bibtex & Downloads]
On-surface synthesis of super-heptazethrene
Reference
Shantanu Mishra, Jason Melidonie, Kristjan Eimre, Sebastian Obermann, Oliver Gröning, Carlo A. Pignedoli, Pascal Ruffieux, Xinliang Feng, Roman Fasel, "On-surface synthesis of super-heptazethrene", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 56, no. 54, pp. 7467–7470, 2020. [doi]
Bibtex
@article{Mishra_2020,
doi = {10.1039/d0cc02513e},
url = {https://doi.org/10.1039%2Fd0cc02513e},
year = 2020,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {56},
number = {54},
pages = {7467--7470},
author = {Shantanu Mishra and Jason Melidonie and Kristjan Eimre and Sebastian Obermann and Oliver Gröning and Carlo A. Pignedoli and Pascal Ruffieux and Xinliang Feng and Roman Fasel},
title = {On-surface synthesis of super-heptazethrene},
journal = {Chemical Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Roberto Robles, Vladimír Zoba\vc, Kwan Ho Au Yeung, Francesca Moresco, Christian Joachim, Nicolás Lorente, "Supramolecular chemistry based on 4-acetylbiphenyl on Au(111)", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 22, no. 27, pp. 15208–15213, 2020. [doi] [Bibtex & Downloads]
Supramolecular chemistry based on 4-acetylbiphenyl on Au(111)
Reference
Roberto Robles, Vladimír Zoba\vc, Kwan Ho Au Yeung, Francesca Moresco, Christian Joachim, Nicolás Lorente, "Supramolecular chemistry based on 4-acetylbiphenyl on Au(111)", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 22, no. 27, pp. 15208–15213, 2020. [doi]
Bibtex
@article{Robles_2020,
doi = {10.1039/d0cp01657h},
url = {https://doi.org/10.1039%2Fd0cp01657h},
year = 2020,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {22},
number = {27},
pages = {15208--15213},
author = {Roberto Robles and Vladim{\'{\i}}r Zoba{\v{c}} and Kwan Ho Au Yeung and Francesca Moresco and Christian Joachim and Nicol{\'{a}}s Lorente},
title = {Supramolecular chemistry based on 4-acetylbiphenyl on Au(111)},
journal = {Physical Chemistry Chemical Physics}
}Downloads
No Downloads available for this publication
Permalink
- Kwan Ho Au Yeung, Tim Kühne, Frank Eisenhut, Francesca Moresco, "Anchoring Molecular Rotors by On-Surface Synthesis", Chapter in Building and Probing Small for Mechanics (Christian Joachim), Springer International Publishing, pp. 117-130, https://www.springer.com/gp/book/9783030567767, 2020. [Bibtex & Downloads]
Anchoring Molecular Rotors by On-Surface Synthesis
Reference
Kwan Ho Au Yeung, Tim Kühne, Frank Eisenhut, Francesca Moresco, "Anchoring Molecular Rotors by On-Surface Synthesis", Chapter in Building and Probing Small for Mechanics (Christian Joachim), Springer International Publishing, pp. 117-130, https://www.springer.com/gp/book/9783030567767, 2020.
Bibtex
@incollection{KwanHoAu2020Anchor,
title={Anchoring Molecular Rotors by On-Surface Synthesis},
author={Kwan Ho Au Yeung, Tim Kühne, Frank Eisenhut, Francesca Moresco},
year={2020},
pages={117-130},
editor={Christian Joachim},
publisher={Springer International Publishing},
booktitle={Building and Probing Small for Mechanics},
chapter={8},
address={https://www.springer.com/gp/book/9783030567767},
}Downloads
No Downloads available for this publication
Permalink
- Ivar Jansen, Ronis Maximidis, Mark Wijtvliet, Bart Smolders, "Design and evaluation of a radio-interferometry antenna for the REXUS 25 sounding rocket", In Proceeding: 2020 14th European Conference on Antennas and Propagation (EuCAP), pp. 1–5, 2020. [Bibtex & Downloads]
Design and evaluation of a radio-interferometry antenna for the REXUS 25 sounding rocket
Reference
Ivar Jansen, Ronis Maximidis, Mark Wijtvliet, Bart Smolders, "Design and evaluation of a radio-interferometry antenna for the REXUS 25 sounding rocket", In Proceeding: 2020 14th European Conference on Antennas and Propagation (EuCAP), pp. 1–5, 2020.
Bibtex
@inproceedings{jansen2020design,
title={Design and evaluation of a radio-interferometry antenna for the REXUS 25 sounding rocket},
author={Jansen, Ivar and Maximidis, Ronis and Wijtvliet, Mark and Smolders, Bart},
booktitle={2020 14th European Conference on Antennas and Propagation (EuCAP)},
pages={1--5},
year={2020},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Tim Dumslaff, Yanwei Gu, Giuseppe M. Paternò, Zijie Qiu, Ali Maghsoumi, Matteo Tommasini, Xinliang Feng, Francesco Scotognella, Akimitsu Narita, Klaus Müllen, "Hexa-peri-benzocoronene with two extra K-regions in an ortho-configuration", In Chemical Science, Royal Society of Chemistry (RSC), 2020. [doi] [Bibtex & Downloads]
Hexa-peri-benzocoronene with two extra K-regions in an ortho-configuration
Reference
Tim Dumslaff, Yanwei Gu, Giuseppe M. Paternò, Zijie Qiu, Ali Maghsoumi, Matteo Tommasini, Xinliang Feng, Francesco Scotognella, Akimitsu Narita, Klaus Müllen, "Hexa-peri-benzocoronene with two extra K-regions in an ortho-configuration", In Chemical Science, Royal Society of Chemistry (RSC), 2020. [doi]
Bibtex
@article{Dumslaff_2020,
doi = {10.1039/d0sc04649c},
url = {https://doi.org/10.1039%2Fd0sc04649c},
year = 2020,
publisher = {Royal Society of Chemistry ({RSC})},
author = {Tim Dumslaff and Yanwei Gu and Giuseppe M. Patern{\`{o}} and Zijie Qiu and Ali Maghsoumi and Matteo Tommasini and Xinliang Feng and Francesco Scotognella and Akimitsu Narita and Klaus Müllen},
title = {Hexa-peri-benzocoronene with two extra K-regions in an ortho-configuration},
journal = {Chemical Science}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shubham Rai, Heinz Riener, Giovanni De Micheli, Akash Kumar, "XMG-based Logic Synthesis for Emerging Reconfigurable Nanotechnologies", [Proceedings of the 29th International Workshop on Logic & Synthesis (IWLS 2020)], no. CONF, 2020. [Bibtex & Downloads]
XMG-based Logic Synthesis for Emerging Reconfigurable Nanotechnologies
Reference
Shubham Rai, Heinz Riener, Giovanni De Micheli, Akash Kumar, "XMG-based Logic Synthesis for Emerging Reconfigurable Nanotechnologies", [Proceedings of the 29th International Workshop on Logic & Synthesis (IWLS 2020)], no. CONF, 2020.
Bibtex
@inproceedings{rai2020xmg,
title={XMG-based Logic Synthesis for Emerging Reconfigurable Nanotechnologies},
author={Rai, Shubham and Riener, Heinz and De Micheli, Giovanni and Kumar, Akash},
booktitle={[Proceedings of the 29th International Workshop on Logic & Synthesis (IWLS 2020)]},
number={CONF},
year={2020}
}Downloads
XMG__Logic_Synthesis_Primitives_Exploring_Self_Duality [PDF]
Permalink
- Po-Yuen Ho, Hartmut Komber, Kilian Horatz, Takuya Tsuda, Stefan C. B. Mannsfeld, Evgenia Dmitrieva, Olivier Blacque, Ulrike Kraft, Henning Sirringhaus, Franziska Lissel, "Synthesis and characterization of a semiconducting and solution-processable ruthenium-based polymetallayne", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 11, no. 2, pp. 472–479, 2020. [doi] [Bibtex & Downloads]
Synthesis and characterization of a semiconducting and solution-processable ruthenium-based polymetallayne
Reference
Po-Yuen Ho, Hartmut Komber, Kilian Horatz, Takuya Tsuda, Stefan C. B. Mannsfeld, Evgenia Dmitrieva, Olivier Blacque, Ulrike Kraft, Henning Sirringhaus, Franziska Lissel, "Synthesis and characterization of a semiconducting and solution-processable ruthenium-based polymetallayne", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 11, no. 2, pp. 472–479, 2020. [doi]
Bibtex
@article{Ho_2020,
doi = {10.1039/c9py01090d},
url = {https://doi.org/10.1039%2Fc9py01090d},
year = 2020,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {11},
number = {2},
pages = {472--479},
author = {Po-Yuen Ho and Hartmut Komber and Kilian Horatz and Takuya Tsuda and Stefan C. B. Mannsfeld and Evgenia Dmitrieva and Olivier Blacque and Ulrike Kraft and Henning Sirringhaus and Franziska Lissel},
title = {Synthesis and characterization of a semiconducting and solution-processable ruthenium-based polymetallayne},
journal = {Polymer Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
2019
- Asif Ali Khan, Fazal Hameed, Robin Bläsing, Stuart S. P. Parkin, Jeronimo Castrillon, "ShiftsReduce: Minimizing Shifts in Racetrack Memory 4.0", In ACM Transactions on Architecture and Code Optimization (TACO), ACM, vol. 16, no. 4, pp. 56:1–56:23, New York, NY, USA, Dec 2019. [doi] [Bibtex & Downloads]
ShiftsReduce: Minimizing Shifts in Racetrack Memory 4.0
Reference
Asif Ali Khan, Fazal Hameed, Robin Bläsing, Stuart S. P. Parkin, Jeronimo Castrillon, "ShiftsReduce: Minimizing Shifts in Racetrack Memory 4.0", In ACM Transactions on Architecture and Code Optimization (TACO), ACM, vol. 16, no. 4, pp. 56:1–56:23, New York, NY, USA, Dec 2019. [doi]
Abstract
Racetrack memories (RMs) have significantly evolved since their conception in 2008, making them a serious contender in the field of emerging memory technologies. Despite key technological advancements, the access latency and energy consumption of an RM-based system are still highly influenced by the number of shift operations. These operations are required to move bits to the right positions in the racetracks. This paper presents data placement techniques for RMs that maximize the likelihood that consecutive references access nearby memory locations at runtime thereby minimizing the number of shifts. We present an integer linear programming (ILP) formulation for optimal data placement in RMs, and revisit existing offset assignment heuristics, originally proposed for random-access memories. We introduce a novel heuristic tailored to a realistic RM and combine it with a genetic search to further improve the solution. We show a reduction in the number of shifts of up to 52.5%, outperforming the state of the art by up to 16.1%.
Bibtex
@Article{khan_taco19,
author = {Asif Ali Khan and Fazal Hameed and Robin Bl{\"a}sing and Stuart S. P. Parkin and Jeronimo Castrillon},
title = {ShiftsReduce: Minimizing Shifts in Racetrack Memory 4.0},
journal = {ACM Transactions on Architecture and Code Optimization (TACO)},
issue_date = {December 2019},
volume = {16},
number = {4},
month = dec,
year = {2019},
issn = {1544-3566},
pages = {56:1--56:23},
articleno = {56},
numpages = {23},
url = {http://doi.acm.org/10.1145/3372489},
doi = {10.1145/3372489},
acmid = {3372489},
publisher = {ACM},
address = {New York, NY, USA},
abstract = {Racetrack memories (RMs) have significantly evolved since their conception in 2008, making them a serious contender in the field of emerging memory technologies. Despite key technological advancements, the access latency and energy consumption of an RM-based system are still highly influenced by the number of shift operations. These operations are required to move bits to the right positions in the racetracks. This paper presents data placement techniques for RMs that maximize the likelihood that consecutive references access nearby memory locations at runtime thereby minimizing the number of shifts. We present an integer linear programming (ILP) formulation for optimal data placement in RMs, and revisit existing offset assignment heuristics, originally proposed for random-access memories. We introduce a novel heuristic tailored to a realistic RM and combine it with a genetic search to further improve the solution. We show a reduction in the number of shifts of up to 52.5\%, outperforming the state of the art by up to 16.1\%.},
}Downloads
1912_Khan_TACO [PDF]
Related Paths
Permalink
- Rohit Agrawal, Kapil Ahuja, Chin Hau Hoo, Tuan Duy Anh Nguyen, Akash Kumar, "ParaLarPD: Parallel FPGA Router Using Primal-Dual Sub-Gradient Method", In Electronics, vol. 8, no. 12, December 2019. [doi] [Bibtex & Downloads]
ParaLarPD: Parallel FPGA Router Using Primal-Dual Sub-Gradient Method
Reference
Rohit Agrawal, Kapil Ahuja, Chin Hau Hoo, Tuan Duy Anh Nguyen, Akash Kumar, "ParaLarPD: Parallel FPGA Router Using Primal-Dual Sub-Gradient Method", In Electronics, vol. 8, no. 12, December 2019. [doi]
Abstract
In the field programmable gate array (FPGA) design flow, one of the most time-consuming steps is the routing of nets. Therefore, there is a need to accelerate it. In a recent work by Hoo et al., the authors have developed a linear programming (LP)-based framework that parallelizes this routing process to achieve significant speed-ups (the resulting algorithm is termed as ParaLaR). However, this approach has certain weaknesses. Namely, the constraints violation by the solution and a standard routing metric could be improved. We address these two issues here. In this paper, we use the LP framework of ParaLaR and solve it using the primal–dual sub-gradient method that better exploits the problem properties. We also propose a better way to update the size of the step taken by this iterative algorithm. We call our algorithm as ParaLarPD. We perform experiments on a set of standard benchmarks, where we show that our algorithm outperforms not just ParaLaR but the standard existing algorithm VPR as well. We perform experiments with two different configurations. We achieve 20 % average improvement in the constraints violation and the standard metric of the minimum channel width (both of which are related) when compared with ParaLaR. When compared to VPR, we get average improvements of 28 % in the minimum channel width (there is no constraints violation in VPR). We obtain the same value for the total wire length as by ParaLaR, which is 49 % better on an average than that obtained by VPR. This is the original metric to be minimized, for which ParaLaR was proposed. Next, we look at the third and easily measurable metric of critical path delay. On an average, ParaLarPD gives 2 % larger critical path delay than ParaLaR and 3 % better than VPR. We achieve maximum relative speed-ups of up to seven times when running a parallel version of our algorithm using eight threads as compared to the sequential implementation. These speed-ups are similar to those as obtained by ParaLaR.
Bibtex
@Article{electronics8121439,
AUTHOR = {Agrawal, Rohit and Ahuja , Kapil and Hau Hoo, Chin and Duy Anh Nguyen, Tuan and Kumar, Akash},
TITLE = {ParaLarPD: Parallel FPGA Router Using Primal-Dual Sub-Gradient Method},
JOURNAL = {Electronics},
VOLUME = {8},
YEAR = {2019},
MONTH={December},
NUMBER = {12},
ARTICLE-NUMBER = {1439},
URL = {https://www.mdpi.com/2079-9292/8/12/1439},
ISSN = {2079-9292},
ABSTRACT = {In the field programmable gate array (FPGA) design flow, one of the most time-consuming steps is the routing of nets. Therefore, there is a need to accelerate it. In a recent work by Hoo et al., the authors have developed a linear programming (LP)-based framework that parallelizes this routing process to achieve significant speed-ups (the resulting algorithm is termed as ParaLaR). However, this approach has certain weaknesses. Namely, the constraints violation by the solution and a standard routing metric could be improved. We address these two issues here. In this paper, we use the LP framework of ParaLaR and solve it using the primal–dual sub-gradient method that better exploits the problem properties. We also propose a better way to update the size of the step taken by this iterative algorithm. We call our algorithm as ParaLarPD. We perform experiments on a set of standard benchmarks, where we show that our algorithm outperforms not just ParaLaR but the standard existing algorithm VPR as well. We perform experiments with two different configurations. We achieve 20 % average improvement in the constraints violation and the standard metric of the minimum channel width (both of which are related) when compared with ParaLaR. When compared to VPR, we get average improvements of 28 % in the minimum channel width (there is no constraints violation in VPR). We obtain the same value for the total wire length as by ParaLaR, which is 49 % better on an average than that obtained by VPR. This is the original metric to be minimized, for which ParaLaR was proposed. Next, we look at the third and easily measurable metric of critical path delay. On an average, ParaLarPD gives 2 % larger critical path delay than ParaLaR and 3 % better than VPR. We achieve maximum relative speed-ups of up to seven times when running a parallel version of our algorithm using eight threads as compared to the sequential implementation. These speed-ups are similar to those as obtained by ParaLaR.},
DOI = {10.3390/electronics8121439}
}Downloads
electronics-08-01439 [PDF]
Permalink
- Sebastian Ertel, "Towards Implicit Parallel Programming for Systems", PhD thesis, TU Dresden, 121pp, Dec 2019. [Bibtex & Downloads]
Towards Implicit Parallel Programming for Systems
Reference
Sebastian Ertel, "Towards Implicit Parallel Programming for Systems", PhD thesis, TU Dresden, 121pp, Dec 2019.
Bibtex
@PhdThesis{ertel19phd,
author = {Sebastian Ertel},
title = {Towards Implicit Parallel Programming for Systems},
year = {2019},
month = dec,
pages = {121pp},
school = {TU Dresden},
location = {Dresden, Germany},
url = {https://tud.qucosa.de/api/qucosa%3A36874/attachment/ATT-0/},
}Downloads
1912_Ertel_PhD [PDF]
Related Paths
Permalink
- Gang Wang, Benjamin Kohn, Ulrich Scheler, Faxing Wang, Steffen Oswald, Markus Löffler, Deming Tan, Panpan Zhang, Jian Zhang, Xinliang Feng, "A High-Voltage, Dendrite-Free, and Durable Zn\textendashGraphite Battery", In Advanced Materials, Wiley, pp. 1905681, Dec 2019. [doi] [Bibtex & Downloads]
A High-Voltage, Dendrite-Free, and Durable Zn\textendashGraphite Battery
Reference
Gang Wang, Benjamin Kohn, Ulrich Scheler, Faxing Wang, Steffen Oswald, Markus Löffler, Deming Tan, Panpan Zhang, Jian Zhang, Xinliang Feng, "A High-Voltage, Dendrite-Free, and Durable Zn\textendashGraphite Battery", In Advanced Materials, Wiley, pp. 1905681, Dec 2019. [doi]
Bibtex
@article{Wang_2019,
doi = {10.1002/adma.201905681},
url = {https://doi.org/10.1002%2Fadma.201905681},
year = 2019,
month = {dec},
publisher = {Wiley},
pages = {1905681},
author = {Gang Wang and Benjamin Kohn and Ulrich Scheler and Faxing Wang and Steffen Oswald and Markus Löffler and Deming Tan and Panpan Zhang and Jian Zhang and Xinliang Feng},
title = {A High-Voltage, Dendrite-Free, and Durable Zn{\textendash}Graphite Battery},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- H. Boche, U. J. Mönich, "Downsampling of Bounded Bandlimited Signals and the Bandlimited Interpolation: Analytic Properties and Computability", In IEEE Transactions on Signal Processing, vol. 67, no. 24, pp. 6424-6439, Dec 2019. [doi] [Bibtex & Downloads]
Downsampling of Bounded Bandlimited Signals and the Bandlimited Interpolation: Analytic Properties and Computability
Reference
H. Boche, U. J. Mönich, "Downsampling of Bounded Bandlimited Signals and the Bandlimited Interpolation: Analytic Properties and Computability", In IEEE Transactions on Signal Processing, vol. 67, no. 24, pp. 6424-6439, Dec 2019. [doi]
Abstract
Downsampling and the computation of the bandlimited interpolation of discrete-time signals are two important concepts in signal processing. In this paper we analyze the downsampling operation regarding its impact on the existence and computability of the bounded bandlimited interpolation. We assume that the discrete-time signal is obtained by downsampling the samples of a bounded bandlimited signal that vanishes at infinity, and we study two problems. First, we investigate the existence of the bounded bandlimited interpolation for such discrete-time signals from a signal theoretic perspective and show that there exist signals for which the bounded bandlimited interpolation does not exist. Second, we analyze the algorithmic generation of the bounded bandlimited interpolation, using the concept of Turing computability. Turing computability models what is theoretically implementable on a digital computer. Interestingly, it turns out that even if the bounded bandlimited interpolation exists analytically, it is not always computable, which implies that there exists no algorithm on a digital computer that can always compute it. Computability is important in order that the approximation error be controlled. If a signal is not computable, we cannot ascertain whether the computed signal is sufficiently close to the true signal, i.e., we cannot verify every approximation accuracy.
Bibtex
@ARTICLE{8910499,
author={H. {Boche} and U. J. {Mönich}},
journal={IEEE Transactions on Signal Processing},
title={Downsampling of Bounded Bandlimited Signals and the Bandlimited Interpolation: Analytic Properties and Computability},
year={2019},
volume={67},
number={24},
pages={6424-6439},
abstract={Downsampling and the computation of the bandlimited interpolation of discrete-time signals are two important concepts in signal processing. In this paper we analyze the downsampling operation regarding its impact on the existence and computability of the bounded bandlimited interpolation. We assume that the discrete-time signal is obtained by downsampling the samples of a bounded bandlimited signal that vanishes at infinity, and we study two problems. First, we investigate the existence of the bounded bandlimited interpolation for such discrete-time signals from a signal theoretic perspective and show that there exist signals for which the bounded bandlimited interpolation does not exist. Second, we analyze the algorithmic generation of the bounded bandlimited interpolation, using the concept of Turing computability. Turing computability models what is theoretically implementable on a digital computer. Interestingly, it turns out that even if the bounded bandlimited interpolation exists analytically, it is not always computable, which implies that there exists no algorithm on a digital computer that can always compute it. Computability is important in order that the approximation error be controlled. If a signal is not computable, we cannot ascertain whether the computed signal is sufficiently close to the true signal, i.e., we cannot verify every approximation accuracy.},
keywords={Interpolation;Signal processing;Signal processing algorithms;Complexity theory;Computational modeling;Digital computers;Bandwidth;Bandlimited signal;downsampling;bandlimited interpolation;Turing computability},
doi={10.1109/TSP.2019.2954972},
ISSN={1941-0476},
month={Dec},}Downloads
No Downloads available for this publication
Permalink
- Muhammad Adnan Younis, Siliu Lyu, Qidong Zhao, Chaojun Lei, Peiling Zhang, Bin Yang, Zhongjian Li, Lecheng Lei, Yang Hou, Xinliang Feng, "Noble metal-free two dimensional carbon-based electrocatalysts for water splitting", In BMC Materials, Springer Science and Business Media LLC, vol. 1, no. 1, Dec 2019. [doi] [Bibtex & Downloads]
Noble metal-free two dimensional carbon-based electrocatalysts for water splitting
Reference
Muhammad Adnan Younis, Siliu Lyu, Qidong Zhao, Chaojun Lei, Peiling Zhang, Bin Yang, Zhongjian Li, Lecheng Lei, Yang Hou, Xinliang Feng, "Noble metal-free two dimensional carbon-based electrocatalysts for water splitting", In BMC Materials, Springer Science and Business Media LLC, vol. 1, no. 1, Dec 2019. [doi]
Bibtex
@article{Younis_2019,
doi = {10.1186/s42833-019-0006-2},
url = {https://doi.org/10.1186%2Fs42833-019-0006-2},
year = 2019,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {1},
number = {1},
author = {Muhammad Adnan Younis and Siliu Lyu and Qidong Zhao and Chaojun Lei and Peiling Zhang and Bin Yang and Zhongjian Li and Lecheng Lei and Yang Hou and Xinliang Feng},
title = {Noble metal-free two dimensional carbon-based electrocatalysts for water splitting},
journal = {{BMC} Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Junzhi Liu, Xinliang Feng, "Bottom-Up Synthesis of Nitrogen-Doped Polycyclic Aromatic Hydrocarbons", In Synlett, Georg Thieme Verlag KG, vol. 31, no. 03, pp. 211–222, Dec 2019. [doi] [Bibtex & Downloads]
Bottom-Up Synthesis of Nitrogen-Doped Polycyclic Aromatic Hydrocarbons
Reference
Junzhi Liu, Xinliang Feng, "Bottom-Up Synthesis of Nitrogen-Doped Polycyclic Aromatic Hydrocarbons", In Synlett, Georg Thieme Verlag KG, vol. 31, no. 03, pp. 211–222, Dec 2019. [doi]
Bibtex
@article{Liu_2019,
doi = {10.1055/s-0039-1690767},
url = {https://doi.org/10.1055%2Fs-0039-1690767},
year = 2019,
month = {dec},
publisher = {Georg Thieme Verlag {KG}},
volume = {31},
number = {03},
pages = {211--222},
author = {Junzhi Liu and Xinliang Feng},
title = {Bottom-Up Synthesis of Nitrogen-Doped Polycyclic Aromatic Hydrocarbons},
journal = {Synlett}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shantanu Mishra, Doreen Beyer, Kristjan Eimre, Shawulienu Kezilebieke, Reinhard Berger, Oliver Gröning, Carlo A. Pignedoli, Klaus Müllen, Peter Liljeroth, Pascal Ruffieux, Xinliang Feng, Roman Fasel, "Topological frustration induces unconventional magnetism in a nanographene", In Nature Nanotechnology, Springer Science and Business Media LLC, vol. 15, no. 1, pp. 22–28, Dec 2019. [doi] [Bibtex & Downloads]
Topological frustration induces unconventional magnetism in a nanographene
Reference
Shantanu Mishra, Doreen Beyer, Kristjan Eimre, Shawulienu Kezilebieke, Reinhard Berger, Oliver Gröning, Carlo A. Pignedoli, Klaus Müllen, Peter Liljeroth, Pascal Ruffieux, Xinliang Feng, Roman Fasel, "Topological frustration induces unconventional magnetism in a nanographene", In Nature Nanotechnology, Springer Science and Business Media LLC, vol. 15, no. 1, pp. 22–28, Dec 2019. [doi]
Bibtex
@article{Mishra_2019,
doi = {10.1038/s41565-019-0577-9},
url = {https://doi.org/10.1038%2Fs41565-019-0577-9},
year = 2019,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {15},
number = {1},
pages = {22--28},
author = {Shantanu Mishra and Doreen Beyer and Kristjan Eimre and Shawulienu Kezilebieke and Reinhard Berger and Oliver Gröning and Carlo A. Pignedoli and Klaus Müllen and Peter Liljeroth and Pascal Ruffieux and Xinliang Feng and Roman Fasel},
title = {Topological frustration induces unconventional magnetism in a nanographene},
journal = {Nature Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kaiyue Jiang, Igor A. Baburin, Peng Han, Chongqing Yang, Xiaobin Fu, Yefeng Yao, Jiantong Li, Enrique Cánovas, Gotthard Seifert, Jiesheng Chen, Mischa Bonn, Xinliang Feng, Xiaodong Zhuang, "Interfacial Approach toward Benzene-Bridged Polypyrrole Film\textendashBased Micro-Supercapacitors with Ultrahigh Volumetric Power Density", In Advanced Functional Materials, Wiley, vol. 30, no. 7, pp. 1908243, Dec 2019. [doi] [Bibtex & Downloads]
Interfacial Approach toward Benzene-Bridged Polypyrrole Film\textendashBased Micro-Supercapacitors with Ultrahigh Volumetric Power Density
Reference
Kaiyue Jiang, Igor A. Baburin, Peng Han, Chongqing Yang, Xiaobin Fu, Yefeng Yao, Jiantong Li, Enrique Cánovas, Gotthard Seifert, Jiesheng Chen, Mischa Bonn, Xinliang Feng, Xiaodong Zhuang, "Interfacial Approach toward Benzene-Bridged Polypyrrole Film\textendashBased Micro-Supercapacitors with Ultrahigh Volumetric Power Density", In Advanced Functional Materials, Wiley, vol. 30, no. 7, pp. 1908243, Dec 2019. [doi]
Bibtex
@article{Jiang_2019,
doi = {10.1002/adfm.201908243},
url = {https://doi.org/10.1002%2Fadfm.201908243},
year = 2019,
month = {dec},
publisher = {Wiley},
volume = {30},
number = {7},
pages = {1908243},
author = {Kaiyue Jiang and Igor A. Baburin and Peng Han and Chongqing Yang and Xiaobin Fu and Yefeng Yao and Jiantong Li and Enrique C{\'{a}}novas and Gotthard Seifert and Jiesheng Chen and Mischa Bonn and Xinliang Feng and Xiaodong Zhuang},
title = {Interfacial Approach toward Benzene-Bridged Polypyrrole Film{\textendash}Based Micro-Supercapacitors with Ultrahigh Volumetric Power Density},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Helge Eggers, Fabian Schackmar, Tobias Abzieher, Qing Sun, Uli Lemmer, Yana Vaynzof, Bryce S. Richards, Gerardo Hernandez-Sosa, Ulrich W. Paetzold, "Inkjet-Printed Micrometer-Thick Perovskite Solar Cells with Large Columnar Grains", In Advanced Energy Materials, Wiley, vol. 10, no. 6, pp. 1903184, Dec 2019. [doi] [Bibtex & Downloads]
Inkjet-Printed Micrometer-Thick Perovskite Solar Cells with Large Columnar Grains
Reference
Helge Eggers, Fabian Schackmar, Tobias Abzieher, Qing Sun, Uli Lemmer, Yana Vaynzof, Bryce S. Richards, Gerardo Hernandez-Sosa, Ulrich W. Paetzold, "Inkjet-Printed Micrometer-Thick Perovskite Solar Cells with Large Columnar Grains", In Advanced Energy Materials, Wiley, vol. 10, no. 6, pp. 1903184, Dec 2019. [doi]
Bibtex
@article{Eggers_2019,
doi = {10.1002/aenm.201903184},
url = {https://doi.org/10.1002%2Faenm.201903184},
year = 2019,
month = {dec},
publisher = {Wiley},
volume = {10},
number = {6},
pages = {1903184},
author = {Helge Eggers and Fabian Schackmar and Tobias Abzieher and Qing Sun and Uli Lemmer and Yana Vaynzof and Bryce S. Richards and Gerardo Hernandez-Sosa and Ulrich W. Paetzold},
title = {Inkjet-Printed Micrometer-Thick Perovskite Solar Cells with Large Columnar Grains},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Julian F. Butscher, Sebastian Intorp, Joshua Kress, Qingzhi An, Yvonne J. Hofstetter, Nikolai Hippchen, Fabian Paulus, Uwe H. F. Bunz, Nir Tessler, Yana Vaynzof, "Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by Embedding Molecular Dipoles within Their Hole-Blocking Layer", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 3, pp. 3572–3579, Dec 2019. [doi] [Bibtex & Downloads]
Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by Embedding Molecular Dipoles within Their Hole-Blocking Layer
Reference
Julian F. Butscher, Sebastian Intorp, Joshua Kress, Qingzhi An, Yvonne J. Hofstetter, Nikolai Hippchen, Fabian Paulus, Uwe H. F. Bunz, Nir Tessler, Yana Vaynzof, "Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by Embedding Molecular Dipoles within Their Hole-Blocking Layer", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 12, no. 3, pp. 3572–3579, Dec 2019. [doi]
Bibtex
@article{Butscher_2019,
doi = {10.1021/acsami.9b18757},
url = {https://doi.org/10.1021%2Facsami.9b18757},
year = 2019,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {3},
pages = {3572--3579},
author = {Julian F. Butscher and Sebastian Intorp and Joshua Kress and Qingzhi An and Yvonne J. Hofstetter and Nikolai Hippchen and Fabian Paulus and Uwe H. F. Bunz and Nir Tessler and Yana Vaynzof},
title = {Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by Embedding Molecular Dipoles within Their Hole-Blocking Layer},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Izabela Zglobicka, Agnieszka Chmielewska, Emre Topal, Kristina Kutukova, Jürgen Gluch, Peter Krüger, Cathy Kilroy, Wojciech Swieszkowski, Krzysztof J. Kurzydlowski, Ehrenfried Zschech, "3D Diatom\textendashDesigned and Selective Laser Melting (SLM) Manufactured Metallic Structures", In Scientific Reports, Springer Science and Business Media LLC, vol. 9, no. 1, Dec 2019. [doi] [Bibtex & Downloads]
3D Diatom\textendashDesigned and Selective Laser Melting (SLM) Manufactured Metallic Structures
Reference
Izabela Zglobicka, Agnieszka Chmielewska, Emre Topal, Kristina Kutukova, Jürgen Gluch, Peter Krüger, Cathy Kilroy, Wojciech Swieszkowski, Krzysztof J. Kurzydlowski, Ehrenfried Zschech, "3D Diatom\textendashDesigned and Selective Laser Melting (SLM) Manufactured Metallic Structures", In Scientific Reports, Springer Science and Business Media LLC, vol. 9, no. 1, Dec 2019. [doi]
Bibtex
@article{Zglobicka_2019,
doi = {10.1038/s41598-019-56434-7},
url = {https://doi.org/10.1038%2Fs41598-019-56434-7},
year = 2019,
month = {dec},
publisher = {Springer Science and Business Media {LLC}},
volume = {9},
number = {1},
author = {Izabela Zglobicka and Agnieszka Chmielewska and Emre Topal and Kristina Kutukova and Jürgen Gluch and Peter Krüger and Cathy Kilroy and Wojciech Swieszkowski and Krzysztof J. Kurzydlowski and Ehrenfried Zschech},
title = {3D Diatom{\textendash}Designed and Selective Laser Melting ({SLM}) Manufactured Metallic Structures},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ran He, Wieland Heyn, Felix Thiel, Nicolás Pérez, Christine Damm, Darius Pohl, Bernd Rellinghaus, Christian Reimann, Maximilian Beier, Jochen Friedrich, Hangtian Zhu, Zhifeng Ren, Kornelius Nielsch, Gabi Schierning, "Thermoelectric properties of silicon and recycled silicon sawing waste", In Journal of Materiomics, Elsevier BV, Nov 2019. [doi] [Bibtex & Downloads]
Thermoelectric properties of silicon and recycled silicon sawing waste
Reference
Ran He, Wieland Heyn, Felix Thiel, Nicolás Pérez, Christine Damm, Darius Pohl, Bernd Rellinghaus, Christian Reimann, Maximilian Beier, Jochen Friedrich, Hangtian Zhu, Zhifeng Ren, Kornelius Nielsch, Gabi Schierning, "Thermoelectric properties of silicon and recycled silicon sawing waste", In Journal of Materiomics, Elsevier BV, Nov 2019. [doi]
Bibtex
@article{He_2018,
doi = {10.1016/j.jmat.2018.11.004},
url = {https://doi.org/10.1016%2Fj.jmat.2018.11.004},
year = 2019,
month = {nov},
publisher = {Elsevier {BV}},
author = {Ran He and Wieland Heyn and Felix Thiel and Nicol{\'{a}}s P{\'{e}}rez and Christine Damm and Darius Pohl and Bernd Rellinghaus and Christian Reimann and Maximilian Beier and Jochen Friedrich and Hangtian Zhu and Zhifeng Ren and Kornelius Nielsch and Gabi Schierning},
title = {Thermoelectric properties of silicon and recycled silicon sawing waste},
journal = {Journal of Materiomics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus Adam, "Ohua-powered, Semi-transparent UDF’s in the Noria Database", Master's thesis, TU Dresden, Nov 2019. [Bibtex & Downloads]
Ohua-powered, Semi-transparent UDF’s in the Noria Database
Reference
Justus Adam, "Ohua-powered, Semi-transparent UDF’s in the Noria Database", Master's thesis, TU Dresden, Nov 2019.
Bibtex
@mastersthesis{Adam-master19,
title={Ohua-powered, Semi-transparent UDF’s in the Noria Database},
author={Justus Adam},
year={2019},
month=nov,
school={TU Dresden},
}Downloads
1911_Adam_MA [PDF]
Permalink
- Ekaterina Pomerantseva, Francesco Bonaccorso, Xinliang Feng, Yi Cui, Yury Gogotsi, "Energy storage: The future enabled by nanomaterials", In Science, American Association for the Advancement of Science (AAAS), vol. 366, no. 6468, pp. eaan8285, Nov 2019. [doi] [Bibtex & Downloads]
Energy storage: The future enabled by nanomaterials
Reference
Ekaterina Pomerantseva, Francesco Bonaccorso, Xinliang Feng, Yi Cui, Yury Gogotsi, "Energy storage: The future enabled by nanomaterials", In Science, American Association for the Advancement of Science (AAAS), vol. 366, no. 6468, pp. eaan8285, Nov 2019. [doi]
Bibtex
@article{Pomerantseva_2019,
doi = {10.1126/science.aan8285},
url = {https://doi.org/10.1126%2Fscience.aan8285},
year = 2019,
month = {nov},
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {366},
number = {6468},
pages = {eaan8285},
author = {Ekaterina Pomerantseva and Francesco Bonaccorso and Xinliang Feng and Yi Cui and Yury Gogotsi},
title = {Energy storage: The future enabled by nanomaterials},
journal = {Science}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jason Melidonie, Evgenia Dmitrieva, Ke Zhang, Yubin Fu, Alexey A. Popov, Wojciech Pisula, Reinhard Berger, Junzhi Liu, Xinliang Feng, "Dipyrene-Fused Dicyclopenta[a,f]naphthalenes", In The Journal of Organic Chemistry, American Chemical Society (ACS), vol. 85, no. 1, pp. 215–223, Nov 2019. [doi] [Bibtex & Downloads]
Dipyrene-Fused Dicyclopenta[a,f]naphthalenes
Reference
Jason Melidonie, Evgenia Dmitrieva, Ke Zhang, Yubin Fu, Alexey A. Popov, Wojciech Pisula, Reinhard Berger, Junzhi Liu, Xinliang Feng, "Dipyrene-Fused Dicyclopenta[a,f]naphthalenes", In The Journal of Organic Chemistry, American Chemical Society (ACS), vol. 85, no. 1, pp. 215–223, Nov 2019. [doi]
Bibtex
@article{Melidonie_2019,
doi = {10.1021/acs.joc.9b02626},
url = {https://doi.org/10.1021%2Facs.joc.9b02626},
year = 2019,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {85},
number = {1},
pages = {215--223},
author = {Jason Melidonie and Evgenia Dmitrieva and Ke Zhang and Yubin Fu and Alexey A. Popov and Wojciech Pisula and Reinhard Berger and Junzhi Liu and Xinliang Feng},
title = {Dipyrene-Fused Dicyclopenta[a,f]naphthalenes},
journal = {The Journal of Organic Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Miguel Albaladejo-Siguan, David Becker-Koch, Alexander D. Taylor, Qing Sun, Vincent Lami, Pola Goldberg Oppenheimer, Fabian Paulus, Yana Vaynzof, "Efficient and Stable PbS Quantum Dot Solar Cells by Triple-Cation Perovskite Passivation" (to appear), In ACS Nano, American Chemical Society (ACS), vol. 14, no. 1, pp. 384–393, Nov 2019. [doi] [Bibtex & Downloads]
Efficient and Stable PbS Quantum Dot Solar Cells by Triple-Cation Perovskite Passivation
Reference
Miguel Albaladejo-Siguan, David Becker-Koch, Alexander D. Taylor, Qing Sun, Vincent Lami, Pola Goldberg Oppenheimer, Fabian Paulus, Yana Vaynzof, "Efficient and Stable PbS Quantum Dot Solar Cells by Triple-Cation Perovskite Passivation" (to appear), In ACS Nano, American Chemical Society (ACS), vol. 14, no. 1, pp. 384–393, Nov 2019. [doi]
Bibtex
@article{Albaladejo_Siguan_2019,
doi = {10.1021/acsnano.9b05848},
url = {https://doi.org/10.1021%2Facsnano.9b05848},
year = 2019,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {14},
number = {1},
pages = {384--393},
author = {Miguel Albaladejo-Siguan and David Becker-Koch and Alexander D. Taylor and Qing Sun and Vincent Lami and Pola Goldberg Oppenheimer and Fabian Paulus and Yana Vaynzof},
title = {Efficient and Stable {PbS} Quantum Dot Solar Cells by Triple-Cation Perovskite Passivation},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Weu, Rhea Kumar, Julian F. Butscher, Vincent Lami, Fabian Paulus, Artem A. Bakulin, Yana Vaynzof, "Energy Transfer to a Stable Donor Suppresses Degradation in Organic Solar Cells", In Advanced Functional Materials, Wiley, vol. 30, no. 5, pp. 1907432, Nov 2019. [doi] [Bibtex & Downloads]
Energy Transfer to a Stable Donor Suppresses Degradation in Organic Solar Cells
Reference
Andreas Weu, Rhea Kumar, Julian F. Butscher, Vincent Lami, Fabian Paulus, Artem A. Bakulin, Yana Vaynzof, "Energy Transfer to a Stable Donor Suppresses Degradation in Organic Solar Cells", In Advanced Functional Materials, Wiley, vol. 30, no. 5, pp. 1907432, Nov 2019. [doi]
Bibtex
@article{Weu_2019,
doi = {10.1002/adfm.201907432},
url = {https://doi.org/10.1002%2Fadfm.201907432},
year = 2019,
month = {nov},
publisher = {Wiley},
volume = {30},
number = {5},
pages = {1907432},
author = {Andreas Weu and Rhea Kumar and Julian F. Butscher and Vincent Lami and Fabian Paulus and Artem A. Bakulin and Yana Vaynzof},
title = {Energy Transfer to a Stable Donor Suppresses Degradation in Organic Solar Cells},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Permalink
- Yichu Zheng, Axel Fischer, Michael Sawatzki, Duy Hai Doan, Matthias Liero, Annegret Glitzky, Sebastian Reineke, Stefan C. B. Mannsfeld, "Introducing pinMOS Memory: A Novel, Nonvolatile Organic Memory Device", In Advanced Functional Materials, Wiley, vol. 30, no. 4, pp. 1907119, Nov 2019. [doi] [Bibtex & Downloads]
Introducing pinMOS Memory: A Novel, Nonvolatile Organic Memory Device
Reference
Yichu Zheng, Axel Fischer, Michael Sawatzki, Duy Hai Doan, Matthias Liero, Annegret Glitzky, Sebastian Reineke, Stefan C. B. Mannsfeld, "Introducing pinMOS Memory: A Novel, Nonvolatile Organic Memory Device", In Advanced Functional Materials, Wiley, vol. 30, no. 4, pp. 1907119, Nov 2019. [doi]
Bibtex
@article{Zheng_2019,
doi = {10.1002/adfm.201907119},
url = {https://doi.org/10.1002%2Fadfm.201907119},
year = 2019,
month = {nov},
publisher = {Wiley},
volume = {30},
number = {4},
pages = {1907119},
author = {Yichu Zheng and Axel Fischer and Michael Sawatzki and Duy Hai Doan and Matthias Liero and Annegret Glitzky and Sebastian Reineke and Stefan C. B. Mannsfeld},
title = {Introducing {pinMOS} Memory: A Novel, Nonvolatile Organic Memory Device},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Fazal Hameed, Jeronimo Castrillon, "A Novel Hybrid DRAM/STT-RAM Last-Level-Cache Architecture for Performance, Energy and Endurance Enhancement", In IEEE Transactions on Very Large Scale Integration Systems (TVLSI), vol. 27, no. 10, pp. 2375-2386, Oct 2019. [doi] [Bibtex & Downloads]
A Novel Hybrid DRAM/STT-RAM Last-Level-Cache Architecture for Performance, Energy and Endurance Enhancement
Reference
Fazal Hameed, Jeronimo Castrillon, "A Novel Hybrid DRAM/STT-RAM Last-Level-Cache Architecture for Performance, Energy and Endurance Enhancement", In IEEE Transactions on Very Large Scale Integration Systems (TVLSI), vol. 27, no. 10, pp. 2375-2386, Oct 2019. [doi]
Abstract
High capacity L4 architectures as Last-Level-Cache (LLC) have been recently introduced between L3-SRAM and off-chip memory. These LLC architectures have either employed DRAM or Spin-Transfer-Torque (STT-RAM) memory technologies. It is a known fact that DRAM LLCs feature a higher energy consumption while STT-RAM LLCs feature a lower write endurance compared to their counterparts. This paper proposes an efficient hybrid DRAM/STT-RAM LLC architecture that exploits the best characteristics offered by the individual memory technologies while mitigating their drawbacks. More precisely, we introduce a novel mechanism for the storage and management of the hybrid LLC tags, and a proactive L3-SRAM writeback policy that combines multiple dirty blocks that are mapped to the same LLC row. Our hybrid architecture reduces LLC interference by having less writeback accesses and row fetches. The endurance is improved by reducing the number of STT-RAM block writes. We show that our LLC architecture reduces the total number of STT-RAM block writes by 78% and improves the average performance by 13% compared to a recently proposed STT- RAM LLC. Compared to the state-of-the-art DRAM LLC, we report an average energy and performance improvement of 24% and 17.1% respectively.
Bibtex
@Article{hameed_tvlsi19,
author = {Fazal Hameed and Jeronimo Castrillon},
title = {A Novel Hybrid {DRAM}/{STT-RAM} {L}ast-{L}evel-{C}ache Architecture for Performance, Energy and Endurance Enhancement},
journal = {IEEE Transactions on Very Large Scale Integration Systems (TVLSI)},
year = {2019},
month = oct,
abstract = {High capacity L4 architectures as Last-Level-Cache (LLC) have been recently introduced between L3-SRAM and off-chip memory. These LLC architectures have either employed DRAM or Spin-Transfer-Torque (STT-RAM) memory technologies. It is a known fact that DRAM LLCs feature a higher energy consumption while STT-RAM LLCs feature a lower write endurance compared to their counterparts. This paper proposes an efficient hybrid DRAM/STT-RAM LLC architecture that exploits the best characteristics offered by the individual memory technologies while mitigating their drawbacks. More precisely, we introduce a novel mechanism for the storage and management of the hybrid LLC tags, and a proactive L3-SRAM writeback policy that combines multiple dirty blocks that are mapped to the same LLC row. Our hybrid architecture reduces LLC interference by having less writeback accesses and row fetches. The endurance is improved by reducing the number of STT-RAM block writes. We show that our LLC architecture reduces the total number of STT-RAM block writes by 78\% and improves the average performance by 13\% compared to a recently proposed STT- RAM LLC. Compared to the state-of-the-art DRAM LLC, we report an average energy and performance improvement of 24\% and 17.1\% respectively.},
volume = {27},
number = {10},
pages = {2375-2386},
numpages = {12pp},
doi={10.1109/TVLSI.2019.2918385},
url = {https://ieeexplore.ieee.org/document/8734763},
}Downloads
1905_Hameed_TVLSI [PDF]
Related Paths
Permalink
- Lars Schütze, Jeronimo Castrillon, "Efficient Late Binding of Dynamic Function Compositions", Proceedings of the 12th ACM SIGPLAN International Conference on Software Language Engineering, ACM, pp. 141–151, New York, NY, USA, Oct 2019. [doi] [Bibtex & Downloads]
Efficient Late Binding of Dynamic Function Compositions
Reference
Lars Schütze, Jeronimo Castrillon, "Efficient Late Binding of Dynamic Function Compositions", Proceedings of the 12th ACM SIGPLAN International Conference on Software Language Engineering, ACM, pp. 141–151, New York, NY, USA, Oct 2019. [doi]
Bibtex
@InProceedings{schuetze_sle19,
author = {Lars Sch{\"u}tze and Jeronimo Castrillon},
title = {Efficient Late Binding of Dynamic Function Compositions},
booktitle = {Proceedings of the 12th ACM SIGPLAN International Conference on Software Language Engineering},
year = {2019},
series = {SLE 2019},
address = {New York, NY, USA},
month = oct,
publisher = {ACM},
keywords = {conf},
location = {Athens, Greece},
isbn = {978-1-4503-6981-7},
pages = {141--151},
numpages = {11},
url = {http://doi.acm.org/10.1145/3357766.3359543},
doi = {10.1145/3357766.3359543},
acmid = {3359543},
}Downloads
1910_Schuetze_SLE [PDF]
Permalink
- Jeronimo Castrillon, "Embedded manycore programming: From auto-parallelization to domain specific languages", In IEEE 13th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2019) (keynote), Oct 2019. [Bibtex & Downloads]
Embedded manycore programming: From auto-parallelization to domain specific languages
Reference
Jeronimo Castrillon, "Embedded manycore programming: From auto-parallelization to domain specific languages", In IEEE 13th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2019) (keynote), Oct 2019.
Abstract
Programming manycores remains a daunting task, especially in the presence of the heterogeneity and application constraints typical in the embedded domain. This talk reviews efforts to cope with this complexity from the last 10+ years of research. It starts with the challenges faced by auto-parallelizing compilers, discussing how far they have made it since the start of the multi-core era. The talk also reviews explicit parallel programming and associated programming methodologies, with focus on recent advances that aim at increasing the adaptivity and robustness of dataflow applications. The talk then advocates for even higher-level programming abstractions in the form of domain specific languages, particularly important to deal with the increased complexity brought by emerging computing paradigms.
Bibtex
@Misc{castrillon_mcsoc2019,
author = {Castrillon, Jeronimo},
title = {Embedded manycore programming: From auto-parallelization to domain specific languages},
howpublished = {IEEE 13th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-2019) (keynote)},
month = oct,
year = {2019},
abstract = {Programming manycores remains a daunting task, especially in the presence of the heterogeneity and application constraints typical in the embedded domain. This talk reviews efforts to cope with this complexity from the last 10+ years of research. It starts with the challenges faced by auto-parallelizing compilers, discussing how far they have made it since the start of the multi-core era. The talk also reviews explicit parallel programming and associated programming methodologies, with focus on recent advances that aim at increasing the adaptivity and robustness of dataflow applications. The talk then advocates for even higher-level programming abstractions in the form of domain specific languages, particularly important to deal with the increased complexity brought by emerging computing paradigms.},
url = {http://mcsoc-forum.org/m2019/wp-content/uploads/2019/10/191002_castrillon_mcsoc-opt.pdf},
keywords = {invitedtalk},
location = {Singapore},
}Downloads
191002_castrillon_mcsoc-opt [PDF]
Permalink
- M. Mousavi, H. R. Pourshaghaghi, H. Corporaal, A. Kumar, "Scatter Scrubbing: A Method to Reduce SEU Repair Time in FPGA Configuration Memory", In Proceeding: 2019 IEEE International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFT), pp. 1-6, Oct 2019. [doi] [Bibtex & Downloads]
Scatter Scrubbing: A Method to Reduce SEU Repair Time in FPGA Configuration Memory
Reference
M. Mousavi, H. R. Pourshaghaghi, H. Corporaal, A. Kumar, "Scatter Scrubbing: A Method to Reduce SEU Repair Time in FPGA Configuration Memory", In Proceeding: 2019 IEEE International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFT), pp. 1-6, Oct 2019. [doi]
Bibtex
@INPROCEEDINGS{8875431,
author={M. {Mousavi} and H. R. {Pourshaghaghi} and H. {Corporaal} and A. {Kumar}},
booktitle={2019 IEEE International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFT)},
title={Scatter Scrubbing: A Method to Reduce SEU Repair Time in FPGA Configuration Memory},
year={2019},
volume={},
number={},
pages={1-6},
keywords={Field programmable gate arrays;Redundancy;Single event upsets;Maintenance engineering;Indexes;Fault tolerant systems;FPGA;fault tolerance;SEU;scrubbing;configuration memory},
doi={10.1109/DFT.2019.8875431},
ISSN={},
month={Oct},}Downloads
08875431 [PDF]
Related Paths
Permalink
- Christian Wagner, Thomas Blaudeck, Peter Meszmer, Simon Böttger, Florian Fuchs, Sascha Hermann, Jörg Schuster, Bernhard Wunderle, Stefan Eberhard Schulz, "Carbon Nanotubes for Mechanical Sensor Applications", In physica status solidi (a), Wiley, vol. 216, no. 19, pp. 1900584, Oct 2019. [doi] [Bibtex & Downloads]
Carbon Nanotubes for Mechanical Sensor Applications
Reference
Christian Wagner, Thomas Blaudeck, Peter Meszmer, Simon Böttger, Florian Fuchs, Sascha Hermann, Jörg Schuster, Bernhard Wunderle, Stefan Eberhard Schulz, "Carbon Nanotubes for Mechanical Sensor Applications", In physica status solidi (a), Wiley, vol. 216, no. 19, pp. 1900584, Oct 2019. [doi]
Bibtex
@article{Wagner_2019,
doi = {10.1002/pssa.201900584},
url = {https://doi.org/10.1002%2Fpssa.201900584},
year = 2019,
month = {oct},
publisher = {Wiley},
volume = {216},
number = {19},
pages = {1900584},
author = {Christian Wagner and Thomas Blaudeck and Peter Meszmer and Simon Böttger and Florian Fuchs and Sascha Hermann and Jörg Schuster and Bernhard Wunderle and Stefan Eberhard Schulz},
title = {Carbon Nanotubes for Mechanical Sensor Applications},
journal = {physica status solidi (a)}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kevin Synnatschke, Shouqi Shao, Jonas van Dinter, Yvonne J. Hofstetter, Daniel James Kelly, Sebastian Grieger, Sarah J. Haigh, Yana Vaynzof, Wolfgang Bensch, Claudia Backes, "Liquid Exfoliation of Ni2P2S6: Structural Characterization, Size-Dependent Properties, and Degradation", In Chemistry of Materials, American Chemical Society (ACS), vol. 31, no. 21, pp. 9127–9139, Oct 2019. [doi] [Bibtex & Downloads]
Liquid Exfoliation of Ni2P2S6: Structural Characterization, Size-Dependent Properties, and Degradation
Reference
Kevin Synnatschke, Shouqi Shao, Jonas van Dinter, Yvonne J. Hofstetter, Daniel James Kelly, Sebastian Grieger, Sarah J. Haigh, Yana Vaynzof, Wolfgang Bensch, Claudia Backes, "Liquid Exfoliation of Ni2P2S6: Structural Characterization, Size-Dependent Properties, and Degradation", In Chemistry of Materials, American Chemical Society (ACS), vol. 31, no. 21, pp. 9127–9139, Oct 2019. [doi]
Bibtex
@article{Synnatschke_2019,
doi = {10.1021/acs.chemmater.9b03468},
url = {https://doi.org/10.1021%2Facs.chemmater.9b03468},
year = 2019,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {31},
number = {21},
pages = {9127--9139},
author = {Kevin Synnatschke and Shouqi Shao and Jonas van Dinter and Yvonne J. Hofstetter and Daniel James Kelly and Sebastian Grieger and Sarah J. Haigh and Yana Vaynzof and Wolfgang Bensch and Claudia Backes},
title = {Liquid Exfoliation of Ni2P2S6: Structural Characterization, Size-Dependent Properties, and Degradation},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jiangbin Zhang, Moritz H. Futscher, Vincent Lami, Felix U. Kosasih, Changsoon Cho, Qinying Gu, Aditya Sadhanala, Andrew J. Pearson, Bin Kan, Giorgio Divitini, Xiangjian Wan, Dan Credgington, Neil C. Greenham, Yongsheng Chen, Caterina Ducati, Bruno Ehrler, Yana Vaynzof, Richard H. Friend, Artem A. Bakulin, "Sequentially Deposited versus Conventional Nonfullerene Organic Solar Cells: Interfacial Trap States, Vertical Stratification, and Exciton Dissociation", In Advanced Energy Materials, Wiley, vol. 9, no. 47, pp. 1902145, Oct 2019. [doi] [Bibtex & Downloads]
Sequentially Deposited versus Conventional Nonfullerene Organic Solar Cells: Interfacial Trap States, Vertical Stratification, and Exciton Dissociation
Reference
Jiangbin Zhang, Moritz H. Futscher, Vincent Lami, Felix U. Kosasih, Changsoon Cho, Qinying Gu, Aditya Sadhanala, Andrew J. Pearson, Bin Kan, Giorgio Divitini, Xiangjian Wan, Dan Credgington, Neil C. Greenham, Yongsheng Chen, Caterina Ducati, Bruno Ehrler, Yana Vaynzof, Richard H. Friend, Artem A. Bakulin, "Sequentially Deposited versus Conventional Nonfullerene Organic Solar Cells: Interfacial Trap States, Vertical Stratification, and Exciton Dissociation", In Advanced Energy Materials, Wiley, vol. 9, no. 47, pp. 1902145, Oct 2019. [doi]
Bibtex
@article{Zhang_2019,
doi = {10.1002/aenm.201902145},
url = {https://doi.org/10.1002%2Faenm.201902145},
year = 2019,
month = {oct},
publisher = {Wiley},
volume = {9},
number = {47},
pages = {1902145},
author = {Jiangbin Zhang and Moritz H. Futscher and Vincent Lami and Felix U. Kosasih and Changsoon Cho and Qinying Gu and Aditya Sadhanala and Andrew J. Pearson and Bin Kan and Giorgio Divitini and Xiangjian Wan and Dan Credgington and Neil C. Greenham and Yongsheng Chen and Caterina Ducati and Bruno Ehrler and Yana Vaynzof and Richard H. Friend and Artem A. Bakulin},
title = {Sequentially Deposited versus Conventional Nonfullerene Organic Solar Cells: Interfacial Trap States, Vertical Stratification, and Exciton Dissociation},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Vincent Lami, Andreas Weu, Jiangbin Zhang, Yongsheng Chen, Zhuping Fei, Martin Heeney, Richard H. Friend, Yana Vaynzof, "Visualizing the Vertical Energetic Landscape in Organic Photovoltaics", In Joule, Elsevier BV, vol. 3, no. 10, pp. 2513–2534, Oct 2019. [doi] [Bibtex & Downloads]
Visualizing the Vertical Energetic Landscape in Organic Photovoltaics
Reference
Vincent Lami, Andreas Weu, Jiangbin Zhang, Yongsheng Chen, Zhuping Fei, Martin Heeney, Richard H. Friend, Yana Vaynzof, "Visualizing the Vertical Energetic Landscape in Organic Photovoltaics", In Joule, Elsevier BV, vol. 3, no. 10, pp. 2513–2534, Oct 2019. [doi]
Bibtex
@article{Lami_2019,
doi = {10.1016/j.joule.2019.06.018},
url = {https://doi.org/10.1016%2Fj.joule.2019.06.018},
year = 2019,
month = {oct},
publisher = {Elsevier {BV}},
volume = {3},
number = {10},
pages = {2513--2534},
author = {Vincent Lami and Andreas Weu and Jiangbin Zhang and Yongsheng Chen and Zhuping Fei and Martin Heeney and Richard H. Friend and Yana Vaynzof},
title = {Visualizing the Vertical Energetic Landscape in Organic Photovoltaics},
journal = {Joule}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wenhui Niu, Junzhi Liu, Yiyong Mai, Klaus Müllen, Xinliang Feng, "Synthetic Engineering of Graphene Nanoribbons with Excellent Liquid-Phase Processability", In Trends in Chemistry, Elsevier BV, vol. 1, no. 6, pp. 549–558, Sep 2019. [doi] [Bibtex & Downloads]
Synthetic Engineering of Graphene Nanoribbons with Excellent Liquid-Phase Processability
Reference
Wenhui Niu, Junzhi Liu, Yiyong Mai, Klaus Müllen, Xinliang Feng, "Synthetic Engineering of Graphene Nanoribbons with Excellent Liquid-Phase Processability", In Trends in Chemistry, Elsevier BV, vol. 1, no. 6, pp. 549–558, Sep 2019. [doi]
Bibtex
@article{Niu_2019,
doi = {10.1016/j.trechm.2019.06.008},
url = {https://doi.org/10.1016%2Fj.trechm.2019.06.008},
year = 2019,
month = {sep},
publisher = {Elsevier {BV}},
volume = {1},
number = {6},
pages = {549--558},
author = {Wenhui Niu and Junzhi Liu and Yiyong Mai and Klaus Müllen and Xinliang Feng},
title = {Synthetic Engineering of Graphene Nanoribbons with Excellent Liquid-Phase Processability},
journal = {Trends in Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jeronimo Castrillon, "Dataflow and higher level abstractions for parallel programming", In CPS Summer School 2019: Designing Cyber-Physical Systems - From concepts to implementation (keynote), Sep 2019. [Bibtex & Downloads]
Dataflow and higher level abstractions for parallel programming
Reference
Jeronimo Castrillon, "Dataflow and higher level abstractions for parallel programming", In CPS Summer School 2019: Designing Cyber-Physical Systems - From concepts to implementation (keynote), Sep 2019.
Abstract
Computing systems continue to increase in complexity, today including multiple cores, complex memory hierarchies and domain-specific accelerators, and soon with components built with emerging hardware technologies. This complexity calls for advances in a variety of domains, like programming and modeling languages, models of hardware, system simulators, design exploration methodologies and hardware architectures. From the standpoint of programming languages and compilers, this lecture discusses the challenges in mainstream sequential programming to motivate higher-level abstractions. It then provides an introduction to dataflow programming methodologies as a promising solution for embedded applications. We will review the fundamentals of dataflow models of computation, basic programming methodologies and look at current research to account for the adaptivity that new applications require, especially in the context of cyber physical systems. The lecture closes with an outlook on higher level programming abstractions and challenges posed by emerging computing architectures.
Bibtex
@Misc{castrillon_cpss19,
author = {Castrillon, Jeronimo},
title = {Dataflow and higher level abstractions for parallel programming},
howpublished = {CPS Summer School 2019: {Designing Cyber-Physical Systems - From concepts to implementation (keynote)}},
month = sep,
year = {2019},
abstract = {Computing systems continue to increase in complexity, today including multiple cores, complex memory hierarchies and domain-specific accelerators, and soon with components built with emerging hardware technologies. This complexity calls for advances in a variety of domains, like programming and modeling languages, models of hardware, system simulators, design exploration methodologies and hardware architectures. From the standpoint of programming languages and compilers, this lecture discusses the challenges in mainstream sequential programming to motivate higher-level abstractions. It then provides an introduction to dataflow programming methodologies as a promising solution for embedded applications. We will review the fundamentals of dataflow models of computation, basic programming methodologies and look at current research to account for the adaptivity that new applications require, especially in the context of cyber physical systems. The lecture closes with an outlook on higher level programming abstractions and challenges posed by emerging computing architectures.},
keywords = {invitedtalk},
location = {Alghero, Sardinia, Italy},
project = {cfaed, haec},
url = {http://www.cpsschool.eu/dataflow-and-higher-level-abstractions-for-parallel-programming/}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Qingzhi An, Qing Sun, Andreas Weu, David Becker-Koch, Fabian Paulus, Sebastian Arndt, Fabian Stuck, A. Stephen K. Hashmi, Nir Tessler, Yana Vaynzof, "Perovskite Photovoltaic Devices: Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 mV Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers (Adv. Energy Mater. 33/2019)", In Advanced Energy Materials, Wiley, vol. 9, no. 33, pp. 1970126, Sep 2019. [doi] [Bibtex & Downloads]
Perovskite Photovoltaic Devices: Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 mV Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers (Adv. Energy Mater. 33/2019)
Reference
Qingzhi An, Qing Sun, Andreas Weu, David Becker-Koch, Fabian Paulus, Sebastian Arndt, Fabian Stuck, A. Stephen K. Hashmi, Nir Tessler, Yana Vaynzof, "Perovskite Photovoltaic Devices: Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 mV Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers (Adv. Energy Mater. 33/2019)", In Advanced Energy Materials, Wiley, vol. 9, no. 33, pp. 1970126, Sep 2019. [doi]
Bibtex
@article{An_2019,
doi = {10.1002/aenm.201970126},
url = {https://doi.org/10.1002%2Faenm.201970126},
year = 2019,
month = {sep},
publisher = {Wiley},
volume = {9},
number = {33},
pages = {1970126},
author = {Qingzhi An and Qing Sun and Andreas Weu and David Becker-Koch and Fabian Paulus and Sebastian Arndt and Fabian Stuck and A. Stephen K. Hashmi and Nir Tessler and Yana Vaynzof},
title = {Perovskite Photovoltaic Devices: Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 {mV} Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers (Adv. Energy Mater. 33/2019)},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kejun Liu, Haoyuan Qi, Renhao Dong, Rishi Shivhare, Matthew Addicoat, Tao Zhang, Hafeesudeen Sahabudeen, Thomas Heine, Stefan Mannsfeld, Ute Kaiser, Zhikun Zheng, Xinliang Feng, "On-water surface synthesis of crystalline, few-layer two-dimensional polymers assisted by surfactant monolayers", In Nature Chemistry, Springer Science and Business Media LLC, vol. 11, no. 11, pp. 994–1000, Sep 2019. [doi] [Bibtex & Downloads]
On-water surface synthesis of crystalline, few-layer two-dimensional polymers assisted by surfactant monolayers
Reference
Kejun Liu, Haoyuan Qi, Renhao Dong, Rishi Shivhare, Matthew Addicoat, Tao Zhang, Hafeesudeen Sahabudeen, Thomas Heine, Stefan Mannsfeld, Ute Kaiser, Zhikun Zheng, Xinliang Feng, "On-water surface synthesis of crystalline, few-layer two-dimensional polymers assisted by surfactant monolayers", In Nature Chemistry, Springer Science and Business Media LLC, vol. 11, no. 11, pp. 994–1000, Sep 2019. [doi]
Bibtex
@article{Liu_2019,
doi = {10.1038/s41557-019-0327-5},
url = {https://doi.org/10.1038%2Fs41557-019-0327-5},
year = 2019,
month = {sep},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {11},
pages = {994--1000},
author = {Kejun Liu and Haoyuan Qi and Renhao Dong and Rishi Shivhare and Matthew Addicoat and Tao Zhang and Hafeesudeen Sahabudeen and Thomas Heine and Stefan Mannsfeld and Ute Kaiser and Zhikun Zheng and Xinliang Feng},
title = {On-water surface synthesis of crystalline, few-layer two-dimensional polymers assisted by surfactant monolayers},
journal = {Nature Chemistry}
}Downloads
No Downloads available for this publication
Permalink
- Tao Zhang, Haoyuan Qi, Zhongquan Liao, Yehu David Horev, Luis Antonio Panes-Ruiz, Petko St. Petkov, Zhe Zhang, Rishi Shivhare, Panpan Zhang, Kejun Liu, Viktor Bezugly, Shaohua Liu, Zhikun Zheng, Stefan Mannsfeld, Thomas Heine, Gianaurelio Cuniberti, Hossam Haick, Ehrenfried Zschech, Ute Kaiser, Renhao Dong, Xinliang Feng, "Engineering crystalline quasi-two-dimensional polyaniline thin film with enhanced electrical and chemiresistive sensing performances", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Sep 2019. [doi] [Bibtex & Downloads]
Engineering crystalline quasi-two-dimensional polyaniline thin film with enhanced electrical and chemiresistive sensing performances
Reference
Tao Zhang, Haoyuan Qi, Zhongquan Liao, Yehu David Horev, Luis Antonio Panes-Ruiz, Petko St. Petkov, Zhe Zhang, Rishi Shivhare, Panpan Zhang, Kejun Liu, Viktor Bezugly, Shaohua Liu, Zhikun Zheng, Stefan Mannsfeld, Thomas Heine, Gianaurelio Cuniberti, Hossam Haick, Ehrenfried Zschech, Ute Kaiser, Renhao Dong, Xinliang Feng, "Engineering crystalline quasi-two-dimensional polyaniline thin film with enhanced electrical and chemiresistive sensing performances", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Sep 2019. [doi]
Bibtex
@article{Zhang_2019,
doi = {10.1038/s41467-019-11921-3},
url = {https://doi.org/10.1038%2Fs41467-019-11921-3},
year = 2019,
month = {sep},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {Tao Zhang and Haoyuan Qi and Zhongquan Liao and Yehu David Horev and Luis Antonio Panes-Ruiz and Petko St. Petkov and Zhe Zhang and Rishi Shivhare and Panpan Zhang and Kejun Liu and Viktor Bezugly and Shaohua Liu and Zhikun Zheng and Stefan Mannsfeld and Thomas Heine and Gianaurelio Cuniberti and Hossam Haick and Ehrenfried Zschech and Ute Kaiser and Renhao Dong and Xinliang Feng},
title = {Engineering crystalline quasi-two-dimensional polyaniline thin film with enhanced electrical and chemiresistive sensing performances},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Katrin Ortstein, Martin Schwarze, Hans Kleemann, Sebastian Hutsch, Sebastian Schellhammer, Felix Talnack, Mike Hambsch, Frank Ortmann, Stefan C. B. Mannsfeld, Karl Leo, "Investigations on band structure engineering in organic semiconductors (Conference Presentation)", In Proceeding: Organic, Hybrid, and Perovskite Photovoltaics XX (Kwanghee Lee and Zakya H. Kafafi and Paul A. Lane and Ana Flávia Nogueira), SPIE, Sep 2019. [doi] [Bibtex & Downloads]
Investigations on band structure engineering in organic semiconductors (Conference Presentation)
Reference
Katrin Ortstein, Martin Schwarze, Hans Kleemann, Sebastian Hutsch, Sebastian Schellhammer, Felix Talnack, Mike Hambsch, Frank Ortmann, Stefan C. B. Mannsfeld, Karl Leo, "Investigations on band structure engineering in organic semiconductors (Conference Presentation)", In Proceeding: Organic, Hybrid, and Perovskite Photovoltaics XX (Kwanghee Lee and Zakya H. Kafafi and Paul A. Lane and Ana Flávia Nogueira), SPIE, Sep 2019. [doi]
Bibtex
@inproceedings{Ortstein_2019,
doi = {10.1117/12.2529289},
url = {https://doi.org/10.1117%2F12.2529289},
year = 2019,
month = {sep},
publisher = ,
author = {Katrin Ortstein and Martin Schwarze and Hans Kleemann and Sebastian Hutsch and Sebastian Schellhammer and Felix Talnack and Mike Hambsch and Frank Ortmann and Stefan C. B. Mannsfeld and Karl Leo},
editor = {Kwanghee Lee and Zakya H. Kafafi and Paul A. Lane and Ana Fl{\'{a}}via Nogueira},
title = {Investigations on band structure engineering in organic semiconductors (Conference Presentation)},
booktitle = {Organic, Hybrid, and Perovskite Photovoltaics {XX}}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Luis Antonio Panes-Ruiz, Leif Riemenschneider, Mohamad Moner Al Chawa, Markus Löffler, Bernd Rellinghaus, Ronald Tetzlaff, Viktor Bezugly, Bergoi Ibarlucea, Gianaurelio Cuniberti, "Selective and self-validating breath-level detection of hydrogen sulfide in humid air by gold nanoparticle-functionalized nanotube arrays", In Nano Research, Springer Science and Business Media LLC, Sep 2019. [doi] [Bibtex & Downloads]
Selective and self-validating breath-level detection of hydrogen sulfide in humid air by gold nanoparticle-functionalized nanotube arrays
Reference
Luis Antonio Panes-Ruiz, Leif Riemenschneider, Mohamad Moner Al Chawa, Markus Löffler, Bernd Rellinghaus, Ronald Tetzlaff, Viktor Bezugly, Bergoi Ibarlucea, Gianaurelio Cuniberti, "Selective and self-validating breath-level detection of hydrogen sulfide in humid air by gold nanoparticle-functionalized nanotube arrays", In Nano Research, Springer Science and Business Media LLC, Sep 2019. [doi]
Bibtex
@article{Panes_Ruiz_2019,
doi = {10.1007/s12274-021-3771-7},
url = {https://doi.org/10.1007%2Fs12274-021-3771-7},
year = 2019,
month = {sep},
publisher = {Springer Science and Business Media {LLC}},
author = {Luis Antonio Panes-Ruiz and Leif Riemenschneider and Mohamad Moner Al Chawa and Markus Löffler and Bernd Rellinghaus and Ronald Tetzlaff and Viktor Bezugly and Bergoi Ibarlucea and Gianaurelio Cuniberti},
title = {Selective and self-validating breath-level detection of hydrogen sulfide in humid air by gold nanoparticle-functionalized nanotube arrays},
journal = {Nano Research}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Ertel, Justus Adam, Norman A. Rink, Andrés Goens, Jeronimo Castrillon, "STCLang: State Thread Composition as a Foundation for Monadic Dataflow Parallelism", Proceedings of the 12th ACM SIGPLAN International Symposium on Haskell, ACM, pp. 146–161, New York, NY, USA, Aug 2019. [doi] [Bibtex & Downloads]
STCLang: State Thread Composition as a Foundation for Monadic Dataflow Parallelism
Reference
Sebastian Ertel, Justus Adam, Norman A. Rink, Andrés Goens, Jeronimo Castrillon, "STCLang: State Thread Composition as a Foundation for Monadic Dataflow Parallelism", Proceedings of the 12th ACM SIGPLAN International Symposium on Haskell, ACM, pp. 146–161, New York, NY, USA, Aug 2019. [doi]
Abstract
Dataflow execution models are used to build highly scalable parallel systems. A programming model that targets parallel dataflow execution must answer the following question: How can parallelism between two dependent nodes in a dataflow graph be exploited? This is difficult when the dataflow language or programming model is implemented by a monad, as is common in the functional community, since expressing dependence between nodes by a monadic bind suggests sequential execution.
Even in monadic constructs that explicitly separate state from computation, problems arise due to the need to reason about opaquely defined state. Specifically, when abstractions of the chosen programming model do not enable adequate reasoning about state, it is difficult to detect parallelism between composed stateful computations.
In this paper, we propose a programming model that enables the composition of stateful computations and still exposes opportunities for parallelization. We also introduce smap, a higher-order function that can exploit parallelism in stateful computations. We present an implementation of our programming model and smap in Haskell and show that basic concepts from functional reactive programming can be built on top of our programming model with little effort. We compare these implementations to a state-of-the-art approach using monad-par and LVars to expose parallelism explicitly and reach the same level of performance, showing that our programming model successfully extracts parallelism that is present in an algorithm. Further evaluation shows that smap is expressive enough to implement parallel reductions and our programming model resolves short-comings of the stream-based programming model for current state-of-the-art big data processing systems.Bibtex
@InProceedings{ertel_haskell19,
author = {Ertel, Sebastian and Adam, Justus and Rink, Norman A. and Goens, Andr{\'e}s and Castrillon, Jeronimo},
title = {{STCLang}: State Thread Composition as a Foundation for Monadic Dataflow Parallelism},
booktitle = {Proceedings of the 12th ACM SIGPLAN International Symposium on Haskell},
year = {2019},
series = {Haskell 2019},
pages = {146--161},
address = {New York, NY, USA},
month = aug,
publisher = {ACM},
abstract = {Dataflow execution models are used to build highly scalable parallel systems. A programming model that targets parallel dataflow execution must answer the following question: How can parallelism between two dependent nodes in a dataflow graph be exploited? This is difficult when the dataflow language or programming model is implemented by a monad, as is common in the functional community, since expressing dependence between nodes by a monadic bind suggests sequential execution.
Even in monadic constructs that explicitly separate state from computation, problems arise due to the need to reason about opaquely defined state. Specifically, when abstractions of the chosen programming model do not enable adequate reasoning about state, it is difficult to detect parallelism between composed stateful computations.
In this paper, we propose a programming model that enables the composition of stateful computations and still exposes opportunities for parallelization. We also introduce smap, a higher-order function that can exploit parallelism in stateful computations. We present an implementation of our programming model and smap in Haskell and show that basic concepts from functional reactive programming can be built on top of our programming model with little effort. We compare these implementations to a state-of-the-art approach using monad-par and LVars to expose parallelism explicitly and reach the same level of performance, showing that our programming model successfully extracts parallelism that is present in an algorithm. Further evaluation shows that smap is expressive enough to implement parallel reductions and our programming model resolves short-comings of the stream-based programming model for current state-of-the-art big data processing systems.},
acmid = {3342600},
doi = {10.1145/3331545.3342600},
isbn = {978-1-4503-6813-1},
keywords = {conf},
location = {Berlin, Germany},
numpages = {16},
url = {http://doi.acm.org/10.1145/3331545.3342600}
}Downloads
1908_Ertel_Haskell [PDF]
Related Paths
Permalink
- Ansh Rupani, Shubham Rai, Akash Kumar, "Exploiting Emerging Reconfigurable Technologies for Secure Devices", In Proceeding: 2019 22nd Euromicro Conference on Digital System Design (DSD), IEEE, Aug 2019. [doi] [Bibtex & Downloads]
Exploiting Emerging Reconfigurable Technologies for Secure Devices
Reference
Ansh Rupani, Shubham Rai, Akash Kumar, "Exploiting Emerging Reconfigurable Technologies for Secure Devices", In Proceeding: 2019 22nd Euromicro Conference on Digital System Design (DSD), IEEE, Aug 2019. [doi]
Bibtex
@inproceedings{Rupani_2019,
doi = {10.1109/dsd.2019.00107},
url = {https://doi.org/10.1109%2Fdsd.2019.00107},
year = 2019,
month = {aug},
publisher = ,
author = {Ansh Rupani and Shubham Rai and Akash Kumar},
title = {Exploiting Emerging Reconfigurable Technologies for Secure Devices},
booktitle = {2019 22nd Euromicro Conference on Digital System Design ({DSD})}
}Downloads
DSD_final [PDF]
Permalink
- Behnaz Ranjbar, Tuan D. A. Nguyen, A. Ejlali, A. Kumar, "Online Peak Power and Maximum Temperature Management in Multi-Core Mixed-Criticality Embedded Systems", In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 546-553, August 2019. [doi] [Bibtex & Downloads]
Online Peak Power and Maximum Temperature Management in Multi-Core Mixed-Criticality Embedded Systems
Reference
Behnaz Ranjbar, Tuan D. A. Nguyen, A. Ejlali, A. Kumar, "Online Peak Power and Maximum Temperature Management in Multi-Core Mixed-Criticality Embedded Systems", In Proceeding: Euromicro Conference on Digital System Design (DSD), pp. 546-553, August 2019. [doi]
Bibtex
@InProceedings{ranjbar19online,
author = {Behnaz Ranjbar and Tuan D. A. Nguyen and A. Ejlali and A. Kumar},
title = {Online Peak Power and Maximum Temperature Management in Multi-Core Mixed-Criticality Embedded Systems},
booktitle = { Euromicro Conference on Digital System Design (DSD)},
year = {2019},
month = {August},
pages={546-553},
doi={10.1109/DSD.2019.00084},
owner = {Ranjbar},
}Downloads
Permalink
- Nusrat Jahan Lisa, Tuan D. A. Nguyen, Dirk Habich, Akash Kumar, Wolfgang Lehner, "High-Throughput Bit Packing Compression", In Proceeding: Euromicro DSD, August 2019. [Bibtex & Downloads]
High-Throughput Bit Packing Compression
Reference
Nusrat Jahan Lisa, Tuan D. A. Nguyen, Dirk Habich, Akash Kumar, Wolfgang Lehner, "High-Throughput Bit Packing Compression", In Proceeding: Euromicro DSD, August 2019.
Bibtex
@InProceedings{nusrat19high,
author = {Nusrat Jahan Lisa and Tuan D. A. Nguyen and Dirk Habich and Akash Kumar and Wolfgang Lehner},
title = {High-Throughput Bit Packing Compression},
booktitle = {Euromicro DSD},
year = {2019},
month = {August},
owner = {Ranjbar},
}Downloads
dsd2019_fpga_crc [PDF]
Permalink
- Leopold Talirz, Hajo Söde, Shigeki Kawai, Pascal Ruffieux, Ernst Meyer, Xinliang Feng, Klaus Müllen, Roman Fasel, Carlo A. Pignedoli, Daniele Passerone, "Band Gap of Atomically Precise Graphene Nanoribbons as a Function of Ribbon Length and Termination", In ChemPhysChem, Wiley, vol. 20, no. 18, pp. 2348–2353, Aug 2019. [doi] [Bibtex & Downloads]
Band Gap of Atomically Precise Graphene Nanoribbons as a Function of Ribbon Length and Termination
Reference
Leopold Talirz, Hajo Söde, Shigeki Kawai, Pascal Ruffieux, Ernst Meyer, Xinliang Feng, Klaus Müllen, Roman Fasel, Carlo A. Pignedoli, Daniele Passerone, "Band Gap of Atomically Precise Graphene Nanoribbons as a Function of Ribbon Length and Termination", In ChemPhysChem, Wiley, vol. 20, no. 18, pp. 2348–2353, Aug 2019. [doi]
Bibtex
@article{Talirz_2019,
doi = {10.1002/cphc.201900313},
url = {https://doi.org/10.1002%2Fcphc.201900313},
year = 2019,
month = {aug},
publisher = {Wiley},
volume = {20},
number = {18},
pages = {2348--2353},
author = {Leopold Talirz and Hajo Söde and Shigeki Kawai and Pascal Ruffieux and Ernst Meyer and Xinliang Feng and Klaus Müllen and Roman Fasel and Carlo A. Pignedoli and Daniele Passerone},
title = {Band Gap of Atomically Precise Graphene Nanoribbons as a Function of Ribbon Length and Termination},
journal =
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Guowei Li, Chenguang Fu, Wujun Shi, Lin Jiao, Jiquan Wu, Qun Yang, Rana Saha, Machteld E. Kamminga, Abhay K. Srivastava, Enke Liu, Aliza N. Yazdani, Nitesh Kumar, Jian Zhang, Graeme R. Blake, Xianjie Liu, Mats Fahlman, Steffen Wirth, Gudrun Auffermann, Johannes Gooth, Stuart Parkin, Vidya Madhavan, Xinliang Feng, Yan Sun, Claudia Felser, "Dirac Nodal Arc Semimetal PtSn4
: An Ideal Platform for Understanding Surface Properties and Catalysis for Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 37, pp. 13107–13112, Aug 2019. [doi] [Bibtex & Downloads]
Dirac Nodal Arc Semimetal PtSn4 : An Ideal Platform for Understanding Surface Properties and Catalysis for Hydrogen Evolution
Reference
Guowei Li, Chenguang Fu, Wujun Shi, Lin Jiao, Jiquan Wu, Qun Yang, Rana Saha, Machteld E. Kamminga, Abhay K. Srivastava, Enke Liu, Aliza N. Yazdani, Nitesh Kumar, Jian Zhang, Graeme R. Blake, Xianjie Liu, Mats Fahlman, Steffen Wirth, Gudrun Auffermann, Johannes Gooth, Stuart Parkin, Vidya Madhavan, Xinliang Feng, Yan Sun, Claudia Felser, "Dirac Nodal Arc Semimetal PtSn4 : An Ideal Platform for Understanding Surface Properties and Catalysis for Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 37, pp. 13107–13112, Aug 2019. [doi]
Bibtex
@article{Li_2019,
doi = {10.1002/anie.201906109},
url = {https://doi.org/10.1002%2Fanie.201906109},
year = 2019,
month = {aug},
publisher = {Wiley},
volume = {58},
number = {37},
pages = {13107--13112},
author = {Guowei Li and Chenguang Fu and Wujun Shi and Lin Jiao and Jiquan Wu and Qun Yang and Rana Saha and Machteld E. Kamminga and Abhay K. Srivastava and Enke Liu and Aliza N. Yazdani and Nitesh Kumar and Jian Zhang and Graeme R. Blake and Xianjie Liu and Mats Fahlman and Steffen Wirth and Gudrun Auffermann and Johannes Gooth and Stuart Parkin and Vidya Madhavan and Xinliang Feng and Yan Sun and Claudia Felser},
title = {Dirac Nodal Arc Semimetal {PtSn}4
: An Ideal Platform for Understanding Surface Properties and Catalysis for Hydrogen Evolution},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ioannis Spanos, Marc F. Tesch, Mingquan Yu, Harun Tüysüz, Jian Zhang, Xinliang Feng, Klaus Müllen, Robert Schlögl, Anna K. Mechler, "Facile Protocol for Alkaline Electrolyte Purification and Its Influence on a Ni\textendashCo Oxide Catalyst for the Oxygen Evolution Reaction", In ACS Catalysis, American Chemical Society (ACS), vol. 9, no. 9, pp. 8165–8170, Aug 2019. [doi] [Bibtex & Downloads]
Facile Protocol for Alkaline Electrolyte Purification and Its Influence on a Ni\textendashCo Oxide Catalyst for the Oxygen Evolution Reaction
Reference
Ioannis Spanos, Marc F. Tesch, Mingquan Yu, Harun Tüysüz, Jian Zhang, Xinliang Feng, Klaus Müllen, Robert Schlögl, Anna K. Mechler, "Facile Protocol for Alkaline Electrolyte Purification and Its Influence on a Ni\textendashCo Oxide Catalyst for the Oxygen Evolution Reaction", In ACS Catalysis, American Chemical Society (ACS), vol. 9, no. 9, pp. 8165–8170, Aug 2019. [doi]
Bibtex
@article{Spanos_2019,
doi = {10.1021/acscatal.9b01940},
url = {https://doi.org/10.1021%2Facscatal.9b01940},
year = 2019,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {9},
number = {9},
pages = {8165--8170},
author = {Ioannis Spanos and Marc F. Tesch and Mingquan Yu and Harun Tüysüz and Jian Zhang and Xinliang Feng and Klaus Müllen and Robert Schlögl and Anna K. Mechler},
title = {Facile Protocol for Alkaline Electrolyte Purification and Its Influence on a Ni{\textendash}Co Oxide Catalyst for the Oxygen Evolution Reaction},
journal = {{ACS} Catalysis}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yuyan Shao, Xinliang Feng, Liming Dai, Jean-Pol Dodelet, "Advancing Materials Electrochemistry for Chemical Transformation", In Advanced Materials, Wiley, vol. 31, no. 31, pp. 1903622, Aug 2019. [doi] [Bibtex & Downloads]
Advancing Materials Electrochemistry for Chemical Transformation
Reference
Yuyan Shao, Xinliang Feng, Liming Dai, Jean-Pol Dodelet, "Advancing Materials Electrochemistry for Chemical Transformation", In Advanced Materials, Wiley, vol. 31, no. 31, pp. 1903622, Aug 2019. [doi]
Bibtex
@article{Shao_2019,
doi = {10.1002/adma.201903622},
url = {https://doi.org/10.1002%2Fadma.201903622},
year = 2019,
month = {aug},
publisher = {Wiley},
volume = {31},
number = {31},
pages = {1903622},
author = {Yuyan Shao and Xinliang Feng and Liming Dai and Jean-Pol Dodelet},
title = {Advancing Materials Electrochemistry for Chemical Transformation},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- M. Salimian, M. S. Ivanov, I. Bdikin, D. Pohl, S. Oswald, V. A. Khomchenko, J.A. Paixão, B.Rellinghaus, P. A.A.P. Marques, G. Gonçalves, "Nanoengineered nickel/reduced graphene oxide composites: Control of interfacial nanostructure for tunable electrophysical properties", In Applied Surface Science, Elsevier BV, pp. 143781, Aug 2019. [doi] [Bibtex & Downloads]
Nanoengineered nickel/reduced graphene oxide composites: Control of interfacial nanostructure for tunable electrophysical properties
Reference
M. Salimian, M. S. Ivanov, I. Bdikin, D. Pohl, S. Oswald, V. A. Khomchenko, J.A. Paixão, B.Rellinghaus, P. A.A.P. Marques, G. Gonçalves, "Nanoengineered nickel/reduced graphene oxide composites: Control of interfacial nanostructure for tunable electrophysical properties", In Applied Surface Science, Elsevier BV, pp. 143781, Aug 2019. [doi]
Bibtex
@article{Salimian_2019,
doi = {10.1016/j.apsusc.2019.143781},
url = {https://doi.org/10.1016%2Fj.apsusc.2019.143781},
year = 2019,
month = {aug},
publisher = {Elsevier {BV}},
pages = {143781},
author = {M. Salimian and M. S. Ivanov and I. Bdikin and D. Pohl and S. Oswald and V. A. Khomchenko and J.A. Paixão and B.Rellinghaus and P. A.A.P. Marques and G. Gonçalves},
title = {Nanoengineered nickel/reduced graphene oxide composites: Control of interfacial nanostructure for tunable electrophysical properties},
journal = {Applied Surface Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cecilia Teixeira da Rocha, Ge Qu, Xuegeng Yang, Rishi Shivhare, Mike Hambsch, Ying Diao, Stefan C. B. Mannsfeld, "Mitigating Meniscus Instabilities in Solution-Sheared Polymer Films for Organic Field-Effect Transistors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 33, pp. 30079–30088, Aug 2019. [doi] [Bibtex & Downloads]
Mitigating Meniscus Instabilities in Solution-Sheared Polymer Films for Organic Field-Effect Transistors
Reference
Cecilia Teixeira da Rocha, Ge Qu, Xuegeng Yang, Rishi Shivhare, Mike Hambsch, Ying Diao, Stefan C. B. Mannsfeld, "Mitigating Meniscus Instabilities in Solution-Sheared Polymer Films for Organic Field-Effect Transistors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 33, pp. 30079–30088, Aug 2019. [doi]
Bibtex
@article{Teixeira_da_Rocha_2019,
doi = {10.1021/acsami.9b07832},
url = {https://doi.org/10.1021%2Facsami.9b07832},
year = 2019,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {11},
number = {33},
pages = {30079--30088},
author = {Cecilia Teixeira da Rocha and Ge Qu and Xuegeng Yang and Rishi Shivhare and Mike Hambsch and Ying Diao and Stefan C. B. Mannsfeld},
title = {Mitigating Meniscus Instabilities in Solution-Sheared Polymer Films for Organic Field-Effect Transistors},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Muhammad Bilal Khan, Dipjyoti Deb, Jochen Kerbusch, Florian Fuchs, Markus Löffler, Sayanti Banerjee, Uwe Mühle, Walter M. Weber, Sibylle Gemming, Jörg Schuster, Artur Erbe, Yordan M. Georgiev, "Towards Reconfigurable Electronics: Silicidation of Top-Down Fabricated Silicon Nanowires", In Applied Sciences, MDPI AG, vol. 9, no. 17, pp. 3462, Aug 2019. [doi] [Bibtex & Downloads]
Towards Reconfigurable Electronics: Silicidation of Top-Down Fabricated Silicon Nanowires
Reference
Muhammad Bilal Khan, Dipjyoti Deb, Jochen Kerbusch, Florian Fuchs, Markus Löffler, Sayanti Banerjee, Uwe Mühle, Walter M. Weber, Sibylle Gemming, Jörg Schuster, Artur Erbe, Yordan M. Georgiev, "Towards Reconfigurable Electronics: Silicidation of Top-Down Fabricated Silicon Nanowires", In Applied Sciences, MDPI AG, vol. 9, no. 17, pp. 3462, Aug 2019. [doi]
Bibtex
@article{Khan_2019,
doi = {10.3390/app9173462},
url = {https://doi.org/10.3390%2Fapp9173462},
year = 2019,
month = {aug},
publisher = {{MDPI} {AG}},
volume = {9},
number = {17},
pages = {3462},
author = {Muhammad Bilal Khan and Dipjyoti Deb and Jochen Kerbusch and Florian Fuchs and Markus Löffler and Sayanti Banerjee and Uwe Mühle and Walter M. Weber and Sibylle Gemming and Jörg Schuster and Artur Erbe and Yordan M. Georgiev},
title = {Towards Reconfigurable Electronics: Silicidation of Top-Down Fabricated Silicon Nanowires},
journal = {Applied Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Simon Böttger, Christian Wagner, Florian Lorkowski, Martin Hartmann, Jörg Schuster, Sascha Hermann, "Sensitivity control of carbon nanotube-based piezoresistive sensors by drain-induced barrier thinning", In Sensors and Actuators A: Physical, Elsevier BV, vol. 295, pp. 288–295, Aug 2019. [doi] [Bibtex & Downloads]
Sensitivity control of carbon nanotube-based piezoresistive sensors by drain-induced barrier thinning
Reference
Simon Böttger, Christian Wagner, Florian Lorkowski, Martin Hartmann, Jörg Schuster, Sascha Hermann, "Sensitivity control of carbon nanotube-based piezoresistive sensors by drain-induced barrier thinning", In Sensors and Actuators A: Physical, Elsevier BV, vol. 295, pp. 288–295, Aug 2019. [doi]
Bibtex
@article{B_ttger_2019,
doi = {10.1016/j.sna.2019.06.003},
url = {https://doi.org/10.1016%2Fj.sna.2019.06.003},
year = 2019,
month = {aug},
publisher = {Elsevier {BV}},
volume = {295},
pages = {288--295},
author = {Simon Böttger and Christian Wagner and Florian Lorkowski and Martin Hartmann and Jörg Schuster and Sascha Hermann},
title = {Sensitivity control of carbon nanotube-based piezoresistive sensors by drain-induced barrier thinning},
journal = {Sensors and Actuators A: Physical}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Neda Pourdavoud, Tobias Haeger, Andre Mayer, Piotr Jacek Cegielski, Anna Lena Giesecke, Ralf Heiderhoff, Selina Olthof, Stefan Zaefferer, Ivan Shutsko, Andreas Henkel, David Becker-Koch, Markus Stein, Marko Cehovski, Ouacef Charfi, Hans-Hermann Johannes, Detlef Rogalla, Max Christian Lemme, Martin Koch, Yana Vaynzof, Klaus Meerholz, Wolfgang Kowalsky, Hella-Christin Scheer, Patrick Görrn, Thomas Riedl, "Room-Temperature Stimulated Emission and Lasing in Recrystallized Cesium Lead Bromide Perovskite Thin Films", In Advanced Materials, Wiley, vol. 31, no. 39, pp. 1903717, Aug 2019. [doi] [Bibtex & Downloads]
Room-Temperature Stimulated Emission and Lasing in Recrystallized Cesium Lead Bromide Perovskite Thin Films
Reference
Neda Pourdavoud, Tobias Haeger, Andre Mayer, Piotr Jacek Cegielski, Anna Lena Giesecke, Ralf Heiderhoff, Selina Olthof, Stefan Zaefferer, Ivan Shutsko, Andreas Henkel, David Becker-Koch, Markus Stein, Marko Cehovski, Ouacef Charfi, Hans-Hermann Johannes, Detlef Rogalla, Max Christian Lemme, Martin Koch, Yana Vaynzof, Klaus Meerholz, Wolfgang Kowalsky, Hella-Christin Scheer, Patrick Görrn, Thomas Riedl, "Room-Temperature Stimulated Emission and Lasing in Recrystallized Cesium Lead Bromide Perovskite Thin Films", In Advanced Materials, Wiley, vol. 31, no. 39, pp. 1903717, Aug 2019. [doi]
Bibtex
@article{Pourdavoud_2019,
doi = {10.1002/adma.201903717},
url = {https://doi.org/10.1002%2Fadma.201903717},
year = 2019,
month = {aug},
publisher = {Wiley},
volume = {31},
number = {39},
pages = {1903717},
author = {Neda Pourdavoud and Tobias Haeger and Andre Mayer and Piotr Jacek Cegielski and Anna Lena Giesecke and Ralf Heiderhoff and Selina Olthof and Stefan Zaefferer and Ivan Shutsko and Andreas Henkel and David Becker-Koch and Markus Stein and Marko Cehovski and Ouacef Charfi and Hans-Hermann Johannes and Detlef Rogalla and Max Christian Lemme and Martin Koch and Yana Vaynzof and Klaus Meerholz and Wolfgang Kowalsky and Hella-Christin Scheer and Patrick Görrn and Thomas Riedl},
title = {Room-Temperature Stimulated Emission and Lasing in Recrystallized Cesium Lead Bromide Perovskite Thin Films},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Joonas Multanen, Asif Ali Khan, Pekka Jääskeläinen, Fazal Hameed, Jeronimo Castrillon, "SHRIMP: Efficient Instruction Delivery with Domain Wall Memory", Proceedings of the International Symposium on Low Power Electronics and Design, ACM, 6pp, New York, NY, USA, Jul 2019. [doi] [Bibtex & Downloads]
SHRIMP: Efficient Instruction Delivery with Domain Wall Memory
Reference
Joonas Multanen, Asif Ali Khan, Pekka Jääskeläinen, Fazal Hameed, Jeronimo Castrillon, "SHRIMP: Efficient Instruction Delivery with Domain Wall Memory", Proceedings of the International Symposium on Low Power Electronics and Design, ACM, 6pp, New York, NY, USA, Jul 2019. [doi]
Bibtex
@InProceedings{multanen_islped19,
author = {Joonas Multanen and Asif Ali Khan and Pekka J{\"a}{\"a}skel{\"a}inen and Fazal Hameed and Jeronimo Castrillon},
title = {{SHRIMP}: Efficient Instruction Delivery with Domain Wall Memory},
booktitle = {Proceedings of the International Symposium on Low Power Electronics and Design},
year = {2019},
month = jul,
series = {ISLPED '19},
location = {Lausanne, Switzerland},
pages = {6pp},
numpages = {6},
publisher = {ACM},
address = {New York, NY, USA},
doi={10.1109/ISLPED.2019.8824954},
url = {https://ieeexplore.ieee.org/document/8824954},
}Downloads
1907_Multanen_ISLPED [PDF]
Related Paths
Permalink
- Andrés Goens, Christian Menard, Jeronimo Castrillon, "On Compact Mappings for Multicore Systems", Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS) (D. Pnevmatikatos and M. Pelcat and M. Jung), Springer, Cham, vol. 11733, pp. 325–335, Jul 2019. [doi] [Bibtex & Downloads]
On Compact Mappings for Multicore Systems
Reference
Andrés Goens, Christian Menard, Jeronimo Castrillon, "On Compact Mappings for Multicore Systems", Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS) (D. Pnevmatikatos and M. Pelcat and M. Jung), Springer, Cham, vol. 11733, pp. 325–335, Jul 2019. [doi]
Bibtex
@InProceedings{goens_samos19,
author = {Andr{\'e}s Goens and Christian Menard and Jeronimo Castrillon},
title = {On Compact Mappings for Multicore Systems},
booktitle = {Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS)},
year = {2019},
editor = {D. Pnevmatikatos and M. Pelcat and M. Jung},
volume = {11733},
pages = {325--335},
month = jul,
organization = {IEEE},
publisher = {Springer, Cham},
doi = {10.1007/978-3-030-27562-4_23},
isbn = {978-3-030-27561-7},
location = {Pythagorion, Greece},
numpages = {11},
url = {https://link.springer.com/chapter/10.1007/978-3-030-27562-4_23}
}Downloads
1907_Goens_SAMOS [PDF]
Related Paths
Permalink
- Shubham Rai, Ansh Rupani, Pallab Nath, Akash Kumar, "Hardware Watermarking Using Polymorphic Inverter Designs Based On Reconfigurable Nanotechnologies", In Proceeding: 2019 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2019. [doi] [Bibtex & Downloads]
Hardware Watermarking Using Polymorphic Inverter Designs Based On Reconfigurable Nanotechnologies
Reference
Shubham Rai, Ansh Rupani, Pallab Nath, Akash Kumar, "Hardware Watermarking Using Polymorphic Inverter Designs Based On Reconfigurable Nanotechnologies", In Proceeding: 2019 IEEE Computer Society Annual Symposium on VLSI (ISVLSI), IEEE, Jul 2019. [doi]
Bibtex
@inproceedings{Rai_2019,
doi = {10.1109/isvlsi.2019.00123},
url = {https://doi.org/10.1109%2Fisvlsi.2019.00123},
year = 2019,
month = {jul},
publisher = ,
author = {Shubham Rai and Ansh Rupani and Pallab Nath and Akash Kumar},
title = {Hardware Watermarking Using Polymorphic Inverter Designs Based On Reconfigurable Nanotechnologies},
booktitle = {2019 {IEEE} Computer Society Annual Symposium on {VLSI} ({ISVLSI})}
}Downloads
ISVLSI [PDF]
Permalink
- Daniele Rizzo, Deborah Prezzi, Alice Ruini, Vaiva Nagyte, Ashok Keerthi, Akimitsu Narita, Uliana Beser, Fugui Xu, Yiyong Mai, Xinliang Feng, Klaus Müllen, Elisa Molinari, Cinzia Casiraghi, "Multiwavelength Raman spectroscopy of ultranarrow nanoribbons made by solution-mediated bottom-up approach", In Physical Review B, American Physical Society (APS), vol. 100, no. 4, Jul 2019. [doi] [Bibtex & Downloads]
Multiwavelength Raman spectroscopy of ultranarrow nanoribbons made by solution-mediated bottom-up approach
Reference
Daniele Rizzo, Deborah Prezzi, Alice Ruini, Vaiva Nagyte, Ashok Keerthi, Akimitsu Narita, Uliana Beser, Fugui Xu, Yiyong Mai, Xinliang Feng, Klaus Müllen, Elisa Molinari, Cinzia Casiraghi, "Multiwavelength Raman spectroscopy of ultranarrow nanoribbons made by solution-mediated bottom-up approach", In Physical Review B, American Physical Society (APS), vol. 100, no. 4, Jul 2019. [doi]
Bibtex
@article{Rizzo_2019,
doi = {10.1103/physrevb.100.045406},
url = {https://doi.org/10.1103%2Fphysrevb.100.045406},
year = 2019,
month = {jul},
publisher = {American Physical Society ({APS})},
volume = {100},
number = {4},
author = {Daniele Rizzo and Deborah Prezzi and Alice Ruini and Vaiva Nagyte and Ashok Keerthi and Akimitsu Narita and Uliana Beser and Fugui Xu and Yiyong Mai and Xinliang Feng and Klaus Müllen and Elisa Molinari and Cinzia Casiraghi},
title = {Multiwavelength Raman spectroscopy of ultranarrow nanoribbons made by solution-mediated bottom-up approach},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Carlos Sánchez-Sánchez, Thomas Dienel, Adrien Nicolaï, Neerav Kharche, Liangbo Liang, Colin Daniels, Vincent Meunier, Junzhi Liu, Xinliang Feng, Klaus Müllen, Juan Ramón Sánchez-Valencia, Oliver Gröning, Pascal Ruffieux, Roman Fasel, "On-Surface Synthesis and Characterization of Acene-Based Nanoribbons Incorporating Four-Membered Rings", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 52, pp. 12074–12082, Jul 2019. [doi] [Bibtex & Downloads]
On-Surface Synthesis and Characterization of Acene-Based Nanoribbons Incorporating Four-Membered Rings
Reference
Carlos Sánchez-Sánchez, Thomas Dienel, Adrien Nicolaï, Neerav Kharche, Liangbo Liang, Colin Daniels, Vincent Meunier, Junzhi Liu, Xinliang Feng, Klaus Müllen, Juan Ramón Sánchez-Valencia, Oliver Gröning, Pascal Ruffieux, Roman Fasel, "On-Surface Synthesis and Characterization of Acene-Based Nanoribbons Incorporating Four-Membered Rings", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 52, pp. 12074–12082, Jul 2019. [doi]
Bibtex
@article{S_nchez_S_nchez_2019,
doi = {10.1002/chem.201901410},
url = {https://doi.org/10.1002%2Fchem.201901410},
year = 2019,
month = {jul},
publisher = {Wiley},
volume = {25},
number = {52},
pages = {12074--12082},
author = {Carlos S{\'{a}}nchez-S{\'{a}}nchez and Thomas Dienel and Adrien Nicolaï and Neerav Kharche and Liangbo Liang and Colin Daniels and Vincent Meunier and Junzhi Liu and Xinliang Feng and Klaus Müllen and Juan Ram{\'{o}}n S{\'{a}}nchez-Valencia and Oliver Gröning and Pascal Ruffieux and Roman Fasel},
title = {On-Surface Synthesis and Characterization of Acene-Based Nanoribbons Incorporating Four-Membered Rings},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haixia Zhong, Khoa Hoang Ly, Mingchao Wang, Yulia Krupskaya, Xiaocang Han, Jichao Zhang, Jian Zhang, Vladislav Kataev, Bernd Büchner, Inez M. Weidinger, Stefan Kaskel, Pan Liu, Mingwei Chen, Renhao Dong, Xinliang Feng, "A Phthalocyanine-Based Layered Two-Dimensional Conjugated Metal-Organic Framework as a Highly Efficient Electrocatalyst for the Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 31, pp. 10677–10682, Jul 2019. [doi] [Bibtex & Downloads]
A Phthalocyanine-Based Layered Two-Dimensional Conjugated Metal-Organic Framework as a Highly Efficient Electrocatalyst for the Oxygen Reduction Reaction
Reference
Haixia Zhong, Khoa Hoang Ly, Mingchao Wang, Yulia Krupskaya, Xiaocang Han, Jichao Zhang, Jian Zhang, Vladislav Kataev, Bernd Büchner, Inez M. Weidinger, Stefan Kaskel, Pan Liu, Mingwei Chen, Renhao Dong, Xinliang Feng, "A Phthalocyanine-Based Layered Two-Dimensional Conjugated Metal-Organic Framework as a Highly Efficient Electrocatalyst for the Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 31, pp. 10677–10682, Jul 2019. [doi]
Bibtex
@article{Zhong_2019,
doi = {10.1002/anie.201907002},
url = {https://doi.org/10.1002%2Fanie.201907002},
year = 2019,
month = {jul},
publisher = {Wiley},
volume = {58},
number = {31},
pages = {10677--10682},
author = {Haixia Zhong and Khoa Hoang Ly and Mingchao Wang and Yulia Krupskaya and Xiaocang Han and Jichao Zhang and Jian Zhang and Vladislav Kataev and Bernd Büchner and Inez M. Weidinger and Stefan Kaskel and Pan Liu and Mingwei Chen and Renhao Dong and Xinliang Feng},
title = {A Phthalocyanine-Based Layered Two-Dimensional Conjugated Metal-Organic Framework as a Highly Efficient Electrocatalyst for the Oxygen Reduction Reaction},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhen Zhang, Sheng Yang, Panpan Zhang, Jian Zhang, Guangbo Chen, Xinliang Feng, "Mechanically strong MXene/Kevlar nanofiber composite membranes as high-performance nanofluidic osmotic power generators", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jul 2019. [doi] [Bibtex & Downloads]
Mechanically strong MXene/Kevlar nanofiber composite membranes as high-performance nanofluidic osmotic power generators
Reference
Zhen Zhang, Sheng Yang, Panpan Zhang, Jian Zhang, Guangbo Chen, Xinliang Feng, "Mechanically strong MXene/Kevlar nanofiber composite membranes as high-performance nanofluidic osmotic power generators", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jul 2019. [doi]
Bibtex
@article{Zhang_2019,
doi = {10.1038/s41467-019-10885-8},
url = {https://doi.org/10.1038%2Fs41467-019-10885-8},
year = 2019,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {Zhen Zhang and Sheng Yang and Panpan Zhang and Jian Zhang and Guangbo Chen and Xinliang Feng},
title = {Mechanically strong {MXene}/Kevlar nanofiber composite membranes as high-performance nanofluidic osmotic power generators},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jinhui Wang, Vineeth Kumar Bandari, Daniil Karnaushenko, Yang Li, Fei Li, Panpan Zhang, Stefan Baunack, Dmitriy D. Karnaushenko, Christian Becker, Maryam Faghih, Tong Kang, Shengkai Duan, Minshen Zhu, Xiaodong Zhuang, Feng Zhu, Xinliang Feng, Oliver G. Schmidt, "Self-Assembly of Integrated Tubular Microsupercapacitors with Improved Electrochemical Performance and Self-Protective Function", In ACS Nano, American Chemical Society (ACS), vol. 13, no. 7, pp. 8067–8075, Jul 2019. [doi] [Bibtex & Downloads]
Self-Assembly of Integrated Tubular Microsupercapacitors with Improved Electrochemical Performance and Self-Protective Function
Reference
Jinhui Wang, Vineeth Kumar Bandari, Daniil Karnaushenko, Yang Li, Fei Li, Panpan Zhang, Stefan Baunack, Dmitriy D. Karnaushenko, Christian Becker, Maryam Faghih, Tong Kang, Shengkai Duan, Minshen Zhu, Xiaodong Zhuang, Feng Zhu, Xinliang Feng, Oliver G. Schmidt, "Self-Assembly of Integrated Tubular Microsupercapacitors with Improved Electrochemical Performance and Self-Protective Function", In ACS Nano, American Chemical Society (ACS), vol. 13, no. 7, pp. 8067–8075, Jul 2019. [doi]
Bibtex
@article{Wang_2019,
doi = {10.1021/acsnano.9b02917},
url = {https://doi.org/10.1021%2Facsnano.9b02917},
year = 2019,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {7},
pages = {8067--8075},
author = {Jinhui Wang and Vineeth Kumar Bandari and Daniil Karnaushenko and Yang Li and Fei Li and Panpan Zhang and Stefan Baunack and Dmitriy D. Karnaushenko and Christian Becker and Maryam Faghih and Tong Kang and Shengkai Duan and Minshen Zhu and Xiaodong Zhuang and Feng Zhu and Xinliang Feng and Oliver G. Schmidt},
title = {Self-Assembly of Integrated Tubular Microsupercapacitors with Improved Electrochemical Performance and Self-Protective Function},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Junzhi Liu, Shantanu Mishra, Carlo A. Pignedoli, Daniele Passerone, José I. Urgel, Alberto Fabrizio, Thorsten G. Lohr, Ji Ma, Hartmut Komber, Martin Baumgarten, Clémence Corminboeuf, Reinhard Berger, Pascal Ruffieux, Klaus Müllen, Roman Fasel, Xinliang Feng, "Open-Shell Nonbenzenoid Nanographenes Containing Two Pairs of Pentagonal and Heptagonal Rings", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 30, pp. 12011–12020, Jul 2019. [doi] [Bibtex & Downloads]
Open-Shell Nonbenzenoid Nanographenes Containing Two Pairs of Pentagonal and Heptagonal Rings
Reference
Junzhi Liu, Shantanu Mishra, Carlo A. Pignedoli, Daniele Passerone, José I. Urgel, Alberto Fabrizio, Thorsten G. Lohr, Ji Ma, Hartmut Komber, Martin Baumgarten, Clémence Corminboeuf, Reinhard Berger, Pascal Ruffieux, Klaus Müllen, Roman Fasel, Xinliang Feng, "Open-Shell Nonbenzenoid Nanographenes Containing Two Pairs of Pentagonal and Heptagonal Rings", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 30, pp. 12011–12020, Jul 2019. [doi]
Bibtex
@article{Liu_2019,
doi = {10.1021/jacs.9b04718},
url = {https://doi.org/10.1021%2Fjacs.9b04718},
year = 2019,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {141},
number = {30},
pages = {12011--12020},
author = {Junzhi Liu and Shantanu Mishra and Carlo A. Pignedoli and Daniele Passerone and Jos{\'{e}} I. Urgel and Alberto Fabrizio and Thorsten G. Lohr and Ji Ma and Hartmut Komber and Martin Baumgarten and Cl{\'{e}}mence Corminboeuf and Reinhard Berger and Pascal Ruffieux and Klaus Müllen and Roman Fasel and Xinliang Feng},
title = {Open-Shell Nonbenzenoid Nanographenes Containing Two Pairs of Pentagonal and Heptagonal Rings},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Chongqing Yang, Renhao Dong, Mao Wang, Petko St. Petkov, Zhitao Zhang, Mingchao Wang, Peng Han, Marco Ballabio, Sascha A. Bräuninger, Zhongquan Liao, Jichao Zhang, Friedrich Schwotzer, Ehrenfried Zschech, Hans-Henning Klauss, Enrique Cánovas, Stefan Kaskel, Mischa Bonn, Shengqiang Zhou, Thomas Heine, Xinliang Feng, "A semiconducting layered metal-organic framework magnet", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jul 2019. [doi] [Bibtex & Downloads]
A semiconducting layered metal-organic framework magnet
Reference
Chongqing Yang, Renhao Dong, Mao Wang, Petko St. Petkov, Zhitao Zhang, Mingchao Wang, Peng Han, Marco Ballabio, Sascha A. Bräuninger, Zhongquan Liao, Jichao Zhang, Friedrich Schwotzer, Ehrenfried Zschech, Hans-Henning Klauss, Enrique Cánovas, Stefan Kaskel, Mischa Bonn, Shengqiang Zhou, Thomas Heine, Xinliang Feng, "A semiconducting layered metal-organic framework magnet", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jul 2019. [doi]
Bibtex
@article{Yang_2019,
doi = {10.1038/s41467-019-11267-w},
url = {https://doi.org/10.1038%2Fs41467-019-11267-w},
year = 2019,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {Chongqing Yang and Renhao Dong and Mao Wang and Petko St. Petkov and Zhitao Zhang and Mingchao Wang and Peng Han and Marco Ballabio and Sascha A. Bräuninger and Zhongquan Liao and Jichao Zhang and Friedrich Schwotzer and Ehrenfried Zschech and Hans-Henning Klauss and Enrique C{\'{a}}novas and Stefan Kaskel and Mischa Bonn and Shengqiang Zhou and Thomas Heine and Xinliang Feng},
title = {A semiconducting layered metal-organic framework magnet},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Raja Ghosh, Christine K. Luscombe, Mike Hambsch, Stefan C. B. Mannsfeld, Alberto Salleo, Frank C. Spano, "Anisotropic Polaron Delocalization in Conjugated Homopolymers and Donor-Acceptor Copolymers", In Chemistry of Materials, American Chemical Society (ACS), vol. 31, no. 17, pp. 7033–7045, Jul 2019. [doi] [Bibtex & Downloads]
Anisotropic Polaron Delocalization in Conjugated Homopolymers and Donor-Acceptor Copolymers
Reference
Raja Ghosh, Christine K. Luscombe, Mike Hambsch, Stefan C. B. Mannsfeld, Alberto Salleo, Frank C. Spano, "Anisotropic Polaron Delocalization in Conjugated Homopolymers and Donor-Acceptor Copolymers", In Chemistry of Materials, American Chemical Society (ACS), vol. 31, no. 17, pp. 7033–7045, Jul 2019. [doi]
Bibtex
@article{Ghosh_2019,
doi = {10.1021/acs.chemmater.9b01704},
url = {https://doi.org/10.1021%2Facs.chemmater.9b01704},
year = 2019,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {31},
number = {17},
pages = {7033--7045},
author = {Raja Ghosh and Christine K. Luscombe and Mike Hambsch and Stefan C. B. Mannsfeld and Alberto Salleo and Frank C. Spano},
title = {Anisotropic Polaron Delocalization in Conjugated Homopolymers and Donor-Acceptor Copolymers},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- H. Boche, U. J. Mönich, "Turing Computability of the Fourier Transform of Bandlimited Functions", In Proceeding: 2019 IEEE International Symposium on Information Theory (ISIT), pp. 380-384, July 2019. [doi] [Bibtex & Downloads]
Turing Computability of the Fourier Transform of Bandlimited Functions
Reference
H. Boche, U. J. Mönich, "Turing Computability of the Fourier Transform of Bandlimited Functions", In Proceeding: 2019 IEEE International Symposium on Information Theory (ISIT), pp. 380-384, July 2019. [doi]
Abstract
The Fourier transform is an essential operation in information sciences. However, it can rarely be calculated in closed form. Nowadays, digital computers are used to compute the Fourier transform. In this paper we study the computability of the Fourier transform. We construct an absolutely integrable bandlimited function that is computable as an element of L2, such that its Fourier transform is not Turing computable. This means the Fourier transform is not computable on a digital computer, because we have no way of effectively controlling the approximation error. This result has consequences for algorithms that use the Fourier transform of bandlimited function, e.g., the computation of the convolution via a multiplication in the Fourier domain.
Bibtex
@INPROCEEDINGS{8849462,
author={H. {Boche} and U. J. {Mönich}},
booktitle={2019 IEEE International Symposium on Information Theory (ISIT)},
title={Turing Computability of the Fourier Transform of Bandlimited Functions},
year={2019},
volume={},
number={},
pages={380-384},
abstract={The Fourier transform is an essential operation in information sciences. However, it can rarely be calculated in closed form. Nowadays, digital computers are used to compute the Fourier transform. In this paper we study the computability of the Fourier transform. We construct an absolutely integrable bandlimited function that is computable as an element of L2, such that its Fourier transform is not Turing computable. This means the Fourier transform is not computable on a digital computer, because we have no way of effectively controlling the approximation error. This result has consequences for algorithms that use the Fourier transform of bandlimited function, e.g., the computation of the convolution via a multiplication in the Fourier domain.},
keywords={approximation theory;computability;Fourier transforms;Turing machines;Turing computability;Fourier transform;digital computer;information sciences;bandlimited function;approximation error;Fourier transforms;Digital computers;Turing machines;Approximation error;Optics;Signal processing algorithms;Physics},
doi={10.1109/ISIT.2019.8849462},
ISSN={2157-8095},
month={July},}Downloads
No Downloads available for this publication
Permalink
- Evgeniya Sheremet, Peter Meszmer, Thomas Blaudeck, Susanne Hartmann, Christian Wagner, Bing Ma, Sascha Hermann, Bernhard Wunderle, Stefan E. Schulz, Michael Hietschold, Raul D. Rodriguez, Dietrich R. T. Zahn, "Advanced Characterization Methods for Electrical and Sensoric Components and Devices at the Micro and Nano Scales", In physica status solidi (a), Wiley, vol. 216, no. 19, pp. 1900106, Jul 2019. [doi] [Bibtex & Downloads]
Advanced Characterization Methods for Electrical and Sensoric Components and Devices at the Micro and Nano Scales
Reference
Evgeniya Sheremet, Peter Meszmer, Thomas Blaudeck, Susanne Hartmann, Christian Wagner, Bing Ma, Sascha Hermann, Bernhard Wunderle, Stefan E. Schulz, Michael Hietschold, Raul D. Rodriguez, Dietrich R. T. Zahn, "Advanced Characterization Methods for Electrical and Sensoric Components and Devices at the Micro and Nano Scales", In physica status solidi (a), Wiley, vol. 216, no. 19, pp. 1900106, Jul 2019. [doi]
Bibtex
@article{Sheremet_2019,
doi = {10.1002/pssa.201900106},
url = {https://doi.org/10.1002%2Fpssa.201900106},
year = 2019,
month = {jul},
publisher = {Wiley},
volume = {216},
number = {19},
pages = {1900106},
author = {Evgeniya Sheremet and Peter Meszmer and Thomas Blaudeck and Susanne Hartmann and Christian Wagner and Bing Ma and Sascha Hermann and Bernhard Wunderle and Stefan E. Schulz and Michael Hietschold and Raul D. Rodriguez and Dietrich R. T. Zahn},
title = {Advanced Characterization Methods for Electrical and Sensoric Components and Devices at the Micro and Nano Scales},
journal = {physica status solidi (a)}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel D. Tune, Hiroyuki Shirae, Vincent Lami, Robert J. Headrick, Matteo Pasquali, Yana Vaynzof, Suguru Noda, Erik K. Hobbie, Benjamin S. Flavel, "Stability of Chemically Doped Nanotube\textendashSilicon Heterojunction Solar Cells: Role of Oxides at the Carbon\textendashSilicon Interface", In ACS Applied Energy Materials, American Chemical Society (ACS), vol. 2, no. 8, pp. 5925–5932, Jul 2019. [doi] [Bibtex & Downloads]
Stability of Chemically Doped Nanotube\textendashSilicon Heterojunction Solar Cells: Role of Oxides at the Carbon\textendashSilicon Interface
Reference
Daniel D. Tune, Hiroyuki Shirae, Vincent Lami, Robert J. Headrick, Matteo Pasquali, Yana Vaynzof, Suguru Noda, Erik K. Hobbie, Benjamin S. Flavel, "Stability of Chemically Doped Nanotube\textendashSilicon Heterojunction Solar Cells: Role of Oxides at the Carbon\textendashSilicon Interface", In ACS Applied Energy Materials, American Chemical Society (ACS), vol. 2, no. 8, pp. 5925–5932, Jul 2019. [doi]
Bibtex
@article{Tune_2019,
doi = {10.1021/acsaem.9b01050},
url = {https://doi.org/10.1021%2Facsaem.9b01050},
year = 2019,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {2},
number = {8},
pages = {5925--5932},
author = {Daniel D. Tune and Hiroyuki Shirae and Vincent Lami and Robert J. Headrick and Matteo Pasquali and Yana Vaynzof and Suguru Noda and Erik K. Hobbie and Benjamin S. Flavel},
title = {Stability of Chemically Doped Nanotube{\textendash}Silicon Heterojunction Solar Cells: Role of Oxides at the Carbon{\textendash}Silicon Interface},
journal = {{ACS} Applied Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sven M. Elbert, Wen-Shan Zhang, Yana Vaynzof, Nils Oberhof, Moritz Bernhardt, Markus Pernpointner, Frank Rominger, Rasmus R. Schröder, Michael Mastalerz, "Metal-Assisted Salphen Organic Frameworks (MaSOFs) with Trinuclear Metal Units for Synergic Gas Sorption", In Chemistry of Materials, American Chemical Society (ACS), vol. 31, no. 16, pp. 6210–6223, Jul 2019. [doi] [Bibtex & Downloads]
Metal-Assisted Salphen Organic Frameworks (MaSOFs) with Trinuclear Metal Units for Synergic Gas Sorption
Reference
Sven M. Elbert, Wen-Shan Zhang, Yana Vaynzof, Nils Oberhof, Moritz Bernhardt, Markus Pernpointner, Frank Rominger, Rasmus R. Schröder, Michael Mastalerz, "Metal-Assisted Salphen Organic Frameworks (MaSOFs) with Trinuclear Metal Units for Synergic Gas Sorption", In Chemistry of Materials, American Chemical Society (ACS), vol. 31, no. 16, pp. 6210–6223, Jul 2019. [doi]
Bibtex
@article{Elbert_2019,
doi = {10.1021/acs.chemmater.9b02165},
url = {https://doi.org/10.1021%2Facs.chemmater.9b02165},
year = 2019,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {31},
number = {16},
pages = {6210--6223},
author = {Sven M. Elbert and Wen-Shan Zhang and Yana Vaynzof and Nils Oberhof and Moritz Bernhardt and Markus Pernpointner and Frank Rominger and Rasmus R. Schröder and Michael Mastalerz},
title = {Metal-Assisted Salphen Organic Frameworks ({MaSOFs}) with Trinuclear Metal Units for Synergic Gas Sorption},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Asif Ali Khan, Norman A. Rink, Fazal Hameed, Jeronimo Castrillon, "Optimizing Tensor Contractions for Embedded Devices with Racetrack Memory Scratch-Pads", Proceedings of the 20th ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, Tools and Theory of Embedded Systems (LCTES), ACM, pp. 5–18, New York, NY, USA, Jun 2019. [doi] [Bibtex & Downloads]
Optimizing Tensor Contractions for Embedded Devices with Racetrack Memory Scratch-Pads
Reference
Asif Ali Khan, Norman A. Rink, Fazal Hameed, Jeronimo Castrillon, "Optimizing Tensor Contractions for Embedded Devices with Racetrack Memory Scratch-Pads", Proceedings of the 20th ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, Tools and Theory of Embedded Systems (LCTES), ACM, pp. 5–18, New York, NY, USA, Jun 2019. [doi]
Abstract
Tensor contraction is a fundamental operation in many algorithms with a plethora of applications ranging from quantum chemistry over fluid dynamics and image processing to machine learning. The performance of tensor computations critically depends on the efficient utilization of on-chip memories. In the context of low-power embedded devices, efficient management of the memory space becomes even more crucial, in order to meet energy constraints. This work aims at investigating strategies for performance- and energy-efficient tensor contractions on embedded systems, using racetrack memory (RTM)-based scratch-pad memory (SPM). Compiler optimizations such as the loop access order and data layout transformations paired with architectural optimizations such as prefetching and preshifting are employed to reduce the shifting overhead in RTMs. Experimental results demonstrate that the proposed optimizations improve the SPM performance and energy consumption by 24% and 74% respectively compared to an iso-capacity SRAM.
Bibtex
@InProceedings{kahn_lctes19,
author = {Asif Ali Khan and Norman A. Rink and Fazal Hameed and Jeronimo Castrillon},
title = {Optimizing Tensor Contractions for Embedded Devices with Racetrack Memory Scratch-Pads},
booktitle = {Proceedings of the 20th ACM SIGPLAN/SIGBED International Conference on Languages, Compilers, Tools and Theory of Embedded Systems (LCTES)},
series = {LCTES 2019},
pages = {5--18},
numpages = {12},
numpages = {14},
isbn = {978-1-4503-6724-0/19/06},
doi = {10.1145/3316482.3326351},
url = {http://doi.acm.org/10.1145/3316482.3326351},
acmid = {3326351},
year = {2019},
month = jun,
location = {Phoenix, AZ, USA},
publisher = {ACM},
address = {New York, NY, USA},
abstract = {Tensor contraction is a fundamental operation in many algorithms with a plethora of applications ranging from quantum chemistry over fluid dynamics and image processing to machine learning. The performance of tensor computations critically depends on the efficient utilization of on-chip memories. In the context of low-power embedded devices, efficient management of the memory space becomes even more crucial, in order to meet energy constraints. This work aims at investigating strategies for performance- and energy-efficient tensor contractions on embedded systems, using racetrack memory (RTM)-based scratch-pad memory (SPM). Compiler optimizations such as the loop access order and data layout transformations paired with architectural optimizations such as prefetching and preshifting are employed to reduce the shifting overhead in RTMs. Experimental results demonstrate that the proposed optimizations improve the SPM performance and energy consumption by 24% and 74% respectively compared to an iso-capacity SRAM.},
acmid = {3326351},
}Downloads
1906_Khan_LCTES [PDF]
Related Paths
Permalink
- Yafei He, Panpan Zhang, Faxing Wang, Luxin Wang, Yuezeng Su, Fan Zhang, Xiaodong Zhuang, Xinliang Feng, "Vacancy modification of Prussian-blue nano-thin films for high energy-density micro-supercapacitors with ultralow RC time constant", In Nano Energy, Elsevier BV, vol. 60, pp. 8–16, Jun 2019. [doi] [Bibtex & Downloads]
Vacancy modification of Prussian-blue nano-thin films for high energy-density micro-supercapacitors with ultralow RC time constant
Reference
Yafei He, Panpan Zhang, Faxing Wang, Luxin Wang, Yuezeng Su, Fan Zhang, Xiaodong Zhuang, Xinliang Feng, "Vacancy modification of Prussian-blue nano-thin films for high energy-density micro-supercapacitors with ultralow RC time constant", In Nano Energy, Elsevier BV, vol. 60, pp. 8–16, Jun 2019. [doi]
Bibtex
@article{He_2019,
doi = {10.1016/j.nanoen.2019.03.042},
url = {https://doi.org/10.1016%2Fj.nanoen.2019.03.042},
year = 2019,
month = {jun},
publisher = {Elsevier {BV}},
volume = {60},
pages = {8--16},
author = {Yafei He and Panpan Zhang and Faxing Wang and Luxin Wang and Yuezeng Su and Fan Zhang and Xiaodong Zhuang and Xinliang Feng},
title = {Vacancy modification of Prussian-blue nano-thin films for high energy-density micro-supercapacitors with ultralow {RC} time constant},
journal = {Nano Energy}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Norman A. Rink, Jeronimo Castrillon, "TeIL: a type-safe imperative Tensor Intermediate Language", Proceedings of the 6th ACM SIGPLAN International Workshop on Libraries, Languages, and Compilers for Array Programming (ARRAY), ACM, pp. 57–68, New York, NY, USA, Jun 2019. [doi] [Bibtex & Downloads]
TeIL: a type-safe imperative Tensor Intermediate Language
Reference
Norman A. Rink, Jeronimo Castrillon, "TeIL: a type-safe imperative Tensor Intermediate Language", Proceedings of the 6th ACM SIGPLAN International Workshop on Libraries, Languages, and Compilers for Array Programming (ARRAY), ACM, pp. 57–68, New York, NY, USA, Jun 2019. [doi]
Abstract
Each of the popular tensor frameworks from the machine learning domain comes with its own language for expressing tensor kernels. Since these tensor languages lack precise specifications, it is impossible to understand and reason about tensor kernels that exhibit unexpected behaviour. In this paper, we give examples of such kernels.
The tensor languages are superficially similar to the well-known functional array languages, for which formal definitions often exist. However, the tensor languages are inherently imperative. In this paper we present TeIL, an imperative tensor intermediate language with precise formal semantics. For the popular tensor languages, TeIL can serve as a common ground on the basis of which precise reasoning about kernels becomes possible. Based on TeIL's formal semantics we develop a type-safety result in the Coq proof assistant.Bibtex
@InProceedings{rink_array19,
author = {Norman A. Rink and Jeronimo Castrillon},
title = {{TeIL}: a type-safe imperative {Tensor Intermediate Language}},
booktitle = {Proceedings of the 6th ACM SIGPLAN International Workshop on Libraries, Languages, and Compilers for Array Programming (ARRAY)},
year = {2019},
series = {ARRAY 2019},
pages = {57--68},
address = {New York, NY, USA},
month = jun,
publisher = {ACM},
doi = {10.1145/3315454.3329959},
url = {http://doi.acm.org/10.1145/3315454.3329959},
acmid = {3329959},
isbn = {978-1-4503-6717-2/19/06},
location = {Phoenix, AZ, USA},
numpages = {12},
abstract = {Each of the popular tensor frameworks from the machine learning domain comes with its own language for expressing tensor kernels. Since these tensor languages lack precise specifications, it is impossible to understand and reason about tensor kernels that exhibit unexpected behaviour. In this paper, we give examples of such kernels.
The tensor languages are superficially similar to the well-known functional array languages, for which formal definitions often exist. However, the tensor languages are inherently imperative. In this paper we present TeIL, an imperative tensor intermediate language with precise formal semantics. For the popular tensor languages, TeIL can serve as a common ground on the basis of which precise reasoning about kernels becomes possible. Based on TeIL's formal semantics we develop a type-safety result in the Coq proof assistant.},
}Downloads
1906_Rink_Array [PDF]
Related Paths
Permalink
- Andrés Goens, Alexander Brauckmann, Sebastian Ertel, Chris Cummins, Hugh Leather, Jeronimo Castrillon, "A Case Study on Machine Learning for Synthesizing Benchmarks", Proceedings of the 3rd ACM SIGPLAN International Workshop on Machine Learning and Programming Languages (MAPL), ACM, pp. 38–46, New York, NY, USA, Jun 2019. [doi] [Bibtex & Downloads]
A Case Study on Machine Learning for Synthesizing Benchmarks
Reference
Andrés Goens, Alexander Brauckmann, Sebastian Ertel, Chris Cummins, Hugh Leather, Jeronimo Castrillon, "A Case Study on Machine Learning for Synthesizing Benchmarks", Proceedings of the 3rd ACM SIGPLAN International Workshop on Machine Learning and Programming Languages (MAPL), ACM, pp. 38–46, New York, NY, USA, Jun 2019. [doi]
Abstract
Good benchmarks are hard to find because they require a substantial effort to keep them representative for the constantly changing challenges of a particular field. Synthetic benchmarks are a common approach to deal with this, and methods from machine learning are natural candidates for synthetic benchmark generation. In this paper we investigate the usefulness of machine learning in the prominent CLgen benchmark generator. We re-evaluate CLgen by comparing the benchmarks generated by the model with the raw data used to train it. This re-evaluation indicates that, for the use case considered, machine learning did not yield additional benefit over a simpler method using the raw data. We investigate the reasons for this and provide further insights into the challenges the problem could pose for potential future generators.
Bibtex
@InProceedings{goens_mapl19,
author = {Andr\'{e}s Goens and Alexander Brauckmann and Sebastian Ertel and Chris Cummins and Hugh Leather and Jeronimo Castrillon},
title = {A Case Study on Machine Learning for Synthesizing Benchmarks},
booktitle = {Proceedings of the 3rd ACM SIGPLAN International Workshop on Machine Learning and Programming Languages (MAPL)},
year = {2019},
series = {MAPL 2019},
doi = {10.1145/3315508.3329976},
url = {http://doi.acm.org/10.1145/3315508.3329976},
acmid = {3329976},
isbn = {978-1-4503-6719-6/19/06},
pages = {38--46},
address = {New York, NY, USA},
month = jun,
publisher = {ACM},
keywords = {conf},
location = {Phoenix, AZ, USA},
numpages = {9},
abstract = {Good benchmarks are hard to find because they require a substantial effort to keep them representative for the constantly changing challenges of a particular field. Synthetic benchmarks are a common approach to deal with this, and methods from machine learning are natural candidates for synthetic benchmark generation. In this paper we investigate the usefulness of machine learning in the prominent CLgen benchmark generator. We re-evaluate CLgen by comparing the benchmarks generated by the model with the raw data used to train it. This re-evaluation indicates that, for the use case considered, machine learning did not yield additional benefit over a simpler method using the raw data. We investigate the reasons for this and provide further insights into the challenges the problem could pose for potential future generators.},
}Downloads
1906_Goens_MAPL [PDF]
Permalink
- Marten Lohstroh, Martin Schoeberl, Andrés Goens, Armin Wasicek, Christopher Gill, Marjan Sirjani, Edward A Lee, "Actors Revisited for Time-Critical Systems", Proceedings of the 56th annual Design Automation Conference, ACM, 4pp, Las Vegas, NV, USA, Jun 2019. [doi] [Bibtex & Downloads]
Actors Revisited for Time-Critical Systems
Reference
Marten Lohstroh, Martin Schoeberl, Andrés Goens, Armin Wasicek, Christopher Gill, Marjan Sirjani, Edward A Lee, "Actors Revisited for Time-Critical Systems", Proceedings of the 56th annual Design Automation Conference, ACM, 4pp, Las Vegas, NV, USA, Jun 2019. [doi]
Bibtex
@InProceedings{lohstroh_dac19,
title={Actors Revisited for Time-Critical Systems},
author={Lohstroh, Marten and Schoeberl, Martin and Goens, Andr{\'e}s and Wasicek, Armin and Gill, Christopher and Sirjani, Marjan and Lee, Edward A},
year={2019},
booktitle = {Proceedings of the 56th annual Design Automation Conference},
year = {2019},
series = {DAC 2019},
pages = {4pp},
address = {Las Vegas, NV, USA},
month = jun,
publisher = {ACM},
keywords = {conf},
location = {Las Vegas, NV, USA},
numpages = {4},
url = {http://doi.acm.org/10.1145/3316781.3323469},
doi = {10.1145/3316781.3323469},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. S. Sahoo, B. Veeravalli, A. Kumar, "A Hybrid Agent-based Design Methodology for Dynamic Cross-layer Reliability in Heterogeneous Embedded Systems", Proceedings of the 56th Annual Design Automation Conference, ACM, New York, NY, USA, June 2019. [doi] [Bibtex & Downloads]
A Hybrid Agent-based Design Methodology for Dynamic Cross-layer Reliability in Heterogeneous Embedded Systems
Reference
S. S. Sahoo, B. Veeravalli, A. Kumar, "A Hybrid Agent-based Design Methodology for Dynamic Cross-layer Reliability in Heterogeneous Embedded Systems", Proceedings of the 56th Annual Design Automation Conference, ACM, New York, NY, USA, June 2019. [doi]
Bibtex
@inproceedings{SahooVK019_1,
author = {S. S. Sahoo and B. Veeravalli and A. Kumar},
title = ,
booktitle = ,
series = {DAC '19},
year = {2019},
month={june},
isbn = {978-1-4503-6725-7/19/06},
location = {Las Vegas, NV, USA},
numpages = {6},
url = {http://doi.acm.org/10.1145/3316781.3317746},
doi = {10.1145/3316781.3317746},
acmid = {3317746},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Cross-layer Reliability, Run-time Resource Management, Embedded Systems, Reinforcement Learning},
}Downloads
a38-Sahoo [PDF]
Permalink
- Jeronimo Castrillon, "SoC programming in the era of the Internet of Things, machine learning and emerging technologies", In Groupement De Recherche SOC2: System On Chip, Systèmes embarqués et Objets Connecté (keynote), Jun 2019. [Bibtex & Downloads]
SoC programming in the era of the Internet of Things, machine learning and emerging technologies
Reference
Jeronimo Castrillon, "SoC programming in the era of the Internet of Things, machine learning and emerging technologies", In Groupement De Recherche SOC2: System On Chip, Systèmes embarqués et Objets Connecté (keynote), Jun 2019.
Abstract
The design of a system on chip has traditionally been one of the most complex tasks in computing
systems. Designers have to deal with stringent application constraints under a low-power budget while
reducing non-recurring engineering costs. Modeling languages, costs models of hardware, system
simulators, design exploration methodologies and alike have made it possible to cope with this high
complexity. Today, three recent trends represent a non trivial complexity increase and thus a challenge
for SoC designers and programmers, namely, 1) additional system dynamics in the context of the
Internet of Things, 2) the ubiquity of machine learning workloads, and 3) the added complexity brought
by specialization and emerging technologies. This talk discusses how models and higher level
programming abstractions can be leveraged to cope with these trends. A dataflow programming
methodology is extended to account for dynamic execution scenarios at runtime. A tensor abstraction,
common in machine learning, is introduced that eases programming and design tasks. Finally, the
talk shows how the tensor abstraction is useful to efficiently map tensor computations to SoCs with
non-volatile racetrack scratch-pad memory.Bibtex
@Misc{castrillon_gdrsoc2019,
author = {Castrillon, Jeronimo},
title = {SoC programming in the era of the Internet of Things, machine learning and emerging technologies},
howpublished = {Groupement De Recherche SOC2: System On Chip, Syst{\`e}mes embarqu{\'e}s et Objets Connect{\'e} (keynote)},
month = jun,
year = {2019},
abstract = {The design of a system on chip has traditionally been one of the most complex tasks in computing
systems. Designers have to deal with stringent application constraints under a low-power budget while
reducing non-recurring engineering costs. Modeling languages, costs models of hardware, system
simulators, design exploration methodologies and alike have made it possible to cope with this high
complexity. Today, three recent trends represent a non trivial complexity increase and thus a challenge
for SoC designers and programmers, namely, 1) additional system dynamics in the context of the
Internet of Things, 2) the ubiquity of machine learning workloads, and 3) the added complexity brought
by specialization and emerging technologies. This talk discusses how models and higher level
programming abstractions can be leveraged to cope with these trends. A dataflow programming
methodology is extended to account for dynamic execution scenarios at runtime. A tensor abstraction,
common in machine learning, is introduced that eases programming and design tasks. Finally, the
talk shows how the tensor abstraction is useful to efficiently map tensor computations to SoCs with
non-volatile racetrack scratch-pad memory.},
location = {Montpellier, France},
url = {http://www.gdr-soc.cnrs.fr/programme-colloque-2019/}
}Downloads
190620_castrillon_gdrsoc2-lowres [PDF]
Permalink
- Leila Balaghi, Genziana Bussone, Raphael Grifone, René Hübner, Jörg Grenzer, Mahdi Ghorbani-Asl, Arkady V. Krasheninnikov, Harald Schneider, Manfred Helm, Emmanouil Dimakis, "Widely tunable GaAs bandgap via strain engineering in core/shell nanowires with large lattice mismatch", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jun 2019. [doi] [Bibtex & Downloads]
Widely tunable GaAs bandgap via strain engineering in core/shell nanowires with large lattice mismatch
Reference
Leila Balaghi, Genziana Bussone, Raphael Grifone, René Hübner, Jörg Grenzer, Mahdi Ghorbani-Asl, Arkady V. Krasheninnikov, Harald Schneider, Manfred Helm, Emmanouil Dimakis, "Widely tunable GaAs bandgap via strain engineering in core/shell nanowires with large lattice mismatch", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jun 2019. [doi]
Bibtex
@article{Balaghi_2019,
doi = {10.1038/s41467-019-10654-7},
url = {https://doi.org/10.1038%2Fs41467-019-10654-7},
year = 2019,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {Leila Balaghi and Genziana Bussone and Raphael Grifone and Ren{\'{e}} Hübner and Jörg Grenzer and Mahdi Ghorbani-Asl and Arkady V. Krasheninnikov and Harald Schneider and Manfred Helm and Emmanouil Dimakis},
title = {Widely tunable {GaAs} bandgap via strain engineering in core/shell nanowires with large lattice mismatch},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Martin Schwarze, Karl Sebastian Schellhammer, Katrin Ortstein, Johannes Benduhn, Christopher Gaul, Alexander Hinderhofer, Lorena Perdigón Toro, Reinhard Scholz, Jonas Kublitski, Steffen Roland, Matthias Lau, Carl Poelking, Denis Andrienko, Gianaurelio Cuniberti, Frank Schreiber, Dieter Neher, Koen Vandewal, Frank Ortmann, Karl Leo, "Impact of molecular quadrupole moments on the energy levels at organic heterojunctions", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jun 2019. [doi] [Bibtex & Downloads]
Impact of molecular quadrupole moments on the energy levels at organic heterojunctions
Reference
Martin Schwarze, Karl Sebastian Schellhammer, Katrin Ortstein, Johannes Benduhn, Christopher Gaul, Alexander Hinderhofer, Lorena Perdigón Toro, Reinhard Scholz, Jonas Kublitski, Steffen Roland, Matthias Lau, Carl Poelking, Denis Andrienko, Gianaurelio Cuniberti, Frank Schreiber, Dieter Neher, Koen Vandewal, Frank Ortmann, Karl Leo, "Impact of molecular quadrupole moments on the energy levels at organic heterojunctions", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, Jun 2019. [doi]
Bibtex
@article{Schwarze_2019,
doi = {10.1038/s41467-019-10435-2},
url = {https://doi.org/10.1038%2Fs41467-019-10435-2},
year = 2019,
month = {jun},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {Martin Schwarze and Karl Sebastian Schellhammer and Katrin Ortstein and Johannes Benduhn and Christopher Gaul and Alexander Hinderhofer and Lorena Perdig{\'{o}}n Toro and Reinhard Scholz and Jonas Kublitski and Steffen Roland and Matthias Lau and Carl Poelking and Denis Andrienko and Gianaurelio Cuniberti and Frank Schreiber and Dieter Neher and Koen Vandewal and Frank Ortmann and Karl Leo},
title = {Impact of molecular quadrupole moments on the energy levels at organic heterojunctions},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Ertel, Justus Adam, Norman A. Rink, Andrés Goens, Jeronimo Castrillon, "Category-Theoretic Foundations of ``STCLang: State Thread Composition as a Foundation for Monadic Dataflow Parallelism''", In CoRR, vol. abs/1906.12098, Jun 2019. [Bibtex & Downloads]
Category-Theoretic Foundations of ``STCLang: State Thread Composition as a Foundation for Monadic Dataflow Parallelism''
Reference
Sebastian Ertel, Justus Adam, Norman A. Rink, Andrés Goens, Jeronimo Castrillon, "Category-Theoretic Foundations of ``STCLang: State Thread Composition as a Foundation for Monadic Dataflow Parallelism''", In CoRR, vol. abs/1906.12098, Jun 2019.
Bibtex
@Article{ertel_haskellsup19,
author = {Sebastian Ertel and Justus Adam and Norman A. Rink and Andr{\'{e}}s Goens and Jeronimo Castrillon},
title = {Category-Theoretic Foundations of ``STCLang: State Thread Composition as a Foundation for Monadic Dataflow Parallelism''},
journal = {CoRR},
year = {2019},
volume = {abs/1906.12098},
month = jun,
archiveprefix = {arXiv},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1906-12098},
eprint = {1906.12098},
url = {http://arxiv.org/abs/1906.12098}
}Downloads
1906_Ertel_Haskellsupp [PDF]
Related Paths
Permalink
- Hanjun Sun, Ibrahim Halil Öner, Tao Wang, Tao Zhang, Oleksandr Selyshchev, Christof Neumann, Yubin Fu, Zhongquan Liao, Shunqi Xu, Yang Hou, Andrey Turchanin, Dietrich R. T. Zahn, Ehrenfried Zschech, Inez M. Weidinger, Jian Zhang, Xinliang Feng, "Molecular Engineering of Conjugated Acetylenic Polymers for Efficient Cocatalyst-free Photoelectrochemical Water Reduction", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 30, pp. 10368–10374, Jun 2019. [doi] [Bibtex & Downloads]
Molecular Engineering of Conjugated Acetylenic Polymers for Efficient Cocatalyst-free Photoelectrochemical Water Reduction
Reference
Hanjun Sun, Ibrahim Halil Öner, Tao Wang, Tao Zhang, Oleksandr Selyshchev, Christof Neumann, Yubin Fu, Zhongquan Liao, Shunqi Xu, Yang Hou, Andrey Turchanin, Dietrich R. T. Zahn, Ehrenfried Zschech, Inez M. Weidinger, Jian Zhang, Xinliang Feng, "Molecular Engineering of Conjugated Acetylenic Polymers for Efficient Cocatalyst-free Photoelectrochemical Water Reduction", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 30, pp. 10368–10374, Jun 2019. [doi]
Bibtex
@article{Sun_2019,
doi = {10.1002/anie.201904978},
url = {https://doi.org/10.1002%2Fanie.201904978},
year = 2019,
month = {jun},
publisher = {Wiley},
volume = {58},
number = {30},
pages = {10368--10374},
author = {Hanjun Sun and Ibrahim Halil Öner and Tao Wang and Tao Zhang and Oleksandr Selyshchev and Christof Neumann and Yubin Fu and Zhongquan Liao and Shunqi Xu and Yang Hou and Andrey Turchanin and Dietrich R. T. Zahn and Ehrenfried Zschech and Inez M. Weidinger and Jian Zhang and Xinliang Feng},
title = {Molecular Engineering of Conjugated Acetylenic Polymers for Efficient Cocatalyst-free Photoelectrochemical Water Reduction},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shantanu Mishra, Doreen Beyer, Kristjan Eimre, Junzhi Liu, Reinhard Berger, Oliver Gröning, Carlo A. Pignedoli, Klaus Müllen, Roman Fasel, Xinliang Feng, Pascal Ruffieux, "Synthesis and Characterization of $\uppi$-Extended Triangulene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 27, pp. 10621–10625, Jun 2019. [doi] [Bibtex & Downloads]
Synthesis and Characterization of $\uppi$-Extended Triangulene
Reference
Shantanu Mishra, Doreen Beyer, Kristjan Eimre, Junzhi Liu, Reinhard Berger, Oliver Gröning, Carlo A. Pignedoli, Klaus Müllen, Roman Fasel, Xinliang Feng, Pascal Ruffieux, "Synthesis and Characterization of $\uppi$-Extended Triangulene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 27, pp. 10621–10625, Jun 2019. [doi]
Bibtex
@article{Mishra_2019,
doi = {10.1021/jacs.9b05319},
url = {https://doi.org/10.1021%2Fjacs.9b05319},
year = 2019,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {141},
number = {27},
pages = {10621--10625},
author = {Shantanu Mishra and Doreen Beyer and Kristjan Eimre and Junzhi Liu and Reinhard Berger and Oliver Gröning and Carlo A. Pignedoli and Klaus Müllen and Roman Fasel and Xinliang Feng and Pascal Ruffieux},
title = {Synthesis and Characterization of $\uppi$-Extended Triangulene},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Qingzhi An, Qing Sun, Andreas Weu, David Becker-Koch, Fabian Paulus, Sebastian Arndt, Fabian Stuck, A. Stephen K. Hashmi, Nir Tessler, Yana Vaynzof, "Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 mV Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers", In Advanced Energy Materials, Wiley, vol. 9, no. 33, pp. 1901257, Jun 2019. [doi] [Bibtex & Downloads]
Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 mV Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers
Reference
Qingzhi An, Qing Sun, Andreas Weu, David Becker-Koch, Fabian Paulus, Sebastian Arndt, Fabian Stuck, A. Stephen K. Hashmi, Nir Tessler, Yana Vaynzof, "Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 mV Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers", In Advanced Energy Materials, Wiley, vol. 9, no. 33, pp. 1901257, Jun 2019. [doi]
Bibtex
@article{An_2019,
doi = {10.1002/aenm.201901257},
url = {https://doi.org/10.1002%2Faenm.201901257},
year = 2019,
month = {jun},
publisher = {Wiley},
volume = {9},
number = {33},
pages = {1901257},
author = {Qingzhi An and Qing Sun and Andreas Weu and David Becker-Koch and Fabian Paulus and Sebastian Arndt and Fabian Stuck and A. Stephen K. Hashmi and Nir Tessler and Yana Vaynzof},
title = {Enhancing the Open-Circuit Voltage of Perovskite Solar Cells by up to 120 {mV} Using $\uppi$-Extended Phosphoniumfluorene Electrolytes as Hole Blocking Layers},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Leonardo Martini, Zongping Chen, Neeraj Mishra, Gabriela Borin Barin, Paolo Fantuzzi, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Akimitsu Narita, Camilla Coletti, Klaus Müllen, Andrea Candini, "Structure-dependent electrical properties of graphene nanoribbon devices with graphene electrodes", In Carbon, Elsevier BV, vol. 146, pp. 36–43, May 2019. [doi] [Bibtex & Downloads]
Structure-dependent electrical properties of graphene nanoribbon devices with graphene electrodes
Reference
Leonardo Martini, Zongping Chen, Neeraj Mishra, Gabriela Borin Barin, Paolo Fantuzzi, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Akimitsu Narita, Camilla Coletti, Klaus Müllen, Andrea Candini, "Structure-dependent electrical properties of graphene nanoribbon devices with graphene electrodes", In Carbon, Elsevier BV, vol. 146, pp. 36–43, May 2019. [doi]
Bibtex
@article{Martini_2019,
doi = {10.1016/j.carbon.2019.01.071},
url = {https://doi.org/10.1016%2Fj.carbon.2019.01.071},
year = 2019,
month = {may},
publisher = {Elsevier {BV}},
volume = {146},
pages = {36--43},
author = {Leonardo Martini and Zongping Chen and Neeraj Mishra and Gabriela Borin Barin and Paolo Fantuzzi and Pascal Ruffieux and Roman Fasel and Xinliang Feng and Akimitsu Narita and Camilla Coletti and Klaus Müllen and Andrea Candini},
title = {Structure-dependent electrical properties of graphene nanoribbon devices with graphene electrodes},
journal = {Carbon}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Adarsha Balaji, Salim Ullah, Anup Das, Akash Kumar, "Design Methodology for Embedded Approximate Artificial Neural Networks", Proceedings of the 2019 on Great Lakes Symposium on VLSI, ACM, pp. 489–494, New York, NY, USA, May 2019. [doi] [Bibtex & Downloads]
Design Methodology for Embedded Approximate Artificial Neural Networks
Reference
Adarsha Balaji, Salim Ullah, Anup Das, Akash Kumar, "Design Methodology for Embedded Approximate Artificial Neural Networks", Proceedings of the 2019 on Great Lakes Symposium on VLSI, ACM, pp. 489–494, New York, NY, USA, May 2019. [doi]
Bibtex
@inproceedings{Balaji:2019:DME:3299874.3319490,
author = {Balaji, Adarsha and Ullah, Salim and Das, Anup and Kumar, Akash},
title = {Design Methodology for Embedded Approximate Artificial Neural Networks},
booktitle = {Proceedings of the 2019 on Great Lakes Symposium on VLSI},
series = {GLSVLSI '19},
year = {2019},
month={May},
isbn = {978-1-4503-6252-8},
location = {Tysons Corner, VA, USA},
pages = {489--494},
numpages = {6},
url = {http://doi.acm.org/10.1145/3299874.3319490},
doi = {10.1145/3299874.3319490},
acmid = {3319490},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {approximate computing, artificial neural networks (anns), fpga},
}Downloads
p489-balaji [PDF]
Permalink
- Martin Mayer, Pavel L. Potapov, Darius Pohl, Anja Maria Steiner, Johannes Schultz, Bernd Rellinghaus, Axel Lubk, Tobias A. F. König, Andreas Fery, "Direct Observation of Plasmon Band Formation and Delocalization in Quasi-Infinite Nanoparticle Chains", In Nano Letters, American Chemical Society (ACS), May 2019. [doi] [Bibtex & Downloads]
Direct Observation of Plasmon Band Formation and Delocalization in Quasi-Infinite Nanoparticle Chains
Reference
Martin Mayer, Pavel L. Potapov, Darius Pohl, Anja Maria Steiner, Johannes Schultz, Bernd Rellinghaus, Axel Lubk, Tobias A. F. König, Andreas Fery, "Direct Observation of Plasmon Band Formation and Delocalization in Quasi-Infinite Nanoparticle Chains", In Nano Letters, American Chemical Society (ACS), May 2019. [doi]
Bibtex
@article{Mayer_2019,
doi = {10.1021/acs.nanolett.9b01031},
url = {https://doi.org/10.1021%2Facs.nanolett.9b01031},
year = 2019,
month = {may},
publisher = {American Chemical Society ({ACS})},
author = {Martin Mayer and Pavel L. Potapov and Darius Pohl and Anja Maria Steiner and Johannes Schultz and Bernd Rellinghaus and Axel Lubk and Tobias A. F. König and Andreas Fery},
title = {Direct Observation of Plasmon Band Formation and Delocalization in Quasi-Infinite Nanoparticle Chains},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Atxabal, T. Arnold, S. Parui, S. Hutsch, E. Zuccatti, R. Llopis, M. Cinchetti, F. Casanova, F. Ortmann, L. E. Hueso, "Tuning the charge flow between Marcus regimes in an organic thin-film device", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, May 2019. [doi] [Bibtex & Downloads]
Tuning the charge flow between Marcus regimes in an organic thin-film device
Reference
A. Atxabal, T. Arnold, S. Parui, S. Hutsch, E. Zuccatti, R. Llopis, M. Cinchetti, F. Casanova, F. Ortmann, L. E. Hueso, "Tuning the charge flow between Marcus regimes in an organic thin-film device", In Nature Communications, Springer Science and Business Media LLC, vol. 10, no. 1, May 2019. [doi]
Bibtex
@article{Atxabal_2019,
doi = {10.1038/s41467-019-10114-2},
url = {https://doi.org/10.1038%2Fs41467-019-10114-2},
year = 2019,
month = {may},
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
number = {1},
author = {A. Atxabal and T. Arnold and S. Parui and S. Hutsch and E. Zuccatti and R. Llopis and M. Cinchetti and F. Casanova and F. Ortmann and L. E. Hueso},
title = {Tuning the charge flow between Marcus regimes in an organic thin-film device},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Permalink
- Kai Yuan, Chenbao Lu, Stavroula Sfaelou, Xiaxia Liao, Xiaodong Zhuang, Yiwang Chen, Ullrich Scherf, Xinliang Feng, "In situ nanoarchitecturing and active-site engineering toward highly efficient carbonaceous electrocatalysts", In Nano Energy, Elsevier BV, vol. 59, pp. 207–215, May 2019. [doi] [Bibtex & Downloads]
In situ nanoarchitecturing and active-site engineering toward highly efficient carbonaceous electrocatalysts
Reference
Kai Yuan, Chenbao Lu, Stavroula Sfaelou, Xiaxia Liao, Xiaodong Zhuang, Yiwang Chen, Ullrich Scherf, Xinliang Feng, "In situ nanoarchitecturing and active-site engineering toward highly efficient carbonaceous electrocatalysts", In Nano Energy, Elsevier BV, vol. 59, pp. 207–215, May 2019. [doi]
Bibtex
@article{Yuan_2019,
doi = {10.1016/j.nanoen.2019.02.043},
url = {https://doi.org/10.1016%2Fj.nanoen.2019.02.043},
year = 2019,
month = {may},
publisher = {Elsevier {BV}},
volume = {59},
pages = {207--215},
author = {Kai Yuan and Chenbao Lu and Stavroula Sfaelou and Xiaxia Liao and Xiaodong Zhuang and Yiwang Chen and Ullrich Scherf and Xinliang Feng},
title = {In situ nanoarchitecturing and active-site engineering toward highly efficient carbonaceous electrocatalysts},
journal = {Nano Energy}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sebastian Hahn, Julian Butscher, Qingzhi An, Angelina Jocic, Olena Tverskoy, Marcus Richter, Xinliang Feng, Frank Rominger, Yana Vaynzof, Uwe H. F. Bunz, "Azaarene Dimers", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 30, pp. 7285–7291, May 2019. [doi] [Bibtex & Downloads]
Azaarene Dimers
Reference
Sebastian Hahn, Julian Butscher, Qingzhi An, Angelina Jocic, Olena Tverskoy, Marcus Richter, Xinliang Feng, Frank Rominger, Yana Vaynzof, Uwe H. F. Bunz, "Azaarene Dimers", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 30, pp. 7285–7291, May 2019. [doi]
Bibtex
@article{Hahn_2019,
doi = {10.1002/chem.201901139},
url = {https://doi.org/10.1002%2Fchem.201901139},
year = 2019,
month = {may},
publisher = {Wiley},
volume = {25},
number = {30},
pages = {7285--7291},
author = {Sebastian Hahn and Julian Butscher and Qingzhi An and Angelina Jocic and Olena Tverskoy and Marcus Richter and Xinliang Feng and Frank Rominger and Yana Vaynzof and Uwe H. F. Bunz},
title = {Azaarene Dimers},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gang Wang, Naisa Chandrasekhar, Bishnu P. Biswal, Daniel Becker, Silvia Paasch, Eike Brunner, Matthew Addicoat, Minghao Yu, Reinhard Berger, Xinliang Feng, "A Crystalline, 2D Polyarylimide Cathode for Ultrastable and Ultrafast Li Storage", In Advanced Materials, Wiley, vol. 31, no. 28, pp. 1901478, May 2019. [doi] [Bibtex & Downloads]
A Crystalline, 2D Polyarylimide Cathode for Ultrastable and Ultrafast Li Storage
Reference
Gang Wang, Naisa Chandrasekhar, Bishnu P. Biswal, Daniel Becker, Silvia Paasch, Eike Brunner, Matthew Addicoat, Minghao Yu, Reinhard Berger, Xinliang Feng, "A Crystalline, 2D Polyarylimide Cathode for Ultrastable and Ultrafast Li Storage", In Advanced Materials, Wiley, vol. 31, no. 28, pp. 1901478, May 2019. [doi]
Bibtex
@article{Wang_2019,
doi = {10.1002/adma.201901478},
url = {https://doi.org/10.1002%2Fadma.201901478},
year = 2019,
month = {may},
publisher = {Wiley},
volume = {31},
number = {28},
pages = {1901478},
author = {Gang Wang and Naisa Chandrasekhar and Bishnu P. Biswal and Daniel Becker and Silvia Paasch and Eike Brunner and Matthew Addicoat and Minghao Yu and Reinhard Berger and Xinliang Feng},
title = {A Crystalline, 2D Polyarylimide Cathode for Ultrastable and Ultrafast Li Storage},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Maria Roslova, Jens Hunger, Gaël Bastien, Darius Pohl, Hossein M. Haghighi, Anja U. B. Wolter, Anna Isaeva, Ulrich Schwarz, Bernd Rellinghaus, Kornelius Nielsch, Bernd Büchner, Thomas Doert, "Detuning the Honeycomb of the α-RuCl3 Kitaev lattice: A case of Cr3+ dopant", In Inorganic Chemistry, American Chemical Society (ACS), vol. 58, no. 10, pp. 6659–6668, May 2019. [doi] [Bibtex & Downloads]
Detuning the Honeycomb of the α-RuCl3 Kitaev lattice: A case of Cr3+ dopant
Reference
Maria Roslova, Jens Hunger, Gaël Bastien, Darius Pohl, Hossein M. Haghighi, Anja U. B. Wolter, Anna Isaeva, Ulrich Schwarz, Bernd Rellinghaus, Kornelius Nielsch, Bernd Büchner, Thomas Doert, "Detuning the Honeycomb of the α-RuCl3 Kitaev lattice: A case of Cr3+ dopant", In Inorganic Chemistry, American Chemical Society (ACS), vol. 58, no. 10, pp. 6659–6668, May 2019. [doi]
Bibtex
@article{Roslova_2019,
doi = {10.1021/acs.inorgchem.8b03545},
url = {https://doi.org/10.1021%2Facs.inorgchem.8b03545},
year = 2019,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {58},
number = {10},
pages = {6659--6668},
author = {Maria Roslova and Jens Hunger and Gaël Bastien and Darius Pohl and Hossein M. Haghighi and Anja U. B. Wolter and Anna Isaeva and Ulrich Schwarz and Bernd Rellinghaus and Kornelius Nielsch and Bernd Büchner and Thomas Doert},
title = {Detuning the Honeycomb of the α-RuCl3 Kitaev lattice: A case of Cr3+ dopant},
journal = {Inorganic Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tian-yi Li, Johannes Benduhn, Zhi Qiao, Yuan Liu, Yue Li, Rishi Shivhare, Frank Jaiser, Pei Wang, Jie Ma, Olaf Zeika, Dieter Neher, Stefan C. B. Mannsfeld, Zaifei Ma, Koen Vandewal, Karl Leo, "Effect of H- and J-Aggregation on the Photophysical and Voltage Loss of Boron Dipyrromethene Small Molecules in Vacuum-Deposited Organic Solar Cells", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 10, no. 11, pp. 2684–2691, May 2019. [doi] [Bibtex & Downloads]
Effect of H- and J-Aggregation on the Photophysical and Voltage Loss of Boron Dipyrromethene Small Molecules in Vacuum-Deposited Organic Solar Cells
Reference
Tian-yi Li, Johannes Benduhn, Zhi Qiao, Yuan Liu, Yue Li, Rishi Shivhare, Frank Jaiser, Pei Wang, Jie Ma, Olaf Zeika, Dieter Neher, Stefan C. B. Mannsfeld, Zaifei Ma, Koen Vandewal, Karl Leo, "Effect of H- and J-Aggregation on the Photophysical and Voltage Loss of Boron Dipyrromethene Small Molecules in Vacuum-Deposited Organic Solar Cells", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 10, no. 11, pp. 2684–2691, May 2019. [doi]
Bibtex
@article{Li_2019,
doi = {10.1021/acs.jpclett.9b01222},
url = {https://doi.org/10.1021%2Facs.jpclett.9b01222},
year = 2019,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {10},
number = {11},
pages = {2684--2691},
author = {Tian-yi Li and Johannes Benduhn and Zhi Qiao and Yuan Liu and Yue Li and Rishi Shivhare and Frank Jaiser and Pei Wang and Jie Ma and Olaf Zeika and Dieter Neher and Stefan C. B. Mannsfeld and Zaifei Ma and Koen Vandewal and Karl Leo},
title = {Effect of H- and J-Aggregation on the Photophysical and Voltage Loss of Boron Dipyrromethene Small Molecules in Vacuum-Deposited Organic Solar Cells},
journal = {The Journal of Physical Chemistry Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Abdelilah El Arrassi, Zhibin Liu, Mathies V. Evers, Niclas Blanc, Georg Bendt, Sascha Saddeler, David Tetzlaff, Darius Pohl, Christine Damm, Stephan Schulz, Kristina Tschulik, "Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single CoFe2O4 Nanoparticles", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 23, pp. 9197–9201, May 2019. [doi] [Bibtex & Downloads]
Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single CoFe2O4 Nanoparticles
Reference
Abdelilah El Arrassi, Zhibin Liu, Mathies V. Evers, Niclas Blanc, Georg Bendt, Sascha Saddeler, David Tetzlaff, Darius Pohl, Christine Damm, Stephan Schulz, Kristina Tschulik, "Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single CoFe2O4 Nanoparticles", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 23, pp. 9197–9201, May 2019. [doi]
Bibtex
@article{El_Arrassi_2019,
doi = {10.1021/jacs.9b04516},
url = {https://doi.org/10.1021%2Fjacs.9b04516},
year = 2019,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {141},
number = {23},
pages = {9197--9201},
author = {Abdelilah El Arrassi and Zhibin Liu and Mathies V. Evers and Niclas Blanc and Georg Bendt and Sascha Saddeler and David Tetzlaff and Darius Pohl and Christine Damm and Stephan Schulz and Kristina Tschulik},
title = {Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single {CoFe}2O4 Nanoparticles},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nicolò Alagna, Jie Han, Nikolaus Wollscheid, J. Luis Perez Lustres, Julia Herz, Sebastian Hahn, Silke Koser, Fabian Paulus, Uwe H. F. Bunz, Andreas Dreuw, Tiago Buckup, Marcus Motzkus, "Tailoring Ultrafast Singlet Fission by the Chemical Modification of Phenazinothiadiazoles", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 22, pp. 8834–8845, May 2019. [doi] [Bibtex & Downloads]
Tailoring Ultrafast Singlet Fission by the Chemical Modification of Phenazinothiadiazoles
Reference
Nicolò Alagna, Jie Han, Nikolaus Wollscheid, J. Luis Perez Lustres, Julia Herz, Sebastian Hahn, Silke Koser, Fabian Paulus, Uwe H. F. Bunz, Andreas Dreuw, Tiago Buckup, Marcus Motzkus, "Tailoring Ultrafast Singlet Fission by the Chemical Modification of Phenazinothiadiazoles", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 22, pp. 8834–8845, May 2019. [doi]
Bibtex
@article{Alagna_2019,
doi = {10.1021/jacs.9b01079},
url = {https://doi.org/10.1021%2Fjacs.9b01079},
year = 2019,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {141},
number = {22},
pages = {8834--8845},
author = {Nicol{\`{o}} Alagna and Jie Han and Nikolaus Wollscheid and J. Luis Perez Lustres and Julia Herz and Sebastian Hahn and Silke Koser and Fabian Paulus and Uwe H. F. Bunz and Andreas Dreuw and Tiago Buckup and Marcus Motzkus},
title = {Tailoring Ultrafast Singlet Fission by the Chemical Modification of Phenazinothiadiazoles},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wenbo Sheng, Ihsan Amin, Christof Neumann, Renhao Dong, Tao Zhang, Erik Wegener, Wei-Liang Chen, Paul Förster, Hai Quang Tran, Markus Löffler, Andreas Winter, Raul D. Rodriguez, Ehrenfried Zschech, Christopher K. Ober, Xinliang Feng, Andrey Turchanin, Rainer Jordan, "Polymer Brushes: Polymer Brushes on Hexagonal Boron Nitride (Small 19/2019)", In Small, Wiley, vol. 15, no. 19, pp. 1970099, May 2019. [doi] [Bibtex & Downloads]
Polymer Brushes: Polymer Brushes on Hexagonal Boron Nitride (Small 19/2019)
Reference
Wenbo Sheng, Ihsan Amin, Christof Neumann, Renhao Dong, Tao Zhang, Erik Wegener, Wei-Liang Chen, Paul Förster, Hai Quang Tran, Markus Löffler, Andreas Winter, Raul D. Rodriguez, Ehrenfried Zschech, Christopher K. Ober, Xinliang Feng, Andrey Turchanin, Rainer Jordan, "Polymer Brushes: Polymer Brushes on Hexagonal Boron Nitride (Small 19/2019)", In Small, Wiley, vol. 15, no. 19, pp. 1970099, May 2019. [doi]
Bibtex
@article{Sheng_2019,
doi = {10.1002/smll.201970099},
url = {https://doi.org/10.1002%2Fsmll.201970099},
year = 2019,
month = {may},
publisher = {Wiley},
volume = {15},
number = {19},
pages = {1970099},
author = {Wenbo Sheng and Ihsan Amin and Christof Neumann and Renhao Dong and Tao Zhang and Erik Wegener and Wei-Liang Chen and Paul Förster and Hai Quang Tran and Markus Löffler and Andreas Winter and Raul D. Rodriguez and Ehrenfried Zschech and Christopher K. Ober and Xinliang Feng and Andrey Turchanin and Rainer Jordan},
title = {Polymer Brushes: Polymer Brushes on Hexagonal Boron Nitride (Small 19/2019)},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Kirchner, Jun Taniguchi, "Toward full three-dimensional (3D) high volume fabrication", In Advanced Optical Technologies, Walter de Gruyter GmbH, vol. 8, no. 3-4, pp. 171–173, May 2019. [doi] [Bibtex & Downloads]
Toward full three-dimensional (3D) high volume fabrication
Reference
Robert Kirchner, Jun Taniguchi, "Toward full three-dimensional (3D) high volume fabrication", In Advanced Optical Technologies, Walter de Gruyter GmbH, vol. 8, no. 3-4, pp. 171–173, May 2019. [doi]
Bibtex
@article{Kirchner_2019,
doi = {10.1515/aot-2019-0030},
url = {https://doi.org/10.1515%2Faot-2019-0030},
year = 2019,
month = {may},
publisher = {Walter de Gruyter {GmbH}},
volume = {8},
number = {3-4},
pages = {171--173},
author = {Robert Kirchner and Jun Taniguchi},
title = {Toward full three-dimensional (3D) high volume fabrication},
journal = {Advanced Optical Technologies}
}Downloads
No Downloads available for this publication
Permalink
- Abdelilah El Arrassi, Zhibin Liu, Mathies V. Evers, Niclas Blanc, Georg Bendt, Sascha Saddeler, David Tetzlaff, Darius Pohl, Christine Damm, Stephan Schulz, Kristina Tschulik, "Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single CoFe$\less$sub$\greater$2$\less$/sub$\greater$O$\less$sub$\greater$4$\less$/sub$\greater$ Nanoparticles", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 23, pp. 9197–9201, May 2019. [doi] [Bibtex & Downloads]
Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single CoFe$\less$sub$\greater$2$\less$/sub$\greater$O$\less$sub$\greater$4$\less$/sub$\greater$ Nanoparticles
Reference
Abdelilah El Arrassi, Zhibin Liu, Mathies V. Evers, Niclas Blanc, Georg Bendt, Sascha Saddeler, David Tetzlaff, Darius Pohl, Christine Damm, Stephan Schulz, Kristina Tschulik, "Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single CoFe$\less$sub$\greater$2$\less$/sub$\greater$O$\less$sub$\greater$4$\less$/sub$\greater$ Nanoparticles", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 23, pp. 9197–9201, May 2019. [doi]
Bibtex
@article{El_Arrassi_2019,
doi = {10.1021/jacs.9b04516},
url = {https://doi.org/10.1021%2Fjacs.9b04516},
year = 2019,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {141},
number = {23},
pages = {9197--9201},
author = {Abdelilah El Arrassi and Zhibin Liu and Mathies V. Evers and Niclas Blanc and Georg Bendt and Sascha Saddeler and David Tetzlaff and Darius Pohl and Christine Damm and Stephan Schulz and Kristina Tschulik},
title = {Intrinsic Activity of Oxygen Evolution Catalysts Probed at Single {CoFe}$\less$sub$\greater$2$\less$/sub$\greater$O$\less$sub$\greater$4$\less$/sub$\greater$ Nanoparticles},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alexander Zeugner, Frederik Nietschke, Anja U. B. Wolter, Sebastian Gaß, Raphael C. Vidal, Thiago R. F. Peixoto, Darius Pohl, Christine Damm, Axel Lubk, Richard Hentrich, Simon K. Moser, Celso Fornari, Chul Hee Min, Sonja Schatz, Katharina Kißner, Maximilian Ünzelmann, Martin Kaiser, Francesco Scaravaggi, Bernd Rellinghaus, Kornelius Nielsch, Christian Hess, Bernd Büchner, Friedrich Reinert, Hendrik Bentmann, Oliver Oeckler, Thomas Doert, Michael Ruck, Anna Isaeva, "Chemical Aspects of the Candidate Antiferromagnetic Topological Insulator MnBi2Te4", In Chemistry of Materials, American Chemical Society (ACS), Apr 2019. [doi] [Bibtex & Downloads]
Chemical Aspects of the Candidate Antiferromagnetic Topological Insulator MnBi2Te4
Reference
Alexander Zeugner, Frederik Nietschke, Anja U. B. Wolter, Sebastian Gaß, Raphael C. Vidal, Thiago R. F. Peixoto, Darius Pohl, Christine Damm, Axel Lubk, Richard Hentrich, Simon K. Moser, Celso Fornari, Chul Hee Min, Sonja Schatz, Katharina Kißner, Maximilian Ünzelmann, Martin Kaiser, Francesco Scaravaggi, Bernd Rellinghaus, Kornelius Nielsch, Christian Hess, Bernd Büchner, Friedrich Reinert, Hendrik Bentmann, Oliver Oeckler, Thomas Doert, Michael Ruck, Anna Isaeva, "Chemical Aspects of the Candidate Antiferromagnetic Topological Insulator MnBi2Te4", In Chemistry of Materials, American Chemical Society (ACS), Apr 2019. [doi]
Bibtex
@article{Zeugner_2019,
doi = {10.1021/acs.chemmater.8b05017},
url = {https://doi.org/10.1021%2Facs.chemmater.8b05017},
year = 2019,
month = {apr},
publisher = {American Chemical Society ({ACS})},
author = {Alexander Zeugner and Frederik Nietschke and Anja U. B. Wolter and Sebastian Ga{\ss} and Raphael C. Vidal and Thiago R. F. Peixoto and Darius Pohl and Christine Damm and Axel Lubk and Richard Hentrich and Simon K. Moser and Celso Fornari and Chul Hee Min and Sonja Schatz and Katharina Ki{\ss}ner and Maximilian Ünzelmann and Martin Kaiser and Francesco Scaravaggi and Bernd Rellinghaus and Kornelius Nielsch and Christian Hess and Bernd Büchner and Friedrich Reinert and Hendrik Bentmann and Oliver Oeckler and Thomas Doert and Michael Ruck and Anna Isaeva},
title = {Chemical Aspects of the Candidate Antiferromagnetic Topological Insulator {MnBi}2Te4},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Becker, Bishnu P. Biswal, Paula Kaleńczuk, Naisa Chandrasekhar, Lars Giebeler, Matthew Addicoat, Silvia Paasch, Eike Brunner, Karl Leo, Arezoo Dianat, Gianaurelio Cuniberti, Reinhard Berger, Xinliang Feng, "Fully sp
2
-Carbon-Linked Crystalline Two-Dimensional Conjugated Polymers: Insight into 2D Poly(phenylenecyanovinylene) Formation and its Optoelectronic Properties", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 26, pp. 6562–6568, Apr 2019. [doi] [Bibtex & Downloads]
Fully sp 2 -Carbon-Linked Crystalline Two-Dimensional Conjugated Polymers: Insight into 2D Poly(phenylenecyanovinylene) Formation and its Optoelectronic Properties
Reference
Daniel Becker, Bishnu P. Biswal, Paula Kaleńczuk, Naisa Chandrasekhar, Lars Giebeler, Matthew Addicoat, Silvia Paasch, Eike Brunner, Karl Leo, Arezoo Dianat, Gianaurelio Cuniberti, Reinhard Berger, Xinliang Feng, "Fully sp 2 -Carbon-Linked Crystalline Two-Dimensional Conjugated Polymers: Insight into 2D Poly(phenylenecyanovinylene) Formation and its Optoelectronic Properties", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 26, pp. 6562–6568, Apr 2019. [doi]
Bibtex
@article{Becker_2019,
doi = {10.1002/chem.201806385},
url = {https://doi.org/10.1002%2Fchem.201806385},
year = 2019,
month = {apr},
publisher = {Wiley},
volume = {25},
number = {26},
pages = {6562--6568},
author = {Daniel Becker and Bishnu P. Biswal and Paula Kale{\'{n}}czuk and Naisa Chandrasekhar and Lars Giebeler and Matthew Addicoat and Silvia Paasch and Eike Brunner and Karl Leo and Arezoo Dianat and Gianaurelio Cuniberti and Reinhard Berger and Xinliang Feng},
title = {Fully sp
2
-Carbon-Linked Crystalline Two-Dimensional Conjugated Polymers: Insight into 2D Poly(phenylenecyanovinylene) Formation and its Optoelectronic Properties},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Liming Dai, Chunyi Zhi, Xinliang Feng, "Bifunctional Catalysts for Metal-Air Batteries", In Batteries & Supercaps, Wiley, vol. 2, no. 4, pp. 270–271, Apr 2019. [doi] [Bibtex & Downloads]
Bifunctional Catalysts for Metal-Air Batteries
Reference
Liming Dai, Chunyi Zhi, Xinliang Feng, "Bifunctional Catalysts for Metal-Air Batteries", In Batteries & Supercaps, Wiley, vol. 2, no. 4, pp. 270–271, Apr 2019. [doi]
Bibtex
@article{Dai_2019,
doi = {10.1002/batt.201900048},
url = {https://doi.org/10.1002%2Fbatt.201900048},
year = 2019,
month = {apr},
publisher = {Wiley},
volume = {2},
number = {4},
pages = {270--271},
author = {Liming Dai and Chunyi Zhi and Xinliang Feng},
title = {Bifunctional Catalysts for Metal-Air Batteries},
journal = {Batteries {\&} Supercaps}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Bishnu P. Biswal, Sreeramulu Valligatla, Mingchao Wang, Tanmay Banerjee, Nabil A. Saad, Bala Murali Krishna Mariserla, Naisa Chandrasekhar, Daniel Becker, Matthew Addicoat, Irena Senkovska, Reinhard Berger, D. Narayana Rao, Stefan Kaskel, Xinliang Feng, "Nonlinear Optical Switching in Regioregular Porphyrin Covalent Organic Frameworks", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 21, pp. 6896–6900, Apr 2019. [doi] [Bibtex & Downloads]
Nonlinear Optical Switching in Regioregular Porphyrin Covalent Organic Frameworks
Reference
Bishnu P. Biswal, Sreeramulu Valligatla, Mingchao Wang, Tanmay Banerjee, Nabil A. Saad, Bala Murali Krishna Mariserla, Naisa Chandrasekhar, Daniel Becker, Matthew Addicoat, Irena Senkovska, Reinhard Berger, D. Narayana Rao, Stefan Kaskel, Xinliang Feng, "Nonlinear Optical Switching in Regioregular Porphyrin Covalent Organic Frameworks", In Angewandte Chemie International Edition, Wiley, vol. 58, no. 21, pp. 6896–6900, Apr 2019. [doi]
Bibtex
@article{Biswal_2019,
doi = {10.1002/anie.201814412},
url = {https://doi.org/10.1002%2Fanie.201814412},
year = 2019,
month = {apr},
publisher = {Wiley},
volume = {58},
number = {21},
pages = {6896--6900},
author = {Bishnu P. Biswal and Sreeramulu Valligatla and Mingchao Wang and Tanmay Banerjee and Nabil A. Saad and Bala Murali Krishna Mariserla and Naisa Chandrasekhar and Daniel Becker and Matthew Addicoat and Irena Senkovska and Reinhard Berger and D. Narayana Rao and Stefan Kaskel and Xinliang Feng},
title = {Nonlinear Optical Switching in Regioregular Porphyrin Covalent Organic Frameworks},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Panpan Zhang, Sheng Yang, Roberto Pineda-Gómez, Bergoi Ibarlucea, Ji Ma, Martin R. Lohe, Teuku Fawzul Akbar, Larysa Baraban, Gianaurelio Cuniberti, Xinliang Feng, "Electrochemically Exfoliated High-Quality 2H-MoS
2
for Multiflake Thin Film Flexible Biosensors", In Small, Wiley, pp. 1901265, Apr 2019. [doi] [Bibtex & Downloads]
Electrochemically Exfoliated High-Quality 2H-MoS 2 for Multiflake Thin Film Flexible Biosensors
Reference
Panpan Zhang, Sheng Yang, Roberto Pineda-Gómez, Bergoi Ibarlucea, Ji Ma, Martin R. Lohe, Teuku Fawzul Akbar, Larysa Baraban, Gianaurelio Cuniberti, Xinliang Feng, "Electrochemically Exfoliated High-Quality 2H-MoS 2 for Multiflake Thin Film Flexible Biosensors", In Small, Wiley, pp. 1901265, Apr 2019. [doi]
Bibtex
@article{Zhang_2019,
doi = {10.1002/smll.201901265},
url = {https://doi.org/10.1002%2Fsmll.201901265},
year = 2019,
month = {apr},
publisher = {Wiley},
pages = {1901265},
author = {Panpan Zhang and Sheng Yang and Roberto Pineda-G{\'{o}}mez and Bergoi Ibarlucea and Ji Ma and Martin R. Lohe and Teuku Fawzul Akbar and Larysa Baraban and Gianaurelio Cuniberti and Xinliang Feng},
title = {Electrochemically Exfoliated High-Quality 2H-{MoS}
2
for Multiflake Thin Film Flexible Biosensors},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wenbo Sheng, Ihsan Amin, Christof Neumann, Renhao Dong, Tao Zhang, Erik Wegener, Wei-Liang Chen, Paul Förster, Hai Quang Tran, Markus Löffler, Andreas Winter, Raul D. Rodriguez, Ehrenfried Zschech, Christopher K. Ober, Xinliang Feng, Andrey Turchanin, Rainer Jordan, "Polymer Brushes on Hexagonal Boron Nitride", In Small, Wiley, vol. 15, no. 19, pp. 1805228, Apr 2019. [doi] [Bibtex & Downloads]
Polymer Brushes on Hexagonal Boron Nitride
Reference
Wenbo Sheng, Ihsan Amin, Christof Neumann, Renhao Dong, Tao Zhang, Erik Wegener, Wei-Liang Chen, Paul Förster, Hai Quang Tran, Markus Löffler, Andreas Winter, Raul D. Rodriguez, Ehrenfried Zschech, Christopher K. Ober, Xinliang Feng, Andrey Turchanin, Rainer Jordan, "Polymer Brushes on Hexagonal Boron Nitride", In Small, Wiley, vol. 15, no. 19, pp. 1805228, Apr 2019. [doi]
Bibtex
@article{Sheng_2019,
doi = {10.1002/smll.201805228},
url = {https://doi.org/10.1002%2Fsmll.201805228},
year = 2019,
month = {apr},
publisher = {Wiley},
volume = {15},
number = {19},
pages = {1805228},
author = {Wenbo Sheng and Ihsan Amin and Christof Neumann and Renhao Dong and Tao Zhang and Erik Wegener and Wei-Liang Chen and Paul Förster and Hai Quang Tran and Markus Löffler and Andreas Winter and Raul D. Rodriguez and Ehrenfried Zschech and Christopher K. Ober and Xinliang Feng and Andrey Turchanin and Rainer Jordan},
title = {Polymer Brushes on Hexagonal Boron Nitride},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Katherina Haase, Jakob Zessin, Konstantinos Zoumboulis, Markus Müller, Mike Hambsch, Stefan C. B. Mannsfeld, "Solution Shearing of a High-Capacitance Polymer Dielectric for Low-Voltage Organic Transistors", In Advanced Electronic Materials, Wiley, vol. 5, no. 6, pp. 1900067, Apr 2019. [doi] [Bibtex & Downloads]
Solution Shearing of a High-Capacitance Polymer Dielectric for Low-Voltage Organic Transistors
Reference
Katherina Haase, Jakob Zessin, Konstantinos Zoumboulis, Markus Müller, Mike Hambsch, Stefan C. B. Mannsfeld, "Solution Shearing of a High-Capacitance Polymer Dielectric for Low-Voltage Organic Transistors", In Advanced Electronic Materials, Wiley, vol. 5, no. 6, pp. 1900067, Apr 2019. [doi]
Bibtex
@article{Haase_2019,
doi = {10.1002/aelm.201900067},
url = {https://doi.org/10.1002%2Faelm.201900067},
year = 2019,
month = {apr},
publisher = {Wiley},
volume = {5},
number = {6},
pages = {1900067},
author = {Katherina Haase and Jakob Zessin and Konstantinos Zoumboulis and Markus Müller and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {Solution Shearing of a High-Capacitance Polymer Dielectric for Low-Voltage Organic Transistors},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Blaudeck, Andrea Preuß, Sebastian Scharf, Sebastian Notz, Alexander Kossmann, Susanne Hartmann, Laura Kasper, Rafael G. Mendes, Thomas Gemming, Sascha Hermann, Heinrich Lang, Stefan E. Schulz, "Photosensitive Field-Effect Transistors Made from Semiconducting Carbon Nanotubes and Non-Covalently Attached Gold Nanoparticles", In physica status solidi (a), Wiley, vol. 216, no. 19, pp. 1900030, Apr 2019. [doi] [Bibtex & Downloads]
Photosensitive Field-Effect Transistors Made from Semiconducting Carbon Nanotubes and Non-Covalently Attached Gold Nanoparticles
Reference
Thomas Blaudeck, Andrea Preuß, Sebastian Scharf, Sebastian Notz, Alexander Kossmann, Susanne Hartmann, Laura Kasper, Rafael G. Mendes, Thomas Gemming, Sascha Hermann, Heinrich Lang, Stefan E. Schulz, "Photosensitive Field-Effect Transistors Made from Semiconducting Carbon Nanotubes and Non-Covalently Attached Gold Nanoparticles", In physica status solidi (a), Wiley, vol. 216, no. 19, pp. 1900030, Apr 2019. [doi]
Bibtex
@article{Blaudeck_2019,
doi = {10.1002/pssa.201900030},
url = {https://doi.org/10.1002%2Fpssa.201900030},
year = 2019,
month = {apr},
publisher = {Wiley},
volume = {216},
number = {19},
pages = {1900030},
author = {Thomas Blaudeck and Andrea Preu{\ss} and Sebastian Scharf and Sebastian Notz and Alexander Kossmann and Susanne Hartmann and Laura Kasper and Rafael G. Mendes and Thomas Gemming and Sascha Hermann and Heinrich Lang and Stefan E. Schulz},
title = {Photosensitive Field-Effect Transistors Made from Semiconducting Carbon Nanotubes and Non-Covalently Attached Gold Nanoparticles},
journal = {physica status solidi (a)}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yvonne J. Hofstetter, Yana Vaynzof, "Quantifying the Damage Induced by X-ray Photoelectron Spectroscopy Depth Profiling of Organic Conjugated Polymers", In ACS Applied Polymer Materials, American Chemical Society (ACS), vol. 1, no. 6, pp. 1372–1381, Apr 2019. [doi] [Bibtex & Downloads]
Quantifying the Damage Induced by X-ray Photoelectron Spectroscopy Depth Profiling of Organic Conjugated Polymers
Reference
Yvonne J. Hofstetter, Yana Vaynzof, "Quantifying the Damage Induced by X-ray Photoelectron Spectroscopy Depth Profiling of Organic Conjugated Polymers", In ACS Applied Polymer Materials, American Chemical Society (ACS), vol. 1, no. 6, pp. 1372–1381, Apr 2019. [doi]
Bibtex
@article{Hofstetter_2019,
doi = {10.1021/acsapm.9b00148},
url = {https://doi.org/10.1021%2Facsapm.9b00148},
year = 2019,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {1},
number = {6},
pages = {1372--1381},
author = {Yvonne J. Hofstetter and Yana Vaynzof},
title = {Quantifying the Damage Induced by X-ray Photoelectron Spectroscopy Depth Profiling of Organic Conjugated Polymers},
journal = {{ACS} Applied Polymer Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Kirchner, Vitaliy A. Guzenko, Helmut Schift, "Single-digit 6-nm multilevel patterns by electron beam grayscale lithography", In Advanced Optical Technologies, Walter de Gruyter GmbH, vol. 8, no. 3-4, pp. 175–180, Apr 2019. [doi] [Bibtex & Downloads]
Single-digit 6-nm multilevel patterns by electron beam grayscale lithography
Reference
Robert Kirchner, Vitaliy A. Guzenko, Helmut Schift, "Single-digit 6-nm multilevel patterns by electron beam grayscale lithography", In Advanced Optical Technologies, Walter de Gruyter GmbH, vol. 8, no. 3-4, pp. 175–180, Apr 2019. [doi]
Bibtex
@article{Kirchner_2019,
doi = {10.1515/aot-2019-0016},
url = {https://doi.org/10.1515%2Faot-2019-0016},
year = 2019,
month = {apr},
publisher = {Walter de Gruyter {GmbH}},
volume = {8},
number = {3-4},
pages = {175--180},
author = {Robert Kirchner and Vitaliy A. Guzenko and Helmut Schift},
title = {Single-digit 6-nm multilevel patterns by electron beam grayscale lithography},
journal = {Advanced Optical Technologies}
}Downloads
No Downloads available for this publication
Permalink
- Shubham Rai, Jens Trommer, Michael Raitza, Thomas Mikolajick, Walter M. Weber, Akash Kumar, "Designing Efficient Circuits Based on Runtime-Reconfigurable Field-Effect Transistors", In IEEE Transactions on Very Large Scale Integration (VLSI) Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 27, no. 3, pp. 560–572, Mar 2019. [doi] [Bibtex & Downloads]
Designing Efficient Circuits Based on Runtime-Reconfigurable Field-Effect Transistors
Reference
Shubham Rai, Jens Trommer, Michael Raitza, Thomas Mikolajick, Walter M. Weber, Akash Kumar, "Designing Efficient Circuits Based on Runtime-Reconfigurable Field-Effect Transistors", In IEEE Transactions on Very Large Scale Integration (VLSI) Systems, Institute of Electrical and Electronics Engineers (IEEE), vol. 27, no. 3, pp. 560–572, Mar 2019. [doi]
Bibtex
@article{Rai_2019,
doi = {10.1109/tvlsi.2018.2884646},
url = {https://doi.org/10.1109%2Ftvlsi.2018.2884646},
year = 2019,
month = {mar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {27},
number = {3},
pages = {560--572},
author = {Shubham Rai and Jens Trommer and Michael Raitza and Thomas Mikolajick and Walter M. Weber and Akash Kumar},
title = {Designing Efficient Circuits Based on Runtime-Reconfigurable Field-Effect Transistors},
journal = {{IEEE} Transactions on Very Large Scale Integration ({VLSI}) Systems}
}Downloads
08580544 [PDF]
Related Paths
Permalink
- Jian Zhang, Qiuyu Zhang, Xinliang Feng, "Support and Interface Effects in Water-Splitting Electrocatalysts", In Advanced Materials, Wiley, vol. 31, no. 31, pp. 1808167, Mar 2019. [doi] [Bibtex & Downloads]
Support and Interface Effects in Water-Splitting Electrocatalysts
Reference
Jian Zhang, Qiuyu Zhang, Xinliang Feng, "Support and Interface Effects in Water-Splitting Electrocatalysts", In Advanced Materials, Wiley, vol. 31, no. 31, pp. 1808167, Mar 2019. [doi]
Bibtex
@article{Zhang_2019,
doi = {10.1002/adma.201808167},
url = {https://doi.org/10.1002%2Fadma.201808167},
year = 2019,
month = {mar},
publisher = {Wiley},
volume = {31},
number = {31},
pages = {1808167},
author = {Jian Zhang and Qiuyu Zhang and Xinliang Feng},
title = {Support and Interface Effects in Water-Splitting Electrocatalysts},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gabriela Borin Barin, Andrew Fairbrother, Lukas Rotach, Maxime Bayle, Matthieu Paillet, Liangbo Liang, Vincent Meunier, Roland Hauert, Tim Dumslaff, Akimitsu Narita, Klaus Müllen, Hafeesudeen Sahabudeen, Reinhard Berger, Xinliang Feng, Roman Fasel, Pascal Ruffieux, "Surface-Synthesized Graphene Nanoribbons for Room Temperature Switching Devices: Substrate Transfer and ex Situ Characterization", In ACS Applied Nano Materials, American Chemical Society (ACS), vol. 2, no. 4, pp. 2184–2192, Mar 2019. [doi] [Bibtex & Downloads]
Surface-Synthesized Graphene Nanoribbons for Room Temperature Switching Devices: Substrate Transfer and ex Situ Characterization
Reference
Gabriela Borin Barin, Andrew Fairbrother, Lukas Rotach, Maxime Bayle, Matthieu Paillet, Liangbo Liang, Vincent Meunier, Roland Hauert, Tim Dumslaff, Akimitsu Narita, Klaus Müllen, Hafeesudeen Sahabudeen, Reinhard Berger, Xinliang Feng, Roman Fasel, Pascal Ruffieux, "Surface-Synthesized Graphene Nanoribbons for Room Temperature Switching Devices: Substrate Transfer and ex Situ Characterization", In ACS Applied Nano Materials, American Chemical Society (ACS), vol. 2, no. 4, pp. 2184–2192, Mar 2019. [doi]
Bibtex
@article{Borin_Barin_2019,
doi = {10.1021/acsanm.9b00151},
url = {https://doi.org/10.1021%2Facsanm.9b00151},
year = 2019,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {2},
number = {4},
pages = {2184--2192},
author = {Gabriela Borin Barin and Andrew Fairbrother and Lukas Rotach and Maxime Bayle and Matthieu Paillet and Liangbo Liang and Vincent Meunier and Roland Hauert and Tim Dumslaff and Akimitsu Narita and Klaus Müllen and Hafeesudeen Sahabudeen and Reinhard Berger and Xinliang Feng and Roman Fasel and Pascal Ruffieux},
title = {Surface-Synthesized Graphene Nanoribbons for Room Temperature Switching Devices: Substrate Transfer and ex Situ Characterization},
journal = {{ACS} Applied Nano Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Hou, Ming Qiu, Min Gyu Kim, Pan Liu, Gyutae Nam, Tao Zhang, Xiaodong Zhuang, Bin Yang, Jaephil Cho, Mingwei Chen, Chris Yuan, Lecheng Lei, Xinliang Feng, "Atomically dispersed nickel\textendashnitrogen\textendashsulfur species anchored on porous carbon nanosheets for efficient water oxidation", In Nature Communications, Springer Nature, vol. 10, no. 1, Mar 2019. [doi] [Bibtex & Downloads]
Atomically dispersed nickel\textendashnitrogen\textendashsulfur species anchored on porous carbon nanosheets for efficient water oxidation
Reference
Yang Hou, Ming Qiu, Min Gyu Kim, Pan Liu, Gyutae Nam, Tao Zhang, Xiaodong Zhuang, Bin Yang, Jaephil Cho, Mingwei Chen, Chris Yuan, Lecheng Lei, Xinliang Feng, "Atomically dispersed nickel\textendashnitrogen\textendashsulfur species anchored on porous carbon nanosheets for efficient water oxidation", In Nature Communications, Springer Nature, vol. 10, no. 1, Mar 2019. [doi]
Bibtex
@article{Hou_2019,
doi = {10.1038/s41467-019-09394-5},
url = {https://doi.org/10.1038%2Fs41467-019-09394-5},
year = 2019,
month = {mar},
publisher = {Springer Nature},
volume = {10},
number = {1},
author = {Yang Hou and Ming Qiu and Min Gyu Kim and Pan Liu and Gyutae Nam and Tao Zhang and Xiaodong Zhuang and Bin Yang and Jaephil Cho and Mingwei Chen and Chris Yuan and Lecheng Lei and Xinliang Feng},
title = {Atomically dispersed nickel{\textendash}nitrogen{\textendash}sulfur species anchored on porous carbon nanosheets for efficient water oxidation},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Hanjun Sun, Christof Neumann, Tao Zhang, Markus Löffler, André Wolf, Yang Hou, Andrey Turchanin, Jian Zhang, Xinliang Feng, "Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction", In Advanced Materials, Wiley, vol. 31, no. 19, pp. 1900961, Mar 2019. [doi] [Bibtex & Downloads]
Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction
Reference
Hanjun Sun, Christof Neumann, Tao Zhang, Markus Löffler, André Wolf, Yang Hou, Andrey Turchanin, Jian Zhang, Xinliang Feng, "Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction", In Advanced Materials, Wiley, vol. 31, no. 19, pp. 1900961, Mar 2019. [doi]
Bibtex
@article{Sun_2019,
doi = {10.1002/adma.201900961},
url = {https://doi.org/10.1002%2Fadma.201900961},
year = 2019,
month = {mar},
publisher = {Wiley},
volume = {31},
number = {19},
pages = {1900961},
author = {Hanjun Sun and Christof Neumann and Tao Zhang and Markus Löffler and Andr{\'{e}} Wolf and Yang Hou and Andrey Turchanin and Jian Zhang and Xinliang Feng},
title = {Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jeronimo Castrillon, "Programming abstractions: When domain-specific goes mainstream", In 28th Workshop of the Gesellschaft für Informatik, interest group Parallele Algorithmen, Rechenstrukturen und Systemsoftware (PARS'19) (invited talk), Mar 2019. [Bibtex & Downloads]
Programming abstractions: When domain-specific goes mainstream
Reference
Jeronimo Castrillon, "Programming abstractions: When domain-specific goes mainstream", In 28th Workshop of the Gesellschaft für Informatik, interest group Parallele Algorithmen, Rechenstrukturen und Systemsoftware (PARS'19) (invited talk), Mar 2019.
Abstract
We have seen several inflection points in computing in this century: from single to multi-core,
from homogeneous to heterogeneous, and in the near future to fundamentally new computing
paradigms with emerging technologies. With domain-specific hardware becoming mainstream,
and programming reaching out to professions outside computer science, higher-level
programming abstractions, domain-specific languages (DSLs) and tools are badly needed. This
talk provides examples of such programming abstractions as a basis for discussion. It first
discusses how dataflow programming models from the embedded domain can be leveraged in
more general purpose setups. It then presents DSLs for particle-based simulations and for tensor
expressions. The latter is one example of multiple tensor DSLs available today, spawned
by the recent machine learning boom. The talk closes with examples of emerging technologies
and a brief discussion about how they may impact our current assumptions.Bibtex
@Misc{castrillon_pars2019,
author = {Castrillon, Jeronimo},
title = {Programming abstractions: When domain-specific goes mainstream},
howpublished = {28th Workshop of the Gesellschaft f{\"u}r Informatik, interest group Parallele Algorithmen, Rechenstrukturen und Systemsoftware (PARS'19) (invited talk)},
month = mar,
year = {2019},
abstract = {We have seen several inflection points in computing in this century: from single to multi-core,
from homogeneous to heterogeneous, and in the near future to fundamentally new computing
paradigms with emerging technologies. With domain-specific hardware becoming mainstream,
and programming reaching out to professions outside computer science, higher-level
programming abstractions, domain-specific languages (DSLs) and tools are badly needed. This
talk provides examples of such programming abstractions as a basis for discussion. It first
discusses how dataflow programming models from the embedded domain can be leveraged in
more general purpose setups. It then presents DSLs for particle-based simulations and for tensor
expressions. The latter is one example of multiple tensor DSLs available today, spawned
by the recent machine learning boom. The talk closes with examples of emerging technologies
and a brief discussion about how they may impact our current assumptions.},
location = {Berlin, Germany},
url = {https://fg-pars.gi.de/veranstaltung/pars-workshop-2019/}
}Downloads
190321_castrill_PARS-sent [PDF]
Permalink
- Shao-Yu Chen, Zhengguang Lu, Thomas Goldstein, Jiayue Tong, Andrey Chaves, Jens Kunstmann, L. S. R. Cavalcante, Tomasz Wo\'zniak, Gotthard Seifert, D. R. Reichman, Takashi Taniguchi, Kenji Watanabe, Dmitry Smirnov, Jun Yan, "Luminescent Emission of Excited Rydberg Excitons from Monolayer WSe2", In Nano Letters, American Chemical Society (ACS), vol. 19, no. 4, pp. 2464–2471, Mar 2019. [doi] [Bibtex & Downloads]
Luminescent Emission of Excited Rydberg Excitons from Monolayer WSe2
Reference
Shao-Yu Chen, Zhengguang Lu, Thomas Goldstein, Jiayue Tong, Andrey Chaves, Jens Kunstmann, L. S. R. Cavalcante, Tomasz Wo\'zniak, Gotthard Seifert, D. R. Reichman, Takashi Taniguchi, Kenji Watanabe, Dmitry Smirnov, Jun Yan, "Luminescent Emission of Excited Rydberg Excitons from Monolayer WSe2", In Nano Letters, American Chemical Society (ACS), vol. 19, no. 4, pp. 2464–2471, Mar 2019. [doi]
Bibtex
@article{Chen_2019,
doi = {10.1021/acs.nanolett.9b00029},
url = {https://doi.org/10.1021%2Facs.nanolett.9b00029},
year = 2019,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {19},
number = {4},
pages = {2464--2471},
author = {Shao-Yu Chen and Zhengguang Lu and Thomas Goldstein and Jiayue Tong and Andrey Chaves and Jens Kunstmann and L. S. R. Cavalcante and Tomasz Wo{\'{z}}niak and Gotthard Seifert and D. R. Reichman and Takashi Taniguchi and Kenji Watanabe and Dmitry Smirnov and Jun Yan},
title = {Luminescent Emission of Excited Rydberg Excitons from Monolayer {WSe}2},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Permalink
- Mohammed Alser, Hasan Hassan, Akash Kumar, Onur Mutlu, Can Alkan, "Shouji: a fast and efficient pre-alignment filter for sequence alignment", In Bioinformatics, vol. 35, no. 21, pp. 4255-4263, 03/2019. [doi] [Bibtex & Downloads]
Shouji: a fast and efficient pre-alignment filter for sequence alignment
Reference
Mohammed Alser, Hasan Hassan, Akash Kumar, Onur Mutlu, Can Alkan, "Shouji: a fast and efficient pre-alignment filter for sequence alignment", In Bioinformatics, vol. 35, no. 21, pp. 4255-4263, 03/2019. [doi]
Abstract
The ability to generate massive amounts of sequencing data continues to overwhelm the processing capability of existing algorithms and compute infrastructures. In this work, we explore the use of hardware/software co-design and hardware acceleration to significantly reduce the execution time of short sequence alignment, a crucial step in analyzing sequenced genomes. We introduce Shouji, a highly parallel and accurate pre-alignment filter that remarkably reduces the need for computationally-costly dynamic programming algorithms. The first key idea of our proposed pre-alignment filter is to provide high filtering accuracy by correctly detecting all common subsequences shared between two given sequences. The second key idea is to design a hardware accelerator that adopts modern field-programmable gate array (FPGA) architectures to further boost the performance of our algorithm.Shouji significantly improves the accuracy of pre-alignment filtering by up to two orders of magnitude compared to the state-of-the-art pre-alignment filters, GateKeeper and SHD. Our FPGA-based accelerator is up to three orders of magnitude faster than the equivalent CPU implementation of Shouji. Using a single FPGA chip, we benchmark the benefits of integrating Shouji with five state-of-the-art sequence aligners, designed for different computing platforms. The addition of Shouji as a pre-alignment step reduces the execution time of the five state-of-the-art sequence aligners by up to 18.8×. Shouji can be adapted for any bioinformatics pipeline that performs sequence alignment for verification. Unlike most existing methods that aim to accelerate sequence alignment, Shouji does not sacrifice any of the aligner capabilities, as it does not modify or replace the alignment step.https://github.com/CMU-SAFARI/Shouji.Supplementary data are available at Bioinformatics online.
Bibtex
@article{10.1093/bioinformatics/btz234,
author = {Alser, Mohammed and Hassan, Hasan and Kumar, Akash and Mutlu, Onur and Alkan, Can},
title = "{Shouji: a fast and efficient pre-alignment filter for sequence alignment}",
journal = {Bioinformatics},
volume = {35},
number = {21},
pages = {4255-4263},
year = {2019},
month = {03},
abstract = "{The ability to generate massive amounts of sequencing data continues to overwhelm the processing capability of existing algorithms and compute infrastructures. In this work, we explore the use of hardware/software co-design and hardware acceleration to significantly reduce the execution time of short sequence alignment, a crucial step in analyzing sequenced genomes. We introduce Shouji, a highly parallel and accurate pre-alignment filter that remarkably reduces the need for computationally-costly dynamic programming algorithms. The first key idea of our proposed pre-alignment filter is to provide high filtering accuracy by correctly detecting all common subsequences shared between two given sequences. The second key idea is to design a hardware accelerator that adopts modern field-programmable gate array (FPGA) architectures to further boost the performance of our algorithm.Shouji significantly improves the accuracy of pre-alignment filtering by up to two orders of magnitude compared to the state-of-the-art pre-alignment filters, GateKeeper and SHD. Our FPGA-based accelerator is up to three orders of magnitude faster than the equivalent CPU implementation of Shouji. Using a single FPGA chip, we benchmark the benefits of integrating Shouji with five state-of-the-art sequence aligners, designed for different computing platforms. The addition of Shouji as a pre-alignment step reduces the execution time of the five state-of-the-art sequence aligners by up to 18.8×. Shouji can be adapted for any bioinformatics pipeline that performs sequence alignment for verification. Unlike most existing methods that aim to accelerate sequence alignment, Shouji does not sacrifice any of the aligner capabilities, as it does not modify or replace the alignment step.https://github.com/CMU-SAFARI/Shouji.Supplementary data are available at Bioinformatics online.}",
issn = {1367-4803},
doi = {10.1093/bioinformatics/btz234},
url = {https://doi.org/10.1093/bioinformatics/btz234},
eprint = {https://academic.oup.com/bioinformatics/article-pdf/35/21/4255/30330769/btz234.pdf},
}Downloads
No Downloads available for this publication
Permalink
- Robert Kirchner, Helmut Schift, "Thermal reflow of polymers for innovative and smart 3D structures: A review", In Materials Science in Semiconductor Processing, Elsevier BV, vol. 92, pp. 58–72, Mar 2019. [doi] [Bibtex & Downloads]
Thermal reflow of polymers for innovative and smart 3D structures: A review
Reference
Robert Kirchner, Helmut Schift, "Thermal reflow of polymers for innovative and smart 3D structures: A review", In Materials Science in Semiconductor Processing, Elsevier BV, vol. 92, pp. 58–72, Mar 2019. [doi]
Bibtex
@article{Kirchner_2019,
doi = {10.1016/j.mssp.2018.07.032},
url = {https://doi.org/10.1016%2Fj.mssp.2018.07.032},
year = 2019,
month = {mar},
publisher = {Elsevier {BV}},
volume = {92},
pages = {58--72},
author = {Robert Kirchner and Helmut Schift},
title = {Thermal reflow of polymers for innovative and smart 3D structures: A review},
journal = {Materials Science in Semiconductor Processing}
}Downloads
No Downloads available for this publication
Permalink
- Hameeza Ahmed, Paulo C. Santos, Joao P. C. Lima, Rafael F. Moura, Marco A. Z. Alves, Antonio C. S. Beck, Luigi Carro, "A Compiler for Automatic Selection of Suitable Processing-in-Memory Instructions", In Proceeding: 2019 Design, Automation &$\mathsemicolon$ Test in Europe Conference &$\mathsemicolon$ Exhibition (DATE), IEEE, Mar 2019. [doi] [Bibtex & Downloads]
A Compiler for Automatic Selection of Suitable Processing-in-Memory Instructions
Reference
Hameeza Ahmed, Paulo C. Santos, Joao P. C. Lima, Rafael F. Moura, Marco A. Z. Alves, Antonio C. S. Beck, Luigi Carro, "A Compiler for Automatic Selection of Suitable Processing-in-Memory Instructions", In Proceeding: 2019 Design, Automation &$\mathsemicolon$ Test in Europe Conference &$\mathsemicolon$ Exhibition (DATE), IEEE, Mar 2019. [doi]
Bibtex
@inproceedings{Ahmed_2019,
doi = {10.23919/date.2019.8714956},
url = {https://doi.org/10.23919%2Fdate.2019.8714956},
year = 2019,
month = {mar},
publisher = ,
author = {Hameeza Ahmed and Paulo C. Santos and Joao P. C. Lima and Rafael F. Moura and Marco A. Z. Alves and Antonio C. S. Beck and Luigi Carro},
title = {A Compiler for Automatic Selection of Suitable Processing-in-Memory Instructions},
booktitle = {2019 Design, Automation {\&}amp$\mathsemicolon$ Test in Europe Conference {\&}amp$\mathsemicolon$ Exhibition ({DATE})}
}Downloads
No Downloads available for this publication
Permalink
- Hanjun Sun, Christof Neumann, Tao Zhang, Markus Löffler, André Wolf, Yang Hou, Andrey Turchanin, Jian Zhang, Xinliang Feng, "Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction", In Advanced Materials, Wiley, vol. 31, no. 19, pp. 1900961, Mar 2019. [doi] [Bibtex & Downloads]
Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction
Reference
Hanjun Sun, Christof Neumann, Tao Zhang, Markus Löffler, André Wolf, Yang Hou, Andrey Turchanin, Jian Zhang, Xinliang Feng, "Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction", In Advanced Materials, Wiley, vol. 31, no. 19, pp. 1900961, Mar 2019. [doi]
Bibtex
@article{Sun_2019,
doi = {10.1002/adma.201900961},
url = {https://doi.org/10.1002%2Fadma.201900961},
year = 2019,
month = {mar},
publisher = {Wiley},
volume = {31},
number = {19},
pages = {1900961},
author = {Hanjun Sun and Christof Neumann and Tao Zhang and Markus Löffler and Andr{\'{e}} Wolf and Yang Hou and Andrey Turchanin and Jian Zhang and Xinliang Feng},
title = {Poly(1,4-Diethynylbenzene) Gradient Homojunction with Enhanced Charge Carrier Separation for Photoelectrochemical Water Reduction},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Wolf, P. Schulz, M. Dörpinghaus, J. C. Santos Filho, G. Fettweis, "How Reliable and Capable is Multi-Connectivity?", In IEEE Transactions on Communications, vol. 67, no. 2, pp. 1506-1520, Feb 2019. [Bibtex & Downloads]
How Reliable and Capable is Multi-Connectivity?
Reference
A. Wolf, P. Schulz, M. Dörpinghaus, J. C. Santos Filho, G. Fettweis, "How Reliable and Capable is Multi-Connectivity?", In IEEE Transactions on Communications, vol. 67, no. 2, pp. 1506-1520, Feb 2019.
Bibtex
@article{Wolf2018TCOM,
title={How Reliable and Capable is Multi-Connectivity?},
author={Wolf, A. and Schulz, P. and D\"orpinghaus, M. and Santos Filho, J. C. and Fettweis, G.},
journal={IEEE Transactions on Communications},
year={2019},
volume={67},
number={2},
pages={1506-1520},
month={Feb}}Downloads
No Downloads available for this publication
Permalink
- Yichu Zheng, Axel Fischer, Natalia Sergeeva, Sebastian Reineke, Stefan C. B. Mannsfeld, "Exploiting lateral current flow due to doped layers in semiconductor devices having crossbar electrodes", In Organic Electronics, Elsevier BV, vol. 65, pp. 82–90, Feb 2019. [doi] [Bibtex & Downloads]
Exploiting lateral current flow due to doped layers in semiconductor devices having crossbar electrodes
Reference
Yichu Zheng, Axel Fischer, Natalia Sergeeva, Sebastian Reineke, Stefan C. B. Mannsfeld, "Exploiting lateral current flow due to doped layers in semiconductor devices having crossbar electrodes", In Organic Electronics, Elsevier BV, vol. 65, pp. 82–90, Feb 2019. [doi]
Bibtex
@article{Zheng_2019,
doi = {10.1016/j.orgel.2018.10.040},
url = {https://doi.org/10.1016%2Fj.orgel.2018.10.040},
year = 2019,
month = {feb},
publisher = {Elsevier {BV}},
volume = {65},
pages = {82--90},
author = {Yichu Zheng and Axel Fischer and Natalia Sergeeva and Sebastian Reineke and Stefan C. B. Mannsfeld},
title = {Exploiting lateral current flow due to doped layers in semiconductor devices having crossbar electrodes},
journal = {Organic Electronics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthew J. Stolt, Sebastian Schneider, Nitish Mathur, Melinda J. Shearer, Bernd Rellinghaus, Kornelius Nielsch, Song Jin, "Electrical Detection and Magnetic Imaging of Stabilized Magnetic Skyrmions in Fe1-
x
Co
x
Ge (x
$\less$ 0.1) Microplates", In Advanced Functional Materials, Wiley, pp. 1805418, Feb 2019. [doi] [Bibtex & Downloads]
Electrical Detection and Magnetic Imaging of Stabilized Magnetic Skyrmions in Fe1- x Co x Ge (x $\less$ 0.1) Microplates
Reference
Matthew J. Stolt, Sebastian Schneider, Nitish Mathur, Melinda J. Shearer, Bernd Rellinghaus, Kornelius Nielsch, Song Jin, "Electrical Detection and Magnetic Imaging of Stabilized Magnetic Skyrmions in Fe1- x Co x Ge (x $\less$ 0.1) Microplates", In Advanced Functional Materials, Wiley, pp. 1805418, Feb 2019. [doi]
Bibtex
@article{Stolt_2019,
doi = {10.1002/adfm.201805418},
url = {https://doi.org/10.1002%2Fadfm.201805418},
year = 2019,
month = {feb},
publisher = {Wiley},
pages = {1805418},
author = {Matthew J. Stolt and Sebastian Schneider and Nitish Mathur and Melinda J. Shearer and Bernd Rellinghaus and Kornelius Nielsch and Song Jin},
title = {Electrical Detection and Magnetic Imaging of Stabilized Magnetic Skyrmions in Fe1-
x
Co
x
Ge (x
$\less$ 0.1) Microplates},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hauke Meeuw, Johann Körbelin, Valea Wisniewski, Ali Nia, Adrián Vázquez, Martin Lohe, Xinliang Feng, Bodo Fiedler, "Carbon Nanoparticles' Impact on Processability and Physical Properties of Epoxy Resins\textemdashA Comprehensive Study Covering Rheological, Electrical, Thermo-Mechanical, and Fracture Properties (Mode I and II)", In Polymers, MDPI AG, vol. 11, no. 2, pp. 231, Feb 2019. [doi] [Bibtex & Downloads]
Carbon Nanoparticles' Impact on Processability and Physical Properties of Epoxy Resins\textemdashA Comprehensive Study Covering Rheological, Electrical, Thermo-Mechanical, and Fracture Properties (Mode I and II)
Reference
Hauke Meeuw, Johann Körbelin, Valea Wisniewski, Ali Nia, Adrián Vázquez, Martin Lohe, Xinliang Feng, Bodo Fiedler, "Carbon Nanoparticles' Impact on Processability and Physical Properties of Epoxy Resins\textemdashA Comprehensive Study Covering Rheological, Electrical, Thermo-Mechanical, and Fracture Properties (Mode I and II)", In Polymers, MDPI AG, vol. 11, no. 2, pp. 231, Feb 2019. [doi]
Bibtex
@article{Meeuw_2019,
doi = {10.3390/polym11020231},
url = {https://doi.org/10.3390%2Fpolym11020231},
year = 2019,
month = {feb},
publisher = {{MDPI} {AG}},
volume = {11},
number = {2},
pages = {231},
author = {Hauke Meeuw and Johann Körbelin and Valea Wisniewski and Ali Nia and Adri{\'{a}}n V{\'{a}}zquez and Martin Lohe and Xinliang Feng and Bodo Fiedler},
title = {Carbon Nanoparticles' Impact on Processability and Physical Properties of Epoxy Resins{\textemdash}A Comprehensive Study Covering Rheological, Electrical, Thermo-Mechanical, and Fracture Properties (Mode I and {II})},
journal = {Polymers}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Doreen Beyer, Shiyong Wang, Carlo A. Pignedoli, Jason Melidonie, Bingkai Yuan, Can Li, Jan Wilhelm, Pascal Ruffieux, Reinhard Berger, Klaus Müllen, Roman Fasel, Xinliang Feng, "Graphene Nanoribbons Derived from Zigzag Edge-Encased Poly(para-2,9-dibenzo[bc,kl]coronenylene) Polymer Chains", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 7, pp. 2843–2846, Feb 2019. [doi] [Bibtex & Downloads]
Graphene Nanoribbons Derived from Zigzag Edge-Encased Poly(para-2,9-dibenzo[bc,kl]coronenylene) Polymer Chains
Reference
Doreen Beyer, Shiyong Wang, Carlo A. Pignedoli, Jason Melidonie, Bingkai Yuan, Can Li, Jan Wilhelm, Pascal Ruffieux, Reinhard Berger, Klaus Müllen, Roman Fasel, Xinliang Feng, "Graphene Nanoribbons Derived from Zigzag Edge-Encased Poly(para-2,9-dibenzo[bc,kl]coronenylene) Polymer Chains", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 141, no. 7, pp. 2843–2846, Feb 2019. [doi]
Bibtex
@article{Beyer_2019,
doi = {10.1021/jacs.8b10407},
url = {https://doi.org/10.1021%2Fjacs.8b10407},
year = 2019,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {141},
number = {7},
pages = {2843--2846},
author = {Doreen Beyer and Shiyong Wang and Carlo A. Pignedoli and Jason Melidonie and Bingkai Yuan and Can Li and Jan Wilhelm and Pascal Ruffieux and Reinhard Berger and Klaus Müllen and Roman Fasel and Xinliang Feng},
title = {Graphene Nanoribbons Derived from Zigzag Edge-Encased Poly(para-2,9-dibenzo[bc,kl]coronenylene) Polymer Chains},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Marcus Richter, Yubin Fu, Evgenia Dmitrieva, Jan J. Weigand, Alexey Popov, Reinhard Berger, Junzhi Liu, Xinliang Feng, "Polycyclic Aromatic Hydrocarbons Containing A Pyrrolopyridazine Core", In ChemPlusChem, Wiley, vol. 84, no. 6, pp. 613–618, Feb 2019. [doi] [Bibtex & Downloads]
Polycyclic Aromatic Hydrocarbons Containing A Pyrrolopyridazine Core
Reference
Marcus Richter, Yubin Fu, Evgenia Dmitrieva, Jan J. Weigand, Alexey Popov, Reinhard Berger, Junzhi Liu, Xinliang Feng, "Polycyclic Aromatic Hydrocarbons Containing A Pyrrolopyridazine Core", In ChemPlusChem, Wiley, vol. 84, no. 6, pp. 613–618, Feb 2019. [doi]
Bibtex
@article{Richter_2019,
doi = {10.1002/cplu.201900031},
url = {https://doi.org/10.1002%2Fcplu.201900031},
year = 2019,
month = {feb},
publisher = {Wiley},
volume = {84},
number = {6},
pages = {613--618},
author = {Marcus Richter and Yubin Fu and Evgenia Dmitrieva and Jan J. Weigand and Alexey Popov and Reinhard Berger and Junzhi Liu and Xinliang Feng},
title = {Polycyclic Aromatic Hydrocarbons Containing A Pyrrolopyridazine Core},
journal =
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yubin Fu, Ke Zhang, Evgenia Dmitrieva, Fupin Liu, Ji Ma, Jan J. Weigand, Alexey A. Popov, Reinhard Berger, Wojciech Pisula, Junzhi Liu, Xinliang Feng, "NBN-embedded Polycyclic Aromatic Hydrocarbons Containing Pentagonal and Heptagonal Rings", In Organic Letters, American Chemical Society (ACS), vol. 21, no. 5, pp. 1354–1358, Feb 2019. [doi] [Bibtex & Downloads]
NBN-embedded Polycyclic Aromatic Hydrocarbons Containing Pentagonal and Heptagonal Rings
Reference
Yubin Fu, Ke Zhang, Evgenia Dmitrieva, Fupin Liu, Ji Ma, Jan J. Weigand, Alexey A. Popov, Reinhard Berger, Wojciech Pisula, Junzhi Liu, Xinliang Feng, "NBN-embedded Polycyclic Aromatic Hydrocarbons Containing Pentagonal and Heptagonal Rings", In Organic Letters, American Chemical Society (ACS), vol. 21, no. 5, pp. 1354–1358, Feb 2019. [doi]
Bibtex
@article{Fu_2019,
doi = {10.1021/acs.orglett.9b00057},
url = {https://doi.org/10.1021%2Facs.orglett.9b00057},
year = 2019,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {21},
number = {5},
pages = {1354--1358},
author = {Yubin Fu and Ke Zhang and Evgenia Dmitrieva and Fupin Liu and Ji Ma and Jan J. Weigand and Alexey A. Popov and Reinhard Berger and Wojciech Pisula and Junzhi Liu and Xinliang Feng},
title = {{NBN}-embedded Polycyclic Aromatic Hydrocarbons Containing Pentagonal and Heptagonal Rings},
journal = {Organic Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Gang Wang, Steffen Oswald, Markus Löffler, Klaus Müllen, Xinliang Feng, "Beyond Activated Carbon: Graphite-Cathode-Derived Li-Ion Pseudocapacitors with High Energy and High Power Densities", In Advanced Materials, Wiley, vol. 31, no. 14, pp. 1807712, Feb 2019. [doi] [Bibtex & Downloads]
Beyond Activated Carbon: Graphite-Cathode-Derived Li-Ion Pseudocapacitors with High Energy and High Power Densities
Reference
Gang Wang, Steffen Oswald, Markus Löffler, Klaus Müllen, Xinliang Feng, "Beyond Activated Carbon: Graphite-Cathode-Derived Li-Ion Pseudocapacitors with High Energy and High Power Densities", In Advanced Materials, Wiley, vol. 31, no. 14, pp. 1807712, Feb 2019. [doi]
Bibtex
@article{Wang_2019,
doi = {10.1002/adma.201807712},
url = {https://doi.org/10.1002%2Fadma.201807712},
year = 2019,
month = {feb},
publisher = {Wiley},
volume = {31},
number = {14},
pages = {1807712},
author = {Gang Wang and Steffen Oswald and Markus Löffler and Klaus Müllen and Xinliang Feng},
title = {Beyond Activated Carbon: Graphite-Cathode-Derived Li-Ion Pseudocapacitors with High Energy and High Power Densities},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gerhard Fettweis, Meik Dörpinghaus, Jeronimo Castrillon, Akash Kumar, Christel Baier, Karlheinz Bock, Frank Ellinger, Andreas Fery, Frank H. P. Fitzek, Hermann Härtig, Kambiz Jamshidi, Thomas Kissinger, Wolfgang Lehner, Michael Mertig, Wolfgang E. Nagel, Giang T. Nguyen, Dirk Plettemeier, Michael Schröter, Thorsten Strufe, "Architecture and Advanced Electronics Pathways Toward Highly Adaptive Energy-Efficient Computing", In Proceedings of the IEEE, vol. 107, no. 1, pp. 204–231, Jan 2019. [doi] [Bibtex & Downloads]
Architecture and Advanced Electronics Pathways Toward Highly Adaptive Energy-Efficient Computing
Reference
Gerhard Fettweis, Meik Dörpinghaus, Jeronimo Castrillon, Akash Kumar, Christel Baier, Karlheinz Bock, Frank Ellinger, Andreas Fery, Frank H. P. Fitzek, Hermann Härtig, Kambiz Jamshidi, Thomas Kissinger, Wolfgang Lehner, Michael Mertig, Wolfgang E. Nagel, Giang T. Nguyen, Dirk Plettemeier, Michael Schröter, Thorsten Strufe, "Architecture and Advanced Electronics Pathways Toward Highly Adaptive Energy-Efficient Computing", In Proceedings of the IEEE, vol. 107, no. 1, pp. 204–231, Jan 2019. [doi]
Bibtex
@Article{fettweis_ieeeproc19,
author = {Gerhard Fettweis and Meik D{\"o}rpinghaus and Jeronimo Castrillon and Akash Kumar and Christel Baier and Karlheinz Bock and Frank Ellinger and Andreas Fery and Frank H. P. Fitzek and Hermann H{\"a}rtig and Kambiz Jamshidi and Thomas Kissinger and Wolfgang Lehner and Michael Mertig and Wolfgang E. Nagel and Giang T. Nguyen and Dirk Plettemeier and Michael Schr{\"o}ter and Thorsten Strufe},
title = {Architecture and Advanced Electronics Pathways Toward Highly Adaptive Energy-Efficient Computing},
journal = {Proceedings of the IEEE},
year = {2019},
volume = {107},
number = {1},
pages = {204--231},
month = jan,
doi = {10.1109/JPROC.2018.2874895},
issn = {0018-9219},
url = {https://ieeexplore.ieee.org/document/8565890}
}Downloads
1812_Fettweis_IEEEProc [PDF]
Related Paths
Permalink
- Hasna Bouraoui, Jeronimo Castrillon, Chadlia Jerad, "Comparing Dataflow and OpenMP Programming for Speaker Recognition Applications", Proceedings of the 10th Workshop and 8th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'19), co-located with 14th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), ACM, pp. 4:1–4:6, New York, NY, USA, Jan 2019. [doi] [Bibtex & Downloads]
Comparing Dataflow and OpenMP Programming for Speaker Recognition Applications
Reference
Hasna Bouraoui, Jeronimo Castrillon, Chadlia Jerad, "Comparing Dataflow and OpenMP Programming for Speaker Recognition Applications", Proceedings of the 10th Workshop and 8th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'19), co-located with 14th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), ACM, pp. 4:1–4:6, New York, NY, USA, Jan 2019. [doi]
Bibtex
@InProceedings{bouraoui_parma19,
author = {Hasna Bouraoui and Jeronimo Castrillon and Chadlia Jerad},
title = {Comparing Dataflow and OpenMP Programming for Speaker Recognition Applications},
booktitle = {Proceedings of the 10th Workshop and 8th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'19), co-located with 14th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
year = {2019},
series = {PARMA-DITAM 2019},
pages = {4:1--4:6},
articleno = {4},
numpages = {6},
address = {New York, NY, USA},
month = jan,
publisher = {ACM},
isbn = {978-1-4503-6321-1},
url = {http://doi.acm.org/10.1145/3310411.3310417},
doi = {10.1145/3310411.3310417},
acmid = {3310417},
location = {Valencia, Spain},
numpages = {6}
}Downloads
1901_Bouraoui_PARMA [PDF]
Related Paths
Permalink
- U. Mühle, M. Löffler, T. Schubert, T. E. M. Staab, R. Krause-Rehberg, B. Kieback, "Optimization of the FIB Preparation on Polycrystalline Al Materials through the Orientation Determination by EBSD", In Practical Metallography, Carl Hanser Verlag, vol. 56, no. 1, pp. 22–33, Jan 2019. [doi] [Bibtex & Downloads]
Optimization of the FIB Preparation on Polycrystalline Al Materials through the Orientation Determination by EBSD
Reference
U. Mühle, M. Löffler, T. Schubert, T. E. M. Staab, R. Krause-Rehberg, B. Kieback, "Optimization of the FIB Preparation on Polycrystalline Al Materials through the Orientation Determination by EBSD", In Practical Metallography, Carl Hanser Verlag, vol. 56, no. 1, pp. 22–33, Jan 2019. [doi]
Bibtex
@article{M_hle_2019,
doi = {10.3139/147.110540},
url = {https://doi.org/10.3139%2F147.110540},
year = 2019,
month = {jan},
publisher = {Carl Hanser Verlag},
volume = {56},
number = {1},
pages = {22--33},
author = {U. Mühle and M. Löffler and T. Schubert and T. E. M. Staab and R. Krause-Rehberg and B. Kieback},
title = {Optimization of the {FIB} Preparation on Polycrystalline Al Materials through the Orientation Determination by {EBSD}},
journal = {Practical Metallography}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yevhen Karpov, Nataliya Kiriy, Petr Formanek, Jakob Zessin, Mike Hambsch, Stefan C. B. Mannsfeld, Franziska Lissel, Tetyana Beryozkina, Vasiliy Bakulev, Brigitte Voit, Anton Kiriy, "Layer-by-Layer Assembly Enabled by the Anionic p-Dopant CN6-CP•–K+: a Route to Achieve Interfacial Doping of Organic Semiconductors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 4, pp. 4159–4168, Jan 2019. [doi] [Bibtex & Downloads]
Layer-by-Layer Assembly Enabled by the Anionic p-Dopant CN6-CP•–K+: a Route to Achieve Interfacial Doping of Organic Semiconductors
Reference
Yevhen Karpov, Nataliya Kiriy, Petr Formanek, Jakob Zessin, Mike Hambsch, Stefan C. B. Mannsfeld, Franziska Lissel, Tetyana Beryozkina, Vasiliy Bakulev, Brigitte Voit, Anton Kiriy, "Layer-by-Layer Assembly Enabled by the Anionic p-Dopant CN6-CP•–K+: a Route to Achieve Interfacial Doping of Organic Semiconductors", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 4, pp. 4159–4168, Jan 2019. [doi]
Bibtex
@article{Karpov_2019,
doi = {10.1021/acsami.8b15033},
url = {https://doi.org/10.1021%2Facsami.8b15033},
year = 2019,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {11},
number = {4},
pages = {4159--4168},
author = {Yevhen Karpov and Nataliya Kiriy and Petr Formanek and Jakob Zessin and Mike Hambsch and Stefan C. B. Mannsfeld and Franziska Lissel and Tetyana Beryozkina and Vasiliy Bakulev and Brigitte Voit and Anton Kiriy},
title = {Layer-by-Layer Assembly Enabled by the Anionic p-Dopant CN6-CP•–K+: a Route to Achieve Interfacial Doping of Organic Semiconductors},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marc Timme, Jan Nagler, "Propagation patterns unravelled", In Nature Physics, Springer Nature, Jan 2019. [doi] [Bibtex & Downloads]
Propagation patterns unravelled
Reference
Marc Timme, Jan Nagler, "Propagation patterns unravelled", In Nature Physics, Springer Nature, Jan 2019. [doi]
Bibtex
@article{Timme_2019,
doi = {10.1038/s41567-019-0424-9},
url = {https://doi.org/10.1038%2Fs41567-019-0424-9},
year = 2019,
month = {jan},
publisher = {Springer Nature},
author = {Marc Timme and Jan Nagler},
title = {Propagation patterns unravelled},
journal = {Nature Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yangxin Wang, Ningning Zhang, René Hübner, Deming Tan, Markus Löffler, Stefan Facsko, En Zhang, Yan Ge, Zhenhui Qi, Changzhu Wu, "Enzymes Immobilized on Carbon Nitride (C3N4) Cooperating with Metal Nanoparticles for Cascade Catalysis", In Advanced Materials Interfaces, Wiley, pp. 1801664, Jan 2019. [doi] [Bibtex & Downloads]
Enzymes Immobilized on Carbon Nitride (C3N4) Cooperating with Metal Nanoparticles for Cascade Catalysis
Reference
Yangxin Wang, Ningning Zhang, René Hübner, Deming Tan, Markus Löffler, Stefan Facsko, En Zhang, Yan Ge, Zhenhui Qi, Changzhu Wu, "Enzymes Immobilized on Carbon Nitride (C3N4) Cooperating with Metal Nanoparticles for Cascade Catalysis", In Advanced Materials Interfaces, Wiley, pp. 1801664, Jan 2019. [doi]
Bibtex
@article{Wang_2019,
doi = {10.1002/admi.201801664},
url = {https://doi.org/10.1002%2Fadmi.201801664},
year = 2019,
month = {jan},
publisher = {Wiley},
pages = {1801664},
author = {Yangxin Wang and Ningning Zhang and Ren{\'{e}} Hübner and Deming Tan and Markus Löffler and Stefan Facsko and En Zhang and Yan Ge and Zhenhui Qi and Changzhu Wu},
title = {Enzymes Immobilized on Carbon Nitride (C3N4) Cooperating with Metal Nanoparticles for Cascade Catalysis},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Asif Ali Khan, Fazal Hameed, Robin Bläsing, Stuart Parkin, Jeronimo Castrillon, "RTSim: A Cycle-accurate Simulator for Racetrack Memories", In IEEE Computer Architecture Letters, IEEE, vol. 18, no. 1, pp. 43–46, Jan 2019. [doi] [Bibtex & Downloads]
RTSim: A Cycle-accurate Simulator for Racetrack Memories
Reference
Asif Ali Khan, Fazal Hameed, Robin Bläsing, Stuart Parkin, Jeronimo Castrillon, "RTSim: A Cycle-accurate Simulator for Racetrack Memories", In IEEE Computer Architecture Letters, IEEE, vol. 18, no. 1, pp. 43–46, Jan 2019. [doi]
Bibtex
@Article{khan_ieeecal19,
author = {Asif Ali Khan and Fazal Hameed and Robin Bl{\"a}sing and Stuart Parkin and Jeronimo Castrillon},
title = {{RTS}im: A Cycle-accurate Simulator for Racetrack Memories},
journal = {IEEE Computer Architecture Letters},
year = {2019},
volume = {18},
number = {1},
pages = {43--46},
month = jan,
doi = {10.1109/LCA.2019.2899306},
issn = {1556-6056},
publisher = {IEEE},
url = {https://ieeexplore.ieee.org/document/8642352}
}Downloads
1902_khan_IEEECAL [PDF]
Related Paths
Permalink
- Dong Liu, Liming Dai, Xuanni Lin, Jian-Feng Chen, Jian Zhang, Xinliang Feng, Klaus Müllen, Xiang Zhu, Sheng Dai, "Chemical Approaches to Carbon-Based Metal-Free Catalysts", In Advanced Materials, Wiley, vol. 31, no. 13, pp. 1804863, Jan 2019. [doi] [Bibtex & Downloads]
Chemical Approaches to Carbon-Based Metal-Free Catalysts
Reference
Dong Liu, Liming Dai, Xuanni Lin, Jian-Feng Chen, Jian Zhang, Xinliang Feng, Klaus Müllen, Xiang Zhu, Sheng Dai, "Chemical Approaches to Carbon-Based Metal-Free Catalysts", In Advanced Materials, Wiley, vol. 31, no. 13, pp. 1804863, Jan 2019. [doi]
Bibtex
@article{Liu_2019,
doi = {10.1002/adma.201804863},
url = {https://doi.org/10.1002%2Fadma.201804863},
year = 2019,
month = {jan},
publisher = {Wiley},
volume = {31},
number = {13},
pages = {1804863},
author = {Dong Liu and Liming Dai and Xuanni Lin and Jian-Feng Chen and Jian Zhang and Xinliang Feng and Klaus Müllen and Xiang Zhu and Sheng Dai},
title = {Chemical Approaches to Carbon-Based Metal-Free Catalysts},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Martin Schwarze, Christopher Gaul, Reinhard Scholz, Fabio Bussolotti, Andreas Hofacker, Karl Sebastian Schellhammer, Bernhard Nell, Benjamin D. Naab, Zhenan Bao, Donato Spoltore, Koen Vandewal, Johannes Widmer, Satoshi Kera, Nobuo Ueno, Frank Ortmann, Karl Leo, "Molecular parameters responsible for thermally activated transport in doped organic semiconductors", In Nature Materials, Springer Nature, vol. 18, no. 3, pp. 242–248, Jan 2019. [doi] [Bibtex & Downloads]
Molecular parameters responsible for thermally activated transport in doped organic semiconductors
Reference
Martin Schwarze, Christopher Gaul, Reinhard Scholz, Fabio Bussolotti, Andreas Hofacker, Karl Sebastian Schellhammer, Bernhard Nell, Benjamin D. Naab, Zhenan Bao, Donato Spoltore, Koen Vandewal, Johannes Widmer, Satoshi Kera, Nobuo Ueno, Frank Ortmann, Karl Leo, "Molecular parameters responsible for thermally activated transport in doped organic semiconductors", In Nature Materials, Springer Nature, vol. 18, no. 3, pp. 242–248, Jan 2019. [doi]
Bibtex
@article{Schwarze_2019,
doi = {10.1038/s41563-018-0277-0},
url = {https://doi.org/10.1038%2Fs41563-018-0277-0},
year = 2019,
month = {jan},
publisher = {Springer Nature},
volume = {18},
number = {3},
pages = {242--248},
author = {Martin Schwarze and Christopher Gaul and Reinhard Scholz and Fabio Bussolotti and Andreas Hofacker and Karl Sebastian Schellhammer and Bernhard Nell and Benjamin D. Naab and Zhenan Bao and Donato Spoltore and Koen Vandewal and Johannes Widmer and Satoshi Kera and Nobuo Ueno and Frank Ortmann and Karl Leo},
title = {Molecular parameters responsible for thermally activated transport in doped organic semiconductors},
journal = {Nature Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yangxin Wang, Ningning Zhang, René Hübner, Deming Tan, Markus Löffler, Stefan Facsko, En Zhang, Yan Ge, Zhenhui Qi, Changzhu Wu, "Enzymes Immobilized on Carbon Nitride (C
$\less$sub$\greater$3$\less$/sub$\greater$
N
$\less$sub$\greater$4$\less$/sub$\greater$
) Cooperating with Metal Nanoparticles for Cascade Catalysis", In Advanced Materials Interfaces, Wiley, vol. 6, no. 6, pp. 1801664, Jan 2019. [doi] [Bibtex & Downloads]
Enzymes Immobilized on Carbon Nitride (C $\less$sub$\greater$3$\less$/sub$\greater$ N $\less$sub$\greater$4$\less$/sub$\greater$ ) Cooperating with Metal Nanoparticles for Cascade Catalysis
Reference
Yangxin Wang, Ningning Zhang, René Hübner, Deming Tan, Markus Löffler, Stefan Facsko, En Zhang, Yan Ge, Zhenhui Qi, Changzhu Wu, "Enzymes Immobilized on Carbon Nitride (C $\less$sub$\greater$3$\less$/sub$\greater$ N $\less$sub$\greater$4$\less$/sub$\greater$ ) Cooperating with Metal Nanoparticles for Cascade Catalysis", In Advanced Materials Interfaces, Wiley, vol. 6, no. 6, pp. 1801664, Jan 2019. [doi]
Bibtex
@article{Wang_2019,
doi = {10.1002/admi.201801664},
url = {https://doi.org/10.1002%2Fadmi.201801664},
year = 2019,
month = {jan},
publisher = {Wiley},
volume = {6},
number = {6},
pages = {1801664},
author = {Yangxin Wang and Ningning Zhang and Ren{\'{e}} Hübner and Deming Tan and Markus Löffler and Stefan Facsko and En Zhang and Yan Ge and Zhenhui Qi and Changzhu Wu},
title = {Enzymes Immobilized on Carbon Nitride (C
$\less$sub$\greater$3$\less$/sub$\greater$
N
$\less$sub$\greater$4$\less$/sub$\greater$
) Cooperating with Metal Nanoparticles for Cascade Catalysis},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Chaojun Lei, Yu Wang, Yang Hou, Pan Liu, Jian Yang, Tao Zhang, Xiaodong Zhuang, Mingwei Chen, Bin Yang, Lecheng Lei, Chris Yuan, Ming Qiu, Xinliang Feng, "Efficient alkaline hydrogen evolution on atomically dispersed Ni\textendashNx Species anchored porous carbon with embedded Ni nanoparticles by accelerating water dissociation kinetics", In Energy & Environmental Science, Royal Society of Chemistry (RSC), vol. 12, no. 1, pp. 149–156, 2019. [doi] [Bibtex & Downloads]
Efficient alkaline hydrogen evolution on atomically dispersed Ni\textendashNx Species anchored porous carbon with embedded Ni nanoparticles by accelerating water dissociation kinetics
Reference
Chaojun Lei, Yu Wang, Yang Hou, Pan Liu, Jian Yang, Tao Zhang, Xiaodong Zhuang, Mingwei Chen, Bin Yang, Lecheng Lei, Chris Yuan, Ming Qiu, Xinliang Feng, "Efficient alkaline hydrogen evolution on atomically dispersed Ni\textendashNx Species anchored porous carbon with embedded Ni nanoparticles by accelerating water dissociation kinetics", In Energy & Environmental Science, Royal Society of Chemistry (RSC), vol. 12, no. 1, pp. 149–156, 2019. [doi]
Bibtex
@article{Lei_2019,
doi = {10.1039/c8ee01841c},
url = {https://doi.org/10.1039%2Fc8ee01841c},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {12},
number = {1},
pages = {149--156},
author = {Chaojun Lei and Yu Wang and Yang Hou and Pan Liu and Jian Yang and Tao Zhang and Xiaodong Zhuang and Mingwei Chen and Bin Yang and Lecheng Lei and Chris Yuan and Ming Qiu and Xinliang Feng},
title = {Efficient alkaline hydrogen evolution on atomically dispersed Ni{\textendash}Nx Species anchored porous carbon with embedded Ni nanoparticles by accelerating water dissociation kinetics},
journal = {Energy {\&} Environmental Science}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Katherina Haase, Mike Hambsch, Cecilia Teixeira da Rocha, Jakob Zessin, Stefan C.B. Mannsfeld, "Advances in solution processing of organic materials for devices", Chapter in Handbook of Organic Materials for Electronic and Photonic Devices, Elsevier, pp. 551–577, 2019. [doi] [Bibtex & Downloads]
Advances in solution processing of organic materials for devices
Reference
Katherina Haase, Mike Hambsch, Cecilia Teixeira da Rocha, Jakob Zessin, Stefan C.B. Mannsfeld, "Advances in solution processing of organic materials for devices", Chapter in Handbook of Organic Materials for Electronic and Photonic Devices, Elsevier, pp. 551–577, 2019. [doi]
Bibtex
@incollection{Haase_2019,
doi = {10.1016/b978-0-08-102284-9.00017-6},
url = {https://doi.org/10.1016%2Fb978-0-08-102284-9.00017-6},
year = 2019,
publisher = {Elsevier},
pages = {551--577},
author = {Katherina Haase and Mike Hambsch and Cecilia Teixeira da Rocha and Jakob Zessin and Stefan C. B. Mannsfeld},
title = {Advances in solution processing of organic materials for devices},
booktitle = {Handbook of Organic Materials for Electronic and Photonic Devices}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yafei He, Panpan Zhang, Mao Wang, Faxing Wang, Deming Tan, Yang Li, Xiaodong Zhuang, Fan Zhang, Xinliang Feng, "Nano-sandwiched metal hexacyanoferrate/graphene hybrid thin films for in-plane asymmetric micro-supercapacitors with ultrahigh energy density", In Materials Horizons, Royal Society of Chemistry (RSC), vol. 6, no. 5, pp. 1041–1049, 2019. [doi] [Bibtex & Downloads]
Nano-sandwiched metal hexacyanoferrate/graphene hybrid thin films for in-plane asymmetric micro-supercapacitors with ultrahigh energy density
Reference
Yafei He, Panpan Zhang, Mao Wang, Faxing Wang, Deming Tan, Yang Li, Xiaodong Zhuang, Fan Zhang, Xinliang Feng, "Nano-sandwiched metal hexacyanoferrate/graphene hybrid thin films for in-plane asymmetric micro-supercapacitors with ultrahigh energy density", In Materials Horizons, Royal Society of Chemistry (RSC), vol. 6, no. 5, pp. 1041–1049, 2019. [doi]
Bibtex
@article{He_2019,
doi = {10.1039/c9mh00063a},
url = {https://doi.org/10.1039%2Fc9mh00063a},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {5},
pages = {1041--1049},
author = {Yafei He and Panpan Zhang and Mao Wang and Faxing Wang and Deming Tan and Yang Li and Xiaodong Zhuang and Fan Zhang and Xinliang Feng},
title = {Nano-sandwiched metal hexacyanoferrate/graphene hybrid thin films for in-plane asymmetric micro-supercapacitors with ultrahigh energy density},
journal = {Materials Horizons}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dmitry Skidin, Frank Eisenhut, Marcus Richter, Seddigheh Nikipar, Justus Krüger, Dmitry A. Ryndyk, Reinhard Berger, Gianaurelio Cuniberti, Xinliang Feng, Francesca Moresco, "On-surface synthesis of nitrogen-doped nanographenes with 5\textendash7 membered rings", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 55, no. 32, pp. 4731–4734, 2019. [doi] [Bibtex & Downloads]
On-surface synthesis of nitrogen-doped nanographenes with 5\textendash7 membered rings
Reference
Dmitry Skidin, Frank Eisenhut, Marcus Richter, Seddigheh Nikipar, Justus Krüger, Dmitry A. Ryndyk, Reinhard Berger, Gianaurelio Cuniberti, Xinliang Feng, Francesca Moresco, "On-surface synthesis of nitrogen-doped nanographenes with 5\textendash7 membered rings", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 55, no. 32, pp. 4731–4734, 2019. [doi]
Bibtex
@article{Skidin_2019,
doi = {10.1039/c9cc00276f},
url = {https://doi.org/10.1039%2Fc9cc00276f},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {55},
number = {32},
pages = {4731--4734},
author = {Dmitry Skidin and Frank Eisenhut and Marcus Richter and Seddigheh Nikipar and Justus Krüger and Dmitry A. Ryndyk and Reinhard Berger and Gianaurelio Cuniberti and Xinliang Feng and Francesca Moresco},
title = {On-surface synthesis of nitrogen-doped nanographenes with 5{\textendash}7 membered rings},
journal = {Chemical Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ainhoa Atxabal, Thorsten Arnold, Subir Parui, Elisabetta Zuccatti, Mirko Cinchetti, Fèlix Casanova, Frank Ortmann, Luis E. Hueso, "Molecular spectroscopy in a solid-state device", In Materials Horizons, Royal Society of Chemistry (RSC), vol. 6, no. 8, pp. 1663–1668, 2019. [doi] [Bibtex & Downloads]
Molecular spectroscopy in a solid-state device
Reference
Ainhoa Atxabal, Thorsten Arnold, Subir Parui, Elisabetta Zuccatti, Mirko Cinchetti, Fèlix Casanova, Frank Ortmann, Luis E. Hueso, "Molecular spectroscopy in a solid-state device", In Materials Horizons, Royal Society of Chemistry (RSC), vol. 6, no. 8, pp. 1663–1668, 2019. [doi]
Bibtex
@article{Atxabal_2019,
doi = {10.1039/c9mh00218a},
url = {https://doi.org/10.1039%2Fc9mh00218a},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {8},
pages = {1663--1668},
author = {Ainhoa Atxabal and Thorsten Arnold and Subir Parui and Elisabetta Zuccatti and Mirko Cinchetti and F{\`{e}}lix Casanova and Frank Ortmann and Luis E. Hueso},
title = {Molecular spectroscopy in a solid-state device},
journal = {Materials Horizons}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ji Ma, Ke Zhang, Karl Sebastian Schellhammer, Yubin Fu, Hartmut Komber, Chi Xu, Alexey A. Popov, Felix Hennersdorf, Jan J. Weigand, Shengqiang Zhou, Wojciech Pisula, Frank Ortmann, Reinhard Berger, Junzhi Liu, Xinliang Feng, "Wave-shaped polycyclic hydrocarbons with controlled aromaticity", In Chemical Science, Royal Society of Chemistry (RSC), vol. 10, no. 14, pp. 4025–4031, 2019. [doi] [Bibtex & Downloads]
Wave-shaped polycyclic hydrocarbons with controlled aromaticity
Reference
Ji Ma, Ke Zhang, Karl Sebastian Schellhammer, Yubin Fu, Hartmut Komber, Chi Xu, Alexey A. Popov, Felix Hennersdorf, Jan J. Weigand, Shengqiang Zhou, Wojciech Pisula, Frank Ortmann, Reinhard Berger, Junzhi Liu, Xinliang Feng, "Wave-shaped polycyclic hydrocarbons with controlled aromaticity", In Chemical Science, Royal Society of Chemistry (RSC), vol. 10, no. 14, pp. 4025–4031, 2019. [doi]
Bibtex
@article{Ma_2019,
doi = {10.1039/c8sc05416a},
url = {https://doi.org/10.1039%2Fc8sc05416a},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {10},
number = {14},
pages = {4025--4031},
author = {Ji Ma and Ke Zhang and Karl Sebastian Schellhammer and Yubin Fu and Hartmut Komber and Chi Xu and Alexey A. Popov and Felix Hennersdorf and Jan J. Weigand and Shengqiang Zhou and Wojciech Pisula and Frank Ortmann and Reinhard Berger and Junzhi Liu and Xinliang Feng},
title = {Wave-shaped polycyclic hydrocarbons with controlled aromaticity},
journal = {Chemical Science}
}Downloads
No Downloads available for this publication
Permalink
- Anup Das, Akash Kumar, "Runtime thermal management of many-core systems" , Institution of Engineering and Technology, pp. 215-245, 2019. [doi] [Bibtex & Downloads]
Runtime thermal management of many-core systems
Reference
Anup Das, Akash Kumar, "Runtime thermal management of many-core systems" , Institution of Engineering and Technology, pp. 215-245, 2019. [doi]
Bibtex
@CHAPTER{iet:/content/books/10.1049/pbpc022e_ch9,
author = {Anup Das and Akash Kumar},
affiliation = {Department of Electrical and Computer Engineering, Drexel University},
affiliation = {Department of Computer Science, Technische Universität Dresden},
keywords = {leakage power;submicron technology nodes;high-performance computing;system-on-chip;thermal management;many-core systems;},
title = {Runtime thermal management of many-core systems},
booktitle = Many-Core Computing: Hardware and Software,
publisher = {Institution of Engineering and Technology},
year = {2019},
pages = {215-245},
series = {Computing},
doi = {10.1049/PBPC022E_ch9},
url = {https://digital-library.theiet.org/content/books/10.1049/pbpc022e_ch9}
}
Downloads
No Downloads available for this publication
Permalink
- Tetsuhiko Nagahara, Lucia Ganzer, V. A. Camargo Franco, Yinjuan Huang, Fugui Xu, Yiyong Mai, Giulio Cerullo, Xinliang Feng, "Two-dimensional electronic spectroscopy of graphene nanoribbons in organic solution", In EPJ Web of Conferences (G. Cerullo and J. Ogilvie and F. Kärtner and M. Khalil and R. Li), EDP Sciences, vol. 205, pp. 05005, 2019. [doi] [Bibtex & Downloads]
Two-dimensional electronic spectroscopy of graphene nanoribbons in organic solution
Reference
Tetsuhiko Nagahara, Lucia Ganzer, V. A. Camargo Franco, Yinjuan Huang, Fugui Xu, Yiyong Mai, Giulio Cerullo, Xinliang Feng, "Two-dimensional electronic spectroscopy of graphene nanoribbons in organic solution", In EPJ Web of Conferences (G. Cerullo and J. Ogilvie and F. Kärtner and M. Khalil and R. Li), EDP Sciences, vol. 205, pp. 05005, 2019. [doi]
Bibtex
@article{Nagahara_2019,
doi = {10.1051/epjconf/201920505005},
url = {https://doi.org/10.1051%2Fepjconf%2F201920505005},
year = 2019,
publisher = {{EDP} Sciences},
volume = {205},
pages = {05005},
author = {Tetsuhiko Nagahara and Lucia Ganzer and V. A. Camargo Franco and Yinjuan Huang and Fugui Xu and Yiyong Mai and Giulio Cerullo and Xinliang Feng},
editor = {G. Cerullo and J. Ogilvie and F. Kärtner and M. Khalil and R. Li},
title = {Two-dimensional electronic spectroscopy of graphene nanoribbons in organic solution},
journal = {{EPJ} Web of Conferences}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Mike Hambsch, Tim Erdmann, Annabel R. Chew, Sigrid Bernstorff, Alberto Salleo, Anton Kiriy, Brigitte Voit, Stefan C. B. Mannsfeld, "Increased charge carrier mobility and molecular packing of a solution sheared diketopyrrolopyrrole-based donor–acceptor copolymer by alkyl side chain modification", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 7, no. 12, pp. 3665–3674, 2019. [doi] [Bibtex & Downloads]
Increased charge carrier mobility and molecular packing of a solution sheared diketopyrrolopyrrole-based donor–acceptor copolymer by alkyl side chain modification
Reference
Mike Hambsch, Tim Erdmann, Annabel R. Chew, Sigrid Bernstorff, Alberto Salleo, Anton Kiriy, Brigitte Voit, Stefan C. B. Mannsfeld, "Increased charge carrier mobility and molecular packing of a solution sheared diketopyrrolopyrrole-based donor–acceptor copolymer by alkyl side chain modification", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 7, no. 12, pp. 3665–3674, 2019. [doi]
Bibtex
@article{Hambsch_2019,
doi = {10.1039/c8tc06255b},
url = {https://doi.org/10.1039%2Fc8tc06255b},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {7},
number = {12},
pages = {3665--3674},
author = {Mike Hambsch and Tim Erdmann and Annabel R. Chew and Sigrid Bernstorff and Alberto Salleo and Anton Kiriy and Brigitte Voit and Stefan C. B. Mannsfeld},
title = {Increased charge carrier mobility and molecular packing of a solution sheared diketopyrrolopyrrole-based donor–acceptor copolymer by alkyl side chain modification},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jens Karschau, Andre Scholich, Jonathan Wise, Hernán Morales-Navarette, Yannis Kalaidzidis, Marino Zerial, Benjamin M Friedrich, "Resilience of three-dimensional sinusoidal networks in liver tissue", In arXiv preprint arXiv:1912.09929, 2019. [Bibtex & Downloads]
Resilience of three-dimensional sinusoidal networks in liver tissue
Reference
Jens Karschau, Andre Scholich, Jonathan Wise, Hernán Morales-Navarette, Yannis Kalaidzidis, Marino Zerial, Benjamin M Friedrich, "Resilience of three-dimensional sinusoidal networks in liver tissue", In arXiv preprint arXiv:1912.09929, 2019.
Bibtex
@article{karschau2019resilience,
title={Resilience of three-dimensional sinusoidal networks in liver tissue},
author={Karschau, Jens and Scholich, Andre and Wise, Jonathan and Morales-Navarette, Hern{\'a}n and Kalaidzidis, Yannis and Zerial, Marino and Friedrich, Benjamin M},
journal={arXiv preprint arXiv:1912.09929},
year={2019}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hernan Morales-Navarrete, Hidenori Nonaka, André Scholich, Fabian Segovia-Miranda, Walter de Back, Kirstin Meyer, Roman L Bogorad, Victor Koteliansky, Lutz Brusch, Yannis Kalaidzidis, others, "Liquid-crystal organization of liver tissue", In Elife, eLife Sciences Publications Limited, vol. 8, pp. e44860, 2019. [Bibtex & Downloads]
Liquid-crystal organization of liver tissue
Reference
Hernan Morales-Navarrete, Hidenori Nonaka, André Scholich, Fabian Segovia-Miranda, Walter de Back, Kirstin Meyer, Roman L Bogorad, Victor Koteliansky, Lutz Brusch, Yannis Kalaidzidis, others, "Liquid-crystal organization of liver tissue", In Elife, eLife Sciences Publications Limited, vol. 8, pp. e44860, 2019.
Bibtex
@article{morales2019liquid,
title={Liquid-crystal organization of liver tissue},
author={Morales-Navarrete, Hernan and Nonaka, Hidenori and Scholich, Andr{\'e} and Segovia-Miranda, Fabian and de Back, Walter and Meyer, Kirstin and Bogorad, Roman L and Koteliansky, Victor and Brusch, Lutz and Kalaidzidis, Yannis and others},
journal={Elife},
volume={8},
pages={e44860},
year={2019},
publisher={eLife Sciences Publications Limited}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Steffen Lange, Benjamin M Friedrich, "Fertilization in the sea: sperm chemotaxis in physiological shear flows", In arXiv preprint arXiv:1912.09112, 2019. [Bibtex & Downloads]
Fertilization in the sea: sperm chemotaxis in physiological shear flows
Reference
Steffen Lange, Benjamin M Friedrich, "Fertilization in the sea: sperm chemotaxis in physiological shear flows", In arXiv preprint arXiv:1912.09112, 2019.
Bibtex
@article{lange2019fertilization,
title={Fertilization in the sea: sperm chemotaxis in physiological shear flows},
author={Lange, Steffen and Friedrich, Benjamin M},
journal={arXiv preprint arXiv:1912.09112},
year={2019}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Katelyn P. Goetz, Kohei Sekine, Fabian Paulus, Yu Zhong, Daniel Roth, David Becker-Koch, Yvonne J. Hofstetter, Elena Michel, Lisa Reichert, Frank Rominger, Matthias Rudolph, Sven Huettner, Yana Vaynzof, Eva M. Herzig, A. Stephen K. Hashmi, Jana Zaumseil, "The effect of side-chain length on the microstructure and processing window of zone-cast naphthalene-based bispentalenes", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 7, no. 43, pp. 13493–13501, 2019. [doi] [Bibtex & Downloads]
The effect of side-chain length on the microstructure and processing window of zone-cast naphthalene-based bispentalenes
Reference
Katelyn P. Goetz, Kohei Sekine, Fabian Paulus, Yu Zhong, Daniel Roth, David Becker-Koch, Yvonne J. Hofstetter, Elena Michel, Lisa Reichert, Frank Rominger, Matthias Rudolph, Sven Huettner, Yana Vaynzof, Eva M. Herzig, A. Stephen K. Hashmi, Jana Zaumseil, "The effect of side-chain length on the microstructure and processing window of zone-cast naphthalene-based bispentalenes", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 7, no. 43, pp. 13493–13501, 2019. [doi]
Bibtex
@article{Goetz_2019,
doi = {10.1039/c9tc04470a},
url = {https://doi.org/10.1039%2Fc9tc04470a},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {7},
number = {43},
pages = {13493--13501},
author = {Katelyn P. Goetz and Kohei Sekine and Fabian Paulus and Yu Zhong and Daniel Roth and David Becker-Koch and Yvonne J. Hofstetter and Elena Michel and Lisa Reichert and Frank Rominger and Matthias Rudolph and Sven Huettner and Yana Vaynzof and Eva M. Herzig and A. Stephen K. Hashmi and Jana Zaumseil},
title = {The effect of side-chain length on the microstructure and processing window of zone-cast naphthalene-based bispentalenes},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Mayer, Max J Schnepf, Tobias AF König, Andreas Fery, "Colloidal Self-Assembly Concepts for Plasmonic Metasurfaces", In Advanced Optical Materials, Wiley Online Library, vol. 7, no. 1, pp. 1800564, 2019. [Bibtex & Downloads]
Colloidal Self-Assembly Concepts for Plasmonic Metasurfaces
Reference
Martin Mayer, Max J Schnepf, Tobias AF König, Andreas Fery, "Colloidal Self-Assembly Concepts for Plasmonic Metasurfaces", In Advanced Optical Materials, Wiley Online Library, vol. 7, no. 1, pp. 1800564, 2019.
Bibtex
@article{mayer2019colloidal,
title={Colloidal Self-Assembly Concepts for Plasmonic Metasurfaces},
author={Mayer, Martin and Schnepf, Max J and K{\"o}nig, Tobias AF and Fery, Andreas},
journal={Advanced Optical Materials},
volume={7},
number={1},
pages={1800564},
year={2019},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Mark Wijtvliet, Roel Jordans, Bjarni Pont, Hamid Reza Pourshaghaghi, Jochem Beurskens, Ronald Bouma, Joris Dalderup, Peter Dolrom, Jeroen Gubbels, Veronica Marcela Gomez Medina, Louis van Harten, Thijn Hermsen, Ivar Jansen, Daan Kapitein, Martijn Koedam, Ronis Maximidis, Wouter Morren, Frederik Oudman, Simon Stränz, Daniel Szalas-Motesiczky, Tim van Vliet, Joris Witteman, Arjen van Zanten, Kristiaan Zoontjens, "PR3 : Payload for Radio-interferometry and Radiation measurement on REXUS 25", In Proceeding: In 24th ESA Symposium on European Rocket and Balloon programmes and related research, 2019. [Bibtex & Downloads]
PR3 : Payload for Radio-interferometry and Radiation measurement on REXUS 25
Reference
Mark Wijtvliet, Roel Jordans, Bjarni Pont, Hamid Reza Pourshaghaghi, Jochem Beurskens, Ronald Bouma, Joris Dalderup, Peter Dolrom, Jeroen Gubbels, Veronica Marcela Gomez Medina, Louis van Harten, Thijn Hermsen, Ivar Jansen, Daan Kapitein, Martijn Koedam, Ronis Maximidis, Wouter Morren, Frederik Oudman, Simon Stränz, Daniel Szalas-Motesiczky, Tim van Vliet, Joris Witteman, Arjen van Zanten, Kristiaan Zoontjens, "PR3 : Payload for Radio-interferometry and Radiation measurement on REXUS 25", In Proceeding: In 24th ESA Symposium on European Rocket and Balloon programmes and related research, 2019.
Bibtex
@INPROCEEDINGS{MW_ESA,
author={Wijtvliet, Mark and Jordans, Roel and Pont, Bjarni and Reza Pourshaghaghi, Hamid and Beurskens, Jochem and Bouma, Ronald and Dalderup, Joris and Dolrom, Peter and Gubbels, Jeroen and Gomez Medina, Veronica Marcela and van Harten, Louis and Hermsen, Thijn and Jansen, Ivar and Kapitein, Daan and Koedam, Martijn and Maximidis, Ronis and Morren, Wouter and Oudman, Frederik and Str\"anz, Simon and Szalas-Motesiczky, Daniel and van Vliet, Tim and Witteman, Joris and van Zanten, Arjen and Zoontjens, Kristiaan},
booktitle={In 24th ESA Symposium on European Rocket and Balloon programmes and related research},
title={PR3 : Payload for Radio-interferometry and Radiation measurement on REXUS 25},
year={2019},
volume={},
number={},
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Mark Wijtvliet, Jos Huisken, Luc Waeijen, Henk Corporaal, "Blocks: Redesigning Coarse Grained Reconfigurable Architectures for Energy Efficiency", In Proceeding: 2019 29th International Conference on Field Programmable Logic and Applications (FPL), pp. 17-23, 2019. [Bibtex & Downloads]
Blocks: Redesigning Coarse Grained Reconfigurable Architectures for Energy Efficiency
Reference
Mark Wijtvliet, Jos Huisken, Luc Waeijen, Henk Corporaal, "Blocks: Redesigning Coarse Grained Reconfigurable Architectures for Energy Efficiency", In Proceeding: 2019 29th International Conference on Field Programmable Logic and Applications (FPL), pp. 17-23, 2019.
Bibtex
@INPROCEEDINGS{8892138,
author={Wijtvliet, Mark and Huisken, Jos and Waeijen, Luc and Corporaal, Henk},
booktitle={2019 29th International Conference on Field Programmable Logic and Applications (FPL)},
title={Blocks: Redesigning Coarse Grained Reconfigurable Architectures for Energy Efficiency},
year={2019},
volume={},
number={},
pages={17-23},}Downloads
No Downloads available for this publication
Permalink
- Bjarni Pont, Jochem Beurskens, Joris Dalderup, Peter Dolron, Jeroen Gubbels, Jörg Hörandel, Roel Jordans, Hamid Pourshaghaghi, D. Szálas-Motesiczky, Tim Alexander van Vliet, Mark Wijtvliet, Joris Witteman, "Rexus-25 rocket flight of a cubesat cosmic-ray detector", [Sl]: PoS, 2019. [Bibtex & Downloads]
Rexus-25 rocket flight of a cubesat cosmic-ray detector
Reference
Bjarni Pont, Jochem Beurskens, Joris Dalderup, Peter Dolron, Jeroen Gubbels, Jörg Hörandel, Roel Jordans, Hamid Pourshaghaghi, D. Szálas-Motesiczky, Tim Alexander van Vliet, Mark Wijtvliet, Joris Witteman, "Rexus-25 rocket flight of a cubesat cosmic-ray detector", [Sl]: PoS, 2019.
Bibtex
@article{pont2019rexus,
title={Rexus-25 rocket flight of a cubesat cosmic-ray detector},
author={Bjarni Pont and Jochem Beurskens and Joris Dalderup and Peter Dolron and Jeroen Gubbels and Jörg Hörandel and Roel Jordans and Hamid Pourshaghaghi and D. Szálas-Motesiczky and Tim Alexander van Vliet and Mark Wijtvliet and Joris Witteman},
year={2019},
publisher={[Sl]: PoS}
}Downloads
No Downloads available for this publication
Permalink
- Falk Niefind, Andreas Neff, Stefan C. B. Mannsfeld, Axel Kahnt, Bernd Abel, "Computational analysis of the orientation persistence length of the polymer chain orientation", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 21, no. 38, pp. 21464–21472, 2019. [doi] [Bibtex & Downloads]
Computational analysis of the orientation persistence length of the polymer chain orientation
Reference
Falk Niefind, Andreas Neff, Stefan C. B. Mannsfeld, Axel Kahnt, Bernd Abel, "Computational analysis of the orientation persistence length of the polymer chain orientation", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 21, no. 38, pp. 21464–21472, 2019. [doi]
Bibtex
@article{Niefind_2019,
doi = {10.1039/c9cp02944c},
url = {https://doi.org/10.1039%2Fc9cp02944c},
year = 2019,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {21},
number = {38},
pages = {21464--21472},
author = {Falk Niefind and Andreas Neff and Stefan C. B. Mannsfeld and Axel Kahnt and Bernd Abel},
title = {Computational analysis of the orientation persistence length of the polymer chain orientation},
journal = {Physical Chemistry Chemical Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- [Bibtex & Downloads]
Deep-Learning-based Artifact Suppression in High Resolution CT Reconstruction
Reference
Bibtex
Downloads
No Downloads available for this publication
Related Paths
Permalink
2018
- A. Garitagoitia Cid, R. Rosenkranz, M. Löffler, A. Clausner, Y. Standke, E. Zschech, "Quantitative analysis of backscattered electron (BSE) contrast using low voltage scanning electron microscopy (LVSEM) and its application to AlGaN/GaN layers", In Ultramicroscopy, Elsevier BV, vol. 195, pp. 47–52, Dec 2018. [doi] [Bibtex & Downloads]
Quantitative analysis of backscattered electron (BSE) contrast using low voltage scanning electron microscopy (LVSEM) and its application to AlGaN/GaN layers
Reference
A. Garitagoitia Cid, R. Rosenkranz, M. Löffler, A. Clausner, Y. Standke, E. Zschech, "Quantitative analysis of backscattered electron (BSE) contrast using low voltage scanning electron microscopy (LVSEM) and its application to AlGaN/GaN layers", In Ultramicroscopy, Elsevier BV, vol. 195, pp. 47–52, Dec 2018. [doi]
Bibtex
@article{GaritagoitiaCid2018,
doi = {10.1016/j.ultramic.2018.08.026},
url = {https://doi.org/10.1016/j.ultramic.2018.08.026},
year = {2018},
month = {dec},
publisher = {Elsevier {BV}},
volume = {195},
pages = {47--52},
author = {A. Garitagoitia Cid and R. Rosenkranz and M. L\"{o}ffler and A. Clausner and Y. Standke and E. Zschech},
title = {Quantitative analysis of backscattered electron ({BSE}) contrast using low voltage scanning electron microscopy ({LVSEM}) and its application to {AlGaN}/{GaN} layers},
journal = {Ultramicroscopy}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Richter, Sebastian Hahn, Evgenia Dmitrieva, Frank Rominger, Alexey Popov, Uwe H. F. Bunz, Xinliang Feng, Reinhard Berger, "Helical Ullazine-Quinoxaline-Based Polycyclic Aromatic Hydrocarbons", In Chemistry - A European Journal, Wiley, Dec 2018. [doi] [Bibtex & Downloads]
Helical Ullazine-Quinoxaline-Based Polycyclic Aromatic Hydrocarbons
Reference
Marcus Richter, Sebastian Hahn, Evgenia Dmitrieva, Frank Rominger, Alexey Popov, Uwe H. F. Bunz, Xinliang Feng, Reinhard Berger, "Helical Ullazine-Quinoxaline-Based Polycyclic Aromatic Hydrocarbons", In Chemistry - A European Journal, Wiley, Dec 2018. [doi]
Bibtex
@article{Richter_2018,
doi = {10.1002/chem.201804751},
url = {https://doi.org/10.1002%2Fchem.201804751},
year = 2018,
month = {dec},
publisher = {Wiley},
author = {Marcus Richter and Sebastian Hahn and Evgenia Dmitrieva and Frank Rominger and Alexey Popov and Uwe H. F. Bunz and Xinliang Feng and Reinhard Berger},
title = {Helical Ullazine-Quinoxaline-Based Polycyclic Aromatic Hydrocarbons},
journal = {Chemistry - A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shunqi Xu, Gang Wang, Bishnu P. Biswal, Matthew Addicoat, Silvia Paasch, Wenbo Sheng, Xiaodong Zhuang, Eike Brunner, Thomas Heine, Reinhard Berger, Xinliang Feng, "A Nitrogen-Rich 2D sp2-Carbon-Linked Conjugated Polymer Framework as a High-Performance Cathode for Lithium-Ion Batteries", In Angewandte Chemie, Wiley, Dec 2018. [doi] [Bibtex & Downloads]
A Nitrogen-Rich 2D sp2-Carbon-Linked Conjugated Polymer Framework as a High-Performance Cathode for Lithium-Ion Batteries
Reference
Shunqi Xu, Gang Wang, Bishnu P. Biswal, Matthew Addicoat, Silvia Paasch, Wenbo Sheng, Xiaodong Zhuang, Eike Brunner, Thomas Heine, Reinhard Berger, Xinliang Feng, "A Nitrogen-Rich 2D sp2-Carbon-Linked Conjugated Polymer Framework as a High-Performance Cathode for Lithium-Ion Batteries", In Angewandte Chemie, Wiley, Dec 2018. [doi]
Bibtex
@article{Xu_2018,
doi = {10.1002/ange.201812685},
url = {https://doi.org/10.1002%2Fange.201812685},
year = 2018,
month = {dec},
publisher = {Wiley},
author = {Shunqi Xu and Gang Wang and Bishnu P. Biswal and Matthew Addicoat and Silvia Paasch and Wenbo Sheng and Xiaodong Zhuang and Eike Brunner and Thomas Heine and Reinhard Berger and Xinliang Feng},
title = {A Nitrogen-Rich 2D sp2-Carbon-Linked Conjugated Polymer Framework as a High-Performance Cathode for Lithium-Ion Batteries},
journal = {Angewandte Chemie}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Lorenzo Gigli, Shigeki Kawai, Roberto Guerra, Nicola Manini, Rémy Pawlak, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, Erio Tosatti, Ernst Meyer, Andrea Vanossi, "Detachment Dynamics of Graphene Nanoribbons on Gold", In ACS Nano, American Chemical Society (ACS), vol. 13, no. 1, pp. 689–697, Dec 2018. [doi] [Bibtex & Downloads]
Detachment Dynamics of Graphene Nanoribbons on Gold
Reference
Lorenzo Gigli, Shigeki Kawai, Roberto Guerra, Nicola Manini, Rémy Pawlak, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, Erio Tosatti, Ernst Meyer, Andrea Vanossi, "Detachment Dynamics of Graphene Nanoribbons on Gold", In ACS Nano, American Chemical Society (ACS), vol. 13, no. 1, pp. 689–697, Dec 2018. [doi]
Bibtex
@article{Gigli_2018,
doi = {10.1021/acsnano.8b07894},
url = {https://doi.org/10.1021%2Facsnano.8b07894},
year = 2018,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {13},
number = {1},
pages = {689--697},
author = {Lorenzo Gigli and Shigeki Kawai and Roberto Guerra and Nicola Manini and R{\'{e}}my Pawlak and Xinliang Feng and Klaus Müllen and Pascal Ruffieux and Roman Fasel and Erio Tosatti and Ernst Meyer and Andrea Vanossi},
title = {Detachment Dynamics of Graphene Nanoribbons on Gold},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- S. S. Sahoo, T. D. A. Nguyen, B. Veeravalli, A. Kumar, "QoS-Aware Cross-Layer Reliability-Integrated FPGA-Based Dynamic Partially Reconfigurable System Partitioning", In Proceeding: 2018 International Conference on Field-Programmable Technology (FPT), pp. 230-233, Dec 2018. [doi] [Bibtex & Downloads]
QoS-Aware Cross-Layer Reliability-Integrated FPGA-Based Dynamic Partially Reconfigurable System Partitioning
Reference
S. S. Sahoo, T. D. A. Nguyen, B. Veeravalli, A. Kumar, "QoS-Aware Cross-Layer Reliability-Integrated FPGA-Based Dynamic Partially Reconfigurable System Partitioning", In Proceeding: 2018 International Conference on Field-Programmable Technology (FPT), pp. 230-233, Dec 2018. [doi]
Bibtex
@INPROCEEDINGS{8742320,
author={S. S. {Sahoo} and T. D. A. {Nguyen} and B. {Veeravalli} and A. {Kumar}},
booktitle={2018 International Conference on Field-Programmable Technology (FPT)},
title={QoS-Aware Cross-Layer Reliability-Integrated FPGA-Based Dynamic Partially Reconfigurable System Partitioning},
year={2018},
volume={},
number={},
pages={230-233},
keywords={circuit optimisation;field programmable gate arrays;integrated circuit design;integrated circuit reliability;logic design;quality of service;Dynamic Partial Reconfiguration;QoS-aware cross-layer reliability-integrated design methodology;FPGA-based DPR systems;FPGA-based dynamic partially reconfigurable system;partially reconfigurable modules;quality of service;fault-mitigation;Conferences;Cross-layer Reliability;Dynamic Partial Reconfiguration;Field Programmable Gate Array;Embedded Systems},
doi={10.1109/FPT.2018.00041},
ISSN={},
month={Dec},}Downloads
08742320 [PDF]
Permalink
- Paul Fassl, Simon Ternes, Vincent Lami, Yuriy Zakharko, Daniel Heimfarth, Paul E. Hopkinson, Fabian Paulus, Alexander D. Taylor, Jana Zaumseil, Yana Vaynzof, "Effect of Crystal Grain Orientation on the Rate of Ionic Transport in Perovskite Polycrystalline Thin Films", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 2, pp. 2490–2499, Dec 2018. [doi] [Bibtex & Downloads]
Effect of Crystal Grain Orientation on the Rate of Ionic Transport in Perovskite Polycrystalline Thin Films
Reference
Paul Fassl, Simon Ternes, Vincent Lami, Yuriy Zakharko, Daniel Heimfarth, Paul E. Hopkinson, Fabian Paulus, Alexander D. Taylor, Jana Zaumseil, Yana Vaynzof, "Effect of Crystal Grain Orientation on the Rate of Ionic Transport in Perovskite Polycrystalline Thin Films", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 2, pp. 2490–2499, Dec 2018. [doi]
Bibtex
@article{Fassl_2018,
doi = {10.1021/acsami.8b16460},
url = {https://doi.org/10.1021%2Facsami.8b16460},
year = 2018,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {11},
number = {2},
pages = {2490--2499},
author = {Paul Fassl and Simon Ternes and Vincent Lami and Yuriy Zakharko and Daniel Heimfarth and Paul E. Hopkinson and Fabian Paulus and Alexander D. Taylor and Jana Zaumseil and Yana Vaynzof},
title = {Effect of Crystal Grain Orientation on the Rate of Ionic Transport in Perovskite Polycrystalline Thin Films},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Kohei Sekine, Jürgen Schulmeister, Fabian Paulus, Katelyn P. Goetz, Frank Rominger, Matthias Rudolph, Jana Zaumseil, A. Stephen K. Hashmi, "Gold-Catalyzed Facile Synthesis and Crystal Structures of Benzene-/Naphthalene-Based Bispentalenes as Organic Semiconductors", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 1, pp. 216–220, Dec 2018. [doi] [Bibtex & Downloads]
Gold-Catalyzed Facile Synthesis and Crystal Structures of Benzene-/Naphthalene-Based Bispentalenes as Organic Semiconductors
Reference
Kohei Sekine, Jürgen Schulmeister, Fabian Paulus, Katelyn P. Goetz, Frank Rominger, Matthias Rudolph, Jana Zaumseil, A. Stephen K. Hashmi, "Gold-Catalyzed Facile Synthesis and Crystal Structures of Benzene-/Naphthalene-Based Bispentalenes as Organic Semiconductors", In Chemistry \textendash A European Journal, Wiley, vol. 25, no. 1, pp. 216–220, Dec 2018. [doi]
Bibtex
@article{Sekine_2018,
doi = {10.1002/chem.201805637},
url = {https://doi.org/10.1002%2Fchem.201805637},
year = 2018,
month = {dec},
publisher = {Wiley},
volume = {25},
number = {1},
pages = {216--220},
author = {Kohei Sekine and Jürgen Schulmeister and Fabian Paulus and Katelyn P. Goetz and Frank Rominger and Matthias Rudolph and Jana Zaumseil and A. Stephen K. Hashmi},
title = {Gold-Catalyzed Facile Synthesis and Crystal Structures of Benzene-/Naphthalene-Based Bispentalenes as Organic Semiconductors},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Permalink
- Jakob Zessin, Zheng Xu, Nara Shin, Mike Hambsch, Stefan C. B. Mannsfeld, "Threshold Voltage Control in Organic Field-Effect Transistors by Surface Doping with a Fluorinated Alkylsilane", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 2, pp. 2177–2188, Dec 2018. [doi] [Bibtex & Downloads]
Threshold Voltage Control in Organic Field-Effect Transistors by Surface Doping with a Fluorinated Alkylsilane
Reference
Jakob Zessin, Zheng Xu, Nara Shin, Mike Hambsch, Stefan C. B. Mannsfeld, "Threshold Voltage Control in Organic Field-Effect Transistors by Surface Doping with a Fluorinated Alkylsilane", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 11, no. 2, pp. 2177–2188, Dec 2018. [doi]
Bibtex
@article{Zessin_2018,
doi = {10.1021/acsami.8b12346},
url = {https://doi.org/10.1021%2Facsami.8b12346},
year = 2018,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {11},
number = {2},
pages = {2177--2188},
author = {Jakob Zessin and Zheng Xu and Nara Shin and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {Threshold Voltage Control in Organic Field-Effect Transistors by Surface Doping with a Fluorinated Alkylsilane},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Permalink
- Adilla Susungi, Norman A. Rink, Albert Cohen, Jeronimo Castrillon, Claude Tadonki, "Meta-programming for Cross-Domain Tensor Optimizations", Proceedings of 17th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences (GPCE'18), ACM, pp. 79–92, New York, NY, USA, Nov 2018. [doi] [Bibtex & Downloads]
Meta-programming for Cross-Domain Tensor Optimizations
Reference
Adilla Susungi, Norman A. Rink, Albert Cohen, Jeronimo Castrillon, Claude Tadonki, "Meta-programming for Cross-Domain Tensor Optimizations", Proceedings of 17th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences (GPCE'18), ACM, pp. 79–92, New York, NY, USA, Nov 2018. [doi]
Bibtex
@InProceedings{rink_gpce18,
author = {Adilla Susungi and Norman A. Rink and Albert Cohen and Jeronimo Castrillon and Claude Tadonki},
title = {Meta-programming for Cross-Domain Tensor Optimizations},
booktitle = {Proceedings of 17th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences (GPCE'18)},
year = {2018},
series = {GPCE 2018},
pages = {79--92},
numpages = {14},
address = {New York, NY, USA},
month = nov,
publisher = {ACM},
keywords = {conf},
location = {Boston, MA, USA},
isbn = {978-1-4503-6045-6},
url = {http://doi.acm.org/10.1145/3278122.3278131},
doi = {10.1145/3278122.3278131},
acmid = {3278131},
}Downloads
1811_Rink_GPCE [PDF]
Related Paths
Permalink
- Shubham Rai, Srivatsa Srinivasa, Patsy Cadareanu, Xunzhao Yin, Xiaobo Sharon Hu, Pierre-Emmanuel Gaillardon, Vijaykrishnan Narayanan, Akash Kumar, "Emerging Reconfigurable Nanotechnologies: Can They Support Future Electronics?", Proceedings of the International Conference on Computer-Aided Design, ACM, pp. 13:1–13:8, New York, NY, USA, November 2018. [doi] [Bibtex & Downloads]
Emerging Reconfigurable Nanotechnologies: Can They Support Future Electronics?
Reference
Shubham Rai, Srivatsa Srinivasa, Patsy Cadareanu, Xunzhao Yin, Xiaobo Sharon Hu, Pierre-Emmanuel Gaillardon, Vijaykrishnan Narayanan, Akash Kumar, "Emerging Reconfigurable Nanotechnologies: Can They Support Future Electronics?", Proceedings of the International Conference on Computer-Aided Design, ACM, pp. 13:1–13:8, New York, NY, USA, November 2018. [doi]
Bibtex
@inproceedings{Rai:2018:ERN:3240765.3243472,
author = {Rai, Shubham and Srinivasa, Srivatsa and Cadareanu, Patsy and Yin, Xunzhao and Hu, Xiaobo Sharon and Gaillardon, Pierre-Emmanuel and Narayanan, Vijaykrishnan and Kumar, Akash},
title = {Emerging Reconfigurable Nanotechnologies: Can They Support Future Electronics?},
booktitle = {Proceedings of the International Conference on Computer-Aided Design},
series = {ICCAD '18},
year = {2018},
month = {November},
isbn = {978-1-4503-5950-4},
location = {San Diego, California},
pages = {13:1--13:8},
articleno = {13},
numpages = {8},
url = {http://doi.acm.org/10.1145/3240765.3243472},
doi = {10.1145/3240765.3243472},
acmid = {3243472},
publisher = {ACM},
address = {New York, NY, USA},
}Downloads
PID5531423 [PDF]
Related Paths
Permalink
- Sebastian Schneider, Devendra Negi, Matthew J. Stolt, Song Jin, Jakob Spiegelberg, Darius Pohl, Bernd Rellinghaus, Sebastian T. B. Goennenwein, Kornelius Nielsch, Ján Rusz, "Simple method for optimization of classical electron magnetic circular dichroism measurements: The role of structure factor and extinction distances", In Physical Review Materials, American Physical Society (APS), vol. 2, no. 11, Nov 2018. [doi] [Bibtex & Downloads]
Simple method for optimization of classical electron magnetic circular dichroism measurements: The role of structure factor and extinction distances
Reference
Sebastian Schneider, Devendra Negi, Matthew J. Stolt, Song Jin, Jakob Spiegelberg, Darius Pohl, Bernd Rellinghaus, Sebastian T. B. Goennenwein, Kornelius Nielsch, Ján Rusz, "Simple method for optimization of classical electron magnetic circular dichroism measurements: The role of structure factor and extinction distances", In Physical Review Materials, American Physical Society (APS), vol. 2, no. 11, Nov 2018. [doi]
Bibtex
@article{Schneider2018,
doi = {10.1103/physrevmaterials.2.113801},
url = {https://doi.org/10.1103/physrevmaterials.2.113801},
year = {2018},
month = {nov},
publisher = {American Physical Society ({APS})},
volume = {2},
number = {11},
author = {Sebastian Schneider and Devendra Negi and Matthew J. Stolt and Song Jin and Jakob Spiegelberg and Darius Pohl and Bernd Rellinghaus and Sebastian T. B. Goennenwein and Kornelius Nielsch and J{\'{a}}n Rusz},
title = {Simple method for optimization of classical electron magnetic circular dichroism measurements: The role of structure factor and extinction distances},
journal = {Physical Review Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S.S. Sahoo, T.D.A. Nguyen, B. Veeravalli, A. Kumar, "Multi-objective design space exploration for system partitioning of FPGA-based Dynamic Partially Reconfigurable Systems", In Integration, November 2018. [doi] [Bibtex & Downloads]
Multi-objective design space exploration for system partitioning of FPGA-based Dynamic Partially Reconfigurable Systems
Reference
S.S. Sahoo, T.D.A. Nguyen, B. Veeravalli, A. Kumar, "Multi-objective design space exploration for system partitioning of FPGA-based Dynamic Partially Reconfigurable Systems", In Integration, November 2018. [doi]
Abstract
Dynamic Partial Reconfiguration (DPR) enables resource sharing in FPGA-based systems. It can also be used for the mitigation of aging-related permanent faults by increasing the number of redundant Partially Reconfigurable Regions (PRRs). Normally, these PRRs are able to host any of the Partially Reconfigurable Modules (PRMs), or tasks, at one particular instance. This kind of system is called homogeneous. However, the FPGA resource constraints limit the amount of homogeneous redundancy that can be used and hence affect the lifetime of the system. This issue can be addressed by utilizing the heterogeneous approach where each PRR now only hosts a subset of the tasks. Further, the deadlines of the applications must also be taken care of in the design phase to decide the mapping and scheduling of tasks to PRRs. To this end, we propose an application-specific multi-objective system-level design methodology to determine the appropriate number of PRRs and the mapping and scheduling of tasks to the PRRs. Specifically, we propose a lifetime-aware scheduling method that maximizes the system's mean time to failure (MTTF) with different tolerances in the makespan specification of an application. We use the scheduler along with an automated floorplanner for design space exploration at design-time to generate a feasible heterogeneous PRR-based system. Our experiments show that the heterogeneous systems can offer more than 2x lifetime improvement over homogeneous ones. It also offers better scaling with increased tolerance in makespan specification.
Bibtex
@article{SAHOO2018,
title = "Multi-objective design space exploration for system partitioning of FPGA-based Dynamic Partially Reconfigurable Systems",
journal = "Integration",
year = "2018",
month={November},
issn = "0167-9260",
doi = "https://doi.org/10.1016/j.vlsi.2018.10.006",
url = "http://www.sciencedirect.com/science/article/pii/S0167926018302608",
author = "S.S. Sahoo and T.D.A. Nguyen and B. Veeravalli and A. Kumar",
keywords = "Dynamic partial reconfiguration, Field programmable gate arrays, Lifetime-aware scheduling, Task-graphs, Reliability, Heterogeneous systems, Real-time systems",
abstract = "Dynamic Partial Reconfiguration (DPR) enables resource sharing in FPGA-based systems. It can also be used for the mitigation of aging-related permanent faults by increasing the number of redundant Partially Reconfigurable Regions (PRRs). Normally, these PRRs are able to host any of the Partially Reconfigurable Modules (PRMs), or tasks, at one particular instance. This kind of system is called homogeneous. However, the FPGA resource constraints limit the amount of homogeneous redundancy that can be used and hence affect the lifetime of the system. This issue can be addressed by utilizing the heterogeneous approach where each PRR now only hosts a subset of the tasks. Further, the deadlines of the applications must also be taken care of in the design phase to decide the mapping and scheduling of tasks to PRRs. To this end, we propose an application-specific multi-objective system-level design methodology to determine the appropriate number of PRRs and the mapping and scheduling of tasks to the PRRs. Specifically, we propose a lifetime-aware scheduling method that maximizes the system's mean time to failure (MTTF) with different tolerances in the makespan specification of an application. We use the scheduler along with an automated floorplanner for design space exploration at design-time to generate a feasible heterogeneous PRR-based system. Our experiments show that the heterogeneous systems can offer more than 2x lifetime improvement over homogeneous ones. It also offers better scaling with increased tolerance in makespan specification."
}Downloads
Multi-objective design_space_exploration [PDF]
Permalink
- Shantanu Mishra, Thorsten G. Lohr, Carlo A. Pignedoli, Junzhi Liu, Reinhard Berger, José I. Urgel, Klaus Müllen, Xinliang Feng, Pascal Ruffieux, Roman Fasel, "Tailoring Bond Topologies in Open-Shell Graphene Nanostructures", In ACS Nano, American Chemical Society (ACS), vol. 12, no. 12, pp. 11917–11927, Nov 2018. [doi] [Bibtex & Downloads]
Tailoring Bond Topologies in Open-Shell Graphene Nanostructures
Reference
Shantanu Mishra, Thorsten G. Lohr, Carlo A. Pignedoli, Junzhi Liu, Reinhard Berger, José I. Urgel, Klaus Müllen, Xinliang Feng, Pascal Ruffieux, Roman Fasel, "Tailoring Bond Topologies in Open-Shell Graphene Nanostructures", In ACS Nano, American Chemical Society (ACS), vol. 12, no. 12, pp. 11917–11927, Nov 2018. [doi]
Bibtex
@article{Mishra_2018,
doi = {10.1021/acsnano.8b07225},
url = {https://doi.org/10.1021%2Facsnano.8b07225},
year = 2018,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {12},
pages = {11917--11927},
author = {Shantanu Mishra and Thorsten G. Lohr and Carlo A. Pignedoli and Junzhi Liu and Reinhard Berger and Jos{\'{e}} I. Urgel and Klaus Müllen and Xinliang Feng and Pascal Ruffieux and Roman Fasel},
title = {Tailoring Bond Topologies in Open-Shell Graphene Nanostructures},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Antonio Gaetano Ricciardulli, Sheng Yang, Naresh B. Kotadiya, Gert-Jan A. H. Wetzelaer, Xinliang Feng, Paul W. M. Blom, "Improved Hole Injection into Perovskite Light-Emitting Diodes Using A Black Phosphorus Interlayer", In Advanced Electronic Materials, Wiley, pp. 1800687, Nov 2018. [doi] [Bibtex & Downloads]
Improved Hole Injection into Perovskite Light-Emitting Diodes Using A Black Phosphorus Interlayer
Reference
Antonio Gaetano Ricciardulli, Sheng Yang, Naresh B. Kotadiya, Gert-Jan A. H. Wetzelaer, Xinliang Feng, Paul W. M. Blom, "Improved Hole Injection into Perovskite Light-Emitting Diodes Using A Black Phosphorus Interlayer", In Advanced Electronic Materials, Wiley, pp. 1800687, Nov 2018. [doi]
Bibtex
@article{Ricciardulli_2018,
doi = {10.1002/aelm.201800687},
url = {https://doi.org/10.1002%2Faelm.201800687},
year = 2018,
month = {nov},
publisher = {Wiley},
pages = {1800687},
author = {Antonio Gaetano Ricciardulli and Sheng Yang and Naresh B. Kotadiya and Gert-Jan A. H. Wetzelaer and Xinliang Feng and Paul W. M. Blom},
title = {Improved Hole Injection into Perovskite Light-Emitting Diodes Using A Black Phosphorus Interlayer},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Panpan Zhang, Yang Li, Gang Wang, Faxing Wang, Sheng Yang, Feng Zhu, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Zn-Ion Hybrid Micro-Supercapacitors with Ultrahigh Areal Energy Density and Long-Term Durability", In Advanced Materials, Wiley, pp. 1806005, Nov 2018. [doi] [Bibtex & Downloads]
Zn-Ion Hybrid Micro-Supercapacitors with Ultrahigh Areal Energy Density and Long-Term Durability
Reference
Panpan Zhang, Yang Li, Gang Wang, Faxing Wang, Sheng Yang, Feng Zhu, Xiaodong Zhuang, Oliver G. Schmidt, Xinliang Feng, "Zn-Ion Hybrid Micro-Supercapacitors with Ultrahigh Areal Energy Density and Long-Term Durability", In Advanced Materials, Wiley, pp. 1806005, Nov 2018. [doi]
Bibtex
@article{Zhang_2018,
doi = {10.1002/adma.201806005},
url = {https://doi.org/10.1002%2Fadma.201806005},
year = 2018,
month = {nov},
publisher = {Wiley},
pages = {1806005},
author = {Panpan Zhang and Yang Li and Gang Wang and Faxing Wang and Sheng Yang and Feng Zhu and Xiaodong Zhuang and Oliver G. Schmidt and Xinliang Feng},
title = {Zn-Ion Hybrid Micro-Supercapacitors with Ultrahigh Areal Energy Density and Long-Term Durability},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Matthias Lischka, Renhao Dong, Mingchao Wang, Natalia Martsinovich, Massimo Fritton, Lukas Grossmann, Wolfgang M Heckl, Xinliang Feng, Markus Lackinger, "Competitive metal-coordination of hexaaminotriphenylene on Cu(111) by intrinsic copper versus extrinsic nickel adatoms", In Chemistry - A European Journal, Wiley, Nov 2018. [doi] [Bibtex & Downloads]
Competitive metal-coordination of hexaaminotriphenylene on Cu(111) by intrinsic copper versus extrinsic nickel adatoms
Reference
Matthias Lischka, Renhao Dong, Mingchao Wang, Natalia Martsinovich, Massimo Fritton, Lukas Grossmann, Wolfgang M Heckl, Xinliang Feng, Markus Lackinger, "Competitive metal-coordination of hexaaminotriphenylene on Cu(111) by intrinsic copper versus extrinsic nickel adatoms", In Chemistry - A European Journal, Wiley, Nov 2018. [doi]
Bibtex
@article{Lischka_2018,
doi = {10.1002/chem.201803908},
url = {https://doi.org/10.1002%2Fchem.201803908},
year = 2018,
month = {nov},
publisher = {Wiley},
author = {Matthias Lischka and Renhao Dong and Mingchao Wang and Natalia Martsinovich and Massimo Fritton and Lukas Grossmann and Wolfgang M Heckl and Xinliang Feng and Markus Lackinger},
title = {Competitive metal-coordination of hexaaminotriphenylene on Cu(111) by intrinsic copper versus extrinsic nickel adatoms},
journal = {Chemistry - A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Miguel Angel Aguilar, "Software Parallelization and Distribution for Heterogeneous Multi-Core Embedded Systems", PhD thesis, RWTH Aachen University, 181pp, Nov 2018. [Bibtex & Downloads]
Software Parallelization and Distribution for Heterogeneous Multi-Core Embedded Systems
Reference
Miguel Angel Aguilar, "Software Parallelization and Distribution for Heterogeneous Multi-Core Embedded Systems", PhD thesis, RWTH Aachen University, 181pp, Nov 2018.
Bibtex
@PhdThesis{aguilar18phd,
author = {Miguel Angel Aguilar},
title = {Software Parallelization and Distribution for Heterogeneous Multi-Core Embedded Systems},
school = {RWTH Aachen University},
year = {2018},
month = nov,
url = {https://publications.rwth-aachen.de/record/755337},
pages = {181pp},
}Downloads
1811_Aguilar_PhD-forWWW [PDF]
Permalink
- Albrecht Wolf, Diana Gonzalez, Meik Dörpinghaus, Jose C. S. S. Filho, Gerhard Fettweis, "On the binary lossless many-help-one problem with independently degraded helpers", In Proceeding: Annual Allerton Conference on Communication, Control and Computing, Monticello, Il, USA, Oct 2018. [Bibtex & Downloads]
On the binary lossless many-help-one problem with independently degraded helpers
Reference
Albrecht Wolf, Diana Gonzalez, Meik Dörpinghaus, Jose C. S. S. Filho, Gerhard Fettweis, "On the binary lossless many-help-one problem with independently degraded helpers", In Proceeding: Annual Allerton Conference on Communication, Control and Computing, Monticello, Il, USA, Oct 2018.
Bibtex
@inproceedings{Wolf_Allerton18,
title={On the binary lossless many-help-one problem with independently degraded helpers},
author={Wolf, Albrecht and Gonzalez, Diana and D\"orpinghaus, Meik and Filho, Jose C. S. S. and Fettweis, Gerhard},
booktitle={Annual Allerton Conference on Communication, Control and Computing},
year={2018},
month= Oct,
address = {Monticello, Il, USA},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Landau, Meik Dörpinghaus, Rodrigo C. de Lamare, Gerhard Fettweis, "Achievable rate with 1-bit quantization and oversampling using continuous phase modulation based sequences", In IEEE Transactions on Wireless Communications, vol. 17, no. 10, pp. 7080-7095, Oct 2018. [Bibtex & Downloads]
Achievable rate with 1-bit quantization and oversampling using continuous phase modulation based sequences
Reference
Lukas Landau, Meik Dörpinghaus, Rodrigo C. de Lamare, Gerhard Fettweis, "Achievable rate with 1-bit quantization and oversampling using continuous phase modulation based sequences", In IEEE Transactions on Wireless Communications, vol. 17, no. 10, pp. 7080-7095, Oct 2018.
Bibtex
@ARTICLE{LandauTWC18,
author={Landau, Lukas and D\"orpinghaus, Meik and de Lamare, Rodrigo C. and Fettweis, Gerhard},
journal={IEEE Transactions on Wireless Communications},
title={Achievable rate with 1-bit quantization and oversampling using continuous phase modulation based sequences},
year={2018},
volume={17},
number={10},
pages={7080-7095},
month={Oct},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Krehl, G. Guzzinati, J. Schultz, P. Potapov, D. Pohl, Jérôme Martin, J. Verbeeck, A. Fery, B. Büchner, A. Lubk, "Spectral field mapping in plasmonic nanostructures with nanometer resolution" , In Nature Communications, Springer Nature America, Inc, vol. 9, no. 1, Oct 2018. [doi] [Bibtex & Downloads]
Spectral field mapping in plasmonic nanostructures with nanometer resolution
Reference
J. Krehl, G. Guzzinati, J. Schultz, P. Potapov, D. Pohl, Jérôme Martin, J. Verbeeck, A. Fery, B. Büchner, A. Lubk, "Spectral field mapping in plasmonic nanostructures with nanometer resolution" , In Nature Communications, Springer Nature America, Inc, vol. 9, no. 1, Oct 2018. [doi]
Bibtex
@article{Krehl2018,
doi = {10.1038/s41467-018-06572-9},
url = {https://doi.org/10.1038/s41467-018-06572-9},
year = {2018},
month = {oct},
publisher = {Springer Nature America, Inc},
volume = {9},
number = {1},
author = {J. Krehl and G. Guzzinati and J. Schultz and P. Potapov and D. Pohl and J{\'{e}}r{\^{o}}me Martin and J. Verbeeck and A. Fery and B. B\"{u}chner and A. Lubk},
title = {Spectral field mapping in plasmonic nanostructures with nanometer resolution},
journal = {Nature Communications}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Guangbo Chen, Jian Zhang, Faxing Wang, Lanlan Wang, Zhongquan Liao, Ehrenfried Zschech, Klaus Müllen, Xinliang Feng, "Cobalt-Based Metal\textendashOrganic Framework Nanoarrays as Bifunctional Oxygen Electrocatalysts for Rechargeable Zn-Air Batteries", In Chemistry \textendash A European Journal, Wiley, vol. 24, no. 69, pp. 18413–18418, Oct 2018. [doi] [Bibtex & Downloads]
Cobalt-Based Metal\textendashOrganic Framework Nanoarrays as Bifunctional Oxygen Electrocatalysts for Rechargeable Zn-Air Batteries
Reference
Guangbo Chen, Jian Zhang, Faxing Wang, Lanlan Wang, Zhongquan Liao, Ehrenfried Zschech, Klaus Müllen, Xinliang Feng, "Cobalt-Based Metal\textendashOrganic Framework Nanoarrays as Bifunctional Oxygen Electrocatalysts for Rechargeable Zn-Air Batteries", In Chemistry \textendash A European Journal, Wiley, vol. 24, no. 69, pp. 18413–18418, Oct 2018. [doi]
Bibtex
@article{Chen_2018,
doi = {10.1002/chem.201804339},
url = {https://doi.org/10.1002%2Fchem.201804339},
year = 2018,
month = {oct},
publisher = {Wiley},
volume = {24},
number = {69},
pages = {18413--18418},
author = {Guangbo Chen and Jian Zhang and Faxing Wang and Lanlan Wang and Zhongquan Liao and Ehrenfried Zschech and Klaus Müllen and Xinliang Feng},
title = {Cobalt-Based Metal{\textendash}Organic Framework Nanoarrays as Bifunctional Oxygen Electrocatalysts for Rechargeable Zn-Air Batteries},
journal = {Chemistry {\textendash} A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jeronimo Castrillon, "Parallel programming methodologies for manycores", In NeXtream Solution Seminar & Silexica Technology Workshop (invited talk), Oct 2018. [Bibtex & Downloads]
Parallel programming methodologies for manycores
Reference
Jeronimo Castrillon, "Parallel programming methodologies for manycores", In NeXtream Solution Seminar & Silexica Technology Workshop (invited talk), Oct 2018.
Bibtex
@Misc{castrillon_neXtream2018,
author = {Castrillon, Jeronimo},
title = {Parallel programming methodologies for manycores},
howpublished = {NeXtream Solution Seminar \& Silexica Technology Workshop (invited talk)},
month = oct,
year = {2018},
keywords = {invitedtalk},
location = {Tokyo, Japan},
url = {https://nextream.bz/nss/2018/?page_id=29}
}Downloads
181017_castrill_slx-tokyo_sent-2 [PDF]
Permalink
- Sheng Yang, Panpan Zhang, Faxing Wang, Antonio Gaetano Ricciardulli, Martin R. Lohe, Paul W. M. Blom, Xinliang Feng, "Fluoride-Free Synthesis of Two-Dimensional Titanium Carbide (MXene) Using A Binary Aqueous System", In Angewandte Chemie, Wiley, vol. 130, no. 47, pp. 15717–15721, Oct 2018. [doi] [Bibtex & Downloads]
Fluoride-Free Synthesis of Two-Dimensional Titanium Carbide (MXene) Using A Binary Aqueous System
Reference
Sheng Yang, Panpan Zhang, Faxing Wang, Antonio Gaetano Ricciardulli, Martin R. Lohe, Paul W. M. Blom, Xinliang Feng, "Fluoride-Free Synthesis of Two-Dimensional Titanium Carbide (MXene) Using A Binary Aqueous System", In Angewandte Chemie, Wiley, vol. 130, no. 47, pp. 15717–15721, Oct 2018. [doi]
Bibtex
@article{Yang_2018,
doi = {10.1002/ange.201809662},
url = {https://doi.org/10.1002%2Fange.201809662},
year = 2018,
month = {oct},
publisher = {Wiley},
volume = {130},
number = {47},
pages = {15717--15721},
author = {Sheng Yang and Panpan Zhang and Faxing Wang and Antonio Gaetano Ricciardulli and Martin R. Lohe and Paul W. M. Blom and Xinliang Feng},
title = {Fluoride-Free Synthesis of Two-Dimensional Titanium Carbide ({MXene}) Using A Binary Aqueous System},
journal = {Angewandte Chemie}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Renhao Dong, Peng Han, Himani Arora, Marco Ballabio, Melike Karakus, Zhe Zhang, Chandra Shekhar, Peter Adler, Petko St. Petkov, Artur Erbe, Stefan C. B. Mannsfeld, Claudia Felser, Thomas Heine, Mischa Bonn, Xinliang Feng, Enrique C'anovas, "High-mobility band-like charge transport in a semiconducting two-dimensional metal-organic framework", In Nature Materials, Springer Science and Business Media LLC, vol. 17, no. 11, pp. 1027–1032, Oct 2018. [doi] [Bibtex & Downloads]
High-mobility band-like charge transport in a semiconducting two-dimensional metal-organic framework
Reference
Renhao Dong, Peng Han, Himani Arora, Marco Ballabio, Melike Karakus, Zhe Zhang, Chandra Shekhar, Peter Adler, Petko St. Petkov, Artur Erbe, Stefan C. B. Mannsfeld, Claudia Felser, Thomas Heine, Mischa Bonn, Xinliang Feng, Enrique C'anovas, "High-mobility band-like charge transport in a semiconducting two-dimensional metal-organic framework", In Nature Materials, Springer Science and Business Media LLC, vol. 17, no. 11, pp. 1027–1032, Oct 2018. [doi]
Bibtex
@article{Dong_2018,
doi = {10.1038/s41563-018-0189-z},
url = {https://doi.org/10.1038%2Fs41563-018-0189-z},
year = 2018,
month = {oct},
publisher = {Springer Science and Business Media {LLC}},
volume = {17},
number = {11},
pages = {1027--1032},
author = {Renhao Dong and Peng Han and Himani Arora and Marco Ballabio and Melike Karakus and Zhe Zhang and Chandra Shekhar and Peter Adler and Petko St. Petkov and Artur Erbe and Stefan C. B. Mannsfeld and Claudia Felser and Thomas Heine and Mischa Bonn and Xinliang Feng and Enrique C{\'{a}}novas},
title = {High-mobility band-like charge transport in a semiconducting two-dimensional metal-organic framework},
journal = {Nature Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dan Hou, Shuyan Zhu, Hao Tian, Hao Wei, Xinliang Feng, Yiyong Mai, "Two-Dimensional Sandwich-Structured Mesoporous Mo2C/Carbon/Graphene Nanohybrids for Efficient Hydrogen Production Electrocatalysts", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 10, no. 47, pp. 40800–40807, Oct 2018. [doi] [Bibtex & Downloads]
Two-Dimensional Sandwich-Structured Mesoporous Mo2C/Carbon/Graphene Nanohybrids for Efficient Hydrogen Production Electrocatalysts
Reference
Dan Hou, Shuyan Zhu, Hao Tian, Hao Wei, Xinliang Feng, Yiyong Mai, "Two-Dimensional Sandwich-Structured Mesoporous Mo2C/Carbon/Graphene Nanohybrids for Efficient Hydrogen Production Electrocatalysts", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 10, no. 47, pp. 40800–40807, Oct 2018. [doi]
Bibtex
@article{Hou_2018,
doi = {10.1021/acsami.8b15250},
url = {https://doi.org/10.1021%2Facsami.8b15250},
year = 2018,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {10},
number = {47},
pages = {40800--40807},
author = {Dan Hou and Shuyan Zhu and Hao Tian and Hao Wei and Xinliang Feng and Yiyong Mai},
title = {Two-Dimensional Sandwich-Structured Mesoporous Mo2C/Carbon/Graphene Nanohybrids for Efficient Hydrogen Production Electrocatalysts},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sebastiano Bellani, Faxing Wang, Gianluca Longoni, Leyla Najafi, Reinier Oropesa-Nuñez, Antonio E. Del Rio Castillo, Mirko Prato, Xiaodong Zhuang, Vittorio Pellegrini, Xinliang Feng, Francesco Bonaccorso, "WS2\textendashGraphite Dual-Ion Batteries", In Nano Letters, American Chemical Society (ACS), vol. 18, no. 11, pp. 7155–7164, Oct 2018. [doi] [Bibtex & Downloads]
WS2\textendashGraphite Dual-Ion Batteries
Reference
Sebastiano Bellani, Faxing Wang, Gianluca Longoni, Leyla Najafi, Reinier Oropesa-Nuñez, Antonio E. Del Rio Castillo, Mirko Prato, Xiaodong Zhuang, Vittorio Pellegrini, Xinliang Feng, Francesco Bonaccorso, "WS2\textendashGraphite Dual-Ion Batteries", In Nano Letters, American Chemical Society (ACS), vol. 18, no. 11, pp. 7155–7164, Oct 2018. [doi]
Bibtex
@article{Bellani_2018,
doi = {10.1021/acs.nanolett.8b03227},
url = {https://doi.org/10.1021%2Facs.nanolett.8b03227},
year = 2018,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {18},
number = {11},
pages = {7155--7164},
author = {Sebastiano Bellani and Faxing Wang and Gianluca Longoni and Leyla Najafi and Reinier Oropesa-Nu{\~{n}}ez and Antonio E. Del Rio Castillo and Mirko Prato and Xiaodong Zhuang and Vittorio Pellegrini and Xinliang Feng and Francesco Bonaccorso},
title = {{WS}2{\textendash}Graphite Dual-Ion Batteries},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Fatih N. Gür, Cillian P. T. McPolin, Søren Raza, Martin Mayer, Diane J. Roth, Anja Maria Steiner, Markus Löffler, Andreas Fery, Mark L. Brongersma, Anatoly V. Zayats, Tobias A. F. König, Thorsten L. Schmidt, "DNA-Assembled Plasmonic Waveguides for Nanoscale Light Propagation to a Fluorescent Nanodiamond", In Nano Letters, American Chemical Society (ACS), vol. 18, no. 11, pp. 7323–7329, Oct 2018. [doi] [Bibtex & Downloads]
DNA-Assembled Plasmonic Waveguides for Nanoscale Light Propagation to a Fluorescent Nanodiamond
Reference
Fatih N. Gür, Cillian P. T. McPolin, Søren Raza, Martin Mayer, Diane J. Roth, Anja Maria Steiner, Markus Löffler, Andreas Fery, Mark L. Brongersma, Anatoly V. Zayats, Tobias A. F. König, Thorsten L. Schmidt, "DNA-Assembled Plasmonic Waveguides for Nanoscale Light Propagation to a Fluorescent Nanodiamond", In Nano Letters, American Chemical Society (ACS), vol. 18, no. 11, pp. 7323–7329, Oct 2018. [doi]
Bibtex
@article{G_r_2018,
doi = {10.1021/acs.nanolett.8b03524},
url = {https://doi.org/10.1021%2Facs.nanolett.8b03524},
year = 2018,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {18},
number = {11},
pages = {7323--7329},
author = {Fatih N. Gür and Cillian P. T. McPolin and S{\o}ren Raza and Martin Mayer and Diane J. Roth and Anja Maria Steiner and Markus Löffler and Andreas Fery and Mark L. Brongersma and Anatoly V. Zayats and Tobias A. F. König and Thorsten L. Schmidt},
title = {{DNA}-Assembled Plasmonic Waveguides for Nanoscale Light Propagation to a Fluorescent Nanodiamond},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Saeed Motaragheb Jafarpour, Stefan E. Schulz, Sascha Hermann, "Tuning of diameter and electronic type of CCVD grown SWCNTs: A comparative study on Co-Mo and Co-Ru bimetallic catalyst systems", In Diamond and Related Materials, Elsevier BV, vol. 89, pp. 18–27, Oct 2018. [doi] [Bibtex & Downloads]
Tuning of diameter and electronic type of CCVD grown SWCNTs: A comparative study on Co-Mo and Co-Ru bimetallic catalyst systems
Reference
Saeed Motaragheb Jafarpour, Stefan E. Schulz, Sascha Hermann, "Tuning of diameter and electronic type of CCVD grown SWCNTs: A comparative study on Co-Mo and Co-Ru bimetallic catalyst systems", In Diamond and Related Materials, Elsevier BV, vol. 89, pp. 18–27, Oct 2018. [doi]
Bibtex
@article{Jafarpour_2018,
doi = {10.1016/j.diamond.2018.06.015},
url = {https://doi.org/10.1016%2Fj.diamond.2018.06.015},
year = 2018,
month = {oct},
publisher = {Elsevier {BV}},
volume = {89},
pages = {18--27},
author = {Saeed Motaragheb Jafarpour and Stefan E. Schulz and Sascha Hermann},
title = {Tuning of diameter and electronic type of {CCVD} grown {SWCNTs}: A comparative study on Co-Mo and Co-Ru bimetallic catalyst systems},
journal = {Diamond and Related Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Elaheh Pousaneh, Andrea Preu$\upbeta$, Khaybar Assim, Tobias Rüffer, Marcus Korb, Jana Tittmann-Otto, Sascha Hermann, Stefan E. Schulz, Heinrich Lang, "Tetranuclear yttrium and gadolinium 2-acetylcyclopentanoate clusters: Synthesis and their use as spin-coating precursors for metal oxide film formation for field-effect transistor fabrication", In Journal of Rare Earths, Elsevier BV, vol. 36, no. 10, pp. 1098–1105, Oct 2018. [doi] [Bibtex & Downloads]
Tetranuclear yttrium and gadolinium 2-acetylcyclopentanoate clusters: Synthesis and their use as spin-coating precursors for metal oxide film formation for field-effect transistor fabrication
Reference
Elaheh Pousaneh, Andrea Preu$\upbeta$, Khaybar Assim, Tobias Rüffer, Marcus Korb, Jana Tittmann-Otto, Sascha Hermann, Stefan E. Schulz, Heinrich Lang, "Tetranuclear yttrium and gadolinium 2-acetylcyclopentanoate clusters: Synthesis and their use as spin-coating precursors for metal oxide film formation for field-effect transistor fabrication", In Journal of Rare Earths, Elsevier BV, vol. 36, no. 10, pp. 1098–1105, Oct 2018. [doi]
Bibtex
@article{Pousaneh_2018,
doi = {10.1016/j.jre.2018.02.010},
url = {https://doi.org/10.1016%2Fj.jre.2018.02.010},
year = 2018,
month = {oct},
publisher = {Elsevier {BV}},
volume = {36},
number = {10},
pages = {1098--1105},
author = {Elaheh Pousaneh and Andrea Preu$\upbeta$ and Khaybar Assim and Tobias Rüffer and Marcus Korb and Jana Tittmann-Otto and Sascha Hermann and Stefan E. Schulz and Heinrich Lang},
title = {Tetranuclear yttrium and gadolinium 2-acetylcyclopentanoate clusters: Synthesis and their use as spin-coating precursors for metal oxide film formation for field-effect transistor fabrication},
journal = {Journal of Rare Earths}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Abhijit Basu Mallik, Jason Locklin, Stefan C. B. Mannsfeld, Colin Reese, Mark E. Roberts, Michelle L. Senatore, Hong Zi, Zhenan Bao, "Design, Synthesis, and Transistor Performance of Organic Semiconductors", Chapter in Organic Field-Effect Transistors, CRC Press, pp. 159–228, Oct 2018. [doi] [Bibtex & Downloads]
Design, Synthesis, and Transistor Performance of Organic Semiconductors
Reference
Abhijit Basu Mallik, Jason Locklin, Stefan C. B. Mannsfeld, Colin Reese, Mark E. Roberts, Michelle L. Senatore, Hong Zi, Zhenan Bao, "Design, Synthesis, and Transistor Performance of Organic Semiconductors", Chapter in Organic Field-Effect Transistors, CRC Press, pp. 159–228, Oct 2018. [doi]
Bibtex
@incollection{Mallik_2018,
doi = {10.1201/9781420008012-6},
url = {https://doi.org/10.1201%2F9781420008012-6},
year = 2018,
month = {oct},
publisher = {{CRC} Press},
pages = {159--228},
author = {Abhijit Basu Mallik and Jason Locklin and Stefan C. B. Mannsfeld and Colin Reese and Mark E. Roberts and Michelle L. Senatore and Hong Zi and Zhenan Bao},
title = {Design, Synthesis, and Transistor Performance of Organic Semiconductors},
booktitle = {Organic Field-Effect Transistors}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andrés Goens, Christian Menard, Jeronimo Castrillon, "On the Representation of Mappings to Multicores", Proceedings of the IEEE 12th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-18), pp. 184–191, Vietnam National University, Hanoi, Vietnam, Sep 2018. [doi] [Bibtex & Downloads]
On the Representation of Mappings to Multicores
Reference
Andrés Goens, Christian Menard, Jeronimo Castrillon, "On the Representation of Mappings to Multicores", Proceedings of the IEEE 12th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-18), pp. 184–191, Vietnam National University, Hanoi, Vietnam, Sep 2018. [doi]
Abstract
Application requirements for embedded systems are growing rapidly, as is the complexity of systems designed to execute them. A common abstraction used to tame this growing complexity is that of a mapping, which assigns parts of an application to different hardware resources. Modern flows need to explore an intractably large design space of mappings, and be able to quickly find near-optimal mappings for different objectives, sometimes at runtime. With systems featuring thousands of cores in the near horizon, we need methods to make this exploration step truly scalable. In this paper we argue that the mathematical representation of a mapping is central to achieve this. We present different representations and how these could be applied to different contexts and objectives, like complex design- space exploration meta-heuristics or efficient runtime systems.
Bibtex
@InProceedings{goen_mcsoc18,
author = {Andr\'{e}s Goens and Christian Menard and Jeronimo Castrillon},
title = {On the Representation of Mappings to Multicores},
booktitle = {Proceedings of the IEEE 12th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-18)},
year = {2018},
address = {Vietnam National University, Hanoi, Vietnam},
month = sep,
pages = {184--191},
doi = {10.1109/MCSoC2018.2018.00039},
url = {https://ieeexplore.ieee.org/document/8540232},
isbn = {978-1-5386-6689-0/18/},
abstract = {Application requirements for embedded systems are growing rapidly, as is the complexity of systems designed to execute them. A common abstraction used to tame this growing complexity is that of a mapping, which assigns parts of an application to different hardware resources. Modern flows need to explore an intractably large design space of mappings, and be able to quickly find near-optimal mappings for different objectives, sometimes at runtime. With systems featuring thousands of cores in the near horizon, we need methods to make this exploration step truly scalable. In this paper we argue that the mathematical representation of a mapping is central to achieve this. We present different representations and how these could be applied to different contexts and objectives, like complex design- space exploration meta-heuristics or efficient runtime systems.},
}Downloads
1809_Goens_MCSoC [PDF]
Related Paths
Permalink
- Chao Zhang, Chenbao Lu, Shuai Bi, Yang Hou, Fan Zhang, Ming Cai, Yafei He, Silvia Paasch, Xinliang Feng, Eike Brunner, Xiaodong Zhuang, "S-enriched porous polymer derived N-doped porous carbons for electrochemical energy storage and conversion", In Frontiers of Chemical Science and Engineering, Springer Nature America, Inc, vol. 12, no. 3, pp. 346–357, Sep 2018. [doi] [Bibtex & Downloads]
S-enriched porous polymer derived N-doped porous carbons for electrochemical energy storage and conversion
Reference
Chao Zhang, Chenbao Lu, Shuai Bi, Yang Hou, Fan Zhang, Ming Cai, Yafei He, Silvia Paasch, Xinliang Feng, Eike Brunner, Xiaodong Zhuang, "S-enriched porous polymer derived N-doped porous carbons for electrochemical energy storage and conversion", In Frontiers of Chemical Science and Engineering, Springer Nature America, Inc, vol. 12, no. 3, pp. 346–357, Sep 2018. [doi]
Bibtex
@article{Zhang_2018,
doi = {10.1007/s11705-018-1727-6},
url = {https://doi.org/10.1007%2Fs11705-018-1727-6},
year = 2018,
month = {sep},
publisher = {Springer Nature America, Inc},
volume = {12},
number = {3},
pages = {346--357},
author = {Chao Zhang and Chenbao Lu and Shuai Bi and Yang Hou and Fan Zhang and Ming Cai and Yafei He and Silvia Paasch and Xinliang Feng and Eike Brunner and Xiaodong Zhuang},
title = {S-enriched porous polymer derived N-doped porous carbons for electrochemical energy storage and conversion},
journal = {Frontiers of Chemical Science and Engineering}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Donato Spoltore, Andreas Hofacker, Johannes Benduhn, Sascha Ullbrich, Mathias Nyman, Olaf Zeika, Sebastian Schellhammer, Yeli Fan, Ivan Ramirez, Stephen Barlow, Moritz Riede, Seth R. Marder, Frank Ortmann, Koen Vandewal, "Hole Transport in Low-Donor-Content Organic Solar Cells", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 9, no. 18, pp. 5496–5501, Sep 2018. [doi] [Bibtex & Downloads]
Hole Transport in Low-Donor-Content Organic Solar Cells
Reference
Donato Spoltore, Andreas Hofacker, Johannes Benduhn, Sascha Ullbrich, Mathias Nyman, Olaf Zeika, Sebastian Schellhammer, Yeli Fan, Ivan Ramirez, Stephen Barlow, Moritz Riede, Seth R. Marder, Frank Ortmann, Koen Vandewal, "Hole Transport in Low-Donor-Content Organic Solar Cells", In The Journal of Physical Chemistry Letters, American Chemical Society (ACS), vol. 9, no. 18, pp. 5496–5501, Sep 2018. [doi]
Bibtex
@article{Spoltore_2018,
doi = {10.1021/acs.jpclett.8b02177},
url = {https://doi.org/10.1021%2Facs.jpclett.8b02177},
year = 2018,
month = {sep},
publisher = {American Chemical Society ({ACS})},
volume = {9},
number = {18},
pages = {5496--5501},
author = {Donato Spoltore and Andreas Hofacker and Johannes Benduhn and Sascha Ullbrich and Mathias Nyman and Olaf Zeika and Sebastian Schellhammer and Yeli Fan and Ivan Ramirez and Stephen Barlow and Moritz Riede and Seth R. Marder and Frank Ortmann and Koen Vandewal},
title = {Hole Transport in Low-Donor-Content Organic Solar Cells},
journal = {The Journal of Physical Chemistry Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rishi Shivhare, Tim Erdmann, Ulrich Hörmann, Elisa Collado-Fregoso, Stefan Zeiske, Johannes Benduhn, Sascha Ullbrich, René Hübner, Mike Hambsch, Anton Kiriy, Brigitte Voit, Dieter Neher, Koen Vandewal, Stefan C. B. Mannsfeld, "Alkyl Branching Position in Diketopyrrolopyrrole Polymers: Interplay between Fibrillar Morphology and Crystallinity and Their Effect on Photogeneration and Recombination in Bulk-Heterojunction Solar Cells", In Chemistry of Materials, American Chemical Society (ACS), vol. 30, no. 19, pp. 6801–6809, Sep 2018. [doi] [Bibtex & Downloads]
Alkyl Branching Position in Diketopyrrolopyrrole Polymers: Interplay between Fibrillar Morphology and Crystallinity and Their Effect on Photogeneration and Recombination in Bulk-Heterojunction Solar Cells
Reference
Rishi Shivhare, Tim Erdmann, Ulrich Hörmann, Elisa Collado-Fregoso, Stefan Zeiske, Johannes Benduhn, Sascha Ullbrich, René Hübner, Mike Hambsch, Anton Kiriy, Brigitte Voit, Dieter Neher, Koen Vandewal, Stefan C. B. Mannsfeld, "Alkyl Branching Position in Diketopyrrolopyrrole Polymers: Interplay between Fibrillar Morphology and Crystallinity and Their Effect on Photogeneration and Recombination in Bulk-Heterojunction Solar Cells", In Chemistry of Materials, American Chemical Society (ACS), vol. 30, no. 19, pp. 6801–6809, Sep 2018. [doi]
Bibtex
@article{Shivhare_2018,
doi = {10.1021/acs.chemmater.8b02739},
url = {https://doi.org/10.1021%2Facs.chemmater.8b02739},
year = 2018,
month = {sep},
publisher = {American Chemical Society ({ACS})},
volume = {30},
number = {19},
pages = {6801--6809},
author = {Rishi Shivhare and Tim Erdmann and Ulrich Hörmann and Elisa Collado-Fregoso and Stefan Zeiske and Johannes Benduhn and Sascha Ullbrich and Ren{\'{e}} Hübner and Mike Hambsch and Anton Kiriy and Brigitte Voit and Dieter Neher and Koen Vandewal and Stefan C. B. Mannsfeld},
title = {Alkyl Branching Position in Diketopyrrolopyrrole Polymers: Interplay between Fibrillar Morphology and Crystallinity and Their Effect on Photogeneration and Recombination in Bulk-Heterojunction Solar Cells},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sajjad Tamimi, Zahra Ebrahimi, Behnam Khaleghi, Hossein Asadi, "An Efficient SRAM-Based Reconfigurable Architecture for Embedded Processors", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 38, no. 3, pp. 466–479, Sep 2018. [doi] [Bibtex & Downloads]
An Efficient SRAM-Based Reconfigurable Architecture for Embedded Processors
Reference
Sajjad Tamimi, Zahra Ebrahimi, Behnam Khaleghi, Hossein Asadi, "An Efficient SRAM-Based Reconfigurable Architecture for Embedded Processors", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 38, no. 3, pp. 466–479, Sep 2018. [doi]
Bibtex
@article{TCAD_2018,
doi = {10.1109/tcad.2018.2812118},
url = {https://doi.org/10.1109%2Ftcad.2018.2812118},
year = 2018,
month = {sep},
volume = {38},
number = {3},
pages = {466--479},
author = {Sajjad Tamimi and Zahra Ebrahimi and Behnam Khaleghi and Hossein Asadi},
title = {An Efficient {SRAM}-Based Reconfigurable Architecture for Embedded Processors},
journal = {{IEEE} Transactions on Computer-Aided Design of Integrated Circuits and Systems}
}Downloads
No Downloads available for this publication
Permalink
- Johannes Israel, Andreas Fischer, Meik Dörpinghaus, "On wireless board-to-board communication with cascaded Butler matrices" (to appear), In Proceeding: 15th International Symposium on Wireless Communication Systems (ISWCS), Lisbon, Portugal, August 2018. [Bibtex & Downloads]
On wireless board-to-board communication with cascaded Butler matrices
Reference
Johannes Israel, Andreas Fischer, Meik Dörpinghaus, "On wireless board-to-board communication with cascaded Butler matrices" (to appear), In Proceeding: 15th International Symposium on Wireless Communication Systems (ISWCS), Lisbon, Portugal, August 2018.
Bibtex
@inproceedings{Israel_ISWCS18,
title={On wireless board-to-board communication with cascaded Butler matrices},
author={Israel, Johannes and Fischer, Andreas and D\"orpinghaus, Meik},
booktitle={15th International Symposium on Wireless Communication Systems (ISWCS)},
year={2018},
month= August,
address = {Lisbon, Portugal},
}Downloads
Israel_ISWCS2018 [PDF]
Related Paths
Permalink
- Rohit Agrawal, Chin Hao Hoo, Kapil Ahuja, Akash Kumar, "Parallel FPGA Router using Sub-Gradient method and Steiner tree", In arXiv preprint arXiv:1803.03885, August 2018. [Bibtex & Downloads]
Parallel FPGA Router using Sub-Gradient method and Steiner tree
Reference
Rohit Agrawal, Chin Hao Hoo, Kapil Ahuja, Akash Kumar, "Parallel FPGA Router using Sub-Gradient method and Steiner tree", In arXiv preprint arXiv:1803.03885, August 2018.
Bibtex
@article{agrawal2018parallel,
title={Parallel FPGA Router using Sub-Gradient method and Steiner tree},
author={Agrawal, Rohit and Hoo, Chin Hao and Ahuja, Kapil and Kumar, Akash},
journal={arXiv preprint arXiv:1803.03885},
year={2018},
month={August}
}Downloads
Parallel_FPGA_Router_Rohit [PDF]
Permalink
- Gang Wang, Faxing Wang, Panpan Zhang, Jian Zhang, Tao Zhang, Klaus Müllen, Xinliang Feng, "Polarity-Switchable Symmetric Graphite Batteries with High Energy and High Power Densities", In Advanced Materials, Wiley, vol. 30, no. 39, pp. 1802949, Aug 2018. [doi] [Bibtex & Downloads]
Polarity-Switchable Symmetric Graphite Batteries with High Energy and High Power Densities
Reference
Gang Wang, Faxing Wang, Panpan Zhang, Jian Zhang, Tao Zhang, Klaus Müllen, Xinliang Feng, "Polarity-Switchable Symmetric Graphite Batteries with High Energy and High Power Densities", In Advanced Materials, Wiley, vol. 30, no. 39, pp. 1802949, Aug 2018. [doi]
Bibtex
@article{Wang_2018,
doi = {10.1002/adma.201802949},
url = {https://doi.org/10.1002%2Fadma.201802949},
year = 2018,
month = {aug},
publisher = {Wiley},
volume = {30},
number = {39},
pages = {1802949},
author = {Gang Wang and Faxing Wang and Panpan Zhang and Jian Zhang and Tao Zhang and Klaus Müllen and Xinliang Feng},
title = {Polarity-Switchable Symmetric Graphite Batteries with High Energy and High Power Densities},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yinjuan Huang, Fugui Xu, Lucia Ganzer, Franco V. A. Camargo, Tetsuhiko Nagahara, Joan Teyssandier, Hans Van Gorp, Kristoffer Basse, Lasse Arnt Straasø, Vaiva Nagyte, Cinzia Casiraghi, Michael Ryan Hansen, Steven De Feyter, Deyue Yan, Klaus Müllen, Xinliang Feng, Giulio Cerullo, Yiyong Mai, "Intrinsic Properties of Single Graphene Nanoribbons in Solution: Synthetic and Spectroscopic Studies", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 33, pp. 10416–10420, Aug 2018. [doi] [Bibtex & Downloads]
Intrinsic Properties of Single Graphene Nanoribbons in Solution: Synthetic and Spectroscopic Studies
Reference
Yinjuan Huang, Fugui Xu, Lucia Ganzer, Franco V. A. Camargo, Tetsuhiko Nagahara, Joan Teyssandier, Hans Van Gorp, Kristoffer Basse, Lasse Arnt Straasø, Vaiva Nagyte, Cinzia Casiraghi, Michael Ryan Hansen, Steven De Feyter, Deyue Yan, Klaus Müllen, Xinliang Feng, Giulio Cerullo, Yiyong Mai, "Intrinsic Properties of Single Graphene Nanoribbons in Solution: Synthetic and Spectroscopic Studies", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 33, pp. 10416–10420, Aug 2018. [doi]
Bibtex
@article{Huang_2018,
doi = {10.1021/jacs.8b06028},
url = {https://doi.org/10.1021%2Fjacs.8b06028},
year = 2018,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {140},
number = {33},
pages = {10416--10420},
author = {Yinjuan Huang and Fugui Xu and Lucia Ganzer and Franco V. A. Camargo and Tetsuhiko Nagahara and Joan Teyssandier and Hans Van Gorp and Kristoffer Basse and Lasse Arnt Straas{\o} and Vaiva Nagyte and Cinzia Casiraghi and Michael Ryan Hansen and Steven De Feyter and Deyue Yan and Klaus Müllen and Xinliang Feng and Giulio Cerullo and Yiyong Mai},
title = {Intrinsic Properties of Single Graphene Nanoribbons in Solution: Synthetic and Spectroscopic Studies},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Qunhong Weng, Guodong Li, Xinliang Feng, Kornelius Nielsch, Dmitri Golberg, Oliver G. Schmidt, "Electronic and Optical Properties of 2D Materials Constructed from Light Atoms", In Advanced Materials, Wiley, vol. 30, no. 46, pp. 1801600, Aug 2018. [doi] [Bibtex & Downloads]
Electronic and Optical Properties of 2D Materials Constructed from Light Atoms
Reference
Qunhong Weng, Guodong Li, Xinliang Feng, Kornelius Nielsch, Dmitri Golberg, Oliver G. Schmidt, "Electronic and Optical Properties of 2D Materials Constructed from Light Atoms", In Advanced Materials, Wiley, vol. 30, no. 46, pp. 1801600, Aug 2018. [doi]
Bibtex
@article{Weng_2018,
doi = {10.1002/adma.201801600},
url = {https://doi.org/10.1002%2Fadma.201801600},
year = 2018,
month = {aug},
publisher = {Wiley},
volume = {30},
number = {46},
pages = {1801600},
author = {Qunhong Weng and Guodong Li and Xinliang Feng and Kornelius Nielsch and Dmitri Golberg and Oliver G. Schmidt},
title = {Electronic and Optical Properties of 2D Materials Constructed from Light Atoms},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Til Jasper Ullrich, "Detection and exploitation of data-parallelism in assignments of multi-dimensional tensors", Bachelor's thesis, TU Dresden, Dresden, Germany, 8/2018. [Bibtex & Downloads]
Detection and exploitation of data-parallelism in assignments of multi-dimensional tensors
Reference
Til Jasper Ullrich, "Detection and exploitation of data-parallelism in assignments of multi-dimensional tensors", Bachelor's thesis, TU Dresden, Dresden, Germany, 8/2018.
Bibtex
@bachelorsthesis{TilJasper2018Detect,
title={Detection and exploitation of data-parallelism in assignments of multi-dimensional tensors},
author={Til Jasper Ullrich},
year={2018},
month={8},
note={Qucosa: http://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa2-319722},
address={Dresden, Germany},
school={TU Dresden},
}Downloads
1808_Ullrich [PDF]
Related Paths
Permalink
- Tim Baldauf, Andre Heinzig, Thomas Mikolajick, Walter M. Weber, "Vertically Integrated Reconfigurable Nanowire Arrays", In IEEE Electron Device Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 39, no. 8, pp. 1242–1245, Aug 2018. [doi] [Bibtex & Downloads]
Vertically Integrated Reconfigurable Nanowire Arrays
Reference
Tim Baldauf, Andre Heinzig, Thomas Mikolajick, Walter M. Weber, "Vertically Integrated Reconfigurable Nanowire Arrays", In IEEE Electron Device Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 39, no. 8, pp. 1242–1245, Aug 2018. [doi]
Bibtex
@article{Baldauf_2018,
doi = {10.1109/led.2018.2847902},
url = {https://doi.org/10.1109%2Fled.2018.2847902},
year = 2018,
month = {aug},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {39},
number = {8},
pages = {1242--1245},
author = {Tim Baldauf and Andre Heinzig and Thomas Mikolajick and Walter M. Weber},
title = {Vertically Integrated Reconfigurable Nanowire Arrays},
journal = {{IEEE} Electron Device Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jose Casadiego, Dimitra Maoutsa, Marc Timme, "Inferring Network Connectivity from Event Timing Patterns", In Physical Review Letters, American Physical Society (APS), vol. 121, no. 5, Aug 2018. [doi] [Bibtex & Downloads]
Inferring Network Connectivity from Event Timing Patterns
Reference
Jose Casadiego, Dimitra Maoutsa, Marc Timme, "Inferring Network Connectivity from Event Timing Patterns", In Physical Review Letters, American Physical Society (APS), vol. 121, no. 5, Aug 2018. [doi]
Bibtex
@article{Casadiego_2018,
doi = {10.1103/physrevlett.121.054101},
url = {https://doi.org/10.1103%2Fphysrevlett.121.054101},
year = 2018,
month = {aug},
publisher = {American Physical Society ({APS})},
volume = {121},
number = {5},
author = {Jose Casadiego and Dimitra Maoutsa and Marc Timme},
title = {Inferring Network Connectivity from Event Timing Patterns},
journal = {Physical Review Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- E. Zschech, M. Löffler, P. Krüger, J. Gluch, K. Kutukova, I. Zgłobicka, J. Silomon, R. Rosenkranz, Y. Standke, E. Topal, "Laboratory Computed X-Ray Tomography \textendash A Nondestructive Technique for 3D Microstructure Analyis of Materials", In Practical Metallography, Carl Hanser Verlag, vol. 55, no. 8, pp. 539–555, Aug 2018. [doi] [Bibtex & Downloads]
Laboratory Computed X-Ray Tomography \textendash A Nondestructive Technique for 3D Microstructure Analyis of Materials
Reference
E. Zschech, M. Löffler, P. Krüger, J. Gluch, K. Kutukova, I. Zgłobicka, J. Silomon, R. Rosenkranz, Y. Standke, E. Topal, "Laboratory Computed X-Ray Tomography \textendash A Nondestructive Technique for 3D Microstructure Analyis of Materials", In Practical Metallography, Carl Hanser Verlag, vol. 55, no. 8, pp. 539–555, Aug 2018. [doi]
Bibtex
@article{Zschech_2018,
doi = {10.3139/147.110537},
url = {https://doi.org/10.3139%2F147.110537},
year = 2018,
month = {aug},
publisher = {Carl Hanser Verlag},
volume = {55},
number = {8},
pages = {539--555},
author = {E. Zschech and M. Löffler and P. Krüger and J. Gluch and K. Kutukova and I. Zg{\l}obicka and J. Silomon and R. Rosenkranz and Y. Standke and E. Topal},
title = {Laboratory Computed X-Ray Tomography {\textendash} A Nondestructive Technique for 3D Microstructure Analyis of Materials},
journal = {Practical Metallography}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, Matthias Lieber, Sascha Klüppelholz, Marcus Völp, Nils Asmussen, Uwe Assmann, Franz Baader, Christel Baier, Gerhard Fettweis, Jochen Fröhlich, Andrés Goens, Sebastian Haas, Dirk Habich, Hermann Härtig, Mattis Hasler, Immo Huismann, Tomas Karnagel, Sven Karol, Akash Kumar, Wolfgang Lehner, Linda Leuschner, Siqi Ling, Steffen Märcker, Christian Menard, Johannes Mey, Wolfgang Nagel, Benedikt Nöthen, Rafael Peñaloza, Michael Raitza, Jörg Stiller, Annett Ungethüm, Axel Voigt, Sascha Wunderlich, "A Hardware/Software Stack for Heterogeneous Systems", In IEEE Transactions on Multi-Scale Computing Systems, vol. 4, no. 3, pp. 243-259, Jul 2018. [doi] [Bibtex & Downloads]
A Hardware/Software Stack for Heterogeneous Systems
Reference
Jeronimo Castrillon, Matthias Lieber, Sascha Klüppelholz, Marcus Völp, Nils Asmussen, Uwe Assmann, Franz Baader, Christel Baier, Gerhard Fettweis, Jochen Fröhlich, Andrés Goens, Sebastian Haas, Dirk Habich, Hermann Härtig, Mattis Hasler, Immo Huismann, Tomas Karnagel, Sven Karol, Akash Kumar, Wolfgang Lehner, Linda Leuschner, Siqi Ling, Steffen Märcker, Christian Menard, Johannes Mey, Wolfgang Nagel, Benedikt Nöthen, Rafael Peñaloza, Michael Raitza, Jörg Stiller, Annett Ungethüm, Axel Voigt, Sascha Wunderlich, "A Hardware/Software Stack for Heterogeneous Systems", In IEEE Transactions on Multi-Scale Computing Systems, vol. 4, no. 3, pp. 243-259, Jul 2018. [doi]
Abstract
Plenty of novel emerging technologies are being proposed and evaluated today, mostly at the device and circuit levels. It is unclear what the impact of different new technologies at the system level will be. What is clear, however, is that new technologies will make their way into systems and will increase the already high complexity of heterogeneous parallel computing platforms, making it ever so difficult to program them. This paper discusses a programming stack for heterogeneous systems that combines and adapts well-understood principles from different areas, including capability-based operating systems, adaptive application runtimes, dataflow programming models, and model checking. We argue why we think that these principles built into the stack and the interfaces among the layers will also be applicable to future systems that integrate heterogeneous technologies. The programming stack is evaluated on a tiled heterogeneous multicore.
Bibtex
@Article{castrillon_tmscs17,
author = {Jeronimo Castrillon and Matthias Lieber and Sascha Kl{\"u}ppelholz and Marcus V{\"o}lp and Nils Asmussen and Uwe Assmann and Franz Baader and Christel Baier and Gerhard Fettweis and Jochen Fr{\"o}hlich and Andr\'{e}s Goens and Sebastian Haas and Dirk Habich and Hermann H{\"a}rtig and Mattis Hasler and Immo Huismann and Tomas Karnagel and Sven Karol and Akash Kumar and Wolfgang Lehner and Linda Leuschner and Siqi Ling and Steffen M{\"a}rcker and Christian Menard and Johannes Mey and Wolfgang Nagel and Benedikt N{\"o}then and Rafael Pe{\~n}aloza and Michael Raitza and J{\"o}rg Stiller and Annett Ungeth{\"u}m and Axel Voigt and Sascha Wunderlich},
title = {A Hardware/Software Stack for Heterogeneous Systems},
journal = {IEEE Transactions on Multi-Scale Computing Systems},
year = {2018},
month = jul,
volume={4},
number={3},
pages={243-259},
abstract = {Plenty of novel emerging technologies are being proposed and evaluated today, mostly at the device and circuit levels. It is unclear what the impact of different new technologies at the system level will be. What is clear, however, is that new technologies will make their way into systems and will increase the already high complexity of heterogeneous parallel computing platforms, making it ever so difficult to program them. This paper discusses a programming stack for heterogeneous systems that combines and adapts well-understood principles from different areas, including capability-based operating systems, adaptive application runtimes, dataflow programming models, and model checking. We argue why we think that these principles built into the stack and the interfaces among the layers will also be applicable to future systems that integrate heterogeneous technologies. The programming stack is evaluated on a tiled heterogeneous multicore.},
doi = {10.1109/TMSCS.2017.2771750},
issn = {2332-7766},
url = {http://ieeexplore.ieee.org/document/8103042/}
}Downloads
1711_Castrillon_TMSCS [PDF]
Related Paths
Permalink
- Nusrat Jahan Lisa, Annett Ungethüm, Dirk Habich, Nguyen Duy Anh Tuan, Akash Kumar, Wolfgang Lehner, "Column Scan Optimization by Increasing Intra-Instruction Parallelism", Proceedings of the 7th International Conference on Data Science, Technology and Applications (DATA), July 2018. (Best Paper Award) [Bibtex & Downloads]
Column Scan Optimization by Increasing Intra-Instruction Parallelism
Reference
Nusrat Jahan Lisa, Annett Ungethüm, Dirk Habich, Nguyen Duy Anh Tuan, Akash Kumar, Wolfgang Lehner, "Column Scan Optimization by Increasing Intra-Instruction Parallelism", Proceedings of the 7th International Conference on Data Science, Technology and Applications (DATA), July 2018. (Best Paper Award)
Bibtex
@InProceedings{lisaDATA2018,
author = {Nusrat Jahan Lisa and Annett Ungethüm and Dirk Habich and Nguyen Duy Anh Tuan and Akash Kumar and Wolfgang Lehner},
title = {Column Scan Optimization by Increasing Intra-Instruction Parallelism},
booktitle = {Proceedings of the 7th International Conference on Data Science, Technology and Applications (DATA) },
month = {July},
year = {2018},
comment={Best Paper Award}
}Downloads
DATA_2018_47_CR (1) [PDF]
Permalink
- Jian Zhang, Guangbo Chen, Klaus Müllen, Xinliang Feng, "Carbon-Rich Nanomaterials: Fascinating Hydrogen and Oxygen Electrocatalysts", In Advanced Materials, Wiley, pp. 1800528, Jul 2018. [doi] [Bibtex & Downloads]
Carbon-Rich Nanomaterials: Fascinating Hydrogen and Oxygen Electrocatalysts
Reference
Jian Zhang, Guangbo Chen, Klaus Müllen, Xinliang Feng, "Carbon-Rich Nanomaterials: Fascinating Hydrogen and Oxygen Electrocatalysts", In Advanced Materials, Wiley, pp. 1800528, Jul 2018. [doi]
Bibtex
@article{Zhang_2018,
doi = {10.1002/adma.201800528},
url = {https://doi.org/10.1002%2Fadma.201800528},
year = 2018,
month = {jul},
publisher = {Wiley},
pages = {1800528},
author = {Jian Zhang and Guangbo Chen and Klaus Müllen and Xinliang Feng},
title = {Carbon-Rich Nanomaterials: Fascinating Hydrogen and Oxygen Electrocatalysts},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Renhao Dong, Zhitao Zhang, Diana C. Tranca, Shengqiang Zhou, Mingchao Wang, Peter Adler, Zhongquan Liao, Feng Liu, Yan Sun, Wujun Shi, Zhe Zhang, Ehrenfried Zschech, Stefan C. B. Mannsfeld, Claudia Felser, Xinliang Feng, "A coronene-based semiconducting two-dimensional metal-organic framework with ferromagnetic behavior", In Nature Communications, Springer Science and Business Media LLC, vol. 9, no. 1, Jul 2018. [doi] [Bibtex & Downloads]
A coronene-based semiconducting two-dimensional metal-organic framework with ferromagnetic behavior
Reference
Renhao Dong, Zhitao Zhang, Diana C. Tranca, Shengqiang Zhou, Mingchao Wang, Peter Adler, Zhongquan Liao, Feng Liu, Yan Sun, Wujun Shi, Zhe Zhang, Ehrenfried Zschech, Stefan C. B. Mannsfeld, Claudia Felser, Xinliang Feng, "A coronene-based semiconducting two-dimensional metal-organic framework with ferromagnetic behavior", In Nature Communications, Springer Science and Business Media LLC, vol. 9, no. 1, Jul 2018. [doi]
Bibtex
@article{Dong_2018,
doi = {10.1038/s41467-018-05141-4},
url = {https://doi.org/10.1038%2Fs41467-018-05141-4},
year = 2018,
month = {jul},
publisher = {Springer Science and Business Media {LLC}},
volume = {9},
number = {1},
author = {Renhao Dong and Zhitao Zhang and Diana C. Tranca and Shengqiang Zhou and Mingchao Wang and Peter Adler and Zhongquan Liao and Feng Liu and Yan Sun and Wujun Shi and Zhe Zhang and Ehrenfried Zschech and Stefan C. B. Mannsfeld and Claudia Felser and Xinliang Feng},
title = {A coronene-based semiconducting two-dimensional metal-organic framework with ferromagnetic behavior},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xiao-Ye Wang, José I. Urgel, Gabriela Borin Barin, Kristjan Eimre, Marco Di Giovannantonio, Alberto Milani, Matteo Tommasini, Carlo A. Pignedoli, Pascal Ruffieux, Xinliang Feng, Roman Fasel, Klaus Müllen, Akimitsu Narita, "Bottom-Up Synthesis of Heteroatom-Doped Chiral Graphene Nanoribbons", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 29, pp. 9104–9107, Jul 2018. [doi] [Bibtex & Downloads]
Bottom-Up Synthesis of Heteroatom-Doped Chiral Graphene Nanoribbons
Reference
Xiao-Ye Wang, José I. Urgel, Gabriela Borin Barin, Kristjan Eimre, Marco Di Giovannantonio, Alberto Milani, Matteo Tommasini, Carlo A. Pignedoli, Pascal Ruffieux, Xinliang Feng, Roman Fasel, Klaus Müllen, Akimitsu Narita, "Bottom-Up Synthesis of Heteroatom-Doped Chiral Graphene Nanoribbons", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 29, pp. 9104–9107, Jul 2018. [doi]
Bibtex
@article{Wang_2018,
doi = {10.1021/jacs.8b06210},
url = {https://doi.org/10.1021%2Fjacs.8b06210},
year = 2018,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {140},
number = {29},
pages = {9104--9107},
author = {Xiao-Ye Wang and Jos{\'{e}} I. Urgel and Gabriela Borin Barin and Kristjan Eimre and Marco Di Giovannantonio and Alberto Milani and Matteo Tommasini and Carlo A. Pignedoli and Pascal Ruffieux and Xinliang Feng and Roman Fasel and Klaus Müllen and Akimitsu Narita},
title = {Bottom-Up Synthesis of Heteroatom-Doped Chiral Graphene Nanoribbons},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jae Joon Kim, Stefan Bachevillier, D. Leonardo Gonzalez Arellano, Benjamin P. Cherniawski, Edmund K. Burnett, Natalie Stingelin, Cédric Ayela, Özlem Usluer, Stefan C. B. Mannsfeld, Guillaume Wantz, Alejandro L. Briseno, "Correlating Crystal Thickness, Surface Morphology, and Charge Transport in Pristine and Doped Rubrene Single Crystals", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 10, no. 31, pp. 26745–26751, Jul 2018. [doi] [Bibtex & Downloads]
Correlating Crystal Thickness, Surface Morphology, and Charge Transport in Pristine and Doped Rubrene Single Crystals
Reference
Jae Joon Kim, Stefan Bachevillier, D. Leonardo Gonzalez Arellano, Benjamin P. Cherniawski, Edmund K. Burnett, Natalie Stingelin, Cédric Ayela, Özlem Usluer, Stefan C. B. Mannsfeld, Guillaume Wantz, Alejandro L. Briseno, "Correlating Crystal Thickness, Surface Morphology, and Charge Transport in Pristine and Doped Rubrene Single Crystals", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 10, no. 31, pp. 26745–26751, Jul 2018. [doi]
Bibtex
@article{Kim_2018,
doi = {10.1021/acsami.8b04451},
url = {https://doi.org/10.1021%2Facsami.8b04451},
year = 2018,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {10},
number = {31},
pages = {26745--26751},
author = {Jae Joon Kim and Stefan Bachevillier and D. Leonardo Gonzalez Arellano and Benjamin P. Cherniawski and Edmund K. Burnett and Natalie Stingelin and C{\'{e}}dric Ayela and Özlem Usluer and Stefan C. B. Mannsfeld and Guillaume Wantz and Alejandro L. Briseno},
title = {Correlating Crystal Thickness, Surface Morphology, and Charge Transport in Pristine and Doped Rubrene Single Crystals},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yun Cao, Jing Qi, Yan-Fang Zhang, Li Huang, Qi Zheng, Xiao Lin, Zhihai Cheng, Yu-Yang Zhang, Xinliang Feng, Shixuan Du, Sokrates T. Pantelides, Hong-Jun Gao, "Tuning the morphology of chevron-type graphene nanoribbons by choice of annealing temperature", In Nano Research, Springer Nature America, Inc, vol. 11, no. 12, pp. 6190–6196, Jul 2018. [doi] [Bibtex & Downloads]
Tuning the morphology of chevron-type graphene nanoribbons by choice of annealing temperature
Reference
Yun Cao, Jing Qi, Yan-Fang Zhang, Li Huang, Qi Zheng, Xiao Lin, Zhihai Cheng, Yu-Yang Zhang, Xinliang Feng, Shixuan Du, Sokrates T. Pantelides, Hong-Jun Gao, "Tuning the morphology of chevron-type graphene nanoribbons by choice of annealing temperature", In Nano Research, Springer Nature America, Inc, vol. 11, no. 12, pp. 6190–6196, Jul 2018. [doi]
Bibtex
@article{Cao_2018,
doi = {10.1007/s12274-018-2136-3},
url = {https://doi.org/10.1007%2Fs12274-018-2136-3},
year = 2018,
month = {jul},
publisher = {Springer Nature America, Inc},
volume = {11},
number = {12},
pages = {6190--6196},
author = {Yun Cao and Jing Qi and Yan-Fang Zhang and Li Huang and Qi Zheng and Xiao Lin and Zhihai Cheng and Yu-Yang Zhang and Xinliang Feng and Shixuan Du and Sokrates T. Pantelides and Hong-Jun Gao},
title = {Tuning the morphology of chevron-type graphene nanoribbons by choice of annealing temperature},
journal = {Nano Research}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Farnaz Basiri, Jose Casadiego, Marc Timme, Dirk Witthaut, "Inferring power-grid topology in the face of uncertainties", In Physical Review E, American Physical Society (APS), vol. 98, no. 1, Jul 2018. [doi] [Bibtex & Downloads]
Inferring power-grid topology in the face of uncertainties
Reference
Farnaz Basiri, Jose Casadiego, Marc Timme, Dirk Witthaut, "Inferring power-grid topology in the face of uncertainties", In Physical Review E, American Physical Society (APS), vol. 98, no. 1, Jul 2018. [doi]
Bibtex
@article{Basiri_2018,
doi = {10.1103/physreve.98.012305},
url = {https://doi.org/10.1103%2Fphysreve.98.012305},
year = 2018,
month = {jul},
publisher = {American Physical Society ({APS})},
volume = {98},
number = {1},
author = {Farnaz Basiri and Jose Casadiego and Marc Timme and Dirk Witthaut},
title = {Inferring power-grid topology in the face of uncertainties},
journal = {Physical Review E}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Samuel Krüger, Christoph A Weber, Jens-Uwe Sommer, Frank Jülicher, "Discontinuous switching of position of two coexisting phases", In New Journal of Physics, IOP Publishing, vol. 20, no. 7, pp. 075009, Jul 2018. [doi] [Bibtex & Downloads]
Discontinuous switching of position of two coexisting phases
Reference
Samuel Krüger, Christoph A Weber, Jens-Uwe Sommer, Frank Jülicher, "Discontinuous switching of position of two coexisting phases", In New Journal of Physics, IOP Publishing, vol. 20, no. 7, pp. 075009, Jul 2018. [doi]
Bibtex
@article{Kr_ger_2018,
doi = {10.1088/1367-2630/aad173},
url = {https://doi.org/10.1088%2F1367-2630%2Faad173},
year = 2018,
month = {jul},
publisher = {{IOP} Publishing},
volume = {20},
number = {7},
pages = {075009},
author = {Samuel Krüger and Christoph A Weber and Jens-Uwe Sommer and Frank Jülicher},
title = {Discontinuous switching of position of two coexisting phases},
journal = {New Journal of Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus Krüger, Frank Eisenhut, Dmitry Skidin, Thomas Lehmann, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Fátima García, José M. Alonso, Enrique Guitián, Dolores Pérez, Diego Peña, Georges Trinquier, Jean-Paul Malrieu, Francesca Moresco, Christian Joachim, "Electronic Resonances and Gap Stabilization of Higher Acenes on a Gold Surface", In ACS Nano, American Chemical Society (ACS), vol. 12, no. 8, pp. 8506–8511, Jul 2018. [doi] [Bibtex & Downloads]
Electronic Resonances and Gap Stabilization of Higher Acenes on a Gold Surface
Reference
Justus Krüger, Frank Eisenhut, Dmitry Skidin, Thomas Lehmann, Dmitry A. Ryndyk, Gianaurelio Cuniberti, Fátima García, José M. Alonso, Enrique Guitián, Dolores Pérez, Diego Peña, Georges Trinquier, Jean-Paul Malrieu, Francesca Moresco, Christian Joachim, "Electronic Resonances and Gap Stabilization of Higher Acenes on a Gold Surface", In ACS Nano, American Chemical Society (ACS), vol. 12, no. 8, pp. 8506–8511, Jul 2018. [doi]
Bibtex
@article{Kr_ger_2018,
doi = {10.1021/acsnano.8b04046},
url = {https://doi.org/10.1021%2Facsnano.8b04046},
year = 2018,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {8},
pages = {8506--8511},
author = {Justus Krüger and Frank Eisenhut and Dmitry Skidin and Thomas Lehmann and Dmitry A. Ryndyk and Gianaurelio Cuniberti and F{\'{a}}tima Garc{\'{\i}}a and Jos{\'{e}} M. Alonso and Enrique Guiti{\'{a}}n and Dolores P{\'{e}}rez and Diego Pe{\~{n}}a and Georges Trinquier and Jean-Paul Malrieu and Francesca Moresco and Christian Joachim},
title = {Electronic Resonances and Gap Stabilization of Higher Acenes on a Gold Surface},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Permalink
- Fazal Hameed, Asif Ali Khan, Jeronimo Castrillon, "Performance and Energy Efficient Design of STT-RAM Last-Level-Cache", In IEEE Transactions on Very Large Scale Integration Systems (TVLSI), vol. 26, no. 6, pp. 1059–1072, Jun 2018. [doi] [Bibtex & Downloads]
Performance and Energy Efficient Design of STT-RAM Last-Level-Cache
Reference
Fazal Hameed, Asif Ali Khan, Jeronimo Castrillon, "Performance and Energy Efficient Design of STT-RAM Last-Level-Cache", In IEEE Transactions on Very Large Scale Integration Systems (TVLSI), vol. 26, no. 6, pp. 1059–1072, Jun 2018. [doi]
Abstract
Recent research has proposed having a die-stacked last-level cache (LLC) to overcome the memory wall. Lately, spin-transfer-torque random access memory (STT-RAM) caches have received attention, since they provide improved energy efficiency compared with DRAM caches. However, recently proposed STT-RAM cache architectures unnecessarily dissipate energy by fetching unneeded cache lines (CLs) into the row buffer (RB). In this paper, we propose a selective read policy for the STT-RAM which fetches those CLs into the RB that are likely to be reused. In addition, we propose a tags-update policy that reduces the number of STT-RAM writebacks. This reduces the number of reads/writes and thereby decreases the energy consumption. To reduce the latency penalty of our selective read policy, we propose the following performance optimizations: 1) an RB tags-bypass policy that reduces STT-RAM access latency; 2) an LLC data cache that stores the CLs that are likely to be used in the near future; 3) an address organization scheme that simultaneously reduces LLC access latency and miss rate; and 4) a tags-to-column mapping policy that improves access parallelism. For evaluation, we implement our proposed architecture in the Zesto simulator and run different combinations of SPEC2006 benchmarks on an eight-core system. We compare our approach with a recently proposed STT-RAM LLC with subarray parallelism support and show that our synergistic policies reduce the average LLC dynamic energy consumption by 75% and improve the system performance by 6.5%. Compared with the state-of-the-art DRAM LLC with subarray parallelism, our architecture reduces the LLC dynamic energy consumption by 82% and improves system performance by 6.8%.
Bibtex
@Article{hameed_tvlsi18,
author = {Fazal Hameed and Asif Ali Khan and Jeronimo Castrillon},
title = {Performance and Energy Efficient Design of STT-RAM Last-Level-Cache},
journal = {IEEE Transactions on Very Large Scale Integration Systems (TVLSI)},
year = {2018},
volume = {26},
number = {6},
pages = {1059--1072},
month = jun,
abstract = {Recent research has proposed having a die-stacked last-level cache (LLC) to overcome the memory wall. Lately, spin-transfer-torque random access memory (STT-RAM) caches have received attention, since they provide improved energy efficiency compared with DRAM caches. However, recently proposed STT-RAM cache architectures unnecessarily dissipate energy by fetching unneeded cache lines (CLs) into the row buffer (RB). In this paper, we propose a selective read policy for the STT-RAM which fetches those CLs into the RB that are likely to be reused. In addition, we propose a tags-update policy that reduces the number of STT-RAM writebacks. This reduces the number of reads/writes and thereby decreases the energy consumption. To reduce the latency penalty of our selective read policy, we propose the following performance optimizations: 1) an RB tags-bypass policy that reduces STT-RAM access latency; 2) an LLC data cache that stores the CLs that are likely to be used in the near future; 3) an address organization scheme that simultaneously reduces LLC access latency and miss rate; and 4) a tags-to-column mapping policy that improves access parallelism. For evaluation, we implement our proposed architecture in the Zesto simulator and run different combinations of SPEC2006 benchmarks on an eight-core system. We compare our approach with a recently proposed STT-RAM LLC with subarray parallelism support and show that our synergistic policies reduce the average LLC dynamic energy consumption by 75\% and improve the system performance by 6.5\%. Compared with the state-of-the-art DRAM LLC with subarray parallelism, our architecture reduces the LLC dynamic energy consumption by 82\% and improves system performance by 6.8\%.},
doi = {10.1109/TVLSI.2018.2804938},
file = {:/Users/jeronimocastrillon/Documents/Academic/mypapers/1803_Hameed_TVLSI.pdf:PDF},
issn = {1063-8210},
numpages = {14},
url = {http://ieeexplore.ieee.org/document/8307465/}
}Downloads
1803_Hameed_TVLSI [PDF]
Related Paths
Permalink
- Martin Schlüter, Meik Dörpinghaus, Gerhard Fettweis, "On the timing synchronization under 1-bit quantization and oversampling", In Proceeding: IEEE Statistical Signal Processing Workshop 2018, Freiburg, Germany, June 2018. [Bibtex & Downloads]
On the timing synchronization under 1-bit quantization and oversampling
Reference
Martin Schlüter, Meik Dörpinghaus, Gerhard Fettweis, "On the timing synchronization under 1-bit quantization and oversampling", In Proceeding: IEEE Statistical Signal Processing Workshop 2018, Freiburg, Germany, June 2018.
Bibtex
@inproceedings{Schlueter_SSP18,
title={On the timing synchronization under 1-bit quantization and oversampling},
author={Schl\"uter, Martin and D\"orpinghaus, Meik and Fettweis, Gerhard},
booktitle={IEEE Statistical Signal Processing Workshop 2018},
year={2018},
month= June,
address = {Freiburg, Germany},
}Downloads
Schlueter_SSP2018 [PDF]
Related Paths
Permalink
- Katherina Haase, Cecilia Teixeira da Rocha, Christoph Hauenstein, Yichu Zheng, Mike Hambsch, Stefan C. B. Mannsfeld, "High-Mobility, Solution-Processed Organic Field-Effect Transistors from C8-BTBT:Polystyrene Blends", In Advanced Electronic Materials, Wiley, vol. 4, no. 8, pp. 1800076, Jun 2018. [doi] [Bibtex & Downloads]
High-Mobility, Solution-Processed Organic Field-Effect Transistors from C8-BTBT:Polystyrene Blends
Reference
Katherina Haase, Cecilia Teixeira da Rocha, Christoph Hauenstein, Yichu Zheng, Mike Hambsch, Stefan C. B. Mannsfeld, "High-Mobility, Solution-Processed Organic Field-Effect Transistors from C8-BTBT:Polystyrene Blends", In Advanced Electronic Materials, Wiley, vol. 4, no. 8, pp. 1800076, Jun 2018. [doi]
Bibtex
@article{Haase_2018,
doi = {10.1002/aelm.201800076},
url = {https://doi.org/10.1002%2Faelm.201800076},
year = 2018,
month = {jun},
publisher = {Wiley},
volume = {4},
number = {8},
pages = {1800076},
author = {Katherina Haase and Cecilia Teixeira da Rocha and Christoph Hauenstein and Yichu Zheng and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {High-Mobility, Solution-Processed Organic Field-Effect Transistors from C8-{BTBT}:Polystyrene Blends},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nara Shin, Jakob Zessin, Min Ho Lee, Mike Hambsch, Stefan C. B. Mannsfeld, "Enhancement of n-Type Organic Field-Effect Transistor Performances through Surface Doping with Aminosilanes", In Advanced Functional Materials, Wiley, vol. 28, no. 34, pp. 1802265, Jun 2018. [doi] [Bibtex & Downloads]
Enhancement of n-Type Organic Field-Effect Transistor Performances through Surface Doping with Aminosilanes
Reference
Nara Shin, Jakob Zessin, Min Ho Lee, Mike Hambsch, Stefan C. B. Mannsfeld, "Enhancement of n-Type Organic Field-Effect Transistor Performances through Surface Doping with Aminosilanes", In Advanced Functional Materials, Wiley, vol. 28, no. 34, pp. 1802265, Jun 2018. [doi]
Bibtex
@article{Shin_2018,
doi = {10.1002/adfm.201802265},
url = {https://doi.org/10.1002%2Fadfm.201802265},
year = 2018,
month = {jun},
publisher = {Wiley},
volume = {28},
number = {34},
pages = {1802265},
author = {Nara Shin and Jakob Zessin and Min Ho Lee and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {Enhancement of n-Type Organic Field-Effect Transistor Performances through Surface Doping with Aminosilanes},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- D. Leonardo Gonzalez Arellano, Edmund K. Burnett, Sema Demirci Uzun, Julia A. Zakashansky, Victor K. Champagne, Michelle George, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Phase Transition of Graphene-Templated Vertical Zinc Phthalocyanine Nanopillars", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 26, pp. 8185–8191, Jun 2018. [doi] [Bibtex & Downloads]
Phase Transition of Graphene-Templated Vertical Zinc Phthalocyanine Nanopillars
Reference
D. Leonardo Gonzalez Arellano, Edmund K. Burnett, Sema Demirci Uzun, Julia A. Zakashansky, Victor K. Champagne, Michelle George, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Phase Transition of Graphene-Templated Vertical Zinc Phthalocyanine Nanopillars", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 26, pp. 8185–8191, Jun 2018. [doi]
Bibtex
@article{Gonzalez_Arellano_2018,
doi = {10.1021/jacs.8b03078},
url = {https://doi.org/10.1021%2Fjacs.8b03078},
year = 2018,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {140},
number = {26},
pages = {8185--8191},
author = {D. Leonardo Gonzalez Arellano and Edmund K. Burnett and Sema Demirci Uzun and Julia A. Zakashansky and Victor K. Champagne and Michelle George and Stefan C. B. Mannsfeld and Alejandro L. Briseno},
title = {Phase Transition of Graphene-Templated Vertical Zinc Phthalocyanine Nanopillars},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, "Heterogeneous Post-CMOS Technologies Meet Software", In Post Moore Interconnects Workshop, ISC High Performance 2018 (invited talk), Jun 2018. [Bibtex & Downloads]
Heterogeneous Post-CMOS Technologies Meet Software
Reference
Jeronimo Castrillon, "Heterogeneous Post-CMOS Technologies Meet Software", In Post Moore Interconnects Workshop, ISC High Performance 2018 (invited talk), Jun 2018.
Bibtex
@Misc{castrillon2018ISC,
author = {Castrillon, Jeronimo},
title = {Heterogeneous Post-CMOS Technologies Meet Software},
howpublished = {Post Moore Interconnects Workshop, ISC High Performance 2018 (invited talk)},
month = jun,
year = {2018},
keywords = {invitedtalk},
location = {Frankfurt, Germany},
url = {https://beyondcmos.ornl.gov/2018/agenda.html}
}Downloads
180628_castrillon_isc-postmoore_send [PDF]
Permalink
- Salim Ullah, Sanjeev Sripadraj Murthy, Akash Kumar, "SMApproxlib: library of FPGA-based approximate multipliers", Proceedings of the 55th Annual Design Automation Conference, pp. 157, June 2018. [Bibtex & Downloads]
SMApproxlib: library of FPGA-based approximate multipliers
Reference
Salim Ullah, Sanjeev Sripadraj Murthy, Akash Kumar, "SMApproxlib: library of FPGA-based approximate multipliers", Proceedings of the 55th Annual Design Automation Conference, pp. 157, June 2018.
Bibtex
@inproceedings{ullah2018smapproxlib,
title={SMApproxlib: library of FPGA-based approximate multipliers},
author={Ullah, Salim and Murthy, Sanjeev Sripadraj and Kumar, Akash},
booktitle={Proceedings of the 55th Annual Design Automation Conference},
pages={157},
year={2018},
month={June},
organization={ACM}
}Downloads
PID5307267 [PDF]
Permalink
- Salim Ullah, Semeen Rehman, Bharath Srinivas Prabakaran, Florian Kriebel, Muhammad Abdullah Hanif, Muhammad Shafique, Akash Kumar, "Area-optimized low-latency approximate multipliers for FPGA-based hardware accelerators", Proceedings of the 55th Annual Design Automation Conference, pp. 159, June 2018. [Bibtex & Downloads]
Area-optimized low-latency approximate multipliers for FPGA-based hardware accelerators
Reference
Salim Ullah, Semeen Rehman, Bharath Srinivas Prabakaran, Florian Kriebel, Muhammad Abdullah Hanif, Muhammad Shafique, Akash Kumar, "Area-optimized low-latency approximate multipliers for FPGA-based hardware accelerators", Proceedings of the 55th Annual Design Automation Conference, pp. 159, June 2018.
Bibtex
@inproceedings{ullah2018area,
title={Area-optimized low-latency approximate multipliers for FPGA-based hardware accelerators},
author={Ullah, Salim and Rehman, Semeen and Prabakaran, Bharath Srinivas and Kriebel, Florian and Hanif, Muhammad Abdullah and Shafique, Muhammad and Kumar, Akash},
booktitle={Proceedings of the 55th Annual Design Automation Conference},
pages={159},
year={2018},
month={June},
organization={ACM}
}Downloads
PID5307263 [PDF]
Permalink
- Feng Zhou, Haibo Huang, Chuanhai Xiao, Shuanghao Zheng, Xiaoyu Shi, Jieqiong Qin, Qiang Fu, Xinhe Bao, Xinliang Feng, Klaus Müllen, Zhong-Shuai Wu, "Electrochemically Scalable Production of Fluorine-Modified Graphene for Flexible and High-Energy Ionogel-Based Microsupercapacitors", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 26, pp. 8198–8205, Jun 2018. [doi] [Bibtex & Downloads]
Electrochemically Scalable Production of Fluorine-Modified Graphene for Flexible and High-Energy Ionogel-Based Microsupercapacitors
Reference
Feng Zhou, Haibo Huang, Chuanhai Xiao, Shuanghao Zheng, Xiaoyu Shi, Jieqiong Qin, Qiang Fu, Xinhe Bao, Xinliang Feng, Klaus Müllen, Zhong-Shuai Wu, "Electrochemically Scalable Production of Fluorine-Modified Graphene for Flexible and High-Energy Ionogel-Based Microsupercapacitors", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 26, pp. 8198–8205, Jun 2018. [doi]
Bibtex
@article{Zhou_2018,
doi = {10.1021/jacs.8b03235},
url = {https://doi.org/10.1021%2Fjacs.8b03235},
year = 2018,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {140},
number = {26},
pages = {8198--8205},
author = {Feng Zhou and Haibo Huang and Chuanhai Xiao and Shuanghao Zheng and Xiaoyu Shi and Jieqiong Qin and Qiang Fu and Xinhe Bao and Xinliang Feng and Klaus Müllen and Zhong-Shuai Wu},
title = {Electrochemically Scalable Production of Fluorine-Modified Graphene for Flexible and High-Energy Ionogel-Based Microsupercapacitors},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Guowei Li, Yan Sun, Jiancun Rao, Jiquan Wu, Anil Kumar, Qiu Nan Xu, Chenguang Fu, Enke Liu, Graeme R. Blake, Peter Werner, Baiqi Shao, Kai Liu, Stuart Parkin, Xianjie Liu, Mats Fahlman, Sz-Chian Liou, Gudrun Auffermann, Jian Zhang, Claudia Felser, Xinliang Feng, "Carbon-Tailored Semimetal MoP as an Efficient Hydrogen Evolution Electrocatalyst in Both Alkaline and Acid Media", In Advanced Energy Materials, Wiley, pp. 1801258, Jun 2018. [doi] [Bibtex & Downloads]
Carbon-Tailored Semimetal MoP as an Efficient Hydrogen Evolution Electrocatalyst in Both Alkaline and Acid Media
Reference
Guowei Li, Yan Sun, Jiancun Rao, Jiquan Wu, Anil Kumar, Qiu Nan Xu, Chenguang Fu, Enke Liu, Graeme R. Blake, Peter Werner, Baiqi Shao, Kai Liu, Stuart Parkin, Xianjie Liu, Mats Fahlman, Sz-Chian Liou, Gudrun Auffermann, Jian Zhang, Claudia Felser, Xinliang Feng, "Carbon-Tailored Semimetal MoP as an Efficient Hydrogen Evolution Electrocatalyst in Both Alkaline and Acid Media", In Advanced Energy Materials, Wiley, pp. 1801258, Jun 2018. [doi]
Bibtex
@article{Li_2018,
doi = {10.1002/aenm.201801258},
url = {https://doi.org/10.1002%2Faenm.201801258},
year = 2018,
month = {jun},
publisher = {Wiley},
pages = {1801258},
author = {Guowei Li and Yan Sun and Jiancun Rao and Jiquan Wu and Anil Kumar and Qiu Nan Xu and Chenguang Fu and Enke Liu and Graeme R. Blake and Peter Werner and Baiqi Shao and Kai Liu and Stuart Parkin and Xianjie Liu and Mats Fahlman and Sz-Chian Liou and Gudrun Auffermann and Jian Zhang and Claudia Felser and Xinliang Feng},
title = {Carbon-Tailored Semimetal {MoP} as an Efficient Hydrogen Evolution Electrocatalyst in Both Alkaline and Acid Media},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Renhao Dong, Tao Zhang, Xinliang Feng, "Interface-Assisted Synthesis of 2D Materials: Trend and Challenges", In Chemical Reviews, American Chemical Society (ACS), vol. 118, no. 13, pp. 6189–6235, Jun 2018. [doi] [Bibtex & Downloads]
Interface-Assisted Synthesis of 2D Materials: Trend and Challenges
Reference
Renhao Dong, Tao Zhang, Xinliang Feng, "Interface-Assisted Synthesis of 2D Materials: Trend and Challenges", In Chemical Reviews, American Chemical Society (ACS), vol. 118, no. 13, pp. 6189–6235, Jun 2018. [doi]
Bibtex
@article{Dong_2018,
doi = {10.1021/acs.chemrev.8b00056},
url = {https://doi.org/10.1021%2Facs.chemrev.8b00056},
year = 2018,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {118},
number = {13},
pages = {6189--6235},
author = {Renhao Dong and Tao Zhang and Xinliang Feng},
title = {Interface-Assisted Synthesis of 2D Materials: Trend and Challenges},
journal = {Chemical Reviews}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Bishnu P. Biswal, Daniel Becker, Naisa Chandrasekhar, Jensheer Shamsudeen Seenath, Silvia Paasch, Susanne Machill, Felix Hennersdorf, Eike Brunner, Jan J. Weigand, Reinhard Berger, Xinliang Feng, "Exploration of Thiazolo[5,4-d
]thiazole Linkages in Conjugated Porous Organic Polymers for Chemoselective Molecular Sieving", In Chemistry - A European Journal, Wiley, vol. 24, no. 42, pp. 10868–10875, Jun 2018. [doi] [Bibtex & Downloads]
Exploration of Thiazolo[5,4-d ]thiazole Linkages in Conjugated Porous Organic Polymers for Chemoselective Molecular Sieving
Reference
Bishnu P. Biswal, Daniel Becker, Naisa Chandrasekhar, Jensheer Shamsudeen Seenath, Silvia Paasch, Susanne Machill, Felix Hennersdorf, Eike Brunner, Jan J. Weigand, Reinhard Berger, Xinliang Feng, "Exploration of Thiazolo[5,4-d ]thiazole Linkages in Conjugated Porous Organic Polymers for Chemoselective Molecular Sieving", In Chemistry - A European Journal, Wiley, vol. 24, no. 42, pp. 10868–10875, Jun 2018. [doi]
Bibtex
@article{Biswal_2018,
doi = {10.1002/chem.201802631},
url = {https://doi.org/10.1002%2Fchem.201802631},
year = 2018,
month = {jun},
publisher = {Wiley},
volume = {24},
number = {42},
pages = {10868--10875},
author = {Bishnu P. Biswal and Daniel Becker and Naisa Chandrasekhar and Jensheer Shamsudeen Seenath and Silvia Paasch and Susanne Machill and Felix Hennersdorf and Eike Brunner and Jan J. Weigand and Reinhard Berger and Xinliang Feng},
title = {Exploration of Thiazolo[5,4-d
]thiazole Linkages in Conjugated Porous Organic Polymers for Chemoselective Molecular Sieving},
journal = {Chemistry - A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Cheng Zeng, Chengyi Xiao, Xinliang Feng, Lei Zhang, Wei Jiang, Zhaohui Wang, "Electron-Transporting Bis(heterotetracenes) with Tunable Helical Packing", In Angewandte Chemie International Edition, Wiley, Jun 2018. [doi] [Bibtex & Downloads]
Electron-Transporting Bis(heterotetracenes) with Tunable Helical Packing
Reference
Cheng Zeng, Chengyi Xiao, Xinliang Feng, Lei Zhang, Wei Jiang, Zhaohui Wang, "Electron-Transporting Bis(heterotetracenes) with Tunable Helical Packing", In Angewandte Chemie International Edition, Wiley, Jun 2018. [doi]
Bibtex
@article{Zeng_2018,
doi = {10.1002/anie.201805614},
url = {https://doi.org/10.1002%2Fanie.201805614},
year = 2018,
month = {jun},
publisher = {Wiley},
author = {Cheng Zeng and Chengyi Xiao and Xinliang Feng and Lei Zhang and Wei Jiang and Zhaohui Wang},
title = {Electron-Transporting Bis(heterotetracenes) with Tunable Helical Packing},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Martin Schlüter, Meik Dörpinghaus, Gerhard Fettweis, "Bounds on channel parameter estimation with 1-bit quantization and oversampling", In Proceeding: 2018 IEEE 19th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Kalamata, Greece, June 2018. [Bibtex & Downloads]
Bounds on channel parameter estimation with 1-bit quantization and oversampling
Reference
Martin Schlüter, Meik Dörpinghaus, Gerhard Fettweis, "Bounds on channel parameter estimation with 1-bit quantization and oversampling", In Proceeding: 2018 IEEE 19th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Kalamata, Greece, June 2018.
Bibtex
@inproceedings{Schlueter_SPAWC18,
title={Bounds on channel parameter estimation with 1-bit quantization and oversampling},
author={Schl\"uter, Martin and D\"orpinghaus, Meik and Fettweis, Gerhard},
booktitle={2018 IEEE 19th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC)},
year={2018},
month= June,
address = {Kalamata, Greece},
}Downloads
Schlueter_SPAWC2018 [PDF]
Related Paths
Permalink
- Julian Sartori, Sebastian Köhring, Hartmut Witte, Martin S. Fischer, Markus Löffler, "Three-dimensional imaging of the fibrous microstructure of Achilles tendon entheses in Mus musculus", In Journal of Anatomy, Wiley, vol. 233, no. 3, pp. 370–380, Jun 2018. [doi] [Bibtex & Downloads]
Three-dimensional imaging of the fibrous microstructure of Achilles tendon entheses in Mus musculus
Reference
Julian Sartori, Sebastian Köhring, Hartmut Witte, Martin S. Fischer, Markus Löffler, "Three-dimensional imaging of the fibrous microstructure of Achilles tendon entheses in Mus musculus", In Journal of Anatomy, Wiley, vol. 233, no. 3, pp. 370–380, Jun 2018. [doi]
Bibtex
@article{Sartori2018,
doi = {10.1111/joa.12837},
url = {https://doi.org/10.1111/joa.12837},
year = {2018},
month = {jun},
publisher = {Wiley},
volume = {233},
number = {3},
pages = {370--380},
author = {Julian Sartori and Sebastian K\"{o}hring and Hartmut Witte and Martin S. Fischer and Markus L\"{o}ffler},
title = {Three-dimensional imaging of the fibrous microstructure of Achilles tendon entheses in Mus musculus
},
journal = {Journal of Anatomy}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A.-C. Probst, M. Stollenwerk, F. Emmerich, A. Büttner, S. Zeising, J. Stadtmüller, F. Riethmüller, V. Stehlíková, M. Wen, L. Proserpio, C. Damm, B. Rellinghaus, T. Döhring, "Influence of sputtering pressure on the nanostructure and the X-ray reflectivity of iridium coatings", In Surface and Coatings Technology, Elsevier BV, vol. 343, pp. 101–107, Jun 2018. [doi] [Bibtex & Downloads]
Influence of sputtering pressure on the nanostructure and the X-ray reflectivity of iridium coatings
Reference
A.-C. Probst, M. Stollenwerk, F. Emmerich, A. Büttner, S. Zeising, J. Stadtmüller, F. Riethmüller, V. Stehlíková, M. Wen, L. Proserpio, C. Damm, B. Rellinghaus, T. Döhring, "Influence of sputtering pressure on the nanostructure and the X-ray reflectivity of iridium coatings", In Surface and Coatings Technology, Elsevier BV, vol. 343, pp. 101–107, Jun 2018. [doi]
Bibtex
@article{Probst_2018,
doi = {10.1016/j.surfcoat.2017.10.062},
url = {https://doi.org/10.1016%2Fj.surfcoat.2017.10.062},
year = 2018,
month = {jun},
publisher = {Elsevier {BV}},
volume = {343},
pages = {101--107},
author = {A.-C. Probst and M. Stollenwerk and F. Emmerich and A. Büttner and S. Zeising and J. Stadtmüller and F. Riethmüller and V. Stehl{\'{\i}}kov{\'{a}} and M. Wen and L. Proserpio and C. Damm and B. Rellinghaus and T. Döhring},
title = {Influence of sputtering pressure on the nanostructure and the X-ray reflectivity of iridium coatings},
journal = {Surface and Coatings Technology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Muthupandian Cheralathan, Martin Claus, Stefan Blawid, "Projected Tolerances of Carbon Nanotube Current-Mode Logic to Process Variability", In IEEE Transactions on Circuits and Systems II: Express Briefs, Institute of Electrical and Electronics Engineers (IEEE), vol. 65, no. 6, pp. 704–708, Jun 2018. [doi] [Bibtex & Downloads]
Projected Tolerances of Carbon Nanotube Current-Mode Logic to Process Variability
Reference
Muthupandian Cheralathan, Martin Claus, Stefan Blawid, "Projected Tolerances of Carbon Nanotube Current-Mode Logic to Process Variability", In IEEE Transactions on Circuits and Systems II: Express Briefs, Institute of Electrical and Electronics Engineers (IEEE), vol. 65, no. 6, pp. 704–708, Jun 2018. [doi]
Bibtex
@article{Cheralathan_2018,
doi = {10.1109/tcsii.2017.2781139},
url = {https://doi.org/10.1109%2Ftcsii.2017.2781139},
year = 2018,
month = {jun},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {65},
number = {6},
pages = {704--708},
author = {Muthupandian Cheralathan and Martin Claus and Stefan Blawid},
title = {Projected Tolerances of Carbon Nanotube Current-Mode Logic to Process Variability},
journal = {{IEEE} Transactions on Circuits and Systems {II}: Express Briefs}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Malte Schröder, Jan Nagler, Marc Timme, Dirk Witthaut, "Hysteretic Percolation from Locally Optimal Individual Decisions", In Physical Review Letters, American Physical Society (APS), vol. 120, no. 24, Jun 2018. [doi] [Bibtex & Downloads]
Hysteretic Percolation from Locally Optimal Individual Decisions
Reference
Malte Schröder, Jan Nagler, Marc Timme, Dirk Witthaut, "Hysteretic Percolation from Locally Optimal Individual Decisions", In Physical Review Letters, American Physical Society (APS), vol. 120, no. 24, Jun 2018. [doi]
Bibtex
@article{Schr_der_2018,
doi = {10.1103/physrevlett.120.248302},
url = {https://doi.org/10.1103%2Fphysrevlett.120.248302},
year = 2018,
month = {jun},
publisher = {American Physical Society ({APS})},
volume = {120},
number = {24},
author = {Malte Schröder and Jan Nagler and Marc Timme and Dirk Witthaut},
title = {Hysteretic Percolation from Locally Optimal Individual Decisions},
journal = {Physical Review Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bergoi Ibarlucea, Lotta Römhildt, Felix Zörgiebel, Sebastian Pregl, Maryam Vahdatzadeh, Walter Weber, Thomas Mikolajick, Jörg Opitz, Larysa Baraban, Gianaurelio Cuniberti, "Gating Hysteresis as an Indicator for Silicon Nanowire FET Biosensors", In Applied Sciences, MDPI AG, vol. 8, no. 6, pp. 950, Jun 2018. [doi] [Bibtex & Downloads]
Gating Hysteresis as an Indicator for Silicon Nanowire FET Biosensors
Reference
Bergoi Ibarlucea, Lotta Römhildt, Felix Zörgiebel, Sebastian Pregl, Maryam Vahdatzadeh, Walter Weber, Thomas Mikolajick, Jörg Opitz, Larysa Baraban, Gianaurelio Cuniberti, "Gating Hysteresis as an Indicator for Silicon Nanowire FET Biosensors", In Applied Sciences, MDPI AG, vol. 8, no. 6, pp. 950, Jun 2018. [doi]
Bibtex
@article{Ibarlucea_2018,
doi = {10.3390/app8060950},
url = {https://doi.org/10.3390%2Fapp8060950},
year = 2018,
month = {jun},
publisher = {{MDPI} {AG}},
volume = {8},
number = {6},
pages = {950},
author = {Bergoi Ibarlucea and Lotta Römhildt and Felix Zörgiebel and Sebastian Pregl and Maryam Vahdatzadeh and Walter Weber and Thomas Mikolajick and Jörg Opitz and Larysa Baraban and Gianaurelio Cuniberti},
title = {Gating Hysteresis as an Indicator for Silicon Nanowire {FET} Biosensors},
journal = {Applied Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus P. Klinger, Axel Fischer, Hans Kleemann, Karl Leo, "Non-Linear Self-Heating in Organic Transistors Reaching High Power Densities", In Scientific Reports, Springer Nature, vol. 8, no. 1, Jun 2018. [doi] [Bibtex & Downloads]
Non-Linear Self-Heating in Organic Transistors Reaching High Power Densities
Reference
Markus P. Klinger, Axel Fischer, Hans Kleemann, Karl Leo, "Non-Linear Self-Heating in Organic Transistors Reaching High Power Densities", In Scientific Reports, Springer Nature, vol. 8, no. 1, Jun 2018. [doi]
Bibtex
@article{Klinger_2018,
doi = {10.1038/s41598-018-27689-3},
url = {https://doi.org/10.1038%2Fs41598-018-27689-3},
year = 2018,
month = {jun},
publisher = {Springer Nature},
volume = {8},
number = {1},
author = {Markus P. Klinger and Axel Fischer and Hans Kleemann and Karl Leo},
title = {Non-Linear Self-Heating in Organic Transistors Reaching High Power Densities},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justine Wolter, Benedict Lünsmann, Xiaozhu Zhang, Malte Schröder, Marc Timme, "Quantifying transient spreading dynamics on networks", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 28, no. 6, pp. 063122, Jun 2018. [doi] [Bibtex & Downloads]
Quantifying transient spreading dynamics on networks
Reference
Justine Wolter, Benedict Lünsmann, Xiaozhu Zhang, Malte Schröder, Marc Timme, "Quantifying transient spreading dynamics on networks", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 28, no. 6, pp. 063122, Jun 2018. [doi]
Bibtex
@article{Wolter_2018,
doi = {10.1063/1.5000996},
url = {https://doi.org/10.1063%2F1.5000996},
year = 2018,
month = {jun},
publisher = {{AIP} Publishing},
volume = {28},
number = {6},
pages = {063122},
author = {Justine Wolter and Benedict Lünsmann and Xiaozhu Zhang and Malte Schröder and Marc Timme},
title = {Quantifying transient spreading dynamics on networks},
journal = {Chaos: An Interdisciplinary Journal of Nonlinear Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Niklas Biere, Mehmood Ghaffar, Anja Doebbe, Daniel Jäger, Nils Rothe, Benjamin M. Friedrich, Ralf Hofestädt, Falk Schreiber, Olaf Kruse, Björn Sommer, "Heuristic Modeling and 3D Stereoscopic Visualization of a Chlamydomonas reinhardtii Cell", In Journal of Integrative Bioinformatics, Walter de Gruyter GmbH, vol. 15, no. 2, Jun 2018. [doi] [Bibtex & Downloads]
Heuristic Modeling and 3D Stereoscopic Visualization of a Chlamydomonas reinhardtii Cell
Reference
Niklas Biere, Mehmood Ghaffar, Anja Doebbe, Daniel Jäger, Nils Rothe, Benjamin M. Friedrich, Ralf Hofestädt, Falk Schreiber, Olaf Kruse, Björn Sommer, "Heuristic Modeling and 3D Stereoscopic Visualization of a Chlamydomonas reinhardtii Cell", In Journal of Integrative Bioinformatics, Walter de Gruyter GmbH, vol. 15, no. 2, Jun 2018. [doi]
Bibtex
@article{Biere_2018,
doi = {10.1515/jib-2018-0003},
url = {https://doi.org/10.1515%2Fjib-2018-0003},
year = 2018,
month = {jun},
publisher = {Walter de Gruyter {GmbH}},
volume = {15},
number = {2},
author = {Niklas Biere and Mehmood Ghaffar and Anja Doebbe and Daniel Jäger and Nils Rothe and Benjamin M. Friedrich and Ralf Hofestädt and Falk Schreiber and Olaf Kruse and Björn Sommer},
title = {Heuristic Modeling and 3D Stereoscopic Visualization of a Chlamydomonas reinhardtii Cell},
journal = {Journal of Integrative Bioinformatics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Rossner, Ilse Letofsky-Papst, Andreas Fery, Albena Lederer, Gerald Kothleitner, "Thermoreversible Surface Polymer Patches: A Cryogenic Transmission Electron Microscopy Investigation", In Langmuir, American Chemical Society (ACS), vol. 34, no. 29, pp. 8622–8628, Jun 2018. [doi] [Bibtex & Downloads]
Thermoreversible Surface Polymer Patches: A Cryogenic Transmission Electron Microscopy Investigation
Reference
Christian Rossner, Ilse Letofsky-Papst, Andreas Fery, Albena Lederer, Gerald Kothleitner, "Thermoreversible Surface Polymer Patches: A Cryogenic Transmission Electron Microscopy Investigation", In Langmuir, American Chemical Society (ACS), vol. 34, no. 29, pp. 8622–8628, Jun 2018. [doi]
Bibtex
@article{Rossner_2018,
doi = {10.1021/acs.langmuir.8b01742},
url = {https://doi.org/10.1021%2Facs.langmuir.8b01742},
year = 2018,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {34},
number = {29},
pages = {8622--8628},
author = {Christian Rossner and Ilse Letofsky-Papst and Andreas Fery and Albena Lederer and Gerald Kothleitner},
title = {Thermoreversible Surface Polymer Patches: A Cryogenic Transmission Electron Microscopy Investigation},
journal = {Langmuir}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stephanie Klinghammer, Tino Uhlig, Fabian Patrovsky, Matthias Böhm, Julian Schütt, Nils Pütz, Larysa Baraban, Lukas M. Eng, Gianaurelio Cuniberti, "Plasmonic Biosensor Based on Vertical Arrays of Gold Nanoantennas", In ACS Sensors, American Chemical Society (ACS), vol. 3, no. 7, pp. 1392–1400, Jun 2018. [doi] [Bibtex & Downloads]
Plasmonic Biosensor Based on Vertical Arrays of Gold Nanoantennas
Reference
Stephanie Klinghammer, Tino Uhlig, Fabian Patrovsky, Matthias Böhm, Julian Schütt, Nils Pütz, Larysa Baraban, Lukas M. Eng, Gianaurelio Cuniberti, "Plasmonic Biosensor Based on Vertical Arrays of Gold Nanoantennas", In ACS Sensors, American Chemical Society (ACS), vol. 3, no. 7, pp. 1392–1400, Jun 2018. [doi]
Bibtex
@article{Klinghammer_2018,
doi = {10.1021/acssensors.8b00315},
url = {https://doi.org/10.1021%2Facssensors.8b00315},
year = 2018,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {3},
number = {7},
pages = {1392--1400},
author = {Stephanie Klinghammer and Tino Uhlig and Fabian Patrovsky and Matthias Böhm and Julian Schütt and Nils Pütz and Larysa Baraban and Lukas M. Eng and Gianaurelio Cuniberti},
title = {Plasmonic Biosensor Based on Vertical Arrays of Gold Nanoantennas},
journal = {{ACS} Sensors}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bin Cai, Vladimir Sayevich, Nikolai Gaponik, Alexander Eychmüller, "Emerging Hierarchical Aerogels: Self-Assembly of Metal and Semiconductor Nanocrystals", In Advanced Materials, Wiley, vol. 30, no. 33, pp. 1707518, Jun 2018. [doi] [Bibtex & Downloads]
Emerging Hierarchical Aerogels: Self-Assembly of Metal and Semiconductor Nanocrystals
Reference
Bin Cai, Vladimir Sayevich, Nikolai Gaponik, Alexander Eychmüller, "Emerging Hierarchical Aerogels: Self-Assembly of Metal and Semiconductor Nanocrystals", In Advanced Materials, Wiley, vol. 30, no. 33, pp. 1707518, Jun 2018. [doi]
Bibtex
@article{Cai_2018,
doi = {10.1002/adma.201707518},
url = {https://doi.org/10.1002%2Fadma.201707518},
year = 2018,
month = {jun},
publisher = {Wiley},
volume = {30},
number = {33},
pages = {1707518},
author = {Bin Cai and Vladimir Sayevich and Nikolai Gaponik and Alexander Eychmüller},
title = {Emerging Hierarchical Aerogels: Self-Assembly of Metal and Semiconductor Nanocrystals},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Sadia Moriam, Elke Franz, Paul Walther, Akash Kumar, Thorsten Strufe, Gerhard Fettweis, "Protecting Communication in Many-Core Systems against Active Attackers", Proceedings of the 2018 on Great Lakes Symposium on VLSI, pp. 45–50, May 2018. [Bibtex & Downloads]
Protecting Communication in Many-Core Systems against Active Attackers
Reference
Sadia Moriam, Elke Franz, Paul Walther, Akash Kumar, Thorsten Strufe, Gerhard Fettweis, "Protecting Communication in Many-Core Systems against Active Attackers", Proceedings of the 2018 on Great Lakes Symposium on VLSI, pp. 45–50, May 2018.
Bibtex
@inproceedings{moriam2018protecting,
title={Protecting Communication in Many-Core Systems against Active Attackers},
author={Moriam, Sadia and Franz, Elke and Walther, Paul and Kumar, Akash and Strufe, Thorsten and Fettweis, Gerhard},
booktitle={Proceedings of the 2018 on Great Lakes Symposium on VLSI},
pages={45--50},
year={2018},
Month={May},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anup Das, Akash Kumar, "Dataflow-Based Mapping of Spiking Neural Networks on Neuromorphic Hardware", Proceedings of the 2018 on Great Lakes Symposium on VLSI, pp. 419–422, May 2018. [Bibtex & Downloads]
Dataflow-Based Mapping of Spiking Neural Networks on Neuromorphic Hardware
Reference
Anup Das, Akash Kumar, "Dataflow-Based Mapping of Spiking Neural Networks on Neuromorphic Hardware", Proceedings of the 2018 on Great Lakes Symposium on VLSI, pp. 419–422, May 2018.
Bibtex
@inproceedings{das2018dataflow,
title={Dataflow-Based Mapping of Spiking Neural Networks on Neuromorphic Hardware},
author={Das, Anup and Kumar, Akash},
booktitle={Proceedings of the 2018 on Great Lakes Symposium on VLSI},
pages={419--422},
year={2018},
month={May},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, "Parallel programming: Current and future systems", In 50-year Celebration: Department of Electronics, Universidad de Antioquia, in the context of the IEEE Colombian Conference on Communications and Computing (COLCOM'18) (invited talk), May 2018. [Bibtex & Downloads]
Parallel programming: Current and future systems
Reference
Jeronimo Castrillon, "Parallel programming: Current and future systems", In 50-year Celebration: Department of Electronics, Universidad de Antioquia, in the context of the IEEE Colombian Conference on Communications and Computing (COLCOM'18) (invited talk), May 2018.
Bibtex
@Misc{castrillon2018UdeA,
author = {Castrillon, Jeronimo},
title = {Parallel programming: Current and future systems},
howpublished = {50-year Celebration: Department of Electronics, Universidad de Antioquia, in the context of the IEEE Colombian Conference on Communications and Computing (COLCOM'18) (invited talk)},
month = may,
year = {2018},
location = {Universidad de Antioquia, Medell{\'i}n, Colombia}
}Downloads
180516_castrillon_50years_EE_UdeA [PDF]
Permalink
- Cecilia Teixeira da Rocha, Katherina Haase, Yichu Zheng, Markus Löffler, Mike Hambsch, Stefan C. B. Mannsfeld, "Solution Coating of Small Molecule/Polymer Blends Enabling Ultralow Voltage and High-Mobility Organic Transistors", In Advanced Electronic Materials, Wiley, vol. 4, no. 8, pp. 1800141, May 2018. [doi] [Bibtex & Downloads]
Solution Coating of Small Molecule/Polymer Blends Enabling Ultralow Voltage and High-Mobility Organic Transistors
Reference
Cecilia Teixeira da Rocha, Katherina Haase, Yichu Zheng, Markus Löffler, Mike Hambsch, Stefan C. B. Mannsfeld, "Solution Coating of Small Molecule/Polymer Blends Enabling Ultralow Voltage and High-Mobility Organic Transistors", In Advanced Electronic Materials, Wiley, vol. 4, no. 8, pp. 1800141, May 2018. [doi]
Bibtex
@article{Teixeira_da_Rocha_2018,
doi = {10.1002/aelm.201800141},
url = {https://doi.org/10.1002%2Faelm.201800141},
year = 2018,
month = {may},
publisher = {Wiley},
volume = {4},
number = {8},
pages = {1800141},
author = {Cecilia Teixeira da Rocha and Katherina Haase and Yichu Zheng and Markus Löffler and Mike Hambsch and Stefan C. B. Mannsfeld},
title = {Solution Coating of Small Molecule/Polymer Blends Enabling Ultralow Voltage and High-Mobility Organic Transistors},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin Schäfer, Dirk Witthaut, Marc Timme, Vito Latora, "Dynamically induced cascading failures in power grids", In Nature Communications, Springer Nature, vol. 9, no. 1, May 2018. [doi] [Bibtex & Downloads]
Dynamically induced cascading failures in power grids
Reference
Benjamin Schäfer, Dirk Witthaut, Marc Timme, Vito Latora, "Dynamically induced cascading failures in power grids", In Nature Communications, Springer Nature, vol. 9, no. 1, May 2018. [doi]
Bibtex
@article{Sch_fer_2018,
doi = {10.1038/s41467-018-04287-5},
url = {https://doi.org/10.1038%2Fs41467-018-04287-5},
year = 2018,
month = {may},
publisher = {Springer Nature},
volume = {9},
number = {1},
author = {Benjamin Schäfer and Dirk Witthaut and Marc Timme and Vito Latora},
title = {Dynamically induced cascading failures in power grids},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rishi Shivhare, Tim Erdmann, Petr Formanek, Mike Hambsch, Anton Kiriy, Koen Vandewal, Stefan C. B. Mannsfeld, Takuya Tsuda, "Diketopyrrolopyrrole based polymer solar cells: effect of alkyl branching point on device performance (Conference Presentation)", In Proceeding: Organic Electronics and Photonics: Fundamentals and Devices (Sebastian Reineke and Koen Vandewal), SPIE, May 2018. [doi] [Bibtex & Downloads]
Diketopyrrolopyrrole based polymer solar cells: effect of alkyl branching point on device performance (Conference Presentation)
Reference
Rishi Shivhare, Tim Erdmann, Petr Formanek, Mike Hambsch, Anton Kiriy, Koen Vandewal, Stefan C. B. Mannsfeld, Takuya Tsuda, "Diketopyrrolopyrrole based polymer solar cells: effect of alkyl branching point on device performance (Conference Presentation)", In Proceeding: Organic Electronics and Photonics: Fundamentals and Devices (Sebastian Reineke and Koen Vandewal), SPIE, May 2018. [doi]
Bibtex
@inproceedings{Shivhare_2018,
doi = {10.1117/12.2306348},
url = {https://doi.org/10.1117%2F12.2306348},
year = 2018,
month = {may},
publisher = ,
author = {Rishi Shivhare and Tim Erdmann and Petr Formanek and Mike Hambsch and Anton Kiriy and Koen Vandewal and Stefan C. B. Mannsfeld and Takuya Tsuda},
editor = {Sebastian Reineke and Koen Vandewal},
title = {Diketopyrrolopyrrole based polymer solar cells: effect of alkyl branching point on device performance (Conference Presentation)},
booktitle = {Organic Electronics and Photonics: Fundamentals and Devices}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. R. Ajayakumar, Yubin Fu, Ji Ma, Felix Hennersdorf, Hartmut Komber, Jan J. Weigand, Alexey Alfonsov, Alexey A. Popov, Reinhard Berger, Junzhi Liu, Klaus Müllen, Xinliang Feng, "Toward Full Zigzag-Edged Nanographenes: peri-Tetracene and Its Corresponding Circumanthracene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 20, pp. 6240–6244, May 2018. [doi] [Bibtex & Downloads]
Toward Full Zigzag-Edged Nanographenes: peri-Tetracene and Its Corresponding Circumanthracene
Reference
M. R. Ajayakumar, Yubin Fu, Ji Ma, Felix Hennersdorf, Hartmut Komber, Jan J. Weigand, Alexey Alfonsov, Alexey A. Popov, Reinhard Berger, Junzhi Liu, Klaus Müllen, Xinliang Feng, "Toward Full Zigzag-Edged Nanographenes: peri-Tetracene and Its Corresponding Circumanthracene", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 20, pp. 6240–6244, May 2018. [doi]
Bibtex
@article{Ajayakumar_2018,
doi = {10.1021/jacs.8b03711},
url = {https://doi.org/10.1021%2Fjacs.8b03711},
year = 2018,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {140},
number = {20},
pages = {6240--6244},
author = {M. R. Ajayakumar and Yubin Fu and Ji Ma and Felix Hennersdorf and Hartmut Komber and Jan J. Weigand and Alexey Alfonsov and Alexey A. Popov and Reinhard Berger and Junzhi Liu and Klaus Müllen and Xinliang Feng},
title = {Toward Full Zigzag-Edged Nanographenes: peri-Tetracene and Its Corresponding Circumanthracene},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jason Melidonie, Junzhi Liu, Yubin Fu, Jan J. Weigand, Reinhard Berger, Xinliang Feng, "Pyrene-Fused s-Indacene", In The Journal of Organic Chemistry, American Chemical Society (ACS), vol. 83, no. 12, pp. 6633–6639, May 2018. [doi] [Bibtex & Downloads]
Pyrene-Fused s-Indacene
Reference
Jason Melidonie, Junzhi Liu, Yubin Fu, Jan J. Weigand, Reinhard Berger, Xinliang Feng, "Pyrene-Fused s-Indacene", In The Journal of Organic Chemistry, American Chemical Society (ACS), vol. 83, no. 12, pp. 6633–6639, May 2018. [doi]
Bibtex
@article{Melidonie_2018,
doi = {10.1021/acs.joc.8b00925},
url = {https://doi.org/10.1021%2Facs.joc.8b00925},
year = 2018,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {83},
number = {12},
pages = {6633--6639},
author = {Jason Melidonie and Junzhi Liu and Yubin Fu and Jan J. Weigand and Reinhard Berger and Xinliang Feng},
title = {Pyrene-Fused s-Indacene},
journal = {The Journal of Organic Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yunbin Hu, Peng Xie, Marzio De Corato, Alice Ruini, Shen Zhao, Felix Meggendorfer, Lasse Arnt Straasø, Loic Rondin, Patrick Simon, Juan Li, Jonathan J. Finley, Michael Ryan Hansen, Jean-Sébastien Lauret, Elisa Molinari, Xinliang Feng, Johannes V. Barth, Carlos-Andres Palma, Deborah Prezzi, Klaus Müllen, Akimitsu Narita, "Bandgap Engineering of Graphene Nanoribbons by Control over Structural Distortion", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 25, pp. 7803–7809, May 2018. [doi] [Bibtex & Downloads]
Bandgap Engineering of Graphene Nanoribbons by Control over Structural Distortion
Reference
Yunbin Hu, Peng Xie, Marzio De Corato, Alice Ruini, Shen Zhao, Felix Meggendorfer, Lasse Arnt Straasø, Loic Rondin, Patrick Simon, Juan Li, Jonathan J. Finley, Michael Ryan Hansen, Jean-Sébastien Lauret, Elisa Molinari, Xinliang Feng, Johannes V. Barth, Carlos-Andres Palma, Deborah Prezzi, Klaus Müllen, Akimitsu Narita, "Bandgap Engineering of Graphene Nanoribbons by Control over Structural Distortion", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 140, no. 25, pp. 7803–7809, May 2018. [doi]
Bibtex
@article{Hu_2018,
doi = {10.1021/jacs.8b02209},
url = {https://doi.org/10.1021%2Fjacs.8b02209},
year = 2018,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {140},
number = {25},
pages = {7803--7809},
author = {Yunbin Hu and Peng Xie and Marzio De Corato and Alice Ruini and Shen Zhao and Felix Meggendorfer and Lasse Arnt Straas{\o} and Loic Rondin and Patrick Simon and Juan Li and Jonathan J. Finley and Michael Ryan Hansen and Jean-S{\'{e}}bastien Lauret and Elisa Molinari and Xinliang Feng and Johannes V. Barth and Carlos-Andres Palma and Deborah Prezzi and Klaus Müllen and Akimitsu Narita},
title = {Bandgap Engineering of Graphene Nanoribbons by Control over Structural Distortion},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xinliang Feng, Dieter Schlüter, "Towards Macroscopic Crystalline 2D Polymers", In Angewandte Chemie International Edition, Wiley, May 2018. [doi] [Bibtex & Downloads]
Towards Macroscopic Crystalline 2D Polymers
Reference
Xinliang Feng, Dieter Schlüter, "Towards Macroscopic Crystalline 2D Polymers", In Angewandte Chemie International Edition, Wiley, May 2018. [doi]
Bibtex
@article{Feng_2018,
doi = {10.1002/anie.201803456},
url = {https://doi.org/10.1002%2Fanie.201803456},
year = 2018,
month = {may},
publisher = {Wiley},
author = {Xinliang Feng and Dieter Schlüter},
title = {Towards Macroscopic Crystalline 2D Polymers},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Mohammad Shihabul Haque, Sriram Vasudevan, Alamuri Sriram Nihar, Arvind Easwaran, Akash Kumar, YC Tay, "A Self-Reconfiguring Cache Architecture to Improve Control Quality in Cyber-Physical Systems", In Proceeding: 2018 IEEE 21st International Symposium on Real-Time Distributed Computing (ISORC), pp. 116–123, May 2018. [Bibtex & Downloads]
A Self-Reconfiguring Cache Architecture to Improve Control Quality in Cyber-Physical Systems
Reference
Mohammad Shihabul Haque, Sriram Vasudevan, Alamuri Sriram Nihar, Arvind Easwaran, Akash Kumar, YC Tay, "A Self-Reconfiguring Cache Architecture to Improve Control Quality in Cyber-Physical Systems", In Proceeding: 2018 IEEE 21st International Symposium on Real-Time Distributed Computing (ISORC), pp. 116–123, May 2018.
Bibtex
@inproceedings{haque2018self,
title={A Self-Reconfiguring Cache Architecture to Improve Control Quality in Cyber-Physical Systems},
author={Haque, Mohammad Shihabul and Vasudevan, Sriram and Nihar, Alamuri Sriram and Easwaran, Arvind and Kumar, Akash and Tay, YC},
booktitle={2018 IEEE 21st International Symposium on Real-Time Distributed Computing (ISORC)},
pages={116--123},
year={2018},
month={May},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- S. Schneider, D. Wolf, M.J. Stolt, S. Jin, D. Pohl, B. Rellinghaus, M. Schmidt, B. Büchner, S.T.B. Goennenwein, K. Nielsch, A. Lubk, "Induction Mapping of the 3D-Modulated Spin Texture of Skyrmions in Thin Helimagnets", In Physical Review Letters, American Physical Society (APS), vol. 120, no. 21, May 2018. [doi] [Bibtex & Downloads]
Induction Mapping of the 3D-Modulated Spin Texture of Skyrmions in Thin Helimagnets
Reference
S. Schneider, D. Wolf, M.J. Stolt, S. Jin, D. Pohl, B. Rellinghaus, M. Schmidt, B. Büchner, S.T.B. Goennenwein, K. Nielsch, A. Lubk, "Induction Mapping of the 3D-Modulated Spin Texture of Skyrmions in Thin Helimagnets", In Physical Review Letters, American Physical Society (APS), vol. 120, no. 21, May 2018. [doi]
Bibtex
@article{Schneider_2018,
doi = {10.1103/physrevlett.120.217201},
url = {https://doi.org/10.1103%2Fphysrevlett.120.217201},
year = 2018,
month = {may},
publisher = {American Physical Society ({APS})},
volume = {120},
number = {21},
author = {S. Schneider and D. Wolf and M.J. Stolt and S. Jin and D. Pohl and B. Rellinghaus and M. Schmidt and B. Büchner and S.T.B. Goennenwein and K. Nielsch and A. Lubk},
title = {Induction Mapping of the 3D-Modulated Spin Texture of Skyrmions in Thin Helimagnets},
journal = {Physical Review Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Huy Q. Ta, Liang Zhao, Wanjian Yin, Darius Pohl, Bernd Rellinghaus, Thomas Gemming, Barbara Trzebicka, Justinas Palisaitis, Gao Jing, Per O. Å. Persson, Zhongfan Liu, Alicja Bachmatiuk, Mark H. Rümmeli, "Single Cr atom catalytic growth of graphene", In Nano Research, Springer Nature, vol. 11, no. 5, pp. 2405–2411, May 2018. [doi] [Bibtex & Downloads]
Single Cr atom catalytic growth of graphene
Reference
Huy Q. Ta, Liang Zhao, Wanjian Yin, Darius Pohl, Bernd Rellinghaus, Thomas Gemming, Barbara Trzebicka, Justinas Palisaitis, Gao Jing, Per O. Å. Persson, Zhongfan Liu, Alicja Bachmatiuk, Mark H. Rümmeli, "Single Cr atom catalytic growth of graphene", In Nano Research, Springer Nature, vol. 11, no. 5, pp. 2405–2411, May 2018. [doi]
Bibtex
@article{Ta_2018,
doi = {10.1007/s12274-017-1861-3},
url = {https://doi.org/10.1007%2Fs12274-017-1861-3},
year = 2018,
month = {may},
publisher = {Springer Nature},
volume = {11},
number = {5},
pages = {2405--2411},
author = {Huy Q. Ta and Liang Zhao and Wanjian Yin and Darius Pohl and Bernd Rellinghaus and Thomas Gemming and Barbara Trzebicka and Justinas Palisaitis and Gao Jing and Per O. {\AA}. Persson and Zhongfan Liu and Alicja Bachmatiuk and Mark H. Rümmeli},
title = {Single Cr atom catalytic growth of graphene},
journal = {Nano Research}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bahman Kheradmand-Boroujeni, Markus P. Klinger, Axel Fischer, Hans Kleemann, Karl Leo, Frank Ellinger, "A Pulse-Biasing Small-Signal Measurement Technique Enabling 40\hspace0.167emMHz Operation of Vertical Organic Transistors", In Scientific Reports, Springer Nature, vol. 8, no. 1, pp. 7643, May 2018. [doi] [Bibtex & Downloads]
A Pulse-Biasing Small-Signal Measurement Technique Enabling 40\hspace0.167emMHz Operation of Vertical Organic Transistors
Reference
Bahman Kheradmand-Boroujeni, Markus P. Klinger, Axel Fischer, Hans Kleemann, Karl Leo, Frank Ellinger, "A Pulse-Biasing Small-Signal Measurement Technique Enabling 40\hspace0.167emMHz Operation of Vertical Organic Transistors", In Scientific Reports, Springer Nature, vol. 8, no. 1, pp. 7643, May 2018. [doi]
Bibtex
@article{Kheradmand_Boroujeni_2018,
doi = {10.1038/s41598-018-26008-0},
url = {https://doi.org/10.1038%2Fs41598-018-26008-0},
year = 2018,
month = {may},
publisher = {Springer Nature},
volume = {8},
number = {1},
pages={7643},
author = {Bahman Kheradmand-Boroujeni and Markus P. Klinger and Axel Fischer and Hans Kleemann and Karl Leo and Frank Ellinger},
title = { A Pulse-Biasing Small-Signal Measurement Technique Enabling 40{\hspace{0.167em}}{MHz} Operation of Vertical Organic Transistors},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Edmund K. Burnett, Jack Ly, Muhammad R. Niazi, Lei Zhang, Samantha R. McCuskey, Aram Amassian, Detlef-M. Smilgies, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Solvent Vapor Annealing: Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport (Adv. Mater. Interfaces 9/2018)", In Advanced Materials Interfaces, Wiley, vol. 5, no. 9, pp. 1870040, May 2018. [doi] [Bibtex & Downloads]
Solvent Vapor Annealing: Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport (Adv. Mater. Interfaces 9/2018)
Reference
Edmund K. Burnett, Jack Ly, Muhammad R. Niazi, Lei Zhang, Samantha R. McCuskey, Aram Amassian, Detlef-M. Smilgies, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Solvent Vapor Annealing: Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport (Adv. Mater. Interfaces 9/2018)", In Advanced Materials Interfaces, Wiley, vol. 5, no. 9, pp. 1870040, May 2018. [doi]
Bibtex
@article{Burnett_2018,
doi = {10.1002/admi.201870040},
url = {https://doi.org/10.1002%2Fadmi.201870040},
year = 2018,
month = {may},
publisher = {Wiley},
volume = {5},
number = {9},
pages = {1870040},
author = {Edmund K. Burnett and Jack Ly and Muhammad R. Niazi and Lei Zhang and Samantha R. McCuskey and Aram Amassian and Detlef-M. Smilgies and Stefan C. B. Mannsfeld and Alejandro L. Briseno},
title = {Solvent Vapor Annealing: Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport (Adv. Mater. Interfaces 9/2018)},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Albrecht Wolf, Philipp Schulz, David Öhmann, Meik Dörpinghaus, Gerhard Fettweis, "Rate-reliability tradeoff for multi-connectivity", In Proceeding: 2018 IEEE Wireless Communications and Networking Conference (WCNC), Barcelona, Spain, Apr 2018. [Bibtex & Downloads]
Rate-reliability tradeoff for multi-connectivity
Reference
Albrecht Wolf, Philipp Schulz, David Öhmann, Meik Dörpinghaus, Gerhard Fettweis, "Rate-reliability tradeoff for multi-connectivity", In Proceeding: 2018 IEEE Wireless Communications and Networking Conference (WCNC), Barcelona, Spain, Apr 2018.
Bibtex
@inproceedings{Wolf_WCNC18,
title={Rate-reliability tradeoff for multi-connectivity},
author={Wolf, Albrecht and Schulz, Philipp and \"Ohmann, David and D\"orpinghaus, Meik and Fettweis, Gerhard},
booktitle={2018 IEEE Wireless Communications and Networking Conference (WCNC)},
year={2018},
month= Apr,
address = {Barcelona, Spain},
}Downloads
Wolf_WCNC2018 [PDF]
Related Paths
Permalink
- Faxing Wang, Hongliu Yang, Jian Zhang, Panpan Zhang, Gang Wang, Xiaodong Zhuang, Gianaurelio Cuniberti, Xinliang Feng, "A Dual-Stimuli-Responsive Sodium-Bromine Battery with Ultrahigh Energy Density", In Advanced Materials, Wiley, vol. 30, no. 23, pp. 1800028, Apr 2018. [doi] [Bibtex & Downloads]
A Dual-Stimuli-Responsive Sodium-Bromine Battery with Ultrahigh Energy Density
Reference
Faxing Wang, Hongliu Yang, Jian Zhang, Panpan Zhang, Gang Wang, Xiaodong Zhuang, Gianaurelio Cuniberti, Xinliang Feng, "A Dual-Stimuli-Responsive Sodium-Bromine Battery with Ultrahigh Energy Density", In Advanced Materials, Wiley, vol. 30, no. 23, pp. 1800028, Apr 2018. [doi]
Bibtex
@article{Wang_2018,
doi = {10.1002/adma.201800028},
url = {https://doi.org/10.1002%2Fadma.201800028},
year = 2018,
month = {apr},
publisher = {Wiley},
volume = {30},
number = {23},
pages = {1800028},
author = {Faxing Wang and Hongliu Yang and Jian Zhang and Panpan Zhang and Gang Wang and Xiaodong Zhuang and Gianaurelio Cuniberti and Xinliang Feng},
title = {A Dual-Stimuli-Responsive Sodium-Bromine Battery with Ultrahigh Energy Density},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Bjorn Gottschall, Thomas PreuBer, Akash Kumar, "Reloc—An Open-Source Vivado Workflow for Generating Relocatable End-User Configuration Tiles", In Proceeding: 2018 IEEE 26th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), pp. 211–211, April 2018. [Bibtex & Downloads]
Reloc—An Open-Source Vivado Workflow for Generating Relocatable End-User Configuration Tiles
Reference
Bjorn Gottschall, Thomas PreuBer, Akash Kumar, "Reloc—An Open-Source Vivado Workflow for Generating Relocatable End-User Configuration Tiles", In Proceeding: 2018 IEEE 26th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), pp. 211–211, April 2018.
Bibtex
@inproceedings{gottschall2018reloc,
title={Reloc—An Open-Source Vivado Workflow for Generating Relocatable End-User Configuration Tiles},
author={Gottschall, Bjorn and PreuBer, Thomas and Kumar, Akash},
booktitle={2018 IEEE 26th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM)},
pages={211--211},
year={2018},
month={April},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Matthias Rank, Aniruddha Mitra, Louis Reese, Stefan Diez, Erwin Frey, "Limited Resources Induce Bistability in Microtubule Length Regulation", In Physical Review Letters, American Physical Society (APS), vol. 120, no. 14, Apr 2018. [doi] [Bibtex & Downloads]
Limited Resources Induce Bistability in Microtubule Length Regulation
Reference
Matthias Rank, Aniruddha Mitra, Louis Reese, Stefan Diez, Erwin Frey, "Limited Resources Induce Bistability in Microtubule Length Regulation", In Physical Review Letters, American Physical Society (APS), vol. 120, no. 14, Apr 2018. [doi]
Bibtex
@article{Rank_2018,
doi = {10.1103/physrevlett.120.148101},
url = {https://doi.org/10.1103%2Fphysrevlett.120.148101},
year = 2018,
month = {apr},
publisher = {American Physical Society ({APS})},
volume = {120},
number = {14},
author = {Matthias Rank and Aniruddha Mitra and Louis Reese and Stefan Diez and Erwin Frey},
title = {Limited Resources Induce Bistability in Microtubule Length Regulation},
journal = {Physical Review Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin M. Friedrich, "Load response of shape-changing microswimmers scales with their swimming efficiency", In Physical Review E, American Physical Society (APS), vol. 97, no. 4, Apr 2018. [doi] [Bibtex & Downloads]
Load response of shape-changing microswimmers scales with their swimming efficiency
Reference
Benjamin M. Friedrich, "Load response of shape-changing microswimmers scales with their swimming efficiency", In Physical Review E, American Physical Society (APS), vol. 97, no. 4, Apr 2018. [doi]
Bibtex
@article{Friedrich_2018,
doi = {10.1103/physreve.97.042416},
url = {https://doi.org/10.1103%2Fphysreve.97.042416},
year = 2018,
month = {apr},
publisher = {American Physical Society ({APS})},
volume = {97},
number = {4},
author = {Benjamin M. Friedrich},
title = {Load response of shape-changing microswimmers scales with their swimming efficiency},
journal = {Physical Review E}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus A. Kromer, Steffen Märcker, Steffen Lange, Christel Baier, Benjamin M. Friedrich, "Decision making improves sperm chemotaxis in the presence of noise", In PLOS Computational Biology (Sarah D Olson), Public Library of Science (PLoS), vol. 14, no. 4, pp. e1006109, Apr 2018. [doi] [Bibtex & Downloads]
Decision making improves sperm chemotaxis in the presence of noise
Reference
Justus A. Kromer, Steffen Märcker, Steffen Lange, Christel Baier, Benjamin M. Friedrich, "Decision making improves sperm chemotaxis in the presence of noise", In PLOS Computational Biology (Sarah D Olson), Public Library of Science (PLoS), vol. 14, no. 4, pp. e1006109, Apr 2018. [doi]
Bibtex
@article{Kromer_2018,
doi = {10.1371/journal.pcbi.1006109},
url = {https://doi.org/10.1371%2Fjournal.pcbi.1006109},
year = 2018,
month = {apr},
publisher = {Public Library of Science ({PLoS})},
volume = {14},
number = {4},
pages = {e1006109},
author = {Justus A. Kromer and Steffen Märcker and Steffen Lange and Christel Baier and Benjamin M. Friedrich},
editor = {Sarah D Olson},
title = {Decision making improves sperm chemotaxis in the presence of noise},
journal = {{PLOS} Computational Biology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Heiko Groß, Hannah S. Heil, Jens Ehrig, Friedrich W. Schwarz, Bert Hecht, Stefan Diez, "Parallel mapping of optical near-field interactions by molecular motor-driven quantum dots", In Nature Nanotechnology, Springer Nature, vol. 13, no. 8, pp. 691–695, Apr 2018. [doi] [Bibtex & Downloads]
Parallel mapping of optical near-field interactions by molecular motor-driven quantum dots
Reference
Heiko Groß, Hannah S. Heil, Jens Ehrig, Friedrich W. Schwarz, Bert Hecht, Stefan Diez, "Parallel mapping of optical near-field interactions by molecular motor-driven quantum dots", In Nature Nanotechnology, Springer Nature, vol. 13, no. 8, pp. 691–695, Apr 2018. [doi]
Bibtex
@article{Gro__2018,
doi = {10.1038/s41565-018-0123-1},
url = {https://doi.org/10.1038%2Fs41565-018-0123-1},
year = 2018,
month = {apr},
publisher = {Springer Nature},
volume = {13},
number = {8},
pages = {691--695},
author = {Heiko Gro{\ss} and Hannah S. Heil and Jens Ehrig and Friedrich W. Schwarz and Bert Hecht and Stefan Diez},
title = {Parallel mapping of optical near-field interactions by molecular motor-driven quantum dots},
journal = {Nature Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Sven Karol, Tobias Nett, Jeronimo Castrillon, Ivo F. Sbalzarini, "A Domain-Specific Language and Editor for Parallel Particle Methods", In ACM Transactions on Mathematical Software (TOMS), ACM, vol. 44, no. 3, pp. 32, New York, NY, USA, Mar 2018. [doi] [Bibtex & Downloads]
A Domain-Specific Language and Editor for Parallel Particle Methods
Reference
Sven Karol, Tobias Nett, Jeronimo Castrillon, Ivo F. Sbalzarini, "A Domain-Specific Language and Editor for Parallel Particle Methods", In ACM Transactions on Mathematical Software (TOMS), ACM, vol. 44, no. 3, pp. 32, New York, NY, USA, Mar 2018. [doi]
Abstract
Domain-specific languages (DSLs) are of increasing importance in scientific high-performance computing to reduce development costs, raise the level of abstraction and, thus, ease scientific programming. However, designing DSLs is not easy, as it requires knowledge of the application domain and experience in language engineering and compilers. Consequently, many DSLs follow a weak approach using macros or text generators, which lack many of the features that make a DSL comfortable for programmers. Some of these features –e.g., syntax highlighting, type inference, error reporting– are easily provided by language workbenches, which combine language engineering techniques and tools in a common ecosystem. In this paper, we present the Parallel Particle-Mesh Environment (PPME), a DSL and development environment for numerical simulations based on particle methods and hybrid particle-mesh methods. PPME uses the Meta Programming System (MPS), a projectional language workbench. PPME is the successor of the Parallel Particle-Mesh Language, a Fortran-based DSL that uses conventional implementation strategies. We analyze and compare both languages and demonstrate how the programmer’s experience is improved using static analyses and projectional editing, i.e., code-structure editing, constrained by syntax, as opposed to free-text editing. We present an explicit domain model for particle abstractions and the first formal type system for partircle methods.
Bibtex
@Article{karol_toms18,
author = {Karol, Sven and Nett, Tobias and Castrillon, Jeronimo and Sbalzarini, Ivo F.},
title = {A Domain-Specific Language and Editor for Parallel Particle Methods},
journal = {ACM Transactions on Mathematical Software (TOMS)},
issue_date = {March 2018},
volume = {44},
number = {3},
month = mar,
year = {2018},
issn = {0098-3500},
pages = {34:1--34:32},
articleno = {34},
numpages = {32},
url = {http://doi.acm.org/10.1145/3175659},
doi = {10.1145/3175659},
acmid = {3175659},
publisher = {ACM},
address = {New York, NY, USA},
pages = {32},
abstract = {
Domain-specific languages (DSLs) are of increasing importance in scientific high-performance computing to reduce development costs, raise the level of abstraction and, thus, ease scientific programming. However, designing DSLs is not easy, as it requires knowledge of the application domain and experience in language engineering and compilers. Consequently, many DSLs follow a weak approach using macros or text generators, which lack many of the features that make a DSL comfortable for programmers. Some of these features --e.g., syntax highlighting, type inference, error reporting-- are easily provided by language workbenches, which combine language engineering techniques and tools in a common ecosystem. In this paper, we present the Parallel Particle-Mesh Environment (PPME), a DSL and development environment for numerical simulations based on particle methods and hybrid particle-mesh methods. PPME uses the Meta Programming System (MPS), a projectional language workbench. PPME is the successor of the Parallel Particle-Mesh Language, a Fortran-based DSL that uses conventional implementation strategies. We analyze and compare both languages and demonstrate how the programmer’s experience is improved using static analyses and projectional editing, i.e., code-structure editing, constrained by syntax, as opposed to free-text editing. We present an explicit domain model for particle abstractions and the first formal type system for partircle methods.},
}Downloads
1709_Karol_TOMS-arxiv [PDF]
Related Paths
Biological Systems Path, Orchestration Path
Permalink
- Shubham Rai, Michael Raitza, Akash Kumar, "Technology mapping flow for emerging reconfigurable silicon nanowire transistors", In Proceeding: 2018 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Mar 2018. [doi] [Bibtex & Downloads]
Technology mapping flow for emerging reconfigurable silicon nanowire transistors
Reference
Shubham Rai, Michael Raitza, Akash Kumar, "Technology mapping flow for emerging reconfigurable silicon nanowire transistors", In Proceeding: 2018 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Mar 2018. [doi]
Bibtex
@inproceedings{Rai_2018,
doi = {10.23919/date.2018.8342110},
url = {https://doi.org/10.23919%2Fdate.2018.8342110},
year = 2018,
month = {mar},
publisher = ,
author = {Shubham Rai and Michael Raitza and Akash Kumar},
title = {Technology mapping flow for emerging reconfigurable silicon nanowire transistors},
booktitle = {2018 Design, Automation {\&} Test in Europe Conference {\&} Exhibition ({DATE})}
}Downloads
Technology_Mapping_DATE_2018 [PDF]
Related Paths
Permalink
- Shubham Rai, Ansh Rupani, Dennis Walter, Michael Raitza, Andre Heinzig, Tim Baldauf, Jens Trommer, Christian Mayr, Walter M. Weber, Akash Kumar, "A physical synthesis flow for early technology evaluation of silicon nanowire based reconfigurable FETs", In Proceeding: 2018 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Mar 2018. [doi] [Bibtex & Downloads]
A physical synthesis flow for early technology evaluation of silicon nanowire based reconfigurable FETs
Reference
Shubham Rai, Ansh Rupani, Dennis Walter, Michael Raitza, Andre Heinzig, Tim Baldauf, Jens Trommer, Christian Mayr, Walter M. Weber, Akash Kumar, "A physical synthesis flow for early technology evaluation of silicon nanowire based reconfigurable FETs", In Proceeding: 2018 Design, Automation & Test in Europe Conference & Exhibition (DATE), IEEE, Mar 2018. [doi]
Bibtex
@inproceedings{Rai_2018,
doi = {10.23919/date.2018.8342080},
url = {https://doi.org/10.23919%2Fdate.2018.8342080},
year = 2018,
month = {mar},
publisher = ,
author = {Shubham Rai and Ansh Rupani and Dennis Walter and Michael Raitza and Andre Heinzig and Tim Baldauf and Jens Trommer and Christian Mayr and Walter M. Weber and Akash Kumar},
title = {A physical synthesis flow for early technology evaluation of silicon nanowire based reconfigurable {FETs}},
booktitle = {2018 Design, Automation {\&} Test in Europe Conference {\&} Exhibition ({DATE})}
}Downloads
Physical_Synthesis_DATE_2018 [PDF]
Related Paths
Permalink
- B. S. Prabakaran, S. Rehman, M. A. Hanif, S. Ullah, G. Mazaheri, A. Kumar, M. Shafique, "DeMAS: An efficient design methodology for building approximate adders for FPGA-based systems", In Proceeding: 2018 Design, Automation Test in Europe Conference Exhibition (DATE), pp. 917-920, March 2018. [doi] [Bibtex & Downloads]
DeMAS: An efficient design methodology for building approximate adders for FPGA-based systems
Reference
B. S. Prabakaran, S. Rehman, M. A. Hanif, S. Ullah, G. Mazaheri, A. Kumar, M. Shafique, "DeMAS: An efficient design methodology for building approximate adders for FPGA-based systems", In Proceeding: 2018 Design, Automation Test in Europe Conference Exhibition (DATE), pp. 917-920, March 2018. [doi]
Bibtex
@INPROCEEDINGS{8342140,
author={B. S. Prabakaran and S. Rehman and M. A. Hanif and S. Ullah and G. Mazaheri and A. Kumar and M. Shafique},
booktitle={2018 Design, Automation Test in Europe Conference Exhibition (DATE)},
title={DeMAS: An efficient design methodology for building approximate adders for FPGA-based systems},
year={2018},
volume={},
number={},
pages={917-920},
keywords={adders;field programmable gate arrays;logic design;public domain software;DeMAS;FPGA community;RTL;approximate adders;area gain;behavioral model;generic design methodology;latency gain;multibit adder architectures;power-delay product gain;Adders;Approximate computing;Delays;Design methodology;Field programmable gate arrays;Hardware;Table lookup;Adders;Approximate Computing;Area;CAD;Design Flow;Efficiency;FPGA;LUTs;Optimization;Performance;Power},
doi={10.23919/DATE.2018.8342140},
ISSN={},
month={March},}Downloads
DeMAS_DATE_2018 [PDF]
Related Paths
Permalink
- Fazal Hameed, Jeronimo Castrillon, "STT-RAM Aware Last-Level-Cache Policies for Simultaneous Energy and Performance Improvement", Proceedings of the 9th Annual Non-Volatile Memories Workshop (NVMW 2018), Mar 2018. [Bibtex & Downloads]
STT-RAM Aware Last-Level-Cache Policies for Simultaneous Energy and Performance Improvement
Reference
Fazal Hameed, Jeronimo Castrillon, "STT-RAM Aware Last-Level-Cache Policies for Simultaneous Energy and Performance Improvement", Proceedings of the 9th Annual Non-Volatile Memories Workshop (NVMW 2018), Mar 2018.
Bibtex
@InProceedings{hameed_nvmw18,
author = {Fazal Hameed and Jeronimo Castrillon},
title = {STT-RAM Aware Last-Level-Cache Policies for Simultaneous Energy and Performance Improvement},
booktitle = {Proceedings of the 9th Annual Non-Volatile Memories Workshop (NVMW 2018)},
year = {2018},
month = mar,
location = {San Diego, CA, USA},
numpages = {2}
}Downloads
1803_Hameed_NVMW [PDF]
Related Paths
Permalink
- Adilson E. Motter, Marc Timme, "Antagonistic Phenomena in Network Dynamics", In Annual Review of Condensed Matter Physics, Annual Reviews, vol. 9, no. 1, pp. 463–484, Mar 2018. [doi] [Bibtex & Downloads]
Antagonistic Phenomena in Network Dynamics
Reference
Adilson E. Motter, Marc Timme, "Antagonistic Phenomena in Network Dynamics", In Annual Review of Condensed Matter Physics, Annual Reviews, vol. 9, no. 1, pp. 463–484, Mar 2018. [doi]
Bibtex
@article{Motter_2018,
doi = {10.1146/annurev-conmatphys-033117-054054},
url = {https://doi.org/10.1146%2Fannurev-conmatphys-033117-054054},
year = 2018,
month = {mar},
publisher = {Annual Reviews},
volume = {9},
number = {1},
pages = {463--484},
author = {Adilson E. Motter and Marc Timme},
title = {Antagonistic Phenomena in Network Dynamics},
journal = {Annual Review of Condensed Matter Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Kuttner, Martin Mayer, Martin Dulle, Ana Moscoso, Juan Manuel López-Romero, Stephan Förster, Andreas Fery, Jorge Pérez-Juste, Rafael Contreras-Cáceres, "Seeded Growth Synthesis of Gold Nanotriangles: Size Control, SAXS Analysis, and SERS Performance", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 10, no. 13, pp. 11152–11163, Mar 2018. [doi] [Bibtex & Downloads]
Seeded Growth Synthesis of Gold Nanotriangles: Size Control, SAXS Analysis, and SERS Performance
Reference
Christian Kuttner, Martin Mayer, Martin Dulle, Ana Moscoso, Juan Manuel López-Romero, Stephan Förster, Andreas Fery, Jorge Pérez-Juste, Rafael Contreras-Cáceres, "Seeded Growth Synthesis of Gold Nanotriangles: Size Control, SAXS Analysis, and SERS Performance", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 10, no. 13, pp. 11152–11163, Mar 2018. [doi]
Bibtex
@article{Kuttner_2018,
doi = {10.1021/acsami.7b19081},
url = {https://doi.org/10.1021%2Facsami.7b19081},
year = 2018,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {10},
number = {13},
pages = {11152--11163},
author = {Christian Kuttner and Martin Mayer and Martin Dulle and Ana Moscoso and Juan Manuel L{\'{o}}pez-Romero and Stephan Förster and Andreas Fery and Jorge P{\'{e}}rez-Juste and Rafael Contreras-C{\'{a}}ceres},
title = {Seeded Growth Synthesis of Gold Nanotriangles: Size Control, {SAXS} Analysis, and {SERS} Performance},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Gang Wang, Minghao Yu, Jungang Wang, Debao Li, Deming Tan, Markus Löffler, Xiaodong Zhuang, Klaus Müllen, Xinliang Feng, "Self-Activating, Capacitive Anion Intercalation Enables High-Power Graphite Cathodes", In Advanced Materials, Wiley, vol. 30, no. 20, pp. 1800533, Mar 2018. [doi] [Bibtex & Downloads]
Self-Activating, Capacitive Anion Intercalation Enables High-Power Graphite Cathodes
Reference
Gang Wang, Minghao Yu, Jungang Wang, Debao Li, Deming Tan, Markus Löffler, Xiaodong Zhuang, Klaus Müllen, Xinliang Feng, "Self-Activating, Capacitive Anion Intercalation Enables High-Power Graphite Cathodes", In Advanced Materials, Wiley, vol. 30, no. 20, pp. 1800533, Mar 2018. [doi]
Bibtex
@article{Wang_2018,
doi = {10.1002/adma.201800533},
url = {https://doi.org/10.1002%2Fadma.201800533},
year = 2018,
month = {mar},
publisher = {Wiley},
volume = {30},
number = {20},
pages = {1800533},
author = {Gang Wang and Minghao Yu and Jungang Wang and Debao Li and Deming Tan and Markus Löffler and Xiaodong Zhuang and Klaus Müllen and Xinliang Feng},
title = {Self-Activating, Capacitive Anion Intercalation Enables High-Power Graphite Cathodes},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rasha Ghunaim, Maik Scholz, Christine Damm, Bernd Rellinghaus, Rüdiger Klingeler, Bernd Büchner, Michael Mertig, Silke Hampel, "Single-crystalline FeCo nanoparticle-filled carbon nanotubes: synthesis, structural characterization and magnetic properties", In Beilstein Journal of Nanotechnology, Beilstein Institut, vol. 9, pp. 1024–1034, Mar 2018. [doi] [Bibtex & Downloads]
Single-crystalline FeCo nanoparticle-filled carbon nanotubes: synthesis, structural characterization and magnetic properties
Reference
Rasha Ghunaim, Maik Scholz, Christine Damm, Bernd Rellinghaus, Rüdiger Klingeler, Bernd Büchner, Michael Mertig, Silke Hampel, "Single-crystalline FeCo nanoparticle-filled carbon nanotubes: synthesis, structural characterization and magnetic properties", In Beilstein Journal of Nanotechnology, Beilstein Institut, vol. 9, pp. 1024–1034, Mar 2018. [doi]
Bibtex
@article{Ghunaim_2018,
doi = {10.3762/bjnano.9.95},
url = {https://doi.org/10.3762%2Fbjnano.9.95},
year = 2018,
month = {mar},
publisher = {Beilstein Institut},
volume = {9},
pages = {1024--1034},
author = {Rasha Ghunaim and Maik Scholz and Christine Damm and Bernd Rellinghaus and Rüdiger Klingeler and Bernd Büchner and Michael Mertig and Silke Hampel},
title = {Single-crystalline {FeCo} nanoparticle-filled carbon nanotubes: synthesis, structural characterization and magnetic properties},
journal = {Beilstein Journal of Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adilla Susungi, "Analysis and Compilation of Parallel Programming Languages", PhD thesis, PSL Research University, Mar 2018. [Bibtex & Downloads]
Analysis and Compilation of Parallel Programming Languages
Reference
Adilla Susungi, "Analysis and Compilation of Parallel Programming Languages", PhD thesis, PSL Research University, Mar 2018.
Bibtex
@phdthesis{susungi_phd2018,
title={Analysis and Compilation of Parallel Programming Languages},
author={Susungi, Adilla},
year={2018},
month = mar,
school={PSL Research University},
url = {https://pastel.archives-ouvertes.fr/tel-02081178/document}
}Downloads
1803_Sunsungi_PhD [PDF]
Permalink
- Tao Zhang, Yang Hou, Volodymyr Dzhagan, Zhongquan Liao, Guoliang Chai, Markus Löffler, Davide Olianas, Alberto Milani, Shunqi Xu, Matteo Tommasini, Dietrich R. T. Zahn, Zhikun Zheng, Ehrenfried Zschech, Rainer Jordan, Xinliang Feng, "Copper-surface-mediated synthesis of acetylenic carbon-rich nanofibers for active metal-free photocathodes", In Nature Communications, Springer Science and Business Media LLC, vol. 9, no. 1, Mar 2018. [doi] [Bibtex & Downloads]
Copper-surface-mediated synthesis of acetylenic carbon-rich nanofibers for active metal-free photocathodes
Reference
Tao Zhang, Yang Hou, Volodymyr Dzhagan, Zhongquan Liao, Guoliang Chai, Markus Löffler, Davide Olianas, Alberto Milani, Shunqi Xu, Matteo Tommasini, Dietrich R. T. Zahn, Zhikun Zheng, Ehrenfried Zschech, Rainer Jordan, Xinliang Feng, "Copper-surface-mediated synthesis of acetylenic carbon-rich nanofibers for active metal-free photocathodes", In Nature Communications, Springer Science and Business Media LLC, vol. 9, no. 1, Mar 2018. [doi]
Bibtex
@article{Zhang_2018,
doi = {10.1038/s41467-018-03444-0},
url = {https://doi.org/10.1038%2Fs41467-018-03444-0},
year = 2018,
month = {mar},
publisher = {Springer Science and Business Media {LLC}},
volume = {9},
number = {1},
author = {Tao Zhang and Yang Hou and Volodymyr Dzhagan and Zhongquan Liao and Guoliang Chai and Markus Löffler and Davide Olianas and Alberto Milani and Shunqi Xu and Matteo Tommasini and Dietrich R. T. Zahn and Zhikun Zheng and Ehrenfried Zschech and Rainer Jordan and Xinliang Feng},
title = {Copper-surface-mediated synthesis of acetylenic carbon-rich nanofibers for active metal-free photocathodes},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Ertel, Andrés Goens, Justus Adam, Jeronimo Castrillon, "Compiling for Concise Code and Efficient I/O", Proceedings of the 27th International Conference on Compiler Construction (CC 2018), ACM, pp. 104–115, New York, NY, USA, Feb 2018. [doi] [Bibtex & Downloads]
Compiling for Concise Code and Efficient I/O
Reference
Sebastian Ertel, Andrés Goens, Justus Adam, Jeronimo Castrillon, "Compiling for Concise Code and Efficient I/O", Proceedings of the 27th International Conference on Compiler Construction (CC 2018), ACM, pp. 104–115, New York, NY, USA, Feb 2018. [doi]
Abstract
Large infrastructures of Internet companies, such as Facebook and Twitter, are composed of several layers of micro-services. While this modularity provides scalability to the system, the I/O associated with each service request strongly impacts its performance. In this context, writing concise programs which execute I/O efficiently is especially challenging. In this paper, we introduce Ÿauhau, a novel compile-time solution. Ÿauhau reduces the number of I/O calls through rewrites on a simple expression language. To execute I/O concurrently, it lowers the expression language to a dataflow representation. Our approach can be used alongside an existing programming language, permitting the use of legacy code. We describe an implementation in the JVM and use it to evaluate our approach. Experiments show that Ÿauhau can significantly improve I/O, both in terms of the number of I/O calls and concurrent execution. Ÿauhau outperforms state-of-the-art approaches with similar goals.
Bibtex
@InProceedings{ertel_cc18,
author = {Sebastian Ertel and Andr\'{e}s Goens and Justus Adam and Jeronimo Castrillon},
title = {Compiling for Concise Code and Efficient I/O},
booktitle = {Proceedings of the 27th International Conference on Compiler Construction (CC 2018)},
series = {CC 2018},
year = {2018},
month = feb,
location = {Vienna, Austria},
publisher = {ACM},
numpages = {12},
pages = {104--115},
doi = {10.1145/3178372.3179505},
url = {https://dl.acm.org/citation.cfm?id=3179505},
acmid = {3179505},
address = {New York, NY, USA},
abstract = {Large infrastructures of Internet companies, such as Facebook and Twitter, are composed of several layers of micro-services. While this modularity provides scalability to the system, the I/O associated with each service request strongly impacts its performance. In this context, writing concise programs which execute I/O efficiently is especially challenging. In this paper, we introduce Ÿauhau, a novel compile-time solution. Ÿauhau reduces the number of I/O calls through rewrites on a simple expression language. To execute I/O concurrently, it lowers the expression language to a dataflow representation. Our approach can be used alongside an existing programming language, permitting the use of legacy code. We describe an implementation in the JVM and use it to evaluate our approach. Experiments show that Ÿauhau can significantly improve I/O, both in terms of the number of I/O calls and concurrent execution. Ÿauhau outperforms state-of-the-art approaches with similar goals.},
}Downloads
cc-2018-slides [PDF]
1802_Ertel_CC [PDF]
Related Paths
Permalink
- Sebastian Ertel, Justus Adam, Jeronimo Castrillon, "Supporting Fine-grained Dataflow Parallelism in Big Data Systems", Proceedings of the 9th International Workshop on Programming Models and Applications for Multicores and Manycores (PMAM), ACM, pp. 41–50, New York, NY, USA, Feb 2018. [doi] [Bibtex & Downloads]
Supporting Fine-grained Dataflow Parallelism in Big Data Systems
Reference
Sebastian Ertel, Justus Adam, Jeronimo Castrillon, "Supporting Fine-grained Dataflow Parallelism in Big Data Systems", Proceedings of the 9th International Workshop on Programming Models and Applications for Multicores and Manycores (PMAM), ACM, pp. 41–50, New York, NY, USA, Feb 2018. [doi]
Abstract
Big data systems scale with the number of cores in a cluster for the parts of an application that can be executed in data parallel fashion. It has been recently reported, however, that these systems fail to translate hardware improvements, such as increased network bandwidth, into a higher throughput. This is particularly the case for applications that have inherent sequential, computationally intensive phases. In this paper, we analyze the data processing cores of state-of-the-art big data systems to find the cause for these scalability problems. We identify design patterns in the code that are suitable for pipeline and task-level parallelism, potentially increasing application performance. As a proof of concept, we rewrite parts of the Hadoop MapReduce framework in an implicit parallel language that exploits this parallelism without adding code complexity. Our experiments on a data analytics workload show throughput speedups of up to 3.5x.
Bibtex
@InProceedings{ertel_pmam18,
author = {Sebastian Ertel and Justus Adam and Jeronimo Castrillon},
title = {Supporting Fine-grained Dataflow Parallelism in Big Data Systems},
booktitle = {Proceedings of the 9th International Workshop on Programming Models and Applications for Multicores and Manycores (PMAM)},
year = {2018},
series = {PMAM'18},
address = {New York, NY, USA},
month = feb,
publisher = {ACM},
doi = {10.1145/3178442.3178447},
isbn = {978-1-4503-5645-9},
location = {Vienna, Austria},
pages = {41--50},
numpages = {10},
acmid = {3178447},
url = {http://doi.acm.org/10.1145/3178442.3178447},
abstract = {Big data systems scale with the number of cores in a cluster for the parts of an application that can be executed in data parallel fashion. It has been recently reported, however, that these systems fail to translate hardware improvements, such as increased network bandwidth, into a higher throughput. This is particularly the case for applications that have inherent sequential, computationally intensive phases. In this paper, we analyze the data processing cores of state-of-the-art big data systems to find the cause for these scalability problems. We identify design patterns in the code that are suitable for pipeline and task-level parallelism, potentially increasing application performance. As a proof of concept, we rewrite parts of the Hadoop MapReduce framework in an implicit parallel language that exploits this parallelism without adding code complexity. Our experiments on a data analytics workload show throughput speedups of up to 3.5x.},
}Downloads
pmam-2018-slides [PDF]
1802_Ertel_PMAM [PDF]
Related Paths
Permalink
- Norman A. Rink, Immo Huismann, Adilla Susungi, Jeronimo Castrillon, Jörg Stiller, Jochen Fröhlich, Claude Tadonki, "CFDlang: High-level Code Generation for High-order Methods in Fluid Dynamics", Proceedings of the 3rd International Workshop on Real World Domain Specific Languages (RWDSL 2018), ACM, pp. 5:1–5:10, New York, NY, USA, Feb 2018. [doi] [Bibtex & Downloads]
CFDlang: High-level Code Generation for High-order Methods in Fluid Dynamics
Reference
Norman A. Rink, Immo Huismann, Adilla Susungi, Jeronimo Castrillon, Jörg Stiller, Jochen Fröhlich, Claude Tadonki, "CFDlang: High-level Code Generation for High-order Methods in Fluid Dynamics", Proceedings of the 3rd International Workshop on Real World Domain Specific Languages (RWDSL 2018), ACM, pp. 5:1–5:10, New York, NY, USA, Feb 2018. [doi]
Abstract
Numerical simulations continue to enable fast and enormous progress in science and engineering. Writing efficient numerical codes is a difficult challenge that encompasses a variety of tasks from designing the right algorithms to exploiting the full potential of a platform's architecture. Domain-specific languages (DSLs) can ease these tasks by offering the right abstractions for expressing numerical problems. With the aid of domain knowledge, efficient code can then be generated automatically from abstract expressions. In this work, we present the CFDlang DSL for expressing tensor operations that constitute the performance-critical code sections in a class of real numerical applications from fluid dynamics. We demonstrate that CFDlang can be used to generate code automatically that performs as well, if not better, than carefully hand-optimized code.
Bibtex
@InProceedings{rink_rwdsl18,
author = {Norman A. Rink and Immo Huismann and Adilla Susungi and Jeronimo Castrillon and J{\"o}rg Stiller and Jochen Fr{\"o}hlich and Claude Tadonki},
title = {CFDlang: High-level Code Generation for High-order Methods in Fluid Dynamics},
booktitle = {Proceedings of the 3rd International Workshop on Real World Domain Specific Languages (RWDSL 2018)},
year = {2018},
series = {RWDSL2018},
pages = {5:1--5:10},
address = {New York, NY, USA},
month = feb,
publisher = {ACM},
abstract = {Numerical simulations continue to enable fast and enormous progress in science and engineering. Writing efficient numerical codes is a difficult challenge that encompasses a variety of tasks from designing the right algorithms to exploiting the full potential of a platform's architecture. Domain-specific languages (DSLs) can ease these tasks by offering the right abstractions for expressing numerical problems. With the aid of domain knowledge, efficient code can then be generated automatically from abstract expressions. In this work, we present the CFDlang DSL for expressing tensor operations that constitute the performance-critical code sections in a class of real numerical applications from fluid dynamics. We demonstrate that CFDlang can be used to generate code automatically that performs as well, if not better, than carefully hand-optimized code.},
acmid = {3183900},
articleno = {5},
doi = {10.1145/3183895.3183900},
isbn = {978-1-4503-6355-6},
location = {Vienna, Austria},
numpages = {10},
url = {http://doi.acm.org/10.1145/3183895.3183900}
}Downloads
1802_Rink_RWDSL [PDF]
Related Paths
Permalink
- Chin Hau Hoo, Akash Kumar, "ParaDRo: A Parallel Deterministic Router Based on Spatial Partitioning and Scheduling", Proceedings of the 2018 ACM/SIGDA International Symposium on Field-Programmable Gate Arrays, pp. 67–76, 2018. [Bibtex & Downloads]
ParaDRo: A Parallel Deterministic Router Based on Spatial Partitioning and Scheduling
Reference
Chin Hau Hoo, Akash Kumar, "ParaDRo: A Parallel Deterministic Router Based on Spatial Partitioning and Scheduling", Proceedings of the 2018 ACM/SIGDA International Symposium on Field-Programmable Gate Arrays, pp. 67–76, 2018.
Bibtex
@inproceedings{hoo2018paradro,
title={ParaDRo: A Parallel Deterministic Router Based on Spatial Partitioning and Scheduling},
author={Hoo, Chin Hau and Kumar, Akash},
booktitle={Proceedings of the 2018 ACM/SIGDA International Symposium on Field-Programmable Gate Arrays},
pages={67--76},
year={2018},
organization={ACM}
}Downloads
ParaDRo_FPGA_18 [PDF]
Related Paths
Permalink
- Hermann Härtig, Nils Asmussen, Jeronimo Castrillon, Adam Lackorzynski, Michael Roitzsch, Carsten Weinhold, Akash Kumar, "Extremely Heterogeneous Systems – Not Just For Niches", In Proceeding: Extreme Heterogeneity Workshop, Feb 2018. [Bibtex & Downloads]
Extremely Heterogeneous Systems – Not Just For Niches
Reference
Hermann Härtig, Nils Asmussen, Jeronimo Castrillon, Adam Lackorzynski, Michael Roitzsch, Carsten Weinhold, Akash Kumar, "Extremely Heterogeneous Systems – Not Just For Niches", In Proceeding: Extreme Heterogeneity Workshop, Feb 2018.
Bibtex
@InProceedings{haertig_ehw18,
author = {Hermann H{\"a}rtig and Nils Asmussen and Jeronimo Castrillon and Adam Lackorzynski and Michael Roitzsch and Carsten Weinhold and Akash Kumar},
title = {Extremely Heterogeneous Systems -- Not Just For Niches},
booktitle = {Extreme Heterogeneity Workshop},
year = {2018},
month = feb,
note = {(Workshop took place over remote conferencing)},
location = {Gaithersburg, MD, USA}
}Downloads
1802_Haertig_EHW [PDF]
Related Paths
Permalink
- Edmund K. Burnett, Jack Ly, Muhammad R. Niazi, Lei Zhang, Samantha R. McCuskey, Aram Amassian, Detlef-M. Smilgies, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport", In Advanced Materials Interfaces, Wiley, vol. 5, no. 9, pp. 1701607, Feb 2018. [doi] [Bibtex & Downloads]
Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport
Reference
Edmund K. Burnett, Jack Ly, Muhammad R. Niazi, Lei Zhang, Samantha R. McCuskey, Aram Amassian, Detlef-M. Smilgies, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport", In Advanced Materials Interfaces, Wiley, vol. 5, no. 9, pp. 1701607, Feb 2018. [doi]
Bibtex
@article{Burnett_2018,
doi = {10.1002/admi.201701607},
url = {https://doi.org/10.1002%2Fadmi.201701607},
year = 2018,
month = {feb},
publisher = {Wiley},
volume = {5},
number = {9},
pages = {1701607},
author = {Edmund K. Burnett and Jack Ly and Muhammad R. Niazi and Lei Zhang and Samantha R. McCuskey and Aram Amassian and Detlef-M. Smilgies and Stefan C. B. Mannsfeld and Alejandro L. Briseno},
title = {Bistetracene Thin Film Polymorphic Control to Unravel the Effect of Molecular Packing on Charge Transport},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bin Cai, René Hübner, Kotaro Sasaki, Yuanzhe Zhang, Dong Su, Christoph Ziegler, Miomir B. Vukmirovic, Bernd Rellinghaus, Radoslav R. Adzic, Alexander Eychmüller, "Core-Shell Structuring of Pure Metallic Aerogels towards Highly Efficient Platinum Utilization for the Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 57, no. 11, pp. 2963–2966, Feb 2018. [doi] [Bibtex & Downloads]
Core-Shell Structuring of Pure Metallic Aerogels towards Highly Efficient Platinum Utilization for the Oxygen Reduction Reaction
Reference
Bin Cai, René Hübner, Kotaro Sasaki, Yuanzhe Zhang, Dong Su, Christoph Ziegler, Miomir B. Vukmirovic, Bernd Rellinghaus, Radoslav R. Adzic, Alexander Eychmüller, "Core-Shell Structuring of Pure Metallic Aerogels towards Highly Efficient Platinum Utilization for the Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley, vol. 57, no. 11, pp. 2963–2966, Feb 2018. [doi]
Bibtex
@article{Cai_2018,
doi = {10.1002/anie.201710997},
url = {https://doi.org/10.1002%2Fanie.201710997},
year = 2018,
month = {feb},
publisher = {Wiley},
volume = {57},
number = {11},
pages = {2963--2966},
author = {Bin Cai and Ren{\'{e}} Hübner and Kotaro Sasaki and Yuanzhe Zhang and Dong Su and Christoph Ziegler and Miomir B. Vukmirovic and Bernd Rellinghaus and Radoslav R. Adzic and Alexander Eychmüller},
title = {Core-Shell Structuring of Pure Metallic Aerogels towards Highly Efficient Platinum Utilization for the Oxygen Reduction Reaction},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Uwe Schroeder, Claudia Richter, Min Hyuk Park, Tony Schenk, Milan Peši\'c, Michael Hoffmann, Franz P. G. Fengler, Darius Pohl, Bernd Rellinghaus, Chuanzhen Zhou, Ching-Chang Chung, Jacob L. Jones, Thomas Mikolajick, "Lanthanum-Doped Hafnium Oxide: A Robust Ferroelectric Material", In Inorganic Chemistry, American Chemical Society (ACS), vol. 57, no. 5, pp. 2752–2765, Feb 2018. [doi] [Bibtex & Downloads]
Lanthanum-Doped Hafnium Oxide: A Robust Ferroelectric Material
Reference
Uwe Schroeder, Claudia Richter, Min Hyuk Park, Tony Schenk, Milan Peši\'c, Michael Hoffmann, Franz P. G. Fengler, Darius Pohl, Bernd Rellinghaus, Chuanzhen Zhou, Ching-Chang Chung, Jacob L. Jones, Thomas Mikolajick, "Lanthanum-Doped Hafnium Oxide: A Robust Ferroelectric Material", In Inorganic Chemistry, American Chemical Society (ACS), vol. 57, no. 5, pp. 2752–2765, Feb 2018. [doi]
Bibtex
@article{Schroeder_2018,
doi = {10.1021/acs.inorgchem.7b03149},
url = {https://doi.org/10.1021%2Facs.inorgchem.7b03149},
year = 2018,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {57},
number = {5},
pages = {2752--2765},
author = {Uwe Schroeder and Claudia Richter and Min Hyuk Park and Tony Schenk and Milan Pe{\v{s}}i{\'{c}} and Michael Hoffmann and Franz P. G. Fengler and Darius Pohl and Bernd Rellinghaus and Chuanzhen Zhou and Ching-Chang Chung and Jacob L. Jones and Thomas Mikolajick},
title = {Lanthanum-Doped Hafnium Oxide: A Robust Ferroelectric Material},
journal = {Inorganic Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Pregl, Larysa Baraban, Violetta Sessi, Thomas Mikolajick, Walter M. Weber, Gianaurelio Cuniberti, "Signal and Noise of Schottky-Junction Parallel Silicon Nanowire Transducers for Biochemical Sensing", In IEEE Sensors Journal, Institute of Electrical and Electronics Engineers (IEEE), vol. 18, no. 3, pp. 967–975, Feb 2018. [doi] [Bibtex & Downloads]
Signal and Noise of Schottky-Junction Parallel Silicon Nanowire Transducers for Biochemical Sensing
Reference
Sebastian Pregl, Larysa Baraban, Violetta Sessi, Thomas Mikolajick, Walter M. Weber, Gianaurelio Cuniberti, "Signal and Noise of Schottky-Junction Parallel Silicon Nanowire Transducers for Biochemical Sensing", In IEEE Sensors Journal, Institute of Electrical and Electronics Engineers (IEEE), vol. 18, no. 3, pp. 967–975, Feb 2018. [doi]
Bibtex
@article{Pregl_2018,
doi = {10.1109/jsen.2017.2778188},
url = {https://doi.org/10.1109%2Fjsen.2017.2778188},
year = 2018,
month = {feb},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {18},
number = {3},
pages = {967--975},
author = {Sebastian Pregl and Larysa Baraban and Violetta Sessi and Thomas Mikolajick and Walter M. Weber and Gianaurelio Cuniberti},
title = {Signal and Noise of Schottky-Junction Parallel Silicon Nanowire Transducers for Biochemical Sensing},
journal = {{IEEE} Sensors Journal}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Türkan Bayrak, Seham Helmi, Jingjing Ye, Dominik Kauert, Jeffrey Kelling, Tommy Schönherr, Richard Weichelt, Artur Erbe, Ralf Seidel, "DNA-Mold Templated Assembly of Conductive Gold Nanowires", In Nano Letters, American Chemical Society (ACS), vol. 18, no. 3, pp. 2116–2123, Feb 2018. [doi] [Bibtex & Downloads]
DNA-Mold Templated Assembly of Conductive Gold Nanowires
Reference
Türkan Bayrak, Seham Helmi, Jingjing Ye, Dominik Kauert, Jeffrey Kelling, Tommy Schönherr, Richard Weichelt, Artur Erbe, Ralf Seidel, "DNA-Mold Templated Assembly of Conductive Gold Nanowires", In Nano Letters, American Chemical Society (ACS), vol. 18, no. 3, pp. 2116–2123, Feb 2018. [doi]
Bibtex
@article{Bayrak_2018,
doi = {10.1021/acs.nanolett.8b00344},
url = {https://doi.org/10.1021%2Facs.nanolett.8b00344},
year = 2018,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {18},
number = {3},
pages = {2116--2123},
author = {Türkan Bayrak and Seham Helmi and Jingjing Ye and Dominik Kauert and Jeffrey Kelling and Tommy Schönherr and Richard Weichelt and Artur Erbe and Ralf Seidel},
title = {{DNA}-Mold Templated Assembly of Conductive Gold Nanowires},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Nayan P. Agarwal, Michael Matthies, Bastian Joffroy, Thorsten L. Schmidt, "Structural Transformation of Wireframe DNA Origami via DNA Polymerase Assisted Gap-Filling", In ACS Nano, American Chemical Society (ACS), vol. 12, no. 3, pp. 2546–2553, Feb 2018. [doi] [Bibtex & Downloads]
Structural Transformation of Wireframe DNA Origami via DNA Polymerase Assisted Gap-Filling
Reference
Nayan P. Agarwal, Michael Matthies, Bastian Joffroy, Thorsten L. Schmidt, "Structural Transformation of Wireframe DNA Origami via DNA Polymerase Assisted Gap-Filling", In ACS Nano, American Chemical Society (ACS), vol. 12, no. 3, pp. 2546–2553, Feb 2018. [doi]
Bibtex
@article{Agarwal_2018,
doi = {10.1021/acsnano.7b08345},
url = {https://doi.org/10.1021%2Facsnano.7b08345},
year = 2018,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {12},
number = {3},
pages = {2546--2553},
author = {Nayan P. Agarwal and Michael Matthies and Bastian Joffroy and Thorsten L. Schmidt},
title = {Structural Transformation of Wireframe {DNA} Origami via {DNA} Polymerase Assisted Gap-Filling},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- D. Teich, M. Claus, G. Seifert, "On the electronic and transport properties of semiconducting carbon nanotubes: the role of
\textdollar\textdollar\textbackslashhbox $\lbrace$sp$\rbrace$\^3\textdollar\textdollar
sp
3
-defects", In Journal of Computational Electronics, Springer Nature, vol. 17, no. 2, pp. 521–530, Feb 2018. [doi] [Bibtex & Downloads]
On the electronic and transport properties of semiconducting carbon nanotubes: the role of \textdollar\textdollar\textbackslashhbox $\lbrace$sp$\rbrace$\^3\textdollar\textdollar sp 3 -defects
Reference
D. Teich, M. Claus, G. Seifert, "On the electronic and transport properties of semiconducting carbon nanotubes: the role of \textdollar\textdollar\textbackslashhbox $\lbrace$sp$\rbrace$\^3\textdollar\textdollar sp 3 -defects", In Journal of Computational Electronics, Springer Nature, vol. 17, no. 2, pp. 521–530, Feb 2018. [doi]
Bibtex
@article{Teich_2018,
doi = {10.1007/s10825-018-1135-7},
url = {https://doi.org/10.1007%2Fs10825-018-1135-7},
year = 2018,
month = {feb},
publisher = {Springer Nature},
volume = {17},
number = {2},
pages = {521--530},
author = {D. Teich and M. Claus and G. Seifert},
title = {On the electronic and transport properties of semiconducting carbon nanotubes: the role of
{\textdollar}{\textdollar}{\textbackslash}hbox $\lbrace$sp$\rbrace${\^{}}3{\textdollar}{\textdollar}
sp
3
-defects},
journal = {Journal of Computational Electronics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Milos Krbal, Hanna Sopha, Darius Pohl, Ludvik Benes, Christine Damm, Bernd Rellinghaus, Jaroslav Kupcik, Petr Bezdicka, Jan Subrt, Jan M. Macak, "Self-organized TiO 2 nanotubes grown on Ti substrates with different crystallographic preferential orientations: Local structure of TiO 2 nanotubes vs. photo-electrochemical response" , In Electrochimica Acta, Elsevier BV, vol. 264, pp. 393–399, Feb 2018. [doi] [Bibtex & Downloads]
Self-organized TiO 2 nanotubes grown on Ti substrates with different crystallographic preferential orientations: Local structure of TiO 2 nanotubes vs. photo-electrochemical response
Reference
Milos Krbal, Hanna Sopha, Darius Pohl, Ludvik Benes, Christine Damm, Bernd Rellinghaus, Jaroslav Kupcik, Petr Bezdicka, Jan Subrt, Jan M. Macak, "Self-organized TiO 2 nanotubes grown on Ti substrates with different crystallographic preferential orientations: Local structure of TiO 2 nanotubes vs. photo-electrochemical response" , In Electrochimica Acta, Elsevier BV, vol. 264, pp. 393–399, Feb 2018. [doi]
Bibtex
@article{Krbal_2018,
doi = {10.1016/j.electacta.2018.01.113},
url = {https://doi.org/10.1016%2Fj.electacta.2018.01.113},
year = 2018,
month = {feb},
publisher = {Elsevier {BV}},
volume = {264},
pages = {393--399},
author = {Milos Krbal and Hanna Sopha and Darius Pohl and Ludvik Benes and Christine Damm and Bernd Rellinghaus and Jaroslav Kupcik and Petr Bezdicka and Jan Subrt and Jan M. Macak,
title = {Self-organized {TiO} 2 nanotubes grown on Ti substrates with different crystallographic preferential orientations: Local structure of {TiO} 2 nanotubes vs. photo-electrochemical response},
journal = {Electrochimica Acta}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Huang, M. Löffler, U. Mühle, W. Moeller, J.J.L. Mulders, L.F.Tz. Kwakman, W.F. Van Dorp, E. Zschech, "Si amorphization by focused ion beam milling: Point defect model with dynamic BCA simulation and experimental validation" , In Ultramicroscopy, Elsevier BV, vol. 184, pp. 52–56, Jan 2018. [doi] [Bibtex & Downloads]
Si amorphization by focused ion beam milling: Point defect model with dynamic BCA simulation and experimental validation
Reference
J. Huang, M. Löffler, U. Mühle, W. Moeller, J.J.L. Mulders, L.F.Tz. Kwakman, W.F. Van Dorp, E. Zschech, "Si amorphization by focused ion beam milling: Point defect model with dynamic BCA simulation and experimental validation" , In Ultramicroscopy, Elsevier BV, vol. 184, pp. 52–56, Jan 2018. [doi]
Bibtex
@article{Huang_Löffler_Mühle_Moeller_Mulders_Kwakman_Van Dorp_Zschech_2018,
doi = {10.1016/j.ultramic.2017.10.011},
url = {http://dx.doi.org/10.1016/j.ultramic.2017.10.011},
year = {2018},
publisher={Elsevier BV},
author = {Huang, J. and Löffler, M. and Mühle, U. and Moeller, W. and Mulders, J.J.L. and Kwakman, L.F.Tz. and Van Dorp, W.F. and Zschech, E.},
title={Si amorphization by focused ion beam milling: Point defect model with dynamic BCA simulation and experimental validation},
journal = {Ultramicroscopy},
volume = {184},
month = {Jan},
pages = {52–56}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- T. Wejrzanowski, S. Haj Ibrahim, K. Cwieka, M. Loeffler, J. Milewski, E. Zschech, C.-G. Lee, "Multi-modal porous microstructure for high temperature fuel cell application" , In Journal of Power Sources, Elsevier BV, vol. 373, pp. 85–94, Jan 2018. [doi] [Bibtex & Downloads]
Multi-modal porous microstructure for high temperature fuel cell application
Reference
T. Wejrzanowski, S. Haj Ibrahim, K. Cwieka, M. Loeffler, J. Milewski, E. Zschech, C.-G. Lee, "Multi-modal porous microstructure for high temperature fuel cell application" , In Journal of Power Sources, Elsevier BV, vol. 373, pp. 85–94, Jan 2018. [doi]
Bibtex
@article{Wejrzanowski2018,
doi = {10.1016/j.jpowsour.2017.11.009},
url = {https://doi.org/10.1016/j.jpowsour.2017.11.009},
year = {2018},
month = {jan},
publisher = {Elsevier {BV}},
volume = {373},
pages = {85--94},
author = {T. Wejrzanowski and S. Haj Ibrahim and K. Cwieka and M. Loeffler and J. Milewski and E. Zschech and C.-G. Lee},
title = {Multi-modal porous microstructure for high temperature fuel cell application},
journal = {Journal of Power Sources}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Siva Satyendra Sahoo, Bharadwaj Veeravalli, Akash Kumar, "CLRFrame: An Analysis Framework for Designing Cross-Layer Reliability in Embedded Systems", In Proceeding: 2018 31st International Conference on VLSI Design and 2018 17th International Conference on Embedded Systems (VLSID), pp. 1-6, Jan 2018. [Bibtex & Downloads]
CLRFrame: An Analysis Framework for Designing Cross-Layer Reliability in Embedded Systems
Reference
Siva Satyendra Sahoo, Bharadwaj Veeravalli, Akash Kumar, "CLRFrame: An Analysis Framework for Designing Cross-Layer Reliability in Embedded Systems", In Proceeding: 2018 31st International Conference on VLSI Design and 2018 17th International Conference on Embedded Systems (VLSID), pp. 1-6, Jan 2018.
Bibtex
@INPROCEEDINGS{VLSID2018-siva,
author={Siva Satyendra Sahoo and Bharadwaj Veeravalli and Akash Kumar},
booktitle={2018 31st International Conference on VLSI Design and 2018 17th International Conference on Embedded Systems (VLSID)},
title={CLRFrame: An Analysis Framework for Designing Cross-Layer Reliability in Embedded Systems },
year={2018},
volume={},
number={},
pages={1-6},
keywords={Cross-layer Resilience, Real-time systems, FaultTolerance },
doi={},
ISSN={},
month={Jan},}Downloads
VLSID-2018-siva [PDF]
Related Paths
Permalink
- Siva Satyendra Sahoo, Tuan Duy Anh Nguyen, B. Veeravalli, Akash Kumar, "Lifetime-aware Design Methodology for Dynamic Partially Reconfigurable Systems", In Proceeding: 2018 23rd Asia and South Pacific Design Automation Conference (ASP-DAC), pp. 1-6, Jan 2018. [Bibtex & Downloads]
Lifetime-aware Design Methodology for Dynamic Partially Reconfigurable Systems
Reference
Siva Satyendra Sahoo, Tuan Duy Anh Nguyen, B. Veeravalli, Akash Kumar, "Lifetime-aware Design Methodology for Dynamic Partially Reconfigurable Systems", In Proceeding: 2018 23rd Asia and South Pacific Design Automation Conference (ASP-DAC), pp. 1-6, Jan 2018.
Bibtex
@INPROCEEDINGS{dprLifeASPDAC,
author={Siva Satyendra Sahoo and Tuan Duy Anh Nguyen and B. Veeravalli and Akash Kumar},
booktitle={2018 23rd Asia and South Pacific Design Automation Conference (ASP-DAC)},
title={Lifetime-aware Design Methodology for Dynamic Partially Reconfigurable Systems },
year={2018},
volume={},
number={},
pages={1-6},
keywords={Reconfigurable Computing, Dynamic Partial Reconfiguration, Integer Linear Programming, Network-on-Chip, FPGA Floorplanning},
month={Jan},}Downloads
ASPDAC-2018-siva [PDF]
Related Paths
Permalink
- Robert Khasanov, Andrés Goens, Jeronimo Castrillon, "Implicit Data-Parallelism in Kahn Process Networks: Bridging the MacQueen Gap", Proceedings of the 9th Workshop and 7th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'18), co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), ACM, pp. 20–25, New York, NY, USA, Jan 2018. [doi] [Bibtex & Downloads]
Implicit Data-Parallelism in Kahn Process Networks: Bridging the MacQueen Gap
Reference
Robert Khasanov, Andrés Goens, Jeronimo Castrillon, "Implicit Data-Parallelism in Kahn Process Networks: Bridging the MacQueen Gap", Proceedings of the 9th Workshop and 7th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'18), co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), ACM, pp. 20–25, New York, NY, USA, Jan 2018. [doi]
Abstract
Modern embedded systems are rapidly increasing their complexity, both in terms of numbers of cores, as well as heterogeneity. To generate efficient code for these systems, it is common to leverage formal models of computation.
Among these, the dataflow model of Kahn Process Networks (KPN) is widespread because it is expressive but guarantees a deterministic execution. However, the KPN model is ill-suited to expose data-level parallelism, since this has to be made explicit in the process network. This is aggravated by the fact that its most common execution model, Kahn-MacQueen, poses restrictive conditions on the scheduling of data-parallel processes, leading to an inefficient execution. In this paper we present a novel extension to the KPN model and a relaxed execution strategy that addresses this problem, while keeping the deterministic KPN semantics. It improves run-time adaptivity in malleable way and provides implicit parallelism. We evaluate our approach on two architectures, improving the performance of a benchmark by up to 25.6% on an Intel chip with hyper-threading, and by up to 78.0% on a heterogeneous embedded ARM big.LITTLE architecture.Bibtex
@InProceedings{khasanov_parma18,
author = {Robert Khasanov and Andr\'{e}s Goens and Jeronimo Castrillon},
title = {Implicit Data-Parallelism in Kahn Process Networks: Bridging the MacQueen Gap},
booktitle = {Proceedings of the 9th Workshop and 7th Workshop on Parallel Programming and RunTime Management Techniques for Manycore Architectures and Design Tools and Architectures for Multicore Embedded Computing Platforms (PARMA-DITAM'18), co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
series = {PARMA-DITAM '18},
isbn = {978-1-4503-6444-7},
pages = {20--25},
year = {2018},
month = jan,
numpages = {6},
url = {http://doi.acm.org/10.1145/3183767.3183790},
doi = {10.1145/3183767.3183790},
acmid = {3183790},
publisher = {ACM},
address = {New York, NY, USA},
location = {Manchester, United Kingdom},
abstract = {Modern embedded systems are rapidly increasing their complexity, both in terms of numbers of cores, as well as heterogeneity. To generate efficient code for these systems, it is common to leverage formal models of computation.
Among these, the dataflow model of Kahn Process Networks (KPN) is widespread because it is expressive but guarantees a deterministic execution. However, the KPN model is ill-suited to expose data-level parallelism, since this has to be made explicit in the process network. This is aggravated by the fact that its most common execution model, Kahn-MacQueen, poses restrictive conditions on the scheduling of data-parallel processes, leading to an inefficient execution. In this paper we present a novel extension to the KPN model and a relaxed execution strategy that addresses this problem, while keeping the deterministic KPN semantics. It improves run-time adaptivity in malleable way and provides implicit parallelism. We evaluate our approach on two architectures, improving the performance of a benchmark by up to 25.6% on an Intel chip with hyper-threading, and by up to 78.0% on a heterogeneous embedded ARM big.LITTLE architecture.},
}Downloads
1801_Khasanov_PARMA-DITAM [PDF]
Related Paths
Permalink
- Andrés Goens, Sebastian Ertel, Justus Adam, Jeronimo Castrillon, "Level Graphs: Generating Benchmarks for Concurrency Optimizations in Compilers", Proceedings of the 11th International Workshop on Programmability and Architectures for Heterogeneous Multicores (MULTIPROG'2018), co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Jan 2018. [Bibtex & Downloads]
Level Graphs: Generating Benchmarks for Concurrency Optimizations in Compilers
Reference
Andrés Goens, Sebastian Ertel, Justus Adam, Jeronimo Castrillon, "Level Graphs: Generating Benchmarks for Concurrency Optimizations in Compilers", Proceedings of the 11th International Workshop on Programmability and Architectures for Heterogeneous Multicores (MULTIPROG'2018), co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), Jan 2018.
Bibtex
@InProceedings{goens_multiprog18,
author = {Andr{\'e}s Goens and Sebastian Ertel and Justus Adam and Jeronimo Castrillon},
title = {Level Graphs: Generating Benchmarks for Concurrency Optimizations in Compilers},
booktitle = {Proceedings of the 11th International Workshop on Programmability and Architectures for Heterogeneous Multicores (MULTIPROG'2018), co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
year = {2018},
url = {http://research.ac.upc.edu/multiprog/multiprog2018/papers/MULTIPROG-2018_Goens.pdf},
month = jan,
location = {Manchester, United Kingdom}
}Downloads
1801_Goens_MULTIRPOG [PDF]
Related Paths
Permalink
- Meik Dörpinghaus, Izaak Neri, Édgar Roldán, Heinrich Meyr, Frank Jülicher, "Testing Optimality of Sequential Decision-Making", 01/2018. [Bibtex & Downloads]
Testing Optimality of Sequential Decision-Making
Reference
Meik Dörpinghaus, Izaak Neri, Édgar Roldán, Heinrich Meyr, Frank Jülicher, "Testing Optimality of Sequential Decision-Making", 01/2018.
Bibtex
@article{article,
author = {Dörpinghaus, Meik and Neri, Izaak and Roldán, Édgar and Meyr, Heinrich and Jülicher, Frank},
year = {2018},
month = {01},
pages = {},
title = {Testing Optimality of Sequential Decision-Making},
url={https://arxiv.org/pdf/1801.01574.pdf}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Asif Ali Khan, Fazal Hameed, Jeronimo Castrillon, "NVMain Extension for Multi-Level Cache Systems", Proceedings of the 10th RAPIDO Workshop on Rapid Simulation and Performance Evaluation: Methods and Tools, co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), ACM, pp. 7:1–7:6, New York, NY, USA, Jan 2018. [doi] [Bibtex & Downloads]
NVMain Extension for Multi-Level Cache Systems
Reference
Asif Ali Khan, Fazal Hameed, Jeronimo Castrillon, "NVMain Extension for Multi-Level Cache Systems", Proceedings of the 10th RAPIDO Workshop on Rapid Simulation and Performance Evaluation: Methods and Tools, co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC), ACM, pp. 7:1–7:6, New York, NY, USA, Jan 2018. [doi]
Bibtex
@InProceedings{khan_rapido18,
author = {Asif Ali Khan and Fazal Hameed and Jeronimo Castrillon},
title = {NVMain Extension for Multi-Level Cache Systems},
booktitle = {Proceedings of the 10th RAPIDO Workshop on Rapid Simulation and Performance Evaluation: Methods and Tools, co-located with 13th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC)},
series = {RAPIDO '18},
year = {2018},
month = jan,
pages = {7:1--7:6},
articleno = {7},
numpages = {6},
url = {http://doi.acm.org/10.1145/3180665.3180672},
doi = {10.1145/3180665.3180672},
acmid = {3180672},
publisher = {ACM},
address = {New York, NY, USA},
location = {Manchester, United Kingdom},
isbn = {978-1-4503-6417-1},
}Downloads
1801_Khan_RAPIDO [PDF]
Related Paths
Permalink
- Christoph W. Wiegand, Robert Zierold, René Faust, Darius Pohl, Andy Thomas, Bernd Rellinghaus, Kornelius Nielsch, "Surface Modification of V-VI Semiconductors Using Exchange Reactions within ALD Half-Cycles", In Advanced Materials Interfaces, Wiley, vol. 5, no. 5, pp. 1701155, Jan 2018. [doi] [Bibtex & Downloads]
Surface Modification of V-VI Semiconductors Using Exchange Reactions within ALD Half-Cycles
Reference
Christoph W. Wiegand, Robert Zierold, René Faust, Darius Pohl, Andy Thomas, Bernd Rellinghaus, Kornelius Nielsch, "Surface Modification of V-VI Semiconductors Using Exchange Reactions within ALD Half-Cycles", In Advanced Materials Interfaces, Wiley, vol. 5, no. 5, pp. 1701155, Jan 2018. [doi]
Bibtex
@article{Wiegand_2018,
doi = {10.1002/admi.201701155},
url = {https://doi.org/10.1002%2Fadmi.201701155},
year = 2018,
month = {jan},
publisher = {Wiley},
volume = {5},
number = {5},
pages = {1701155},
author = {Christoph W. Wiegand and Robert Zierold and Ren{\'{e}} Faust and Darius Pohl and Andy Thomas and Bernd Rellinghaus and Kornelius Nielsch},
title = {Surface Modification of V-{VI} Semiconductors Using Exchange Reactions within {ALD} Half-Cycles},
journal = {Advanced Materials Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anibal Pacheco-Sanchez, Florian Fuchs, Sven Mothes, Andreas Zienert, Jorg Schuster, Sibylle Gemming, Martin Claus, "Feasible Device Architectures for Ultrascaled CNTFETs", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), vol. 17, no. 1, pp. 100–107, Jan 2018. [doi] [Bibtex & Downloads]
Feasible Device Architectures for Ultrascaled CNTFETs
Reference
Anibal Pacheco-Sanchez, Florian Fuchs, Sven Mothes, Andreas Zienert, Jorg Schuster, Sibylle Gemming, Martin Claus, "Feasible Device Architectures for Ultrascaled CNTFETs", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), vol. 17, no. 1, pp. 100–107, Jan 2018. [doi]
Bibtex
@article{Pacheco_Sanchez_2018,
doi = {10.1109/tnano.2017.2774605},
url = {https://doi.org/10.1109%2Ftnano.2017.2774605},
year = 2018,
month = {jan},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {17},
number = {1},
pages = {100--107},
author = {Anibal Pacheco-Sanchez and Florian Fuchs and Sven Mothes and Andreas Zienert and Jorg Schuster and Sibylle Gemming and Martin Claus},
title = {Feasible Device Architectures for Ultrascaled {CNTFETs}},
journal = {{IEEE} Transactions on Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Reis, Justus A. Kromer, Edda Klipp, "General solution of the chemical master equation and modality of marginal distributions for hierarchic first-order reaction networks", In Journal of Mathematical Biology, Springer Nature, vol. 77, no. 2, pp. 377–419, Jan 2018. [doi] [Bibtex & Downloads]
General solution of the chemical master equation and modality of marginal distributions for hierarchic first-order reaction networks
Reference
Matthias Reis, Justus A. Kromer, Edda Klipp, "General solution of the chemical master equation and modality of marginal distributions for hierarchic first-order reaction networks", In Journal of Mathematical Biology, Springer Nature, vol. 77, no. 2, pp. 377–419, Jan 2018. [doi]
Bibtex
@article{Reis_2018,
doi = {10.1007/s00285-018-1205-2},
url = {https://doi.org/10.1007%2Fs00285-018-1205-2},
year = 2018,
month = {jan},
publisher = {Springer Nature},
volume = {77},
number = {2},
pages = {377--419},
author = {Matthias Reis and Justus A. Kromer and Edda Klipp},
title = {General solution of the chemical master equation and modality of marginal distributions for hierarchic first-order reaction networks},
journal = {Journal of Mathematical Biology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Kirchner, "Benchmarking surface selective vacuum ultraviolet and thermal postprocessing of thermoplastics for ultrasmooth 3-D-printed micro-optics", In Optical Engineering, SPIE-Intl Soc Optical Eng, vol. 57, no. 04, pp. 1, Jan 2018. [doi] [Bibtex & Downloads]
Benchmarking surface selective vacuum ultraviolet and thermal postprocessing of thermoplastics for ultrasmooth 3-D-printed micro-optics
Reference
Robert Kirchner, "Benchmarking surface selective vacuum ultraviolet and thermal postprocessing of thermoplastics for ultrasmooth 3-D-printed micro-optics", In Optical Engineering, SPIE-Intl Soc Optical Eng, vol. 57, no. 04, pp. 1, Jan 2018. [doi]
Bibtex
@article{Kirchner_2018,
doi = {10.1117/1.oe.57.4.041403},
url = {https://doi.org/10.1117%2F1.oe.57.4.041403},
year = 2018,
month = {jan},
publisher = {{SPIE}-Intl Soc Optical Eng},
volume = {57},
number = {04},
pages = {1},
author = {Robert Kirchner},
title = {Benchmarking surface selective vacuum ultraviolet and thermal postprocessing of thermoplastics for ultrasmooth 3-D-printed micro-optics},
journal = {Optical Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Robert Kirchner, Nachiappan Chidambaram, Mirco Altana, Helmut Schift, "Surface smoothening of the inherent roughness of micro-lenses fabricated with 2-photon lithography", In Proceeding: Nanophotonics Australasia 2017 (James W. M. Chon and Baohua Jia), SPIE, Jan 2018. [doi] [Bibtex & Downloads]
Surface smoothening of the inherent roughness of micro-lenses fabricated with 2-photon lithography
Reference
Robert Kirchner, Nachiappan Chidambaram, Mirco Altana, Helmut Schift, "Surface smoothening of the inherent roughness of micro-lenses fabricated with 2-photon lithography", In Proceeding: Nanophotonics Australasia 2017 (James W. M. Chon and Baohua Jia), SPIE, Jan 2018. [doi]
Bibtex
@inproceedings{Kirchner_2018,
doi = {10.1117/12.2283236},
url = {https://doi.org/10.1117%2F12.2283236},
year = 2018,
month = {jan},
publisher = ,
author = {Robert Kirchner and Nachiappan Chidambaram and Mirco Altana and Helmut Schift},
editor = {James W. M. Chon and Baohua Jia},
title = {Surface smoothening of the inherent roughness of micro-lenses fabricated with 2-photon lithography},
booktitle = {Nanophotonics Australasia 2017}
}Downloads
No Downloads available for this publication
Permalink
- Zhenyuan Xia, Ryota Kabe, Andrea Liscio, Alessandro Kovtun, Emanuele Treossi, Xinliang Feng, Vincenzo Palermo, "Graphene-Pyrene Nanocomposites Obtained Using Azide Chemistry", In Journal of Nanoscience and Nanotechnology, American Scientific Publishers, vol. 18, no. 2, pp. 1290–1295, 2018. [Bibtex & Downloads]
Graphene-Pyrene Nanocomposites Obtained Using Azide Chemistry
Reference
Zhenyuan Xia, Ryota Kabe, Andrea Liscio, Alessandro Kovtun, Emanuele Treossi, Xinliang Feng, Vincenzo Palermo, "Graphene-Pyrene Nanocomposites Obtained Using Azide Chemistry", In Journal of Nanoscience and Nanotechnology, American Scientific Publishers, vol. 18, no. 2, pp. 1290–1295, 2018.
Bibtex
@article{xia2018graphene,
title={Graphene-Pyrene Nanocomposites Obtained Using Azide Chemistry},
author={Xia, Zhenyuan and Kabe, Ryota and Liscio, Andrea and Kovtun, Alessandro and Treossi, Emanuele and Feng, Xinliang and Palermo, Vincenzo},
journal={Journal of Nanoscience and Nanotechnology},
volume={18},
number={2},
pages={1290--1295},
year={2018},
publisher={American Scientific Publishers}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Thorsten Arnold, Ainhoa Atxabal, Subir Parui, Luis E. Hueso, Frank Ortmann, "Hot Electrons and Hot Spins at Metal–Organic Interfaces", In Advanced Functional Materials, pp. 1706105, 2018. [doi] [Bibtex & Downloads]
Hot Electrons and Hot Spins at Metal–Organic Interfaces
Reference
Thorsten Arnold, Ainhoa Atxabal, Subir Parui, Luis E. Hueso, Frank Ortmann, "Hot Electrons and Hot Spins at Metal–Organic Interfaces", In Advanced Functional Materials, pp. 1706105, 2018. [doi]
Bibtex
@article {ADFM:ADFM201706105,
author = {Arnold, Thorsten and Atxabal, Ainhoa and Parui, Subir and Hueso, Luis E. and Ortmann, Frank},
title = {Hot Electrons and Hot Spins at Metal–Organic Interfaces},
journal = {Advanced Functional Materials},
issn = {1616-3028},
url = {http://dx.doi.org/10.1002/adfm.201706105},
doi = {10.1002/adfm.201706105},
pages = {1706105},
keywords = {charge and spin transport, hot electrons, image charge barriers, inelastic scattering, organic semiconductors},
note = {1706105},
year = {2018}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bastian Joffroy, Yavuz O Uca, Domen Prešern, Jonathan P. K Doye, Thorsten L Schmidt, "Rolling circle amplification shows a sinusoidal template length-dependent amplification bias", In Nucleic Acids Research, vol. 46, no. 2, pp. 538-545, 2018. [doi] [Bibtex & Downloads]
Rolling circle amplification shows a sinusoidal template length-dependent amplification bias
Reference
Bastian Joffroy, Yavuz O Uca, Domen Prešern, Jonathan P. K Doye, Thorsten L Schmidt, "Rolling circle amplification shows a sinusoidal template length-dependent amplification bias", In Nucleic Acids Research, vol. 46, no. 2, pp. 538-545, 2018. [doi]
Bibtex
@article{doi:10.1093/nar/gkx1238,
author = {Joffroy, Bastian and Uca, Yavuz O and Prešern, Domen and Doye, Jonathan P. K and Schmidt, Thorsten L},
title = {Rolling circle amplification shows a sinusoidal template length-dependent amplification bias},
journal = {Nucleic Acids Research},
volume = {46},
number = {2},
pages = {538-545},
year = {2018},
doi = {10.1093/nar/gkx1238},
URL = { + http://dx.doi.org/10.1093/nar/gkx1238},
eprint = {/oup/backfile/content_public/journal/nar/46/2/10.1093_nar_gkx1238/1/gkx1238.pdf}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Stroganov, V.; Pant, J.; Stoychev, G.; Janke, A.; Jehnichen, D.; Fery, A.; Handa, H.; Ionov, L., "4D Biofabrication: 3D Cell Patterning Using Shape-Changing Films", In Advanced Functional Materials, 2018. [Bibtex & Downloads]
4D Biofabrication: 3D Cell Patterning Using Shape-Changing Films
Reference
Stroganov, V.; Pant, J.; Stoychev, G.; Janke, A.; Jehnichen, D.; Fery, A.; Handa, H.; Ionov, L., "4D Biofabrication: 3D Cell Patterning Using Shape-Changing Films", In Advanced Functional Materials, 2018.
Bibtex
@Article{fery1,
author = {Stroganov, V.; Pant, J.; Stoychev, G.; Janke, A.; Jehnichen, D.; Fery, A.; Handa, H.; Ionov, L.},
title = {4D Biofabrication: 3D Cell Patterning Using Shape-Changing Films},
journal = {Advanced Functional Materials},
year = {2018},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Repenko, T.; Rix, A.; Nedilko, A.; Rose, J.; Hermann, A.; Vinokur, R.; Moli, S.; Cao-Milàn, R.; Mayer, M.; von Plessen, G.; Fery, A.; De Laporte, L.; Lederle, W.; Chigrin, D. N.; Kuehne, A. J. C., "Strong photoacoustic signal enhancement by coating gold nanoparticles with melanin for biomedical imaging", In Advanced Functional Materials, 2018. [Bibtex & Downloads]
Strong photoacoustic signal enhancement by coating gold nanoparticles with melanin for biomedical imaging
Reference
Repenko, T.; Rix, A.; Nedilko, A.; Rose, J.; Hermann, A.; Vinokur, R.; Moli, S.; Cao-Milàn, R.; Mayer, M.; von Plessen, G.; Fery, A.; De Laporte, L.; Lederle, W.; Chigrin, D. N.; Kuehne, A. J. C., "Strong photoacoustic signal enhancement by coating gold nanoparticles with melanin for biomedical imaging", In Advanced Functional Materials, 2018.
Bibtex
@Article{fery3,
author = {Repenko, T.; Rix, A.; Nedilko, A.; Rose, J.; Hermann, A.; Vinokur, R.; Moli, S.; Cao-Milàn, R.; Mayer, M.; von Plessen, G.; Fery, A.; De Laporte, L.; Lederle, W.; Chigrin, D. N.; Kuehne, A. J. C.},
title = {Strong photoacoustic signal enhancement by coating gold nanoparticles with melanin for biomedical imaging},
journal = {Advanced Functional Materials},
year = {2018},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Probst, P. T.; Sekar, S.; Koenig, T.; Formanek, P.; Decher, G.; Fery, A.; Pauly, M., "Highly Oriented Nanowire Thin Films with Anisotropic Optical Properties Driven by the Simultaneous Influence of Surface Templating and Shear Forces", In ACS Applied Materials & Interfaces, 2018. [Bibtex & Downloads]
Highly Oriented Nanowire Thin Films with Anisotropic Optical Properties Driven by the Simultaneous Influence of Surface Templating and Shear Forces
Reference
Probst, P. T.; Sekar, S.; Koenig, T.; Formanek, P.; Decher, G.; Fery, A.; Pauly, M., "Highly Oriented Nanowire Thin Films with Anisotropic Optical Properties Driven by the Simultaneous Influence of Surface Templating and Shear Forces", In ACS Applied Materials & Interfaces, 2018.
Bibtex
@Article{fery2,
author = {Probst, P. T.; Sekar, S.; Koenig, T.; Formanek, P.; Decher, G.; Fery, A.; Pauly, M.},
title = {Highly Oriented Nanowire Thin Films with Anisotropic Optical Properties Driven by the Simultaneous Influence of Surface Templating and Shear Forces},
journal = {ACS Applied Materials \& Interfaces},
year = {2018},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- A. Heerwig, J. Lenhart, F. Kröner, U. Rant, M. Mertig, "Folding DNA origami nanolevers from differently prepared scaffold strands" (to appear), In physica status solidi (a), 2018. [Bibtex & Downloads]
Folding DNA origami nanolevers from differently prepared scaffold strands
Reference
A. Heerwig, J. Lenhart, F. Kröner, U. Rant, M. Mertig, "Folding DNA origami nanolevers from differently prepared scaffold strands" (to appear), In physica status solidi (a), 2018.
Bibtex
@article{AHeerwig2018Foldin,
title={Folding DNA origami nanolevers from differently prepared scaffold strands},
author={A. Heerwig, J. Lenhart, F. Kröner, U. Rant, M. Mertig},
journal={physica status solidi (a)},
year={2018},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Samata Chaudhuri, Till Korten, Slobodanka Korten, Gloria Milani, Tobia Lana, Geertruy te Kronnie, Stefan Diez, "Label-Free Detection of Microvesicles and Proteins by the Bundling of Gliding Microtubules", In Nano Letters, vol. 18, no. 1, pp. 117-123, 2018. [doi] [Bibtex & Downloads]
Label-Free Detection of Microvesicles and Proteins by the Bundling of Gliding Microtubules
Reference
Samata Chaudhuri, Till Korten, Slobodanka Korten, Gloria Milani, Tobia Lana, Geertruy te Kronnie, Stefan Diez, "Label-Free Detection of Microvesicles and Proteins by the Bundling of Gliding Microtubules", In Nano Letters, vol. 18, no. 1, pp. 117-123, 2018. [doi]
Bibtex
@article{doi:10.1021/acs.nanolett.7b03619,
author = {Chaudhuri, Samata and Korten, Till and Korten, Slobodanka and Milani, Gloria and Lana, Tobia and te Kronnie, Geertruy and Diez, Stefan},
title = {Label-Free Detection of Microvesicles and Proteins by the Bundling of Gliding Microtubules},
journal = {Nano Letters},
volume = {18},
number = {1},
pages = {117-123},
year = {2018},
doi = {10.1021/acs.nanolett.7b03619},
note ={PMID: 29202578},
URL = {http://dx.doi.org/10.1021/acs.nanolett.7b03619},
eprint = {http://dx.doi.org/10.1021/acs.nanolett.7b03619}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Y. Karpov, N. Kiriy, M. Al-Hussein, M. Hambsch, T. Beryozkina, V. Bakulev, Stefan C. B. Mannsfeld, B. Voit, A. Kiriy, "Hexacyano-[3]-radialene anion-radical salts: a promising family of highly soluble p-dopants", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 54, no. 3, pp. 307–310, 2018. [doi] [Bibtex & Downloads]
Hexacyano-[3]-radialene anion-radical salts: a promising family of highly soluble p-dopants
Reference
Y. Karpov, N. Kiriy, M. Al-Hussein, M. Hambsch, T. Beryozkina, V. Bakulev, Stefan C. B. Mannsfeld, B. Voit, A. Kiriy, "Hexacyano-[3]-radialene anion-radical salts: a promising family of highly soluble p-dopants", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 54, no. 3, pp. 307–310, 2018. [doi]
Bibtex
@article{Karpov_2018,
doi = {10.1039/c7cc08671g},
url = {https://doi.org/10.1039%2Fc7cc08671g},
year = 2018,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {54},
number = {3},
pages = {307--310},
author = {Y. Karpov and N. Kiriy and M. Al-Hussein and M. Hambsch and T. Beryozkina and V. Bakulev and Stefan C. B. Mannsfeld and B. Voit and A. Kiriy},
title = {Hexacyano-[3]-radialene anion-radical salts: a promising family of highly soluble p-dopants},
journal = {Chemical Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yinjuan Huang, Wei-Tao Dou, Fugui Xu, Hong-Bo Ru, Qiuyu Gong, Dongqing Wu, Deyue Yan, He Tian, Xiao-Peng He, Yiyong Mai, Xinliang Feng, "Supramolecular Nanostructures of Structurally Defined Graphene Nanoribbons in Aqueous Phase", In Angewandte Chemie International Edition, Wiley Online Library, 2018. [Bibtex & Downloads]
Supramolecular Nanostructures of Structurally Defined Graphene Nanoribbons in Aqueous Phase
Reference
Yinjuan Huang, Wei-Tao Dou, Fugui Xu, Hong-Bo Ru, Qiuyu Gong, Dongqing Wu, Deyue Yan, He Tian, Xiao-Peng He, Yiyong Mai, Xinliang Feng, "Supramolecular Nanostructures of Structurally Defined Graphene Nanoribbons in Aqueous Phase", In Angewandte Chemie International Edition, Wiley Online Library, 2018.
Bibtex
@article{huang2018supramolecular,
title={Supramolecular Nanostructures of Structurally Defined Graphene Nanoribbons in Aqueous Phase},
author={Huang, Yinjuan and Dou, Wei-Tao and Xu, Fugui and Ru, Hong-Bo and Gong, Qiuyu and Wu, Dongqing and Yan, Deyue and Tian, He and He, Xiao-Peng and Mai, Yiyong and Feng, Xinliang},
journal={Angewandte Chemie International Edition},
year={2018},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Antonio Gaetano Ricciardulli, Sheng Yang, Gert-Jan AH Wetzelaer, Xinliang Feng, Paul WM Blom, "Hybrid Silver Nanowire and Graphene-Based Solution-Processed Transparent Electrode for Organic Optoelectronics", In Advanced Functional Materials, Wiley Online Library, 2018. [Bibtex & Downloads]
Hybrid Silver Nanowire and Graphene-Based Solution-Processed Transparent Electrode for Organic Optoelectronics
Reference
Antonio Gaetano Ricciardulli, Sheng Yang, Gert-Jan AH Wetzelaer, Xinliang Feng, Paul WM Blom, "Hybrid Silver Nanowire and Graphene-Based Solution-Processed Transparent Electrode for Organic Optoelectronics", In Advanced Functional Materials, Wiley Online Library, 2018.
Bibtex
@article{ricciardulli2018hybrid,
title={Hybrid Silver Nanowire and Graphene-Based Solution-Processed Transparent Electrode for Organic Optoelectronics},
author={Ricciardulli, Antonio Gaetano and Yang, Sheng and Wetzelaer, Gert-Jan AH and Feng, Xinliang and Blom, Paul WM},
journal={Advanced Functional Materials},
year={2018},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shuyan Zhu, Hao Tian, Nan Wang, Bin Chen, Yiyong Mai, Xinliang Feng, "Patterning Graphene Surfaces with Iron-Oxide-Embedded Mesoporous Polypyrrole and Derived N-Doped Carbon of Tunable Pore Size", In Small, Wiley Online Library, 2018. [Bibtex & Downloads]
Patterning Graphene Surfaces with Iron-Oxide-Embedded Mesoporous Polypyrrole and Derived N-Doped Carbon of Tunable Pore Size
Reference
Shuyan Zhu, Hao Tian, Nan Wang, Bin Chen, Yiyong Mai, Xinliang Feng, "Patterning Graphene Surfaces with Iron-Oxide-Embedded Mesoporous Polypyrrole and Derived N-Doped Carbon of Tunable Pore Size", In Small, Wiley Online Library, 2018.
Bibtex
@article{zhu2018patterning,
title={Patterning Graphene Surfaces with Iron-Oxide-Embedded Mesoporous Polypyrrole and Derived N-Doped Carbon of Tunable Pore Size},
author={Zhu, Shuyan and Tian, Hao and Wang, Nan and Chen, Bin and Mai, Yiyong and Feng, Xinliang},
journal={Small},
year={2018},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Okan Deniz, CARLOS SANCHEZ SANCHEZ, Rached Jaafar, Neerav Kharche, Liangbo Liang, Vincent Meunier, Xinliang Feng, K. Muellen, Roman Fasel, Pascal Ruffieux, "Electronic characterization of silicon intercalated chevron graphene nanoribbons on Au (111)", In Chemical Communications, Royal Society of Chemistry, 2018. [Bibtex & Downloads]
Electronic characterization of silicon intercalated chevron graphene nanoribbons on Au (111)
Reference
Okan Deniz, CARLOS SANCHEZ SANCHEZ, Rached Jaafar, Neerav Kharche, Liangbo Liang, Vincent Meunier, Xinliang Feng, K. Muellen, Roman Fasel, Pascal Ruffieux, "Electronic characterization of silicon intercalated chevron graphene nanoribbons on Au (111)", In Chemical Communications, Royal Society of Chemistry, 2018.
Bibtex
@article{deniz2018electronic,
title={Electronic characterization of silicon intercalated chevron graphene nanoribbons on Au (111)},
author={Deniz, Okan and SANCHEZ, CARLOS SANCHEZ and Jaafar, Rached and Kharche, Neerav and Liang, Liangbo and Meunier, Vincent and Feng, Xinliang and Muellen, K and Fasel, Roman and Ruffieux, Pascal},
journal={Chemical Communications},
year={2018},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dmitry Skidin, Omid Faizy, Justus Krüger, Frank Eisenhut, Andrej Jancarik, Khanh-Hung Nguyen, Gianaurelio Cuniberti, Andre Gourdon, Francesca Moresco, Christian Joachim, "Unimolecular Logic Gate with Classical Input by Single Gold Atoms", In ACS Nano, vol. 12, no. 2, pp. 1139-1145, 2018. [doi] [Bibtex & Downloads]
Unimolecular Logic Gate with Classical Input by Single Gold Atoms
Reference
Dmitry Skidin, Omid Faizy, Justus Krüger, Frank Eisenhut, Andrej Jancarik, Khanh-Hung Nguyen, Gianaurelio Cuniberti, Andre Gourdon, Francesca Moresco, Christian Joachim, "Unimolecular Logic Gate with Classical Input by Single Gold Atoms", In ACS Nano, vol. 12, no. 2, pp. 1139-1145, 2018. [doi]
Abstract
By a combination of solution and on-surface chemistry, we synthesized an asymmetric starphene molecule with two long anthracenyl input branches and a short naphthyl output branch on the Au(111) surface. Starting from this molecule, we could demonstrate the working principle of a single molecule NAND logic gate by selectively contacting single gold atoms by atomic manipulation to the longer branches of the molecule. The logical input “1” (“0”) is defined by the interaction (noninteraction) of a gold atom with one of the input branches. The output is measured by scanning tunneling spectroscopy following the shift in energy of the electronic tunneling resonances at the end of the short branch of the molecule.
Bibtex
@article{doi:10.1021/acsnano.7b06650,
author = {Skidin, Dmitry and Faizy, Omid and Krüger, Justus and Eisenhut, Frank and Jancarik, Andrej and Nguyen, Khanh-Hung and Cuniberti, Gianaurelio and Gourdon, Andre and Moresco, Francesca and Joachim, Christian},
title = {Unimolecular Logic Gate with Classical Input by Single Gold Atoms},
journal = {ACS Nano},
volume = {12},
number = {2},
pages = {1139-1145},
year = {2018},
doi = {10.1021/acsnano.7b06650},
note ={PMID: 29266928},
URL = {https://doi.org/10.1021/acsnano.7b06650},
eprint = {https://doi.org/10.1021/acsnano.7b06650},
abstract = { By a combination of solution and on-surface chemistry, we synthesized an asymmetric starphene molecule with two long anthracenyl input branches and a short naphthyl output branch on the Au(111) surface. Starting from this molecule, we could demonstrate the working principle of a single molecule NAND logic gate by selectively contacting single gold atoms by atomic manipulation to the longer branches of the molecule. The logical input “1” (“0”) is defined by the interaction (noninteraction) of a gold atom with one of the input branches. The output is measured by scanning tunneling spectroscopy following the shift in energy of the electronic tunneling resonances at the end of the short branch of the molecule. }
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christopher Gaul, Sebastian Hutsch, Martin Schwarze, Karl Sebastian Schellhammer, Fabio Bussolotti, Satoshi Kera, Gianaurelio Cuniberti, Karl Leo, Frank Ortmann, "Insight into doping efficiency of organic semiconductors from the analysis of the density of states in n-doped C60 and ZnPc", In Nat. Mater., vol. 17, pp. 439, 2018. [doi] [Bibtex & Downloads]
Insight into doping efficiency of organic semiconductors from the analysis of the density of states in n-doped C60 and ZnPc
Reference
Christopher Gaul, Sebastian Hutsch, Martin Schwarze, Karl Sebastian Schellhammer, Fabio Bussolotti, Satoshi Kera, Gianaurelio Cuniberti, Karl Leo, Frank Ortmann, "Insight into doping efficiency of organic semiconductors from the analysis of the density of states in n-doped C60 and ZnPc", In Nat. Mater., vol. 17, pp. 439, 2018. [doi]
Abstract
Doping plays a crucial role in semiconductor physics, with n-doping being controlled by the ionization energy of the impurity relative to the conduction band edge. In organic semiconductors, efficient doping is dominated by various effects that are currently not well understood. Here, we simulate and experimentally measure, with direct and inverse photoemission spectroscopy, the density of states and the Fermi level position of the prototypical materials C60 and zinc phthalocyanine n-doped with highly efficient benzimidazoline radicals (2-Cyc-DMBI). We study the role of doping-induced gap states, and, in particular, of the difference Δ1 between the electron affinity of the undoped material and the ionization potential of its doped counterpart. We show that this parameter is critical for the generation of free carriers and influences the conductivity of the doped films. Tuning of Δ1 may provide alternative strategies to optimize the electronic properties of organic semiconductors.
Bibtex
@article{NatMater_Ortmann1,
title = {Insight into doping efficiency of organic semiconductors from the analysis of the density of states in n-doped C60 and ZnPc},
author = {Gaul, Christopher and Hutsch, Sebastian and Schwarze, Martin and Schellhammer, Karl Sebastian and Bussolotti, Fabio and Kera, Satoshi and Cuniberti, Gianaurelio and Leo, Karl and Ortmann, Frank},
journal = {Nat. Mater.},
volume = {17},
issue = {5},
pages = {439},
numpages = {},
year = {2018},
month = {},
OPTpublisher = {},
doi = {10.1038/s41563-018-0030-8},
url = {https://www.nature.com/articles/s41563-018-0030-8},
abstract = {Doping plays a crucial role in semiconductor physics, with n-doping being controlled by the ionization energy of the impurity relative to the conduction band edge. In organic semiconductors, efficient doping is dominated by various effects that are currently not well understood. Here, we simulate and experimentally measure, with direct and inverse photoemission spectroscopy, the density of states and the Fermi level position of the prototypical materials C60 and zinc phthalocyanine n-doped with highly efficient benzimidazoline radicals (2-Cyc-DMBI). We study the role of doping-induced gap states, and, in particular, of the difference Δ1 between the electron affinity of the undoped material and the ionization potential of its doped counterpart. We show that this parameter is critical for the generation of free carriers and influences the conductivity of the doped films. Tuning of Δ1 may provide alternative strategies to optimize the electronic properties of organic semiconductors.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "1-bit quantization and oversampling at the receiver: Sequence-based communication", In EURASIP Journal on Wireless Communications and Networking, 2018. [Bibtex & Downloads]
1-bit quantization and oversampling at the receiver: Sequence-based communication
Reference
Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "1-bit quantization and oversampling at the receiver: Sequence-based communication", In EURASIP Journal on Wireless Communications and Networking, 2018.
Bibtex
@ARTICLE{Landau2018Eurasip,
author={Landau, Lukas and D\"orpinghaus, Meik and Fettweis, Gerhard},
journal={EURASIP Journal on Wireless Communications and Networking},
title={1-bit quantization and oversampling at the receiver: Sequence-based communication},
year={2018},
note={accepted},
}Downloads
Eurasip_Landau_1Bit [PDF]
Related Paths
Permalink
- Jonas Heidler, Sheng Yang, Xinliang Feng, Klaus Müllen, Kamal Asadi, "Ferroelectric field-effect transistors based on solution-processed electrochemically exfoliated graphene", In Solid-State Electronics, Elsevier, vol. 144, pp. 90–94, 2018. [Bibtex & Downloads]
Ferroelectric field-effect transistors based on solution-processed electrochemically exfoliated graphene
Reference
Jonas Heidler, Sheng Yang, Xinliang Feng, Klaus Müllen, Kamal Asadi, "Ferroelectric field-effect transistors based on solution-processed electrochemically exfoliated graphene", In Solid-State Electronics, Elsevier, vol. 144, pp. 90–94, 2018.
Bibtex
@article{heidler2018ferroelectric,
title={Ferroelectric field-effect transistors based on solution-processed electrochemically exfoliated graphene},
author={Heidler, Jonas and Yang, Sheng and Feng, Xinliang and M{\"u}llen, Klaus and Asadi, Kamal},
journal={Solid-State Electronics},
volume={144},
pages={90--94},
year={2018},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sheng Yang, Ke Zhang, Antonio Gaetano Ricciardulli, Panpan Zhang, Zhongquan Liao, Martin R Lohe, Ehrenfried Zschech, Paul WM Blom, Wojciech Pisula, Klaus Müllen, Xinliang Feng, "A Delamination Strategy for Thinly Layered Defect-Free High-Mobility Black Phosphorus Flakes", In Angewandte Chemie, Wiley Online Library, vol. 130, no. 17, pp. 4767–4771, 2018. [Bibtex & Downloads]
A Delamination Strategy for Thinly Layered Defect-Free High-Mobility Black Phosphorus Flakes
Reference
Sheng Yang, Ke Zhang, Antonio Gaetano Ricciardulli, Panpan Zhang, Zhongquan Liao, Martin R Lohe, Ehrenfried Zschech, Paul WM Blom, Wojciech Pisula, Klaus Müllen, Xinliang Feng, "A Delamination Strategy for Thinly Layered Defect-Free High-Mobility Black Phosphorus Flakes", In Angewandte Chemie, Wiley Online Library, vol. 130, no. 17, pp. 4767–4771, 2018.
Bibtex
@article{yang2018delamination,
title={A Delamination Strategy for Thinly Layered Defect-Free High-Mobility Black Phosphorus Flakes},
author={Yang, Sheng and Zhang, Ke and Ricciardulli, Antonio Gaetano and Zhang, Panpan and Liao, Zhongquan and Lohe, Martin R and Zschech, Ehrenfried and Blom, Paul WM and Pisula, Wojciech and M{\"u}llen, Klaus and Feng, Xinliang},
journal={Angewandte Chemie},
volume={130},
number={17},
pages={4767--4771},
year={2018},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Panpan Zhang, Jinhui Wang, Wenbo Sheng, Faxing Wang, Jian Zhang, Feng Zhu, Xiaodong Zhuang, Rainer Jordan, Oliver G Schmidt, Xinliang Feng, "Thermoswitchable on-chip microsupercapacitors: one potential self-protection solution for electronic devices", In Energy & Environmental Science, Royal Society of Chemistry, 2018. [Bibtex & Downloads]
Thermoswitchable on-chip microsupercapacitors: one potential self-protection solution for electronic devices
Reference
Panpan Zhang, Jinhui Wang, Wenbo Sheng, Faxing Wang, Jian Zhang, Feng Zhu, Xiaodong Zhuang, Rainer Jordan, Oliver G Schmidt, Xinliang Feng, "Thermoswitchable on-chip microsupercapacitors: one potential self-protection solution for electronic devices", In Energy & Environmental Science, Royal Society of Chemistry, 2018.
Bibtex
@article{zhang2018thermoswitchable,
title={Thermoswitchable on-chip microsupercapacitors: one potential self-protection solution for electronic devices},
author={Zhang, Panpan and Wang, Jinhui and Sheng, Wenbo and Wang, Faxing and Zhang, Jian and Zhu, Feng and Zhuang, Xiaodong and Jordan, Rainer and Schmidt, Oliver G and Feng, Xinliang},
journal={Energy \& Environmental Science},
year={2018},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sven Grätz, Doreen Beyer, Valeriya Tkachova, Sarah Hellmann, Reinhard Berger, Xinliang Feng, Lars Borchardt, "The mechanochemical Scholl reaction–a solvent-free and versatile graphitization tool", In Chemical Communications, Royal Society of Chemistry, 2018. [Bibtex & Downloads]
The mechanochemical Scholl reaction–a solvent-free and versatile graphitization tool
Reference
Sven Grätz, Doreen Beyer, Valeriya Tkachova, Sarah Hellmann, Reinhard Berger, Xinliang Feng, Lars Borchardt, "The mechanochemical Scholl reaction–a solvent-free and versatile graphitization tool", In Chemical Communications, Royal Society of Chemistry, 2018.
Bibtex
@article{gratz2018mechanochemical,
title={The mechanochemical Scholl reaction--a solvent-free and versatile graphitization tool},
author={Gr{\"a}tz, Sven and Beyer, Doreen and Tkachova, Valeriya and Hellmann, Sarah and Berger, Reinhard and Feng, Xinliang and Borchardt, Lars},
journal={Chemical Communications},
year={2018},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Hao Tian, Nan Wang, Fugui Xu, Pengfei Zhang, Dan Hou, Yiyong Mai, Xinliang Feng, "Nitrogen-doped carbon nanosheets and nanoflowers with holey mesopores for efficient oxygen reduction catalysis", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 6, no. 22, pp. 10354–10360, 2018. [doi] [Bibtex & Downloads]
Nitrogen-doped carbon nanosheets and nanoflowers with holey mesopores for efficient oxygen reduction catalysis
Reference
Hao Tian, Nan Wang, Fugui Xu, Pengfei Zhang, Dan Hou, Yiyong Mai, Xinliang Feng, "Nitrogen-doped carbon nanosheets and nanoflowers with holey mesopores for efficient oxygen reduction catalysis", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 6, no. 22, pp. 10354–10360, 2018. [doi]
Bibtex
@article{Tian_2018,
doi = {10.1039/c8ta02319k},
url = {https://doi.org/10.1039%2Fc8ta02319k},
year = 2018,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {22},
pages = {10354--10360},
author = {Hao Tian and Nan Wang and Fugui Xu and Pengfei Zhang and Dan Hou and Yiyong Mai and Xinliang Feng},
title = {Nitrogen-doped carbon nanosheets and nanoflowers with holey mesopores for efficient oxygen reduction catalysis},
journal = {Journal of Materials Chemistry A}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Oliver Gröning, Shiyong Wang, Xuelin Yao, Carlo A Pignedoli, Gabriela Borin Barin, Colin Daniels, Andrew Cupo, Vincent Meunier, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Engineering of robust topological quantum phases in graphene nanoribbons", In arXiv preprint arXiv:1805.06635, 2018. [Bibtex & Downloads]
Engineering of robust topological quantum phases in graphene nanoribbons
Reference
Oliver Gröning, Shiyong Wang, Xuelin Yao, Carlo A Pignedoli, Gabriela Borin Barin, Colin Daniels, Andrew Cupo, Vincent Meunier, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Engineering of robust topological quantum phases in graphene nanoribbons", In arXiv preprint arXiv:1805.06635, 2018.
Bibtex
@article{groning2018engineering,
title={Engineering of robust topological quantum phases in graphene nanoribbons},
author={Gr{\"o}ning, Oliver and Wang, Shiyong and Yao, Xuelin and Pignedoli, Carlo A and Barin, Gabriela Borin and Daniels, Colin and Cupo, Andrew and Meunier, Vincent and Feng, Xinliang and Narita, Akimitsu and Müllen, Klaus and Ruffieux, Pascal and Fasel, Roman},
journal={arXiv preprint arXiv:1805.06635},
year={2018}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Frank Eisenhut, Justus Krüger, Dmitry Skidin, Seddigheh Nikipar, José M Alonso, Enrique Guitián, Dolores Pérez, Dmitry A Ryndyk, Diego Peña, Francesca Moresco, others, "Hexacene generated on passivated silicon", In Nanoscale, Royal Society of Chemistry, vol. 10, no. 26, pp. 12582–12587, 2018. [Bibtex & Downloads]
Hexacene generated on passivated silicon
Reference
Frank Eisenhut, Justus Krüger, Dmitry Skidin, Seddigheh Nikipar, José M Alonso, Enrique Guitián, Dolores Pérez, Dmitry A Ryndyk, Diego Peña, Francesca Moresco, others, "Hexacene generated on passivated silicon", In Nanoscale, Royal Society of Chemistry, vol. 10, no. 26, pp. 12582–12587, 2018.
Bibtex
@article{eisenhut2018hexacene,
title={Hexacene generated on passivated silicon},
author={Eisenhut, Frank and Kr{\"u}ger, Justus and Skidin, Dmitry and Nikipar, Seddigheh and Alonso, Jos{\'e} M and Guiti{\'a}n, Enrique and P{\'e}rez, Dolores and Ryndyk, Dmitry A and Pe{\~n}a, Diego and Moresco, Francesca and others},
journal={Nanoscale},
volume={10},
number={26},
pages={12582--12587},
year={2018},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frank Eisenhut, Jörg Meyer, Justus Krüger, Robin Ohmann, Gianaurelio Cuniberti, Francesca Moresco, "Inducing the controlled rotation of single o-MeO-DMBI molecules anchored on Au (111)", In Surface Science, Elsevier, 2018. [Bibtex & Downloads]
Inducing the controlled rotation of single o-MeO-DMBI molecules anchored on Au (111)
Reference
Frank Eisenhut, Jörg Meyer, Justus Krüger, Robin Ohmann, Gianaurelio Cuniberti, Francesca Moresco, "Inducing the controlled rotation of single o-MeO-DMBI molecules anchored on Au (111)", In Surface Science, Elsevier, 2018.
Bibtex
@article{eisenhut2018inducing,
title={Inducing the controlled rotation of single o-MeO-DMBI molecules anchored on Au (111)},
author={Eisenhut, Frank and Meyer, J{\"o}rg and Kr{\"u}ger, Justus and Ohmann, Robin and Cuniberti, Gianaurelio and Moresco, Francesca},
journal={Surface Science},
year={2018},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anup Kumar Das, Akash Kumar, Bharadwaj Veeravalli, Francky Catthoor, "Reliable and Energy Efficient Streaming Multiprocessor Systems", Springer, 2018. [Bibtex & Downloads]
Reliable and Energy Efficient Streaming Multiprocessor Systems
Reference
Anup Kumar Das, Akash Kumar, Bharadwaj Veeravalli, Francky Catthoor, "Reliable and Energy Efficient Streaming Multiprocessor Systems", Springer, 2018.
Bibtex
@book{das2018reliable,
title={Reliable and Energy Efficient Streaming Multiprocessor Systems},
author={Das, Anup Kumar and Kumar, Akash and Veeravalli, Bharadwaj and Catthoor, Francky},
year={2018},
publisher={Springer}
}Downloads
No Downloads available for this publication
Permalink
- Panpan Zhang, Faxing Wang, Minghao Yu, Xiaodong Zhuang, Xinliang Feng, "Two-dimensional materials for miniaturized energy storage devices: from individual devices to smart integrated systems", In Chemical Society Reviews, Royal Society of Chemistry (RSC), vol. 47, no. 19, pp. 7426–7451, 2018. [doi] [Bibtex & Downloads]
Two-dimensional materials for miniaturized energy storage devices: from individual devices to smart integrated systems
Reference
Panpan Zhang, Faxing Wang, Minghao Yu, Xiaodong Zhuang, Xinliang Feng, "Two-dimensional materials for miniaturized energy storage devices: from individual devices to smart integrated systems", In Chemical Society Reviews, Royal Society of Chemistry (RSC), vol. 47, no. 19, pp. 7426–7451, 2018. [doi]
Bibtex
@article{Zhang_2018,
doi = {10.1039/c8cs00561c},
url = {https://doi.org/10.1039%2Fc8cs00561c},
year = 2018,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {47},
number = {19},
pages = {7426--7451},
author = {Panpan Zhang and Faxing Wang and Minghao Yu and Xiaodong Zhuang and Xinliang Feng},
title = {Two-dimensional materials for miniaturized energy storage devices: from individual devices to smart integrated systems},
journal = {Chemical Society Reviews}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Nusrat Jahan Lisa andAnnett Ungethüm andDirk Habich andWolfgang Lehner andTuan D. A. Nguyen andAkash Kumar, "Column Scan Acceleration in Hybrid CPU-FPGA Systems", In Proceeding: International Workshop on Accelerating Analytics and Data Management
Systems Using Modern Processor and Storage Architectures, ADMS@VLDB
2018, Rio de Janeiro, Brazil, August 27, 2018., pp. 22–33, 2018. [Bibtex & Downloads]
Column Scan Acceleration in Hybrid CPU-FPGA Systems
Reference
Nusrat Jahan Lisa andAnnett Ungethüm andDirk Habich andWolfgang Lehner andTuan D. A. Nguyen andAkash Kumar, "Column Scan Acceleration in Hybrid CPU-FPGA Systems", In Proceeding: International Workshop on Accelerating Analytics and Data Management Systems Using Modern Processor and Storage Architectures, ADMS@VLDB 2018, Rio de Janeiro, Brazil, August 27, 2018., pp. 22–33, 2018.
Bibtex
@inproceedings{DBLP:conf/vldb/LisaUHLN018,
author = {Nusrat Jahan Lisa and
Annett Ungeth{\"{u}}m and
Dirk Habich and
Wolfgang Lehner and
Tuan D. A. Nguyen and
Akash Kumar},
title = {Column Scan Acceleration in Hybrid {CPU-FPGA} Systems},
booktitle = {International Workshop on Accelerating Analytics and Data Management
Systems Using Modern Processor and Storage Architectures, ADMS@VLDB
2018, Rio de Janeiro, Brazil, August 27, 2018.},
pages = {22--33},
year = {2018},
crossref = {DBLP:conf/vldb/2018adms},
url = {http://www.adms-conf.org/2018-camera-ready/habich\_adms2018.pdf},
timestamp = {Mon, 01 Oct 2018 14:04:28 +0200},
biburl = {https://dblp.org/rec/bib/conf/vldb/LisaUHLN018},
bibsource = {dblp computer science bibliography, https://dblp.org}
}Downloads
No Downloads available for this publication
Permalink
- Daniel Gburek, Christel Baier, "Bisimulations, Logics, and Trace Distributions for Stochastic Systems with Rewards", Proceedings of the 21st International Conference on Hybrid Systems: Computation and Control (Part of CPS Week), ACM, pp. 31–40, New York, NY, USA, 2018. [doi] [Bibtex & Downloads]
Bisimulations, Logics, and Trace Distributions for Stochastic Systems with Rewards
Reference
Daniel Gburek, Christel Baier, "Bisimulations, Logics, and Trace Distributions for Stochastic Systems with Rewards", Proceedings of the 21st International Conference on Hybrid Systems: Computation and Control (Part of CPS Week), ACM, pp. 31–40, New York, NY, USA, 2018. [doi]
Bibtex
@inproceedings{Gburek:2018:BLT:3178126.3178139,
author = {Gburek, Daniel and Baier, Christel},
title = {Bisimulations, Logics, and Trace Distributions for Stochastic Systems with Rewards},
booktitle = {Proceedings of the 21st International Conference on Hybrid Systems: Computation and Control (Part of CPS Week)},
series = {HSCC '18},
year = {2018},
isbn = {978-1-4503-5642-8},
location = {Porto, Portugal},
pages = {31--40},
numpages = {10},
url = {http://doi.acm.org/10.1145/3178126.3178139},
doi = {10.1145/3178126.3178139},
acmid = {3178139},
publisher = {ACM},
address = {New York, NY, USA},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Norman A. Rink, "Modeling of languages for tensor manipulation", In CoRR, vol. abs/1801.08771, 2018. [Bibtex & Downloads]
Modeling of languages for tensor manipulation
Reference
Norman A. Rink, "Modeling of languages for tensor manipulation", In CoRR, vol. abs/1801.08771, 2018.
Bibtex
@article{Rink18,
author = {Norman A. Rink},
title = {Modeling of languages for tensor manipulation},
journal = {CoRR},
volume = {abs/1801.08771},
year = {2018},
url = {http://arxiv.org/abs/1801.08771},
archivePrefix = {arXiv},
eprint = {1801.08771},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1801-08771},
bibsource = {dblp computer science bibliography, https://dblp.org}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- D. P. N. Gonçalves, D. M. Park, T. L. Schmidt, C. Werner, "Modular peptide-functionalized gold nanorods for effective glioblastoma multicellular tumor spheroid targeting", In Biomaterials Science, Royal Society of Chemistry (RSC), vol. 6, no. 5, pp. 1140–1146, 2018. [doi] [Bibtex & Downloads]
Modular peptide-functionalized gold nanorods for effective glioblastoma multicellular tumor spheroid targeting
Reference
D. P. N. Gonçalves, D. M. Park, T. L. Schmidt, C. Werner, "Modular peptide-functionalized gold nanorods for effective glioblastoma multicellular tumor spheroid targeting", In Biomaterials Science, Royal Society of Chemistry (RSC), vol. 6, no. 5, pp. 1140–1146, 2018. [doi]
Bibtex
@article{Gon_alves_2018,
doi = {10.1039/c7bm01107e},
url = {https://doi.org/10.1039%2Fc7bm01107e},
year = 2018,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {5},
pages = {1140--1146},
author = {D. P. N. Gon{\c{c}}alves and D. M. Park and T. L. Schmidt and C. Werner},
title = {Modular peptide-functionalized gold nanorods for effective glioblastoma multicellular tumor spheroid targeting},
journal = {Biomaterials Science}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Tao Zhang, Raul D. Rodriguez, Ihsan Amin, Jacek Gasiorowski, Mahfujur Rahaman, Wenbo Sheng, Jana Kalbacova, Evgeniya Sheremet, Dietrich R. T. Zahn, Rainer Jordan, "Bottom-up fabrication of graphene-based conductive polymer carpets for optoelectronics", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 6, no. 18, pp. 4919–4927, 2018. [doi] [Bibtex & Downloads]
Bottom-up fabrication of graphene-based conductive polymer carpets for optoelectronics
Reference
Tao Zhang, Raul D. Rodriguez, Ihsan Amin, Jacek Gasiorowski, Mahfujur Rahaman, Wenbo Sheng, Jana Kalbacova, Evgeniya Sheremet, Dietrich R. T. Zahn, Rainer Jordan, "Bottom-up fabrication of graphene-based conductive polymer carpets for optoelectronics", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 6, no. 18, pp. 4919–4927, 2018. [doi]
Bibtex
@article{Zhang_2018,
doi = {10.1039/c8tc00554k},
url = {https://doi.org/10.1039%2Fc8tc00554k},
year = 2018,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {18},
pages = {4919--4927},
author = {Tao Zhang and Raul D. Rodriguez and Ihsan Amin and Jacek Gasiorowski and Mahfujur Rahaman and Wenbo Sheng and Jana Kalbacova and Evgeniya Sheremet and Dietrich R. T. Zahn and Rainer Jordan},
title = {Bottom-up fabrication of graphene-based conductive polymer carpets for optoelectronics},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dmitry Skidin, Tim Erdmann, Seddigheh Nikipar, Frank Eisenhut, Justus Krüger, Florian Günther, Sibylle Gemming, Anton Kiriy, Brigitte Voit, Dmitry A Ryndyk, C. Joachim, Francesca Moresco, Gianaurelio Cuniberti, others, "Tuning the conductance of a molecular wire by the interplay of donor and acceptor units", In Nanoscale, Royal Society of Chemistry, vol. 10, no. 36, pp. 17131–17139, 2018. [Bibtex & Downloads]
Tuning the conductance of a molecular wire by the interplay of donor and acceptor units
Reference
Dmitry Skidin, Tim Erdmann, Seddigheh Nikipar, Frank Eisenhut, Justus Krüger, Florian Günther, Sibylle Gemming, Anton Kiriy, Brigitte Voit, Dmitry A Ryndyk, C. Joachim, Francesca Moresco, Gianaurelio Cuniberti, others, "Tuning the conductance of a molecular wire by the interplay of donor and acceptor units", In Nanoscale, Royal Society of Chemistry, vol. 10, no. 36, pp. 17131–17139, 2018.
Bibtex
@article{skidin2018tuning,
title={Tuning the conductance of a molecular wire by the interplay of donor and acceptor units},
author={Skidin, Dmitry and Erdmann, Tim and Nikipar, Seddigheh and Eisenhut, Frank and Kr{\"u}ger, Justus and G{\"u}nther, Florian and Gemming, Sibylle and Kiriy, Anton and Voit, Brigitte and Ryndyk, Dmitry A and Joachim, C. and Moresco, Francesca and Cuniberti, Gianaurelio and others},
journal={Nanoscale},
volume={10},
number={36},
pages={17131--17139},
year={2018},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Francesca Moresco, Justus Krüger, "Unimolecular Reactions on Metal Surfaces", Chapter in Reference Module in Chemistry, Molecular Sciences and Chemical Engineering, Elsevier, 2018. [doi] [Bibtex & Downloads]
Unimolecular Reactions on Metal Surfaces
Reference
Francesca Moresco, Justus Krüger, "Unimolecular Reactions on Metal Surfaces", Chapter in Reference Module in Chemistry, Molecular Sciences and Chemical Engineering, Elsevier, 2018. [doi]
Abstract
On-surface synthesis can be regarded as an efficient means to build new molecular species by using bottom-up strategies, and has emerged as a powerful method to tailor-make and precisely construct functional molecules with atomic precision. In an unimolecular reaction, molecular bonds inside a single molecule are formed or dissociated, changing therefore the geometry and the electronic properties of the molecule. In this article, we discuss recent progresses and future prospects of unimolecular reactions on surface performed by scanning probe microscopy manipulation and thermal annealing, and investigated by scanning probe microscopy and spectroscopy.
Bibtex
@incollection{MORESCO2018,
title = "Unimolecular Reactions on Metal Surfaces",
booktitle = "Reference Module in Chemistry, Molecular Sciences and Chemical Engineering",
publisher = "Elsevier",
year = "2018",
isbn = "978-0-12-409547-2",
doi = "https://doi.org/10.1016/B978-0-12-409547-2.13916-2",
url = "http://www.sciencedirect.com/science/article/pii/B9780124095472139162",
author = "Francesca Moresco and Justus Krüger",
keywords = "Acenes, Molecular manipulation, Nanotechnology, On-surface chemistry, Scanning probe microscopy, Surface physics, Unimolecular reactions",
abstract = "On-surface synthesis can be regarded as an efficient means to build new molecular species by using bottom-up strategies, and has emerged as a powerful method to tailor-make and precisely construct functional molecules with atomic precision. In an unimolecular reaction, molecular bonds inside a single molecule are formed or dissociated, changing therefore the geometry and the electronic properties of the molecule. In this article, we discuss recent progresses and future prospects of unimolecular reactions on surface performed by scanning probe microscopy manipulation and thermal annealing, and investigated by scanning probe microscopy and spectroscopy."
}Downloads
No Downloads available for this publication
Permalink
- Linda Herrmann, Christel Baier, Christof Fetzer, Sascha Klüppelholz, Markus Napierkowski, "Formal Parameter Synthesis for Energy-Utility-Optimal Fault Tolerance", In Proceeding: European Workshop on Performance Engineering, pp. 78–93, 2018. [Bibtex & Downloads]
Formal Parameter Synthesis for Energy-Utility-Optimal Fault Tolerance
Reference
Linda Herrmann, Christel Baier, Christof Fetzer, Sascha Klüppelholz, Markus Napierkowski, "Formal Parameter Synthesis for Energy-Utility-Optimal Fault Tolerance", In Proceeding: European Workshop on Performance Engineering, pp. 78–93, 2018.
Bibtex
@inproceedings{herrmann2018formal,
title={Formal Parameter Synthesis for Energy-Utility-Optimal Fault Tolerance},
author={Herrmann, Linda and Baier, Christel and Fetzer, Christof and Kl{\"u}ppelholz, Sascha and Napierkowski, Markus},
booktitle={European Workshop on Performance Engineering},
pages={78--93},
year={2018},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ing Linda Herrmann, "Formal Configuration of Fault-Tolerant Systems", 2018. [Bibtex & Downloads]
Formal Configuration of Fault-Tolerant Systems
Reference
Ing Linda Herrmann, "Formal Configuration of Fault-Tolerant Systems", 2018.
Bibtex
@article{herrmann2018formal,
title={Formal Configuration of Fault-Tolerant Systems},
author={Herrmann, Ing Linda},
year={2018}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin Schäfer, Christian Beck, Kazuyuki Aihara, Dirk Witthaut, Marc Timme, "Non-Gaussian power grid frequency fluctuations characterized by Lévy-stable laws and superstatistics", In Nature Energy, Nature Publishing Group, vol. 3, no. 2, pp. 119–126, 2018. [Bibtex & Downloads]
Non-Gaussian power grid frequency fluctuations characterized by Lévy-stable laws and superstatistics
Reference
Benjamin Schäfer, Christian Beck, Kazuyuki Aihara, Dirk Witthaut, Marc Timme, "Non-Gaussian power grid frequency fluctuations characterized by Lévy-stable laws and superstatistics", In Nature Energy, Nature Publishing Group, vol. 3, no. 2, pp. 119–126, 2018.
Bibtex
@article{schafer2018non,
title={Non-Gaussian power grid frequency fluctuations characterized by L{\'e}vy-stable laws and superstatistics},
author={Sch{\"a}fer, Benjamin and Beck, Christian and Aihara, Kazuyuki and Witthaut, Dirk and Timme, Marc},
journal={Nature Energy},
volume={3},
number={2},
pages={119--126},
year={2018},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Suhao Wang, Hengda Sun, Tim Erdmann, Gang Wang, Daniele Fazzi, Uwe Lappan, Yuttapoom Puttisong, Zhihua Chen, Magnus Berggren, Xavier Crispin, others, "A Chemically Doped Naphthalenediimide-Bithiazole Polymer for n-Type Organic Thermoelectrics", In Advanced Materials, Wiley Online Library, vol. 30, no. 31, pp. 1801898, 2018. [Bibtex & Downloads]
A Chemically Doped Naphthalenediimide-Bithiazole Polymer for n-Type Organic Thermoelectrics
Reference
Suhao Wang, Hengda Sun, Tim Erdmann, Gang Wang, Daniele Fazzi, Uwe Lappan, Yuttapoom Puttisong, Zhihua Chen, Magnus Berggren, Xavier Crispin, others, "A Chemically Doped Naphthalenediimide-Bithiazole Polymer for n-Type Organic Thermoelectrics", In Advanced Materials, Wiley Online Library, vol. 30, no. 31, pp. 1801898, 2018.
Bibtex
@article{wang2018chemically,
title={A Chemically Doped Naphthalenediimide-Bithiazole Polymer for n-Type Organic Thermoelectrics},
author={Wang, Suhao and Sun, Hengda and Erdmann, Tim and Wang, Gang and Fazzi, Daniele and Lappan, Uwe and Puttisong, Yuttapoom and Chen, Zhihua and Berggren, Magnus and Crispin, Xavier and others},
journal={Advanced Materials},
volume={30},
number={31},
pages={1801898},
year={2018},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Carl Mai, René Schöne, Johannes Meyand Thomas Kühn, Uwe Assmann, "Adaptive Petri Nets – A Petri Net Extension for
Reconfigurable Structures", In Proceeding: The Tenth International Conference on Adaptive and
Self-Adaptive Systems and Applications (ADAPTIVE), Springer, 2018. [doi] [Bibtex & Downloads]
Adaptive Petri Nets – A Petri Net Extension for Reconfigurable Structures
Reference
Carl Mai, René Schöne, Johannes Meyand Thomas Kühn, Uwe Assmann, "Adaptive Petri Nets – A Petri Net Extension for Reconfigurable Structures", In Proceeding: The Tenth International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), Springer, 2018. [doi]
Bibtex
@inproceedings{mai-schoene-mey-kuehn-assmann-adaptivePN.2018,
title = {Adaptive Petri Nets – A Petri Net Extension for
Reconfigurable Structures},
author = {Carl Mai and Ren{\'e} Sch{\"o}ne and Johannes Mey
and Thomas K{\"u}hn and Uwe Assmann},
year = {2018},
booktitle = {The Tenth International Conference on Adaptive and
Self-Adaptive Systems and Applications (ADAPTIVE)},
keywords = {Petri nets; Reconfigurable Petri nets; Inhibitor
Arcs; Analysis},
publisher = "Springer" ,
doi =
{https://www.thinkmind.org/download.php?articleid=adaptive_2018_1_30_50016},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
2017
- Sandra Bender, Meik Dörpinghaus, Gerhard Fettweis, "On the achievable rate of multi-antenna receivers with oversampled 1-bit quantization", In Proceeding: IEEE 7th International Workshop on Computational Advances in Multi-Sensor Adaptive Processing (CAMSAP), Curacao, Dutch Antilles, Dec 2017. [Bibtex & Downloads]
On the achievable rate of multi-antenna receivers with oversampled 1-bit quantization
Reference
Sandra Bender, Meik Dörpinghaus, Gerhard Fettweis, "On the achievable rate of multi-antenna receivers with oversampled 1-bit quantization", In Proceeding: IEEE 7th International Workshop on Computational Advances in Multi-Sensor Adaptive Processing (CAMSAP), Curacao, Dutch Antilles, Dec 2017.
Bibtex
@inproceedings{Bender_CAMSAP17,
title={On the achievable rate of multi-antenna receivers with oversampled 1-bit quantization},
author={Bender, Sandra and D\"orpinghaus, Meik and Fettweis, Gerhard},
booktitle={IEEE 7th International Workshop on Computational Advances in Multi-Sensor Adaptive Processing (CAMSAP)},
year={2017},
month= Dec,
address = {Curacao, Dutch Antilles},
}Downloads
CAMSAP_final [PDF]
Related Paths
Permalink
- Albrecht Wolf, Philipp Schulz, David Öhmann, Meik Dörpinghaus, Gerhard Fettweis, "On the gain of joint decoding for multi-connectivity", In Proceeding: IEEE Global Communications Conference (Globecom), Singapore, December 2017. [Bibtex & Downloads]
On the gain of joint decoding for multi-connectivity
Reference
Albrecht Wolf, Philipp Schulz, David Öhmann, Meik Dörpinghaus, Gerhard Fettweis, "On the gain of joint decoding for multi-connectivity", In Proceeding: IEEE Global Communications Conference (Globecom), Singapore, December 2017.
Bibtex
@inproceedings{Wolf2017Globecom,
title={On the gain of joint decoding for multi-connectivity},
author={Wolf, Albrecht and Schulz, Philipp, and {\"O}hmann, David and D{\"o}rpinghaus, Meik and Fettweis, Gerhard},
booktitle={IEEE Global Communications Conference (Globecom)},
address={Singapore},
month={December},
year={2017},
}Downloads
Multi_Conn_JD_camera_ready [PDF]
Related Paths
Permalink
- Jose Casadiego, Mor Nitzan, Sarah Hallerberg, Marc Timme, "Model-free inference of direct network interactions from nonlinear collective dynamics", In Nature Communications, Nature Publishing Group, vol. 8, no. 1, pp. 2192, 12/2017. [doi] [Bibtex & Downloads]
Model-free inference of direct network interactions from nonlinear collective dynamics
Reference
Jose Casadiego, Mor Nitzan, Sarah Hallerberg, Marc Timme, "Model-free inference of direct network interactions from nonlinear collective dynamics", In Nature Communications, Nature Publishing Group, vol. 8, no. 1, pp. 2192, 12/2017. [doi]
Abstract
Network dynamical systems can represent the interactions involved in the collective dynamics of gene regulatory networks or metabolic circuits. Here Casadiego et al. present a method for inferring these types of interactions directly from observed time series without relying on their model.
Bibtex
@article{casadiego2017model-free,
author = {Casadiego, Jose and Nitzan, Mor and Hallerberg, Sarah and Timme, Marc},
year = {2017},
title = {Model-free inference of direct network interactions from nonlinear collective dynamics},
journal = {Nature Communications},
publisher = {Nature Publishing Group},
issn = {2041-1723},
doi = {10.1038/s41467-017-02288-4},
volume = {8},
month = {12},
pages = {2192},
number = {1},
url = {http:https://doi.org/10.1038/s41467-017-02288-4},
abstract = {Network dynamical systems can represent the interactions involved in the collective dynamics of gene regulatory networks or metabolic circuits. Here Casadiego et al. present a method for inferring these types of interactions directly from observed time series without relying on their model.
}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- F. N. Gür, C. P. T. McPolin, S. Raza, M. Mayer, D. J. Roth, A. M. Steiner, M. Löffler, A. Fery, M. L. Brongerma, A. V. Zayats, T. A. F. König, T. L. Schmidt, "Self-assembled plasmonic waveguides for excitation of fluorescent nanodiamonds", In ArXiv e-prints, Dec 2017. [Bibtex & Downloads]
Self-assembled plasmonic waveguides for excitation of fluorescent nanodiamonds
Reference
F. N. Gür, C. P. T. McPolin, S. Raza, M. Mayer, D. J. Roth, A. M. Steiner, M. Löffler, A. Fery, M. L. Brongerma, A. V. Zayats, T. A. F. König, T. L. Schmidt, "Self-assembled plasmonic waveguides for excitation of fluorescent nanodiamonds", In ArXiv e-prints, Dec 2017.
Bibtex
@ARTICLE{2017arXiv171209141G,
author = {{G{\"u}r}, F.~N. and {McPolin}, C.~P.~T. and {Raza}, S. and {Mayer}, M. and {Roth}, D.~J. and {Steiner}, A.~M. and {L{\"o}ffler}, M. and {Fery}, A. and {Brongerma}, M.~L. and {Zayats}, A.~V. and {K{\"o}nig}, T.~A.~F. and {Schmidt}, T.~L.},
title = "{Self-assembled plasmonic waveguides for excitation of fluorescent nanodiamonds}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1712.09141},
primaryClass = "physics.optics",
keywords = {Physics - Optics},
year = 2017,
month = dec,
adsurl = {http://adsabs.harvard.edu/abs/2017arXiv171209141G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- S. Singh, É. Roldán, I. Neri, I. M. andGolubev Khaymovich, V. F. Maisi, J. T. andJülicher Peltonen, J. P. Pekola, "Records of entropy production in an electronic double dot", In ArXiv e-prints, Dec 2017. [Bibtex & Downloads]
Records of entropy production in an electronic double dot
Reference
S. Singh, É. Roldán, I. Neri, I. M. andGolubev Khaymovich, V. F. Maisi, J. T. andJülicher Peltonen, J. P. Pekola, "Records of entropy production in an electronic double dot", In ArXiv e-prints, Dec 2017.
Bibtex
@ARTICLE{2017arXiv171201693S,
author = {{Singh}, S. and {Rold{\'a}n}, {\'E}. and {Neri}, I. and {Khaymovich}, I.~M. and
{Golubev}, D.~S. and {Maisi}, V.~F. and {Peltonen}, J.~T. and
{J{\"u}licher}, F. and {Pekola}, J.~P.},
title = "{Records of entropy production in an electronic double dot}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1712.01693},
primaryClass = "cond-mat.stat-mech",
keywords = {Condensed Matter - Statistical Mechanics, Condensed Matter - Mesoscale and Nanoscale Physics},
year = 2017,
month = dec,
adsurl = {http://adsabs.harvard.edu/abs/2017arXiv171201693S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Josué Nava-Sedeño, Haralambos Hatzikirou, Rainer Klages, Andreas Deutsch, "Cellular automaton models for time-correlated random walks: Derivation and analysis", vol. 7, 12/2017. [Bibtex & Downloads]
Cellular automaton models for time-correlated random walks: Derivation and analysis
Reference
Josué Nava-Sedeño, Haralambos Hatzikirou, Rainer Klages, Andreas Deutsch, "Cellular automaton models for time-correlated random walks: Derivation and analysis", vol. 7, 12/2017.
Bibtex
@article{article,
author = {Nava-Sedeño, Josué and Hatzikirou, Haralambos and Klages, Rainer and Deutsch, Andreas},
year = {2017},
month = {12},
pages = {},
title = {Cellular automaton models for time-correlated random walks: Derivation and analysis},
volume = {7},
booktitle = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ostrenko, Oleksandr AND Incardona, Pietro AND Ramaswamy, Rajesh AND Brusch, Lutz AND Sbalzarini, Ivo F., "pSSAlib: The partial-propensity stochastic chemical network simulator", In PLOS Computational Biology, Public Library of Science, vol. 13, no. 12, pp. 1-15, 12/2017. [doi] [Bibtex & Downloads]
pSSAlib: The partial-propensity stochastic chemical network simulator
Reference
Ostrenko, Oleksandr AND Incardona, Pietro AND Ramaswamy, Rajesh AND Brusch, Lutz AND Sbalzarini, Ivo F., "pSSAlib: The partial-propensity stochastic chemical network simulator", In PLOS Computational Biology, Public Library of Science, vol. 13, no. 12, pp. 1-15, 12/2017. [doi]
Abstract
Chemical reaction networks are ubiquitous in biology, and their dynamics is fundamentally stochastic. Here, we present the software library pSSAlib, which provides a complete and concise implementation of the most efficient partial-propensity methods for simulating exact stochastic chemical kinetics. pSSAlib can import models encoded in Systems Biology Markup Language, supports time delays in chemical reactions, and stochastic spatiotemporal reaction-diffusion systems. It also provides tools for statistical analysis of simulation results and supports multiple output formats. It has previously been used for studies of biochemical reaction pathways and to benchmark other stochastic simulation methods. Here, we describe pSSAlib in detail and apply it to a new model of the endocytic pathway in eukaryotic cells, leading to the discovery of a stochastic counterpart of the cut-out switch motif underlying early-to-late endosome conversion. pSSAlib is provided as a stand-alone command-line tool and as a developer API. We also provide a plug-in for the SBMLToolbox. The open-source code and pre-packaged installers are freely available from http://mosaic.mpi-cbg.de.
Bibtex
@article{10.1371/journal.pcbi.1005865,
author = {Ostrenko, Oleksandr AND Incardona, Pietro AND Ramaswamy, Rajesh AND Brusch, Lutz AND Sbalzarini, Ivo F.},
journal = {PLOS Computational Biology},
publisher = {Public Library of Science},
title = {pSSAlib: The partial-propensity stochastic chemical network simulator},
year = {2017},
month = {12},
volume = {13},
url = {https://doi.org/10.1371/journal.pcbi.1005865},
pages = {1-15},
abstract = {Chemical reaction networks are ubiquitous in biology, and their dynamics is fundamentally stochastic. Here, we present the software library pSSAlib, which provides a complete and concise implementation of the most efficient partial-propensity methods for simulating exact stochastic chemical kinetics. pSSAlib can import models encoded in Systems Biology Markup Language, supports time delays in chemical reactions, and stochastic spatiotemporal reaction-diffusion systems. It also provides tools for statistical analysis of simulation results and supports multiple output formats. It has previously been used for studies of biochemical reaction pathways and to benchmark other stochastic simulation methods. Here, we describe pSSAlib in detail and apply it to a new model of the endocytic pathway in eukaryotic cells, leading to the discovery of a stochastic counterpart of the cut-out switch motif underlying early-to-late endosome conversion. pSSAlib is provided as a stand-alone command-line tool and as a developer API. We also provide a plug-in for the SBMLToolbox. The open-source code and pre-packaged installers are freely available from http://mosaic.mpi-cbg.de.},
number = {12},
doi = {10.1371/journal.pcbi.1005865}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Katrin Talkenberger, Elisabetta Cavalcanti-Adam, Anja Voß-Böhme, Andreas Deutsch, "Amoeboid-mesenchymal migration plasticity promotes invasion only in complex heterogeneous microenvironments", vol. 7, 12/2017. [Bibtex & Downloads]
Amoeboid-mesenchymal migration plasticity promotes invasion only in complex heterogeneous microenvironments
Reference
Katrin Talkenberger, Elisabetta Cavalcanti-Adam, Anja Voß-Böhme, Andreas Deutsch, "Amoeboid-mesenchymal migration plasticity promotes invasion only in complex heterogeneous microenvironments", vol. 7, 12/2017.
Bibtex
@article{article,
author = {Talkenberger, Katrin and Cavalcanti-Adam, Elisabetta and Voß-Böhme, Anja and Deutsch, Andreas},
year = {2017},
month = {12},
pages = {},
title = {Amoeboid-mesenchymal migration plasticity promotes invasion only in complex heterogeneous microenvironments},
volume = {7},
booktitle = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Josefine Asmus, Christian Müller, Ivo Sbalzarini, "L p -Adaptation: Simultaneous Design Centering and Robustness Estimation of Electronic and Biological Systems", vol. 7, 12/2017. [Bibtex & Downloads]
L p -Adaptation: Simultaneous Design Centering and Robustness Estimation of Electronic and Biological Systems
Reference
Josefine Asmus, Christian Müller, Ivo Sbalzarini, "L p -Adaptation: Simultaneous Design Centering and Robustness Estimation of Electronic and Biological Systems", vol. 7, 12/2017.
Bibtex
@article{article,
author = {Asmus, Josefine and Müller, Christian and Sbalzarini, Ivo},
year = {2017},
month = {12},
pages = {},
title = {L p -Adaptation: Simultaneous Design Centering and Robustness Estimation of Electronic and Biological Systems},
volume = {7},
booktitle = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Peter Meszmer, Raul D. Rodriguez, Evgeniya Sheremet, Dietrich R.T. Zahn, Bernhard Wunderle, "Stress imaging in structural challenging MEMS with high sensitivity using micro-Raman spectroscopy", In Microelectronics Reliability, Elsevier BV, vol. 79, pp. 104–110, Dec 2017. [doi] [Bibtex & Downloads]
Stress imaging in structural challenging MEMS with high sensitivity using micro-Raman spectroscopy
Reference
Peter Meszmer, Raul D. Rodriguez, Evgeniya Sheremet, Dietrich R.T. Zahn, Bernhard Wunderle, "Stress imaging in structural challenging MEMS with high sensitivity using micro-Raman spectroscopy", In Microelectronics Reliability, Elsevier BV, vol. 79, pp. 104–110, Dec 2017. [doi]
Bibtex
@article{Meszmer_2017,
doi = {10.1016/j.microrel.2017.10.010},
url = {https://doi.org/10.1016%2Fj.microrel.2017.10.010},
year = 2017,
month = {dec},
publisher = {Elsevier {BV}},
volume = {79},
pages = {104--110},
author = {Peter Meszmer and Raul D. Rodriguez and Evgeniya Sheremet and Dietrich R.T. Zahn and Bernhard Wunderle},
title = {Stress imaging in structural challenging {MEMS} with high sensitivity using micro-Raman spectroscopy},
journal = {Microelectronics Reliability}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Hartmann, René Schubel, Martin Claus, Rainer Jordan, Stefan E Schulz, Sascha Hermann, "Polymer-based doping control for performance enhancement of wet-processed short-channel CNTFETs", In Nanotechnology, IOP Publishing, vol. 29, no. 3, pp. 035203, Dec 2017. [doi] [Bibtex & Downloads]
Polymer-based doping control for performance enhancement of wet-processed short-channel CNTFETs
Reference
Martin Hartmann, René Schubel, Martin Claus, Rainer Jordan, Stefan E Schulz, Sascha Hermann, "Polymer-based doping control for performance enhancement of wet-processed short-channel CNTFETs", In Nanotechnology, IOP Publishing, vol. 29, no. 3, pp. 035203, Dec 2017. [doi]
Bibtex
@article{Hartmann_2017,
doi = {10.1088/1361-6528/aa9d4e},
url = {https://doi.org/10.1088%2F1361-6528%2Faa9d4e},
year = 2017,
month = {dec},
publisher = {{IOP} Publishing},
volume = {29},
number = {3},
pages = {035203},
author = {Martin Hartmann and Ren{\'{e}} Schubel and Martin Claus and Rainer Jordan and Stefan E Schulz and Sascha Hermann},
title = {Polymer-based doping control for performance enhancement of wet-processed short-channel {CNTFETs}},
journal = {Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alina Gankin, Ruthy Sfez, Evgeniy Mervinetsky, Jörg Buchwald, Arezoo Dianat, Leonardo Medrano Sandonas, Rafael Gutierrez, Gianaurelio Cuniberti, Shlomo Yitzchaik, "Molecular and Ionic Dipole Effects on the Electronic Properties of Si-/SiO2-Grafted Alkylamine Monolayers", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 9, no. 51, pp. 44873–44879, Dec 2017. [doi] [Bibtex & Downloads]
Molecular and Ionic Dipole Effects on the Electronic Properties of Si-/SiO2-Grafted Alkylamine Monolayers
Reference
Alina Gankin, Ruthy Sfez, Evgeniy Mervinetsky, Jörg Buchwald, Arezoo Dianat, Leonardo Medrano Sandonas, Rafael Gutierrez, Gianaurelio Cuniberti, Shlomo Yitzchaik, "Molecular and Ionic Dipole Effects on the Electronic Properties of Si-/SiO2-Grafted Alkylamine Monolayers", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 9, no. 51, pp. 44873–44879, Dec 2017. [doi]
Bibtex
@article{Gankin_2017,
doi = {10.1021/acsami.7b12218},
url = {https://doi.org/10.1021%2Facsami.7b12218},
year = 2017,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {9},
number = {51},
pages = {44873--44879},
author = {Alina Gankin and Ruthy Sfez and Evgeniy Mervinetsky and Jörg Buchwald and Arezoo Dianat and Leonardo Medrano Sandonas and Rafael Gutierrez and Gianaurelio Cuniberti and Shlomo Yitzchaik},
title = {Molecular and Ionic Dipole Effects on the Electronic Properties of Si-/{SiO}2-Grafted Alkylamine Monolayers},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- So Jeong Park, Dae-Young Jeon, Sabrina Piontek, Matthias Grube, Johannes Ocker, Violetta Sessi, André Heinzig, Jens Trommer, Gyu-Tae Kim, Thomas Mikolajick, Walter M. Weber, "Reconfigurable Si Nanowire Nonvolatile Transistors", In Advanced Electronic Materials, Wiley, vol. 4, no. 1, pp. 1700399, Dec 2017. [doi] [Bibtex & Downloads]
Reconfigurable Si Nanowire Nonvolatile Transistors
Reference
So Jeong Park, Dae-Young Jeon, Sabrina Piontek, Matthias Grube, Johannes Ocker, Violetta Sessi, André Heinzig, Jens Trommer, Gyu-Tae Kim, Thomas Mikolajick, Walter M. Weber, "Reconfigurable Si Nanowire Nonvolatile Transistors", In Advanced Electronic Materials, Wiley, vol. 4, no. 1, pp. 1700399, Dec 2017. [doi]
Bibtex
@article{Park_2017,
doi = {10.1002/aelm.201700399},
url = {https://doi.org/10.1002%2Faelm.201700399},
year = 2017,
month = {dec},
publisher = {Wiley},
volume = {4},
number = {1},
pages = {1700399},
author = {So Jeong Park and Dae-Young Jeon and Sabrina Piontek and Matthias Grube and Johannes Ocker and Violetta Sessi and Andr{\'{e}} Heinzig and Jens Trommer and Gyu-Tae Kim and Thomas Mikolajick and Walter M. Weber},
title = {Reconfigurable Si Nanowire Nonvolatile Transistors},
journal = {Advanced Electronic Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Luis Antonio Panes-Ruiz, Mehrdad Shaygan, Yangxi Fu, Ye Liu, Vyacheslav Khavrus, Steffen Oswald, Thomas Gemming, Larysa Baraban, Viktor Bezugly, Gianaurelio Cuniberti, "Toward Highly Sensitive and Energy Efficient Ammonia Gas Detection with Modified Single-Walled Carbon Nanotubes at Room Temperature", In ACS Sensors, American Chemical Society (ACS), vol. 3, no. 1, pp. 79–86, Dec 2017. [doi] [Bibtex & Downloads]
Toward Highly Sensitive and Energy Efficient Ammonia Gas Detection with Modified Single-Walled Carbon Nanotubes at Room Temperature
Reference
Luis Antonio Panes-Ruiz, Mehrdad Shaygan, Yangxi Fu, Ye Liu, Vyacheslav Khavrus, Steffen Oswald, Thomas Gemming, Larysa Baraban, Viktor Bezugly, Gianaurelio Cuniberti, "Toward Highly Sensitive and Energy Efficient Ammonia Gas Detection with Modified Single-Walled Carbon Nanotubes at Room Temperature", In ACS Sensors, American Chemical Society (ACS), vol. 3, no. 1, pp. 79–86, Dec 2017. [doi]
Bibtex
@article{Panes_Ruiz_2017,
doi = {10.1021/acssensors.7b00358},
url = {https://doi.org/10.1021%2Facssensors.7b00358},
year = 2017,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {3},
number = {1},
pages = {79--86},
author = {Luis Antonio Panes-Ruiz and Mehrdad Shaygan and Yangxi Fu and Ye Liu and Vyacheslav Khavrus and Steffen Oswald and Thomas Gemming and Larysa Baraban and Viktor Bezugly and Gianaurelio Cuniberti},
title = {Toward Highly Sensitive and Energy Efficient Ammonia Gas Detection with Modified Single-Walled Carbon Nanotubes at Room Temperature},
journal = {{ACS} Sensors}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zahra Ebrahimi, Behnam Khaleghi, Hossein Asadi, "PEAF: A Power-Efficient Architecture for SRAM-Based FPGAs Using Reconfigurable Hard Logic Design in Dark Silicon Era", In Proceeding: IEEE Transactions on Computers (TC), IEEE, Dec 2017. [doi] [Bibtex & Downloads]
PEAF: A Power-Efficient Architecture for SRAM-Based FPGAs Using Reconfigurable Hard Logic Design in Dark Silicon Era
Reference
Zahra Ebrahimi, Behnam Khaleghi, Hossein Asadi, "PEAF: A Power-Efficient Architecture for SRAM-Based FPGAs Using Reconfigurable Hard Logic Design in Dark Silicon Era", In Proceeding: IEEE Transactions on Computers (TC), IEEE, Dec 2017. [doi]
Bibtex
@inproceedings{TC_2017,
doi = {10.1109/TC.2016.2636141},
url = {https://ieeexplore.ieee.org/abstract/document/7775010},
year = 2017,
month = {dec},
publisher = ,
author = {Zahra Ebrahimi and Behnam Khaleghi and Hossein Asadi},
title = {PEAF: A Power-Efficient Architecture for SRAM-Based FPGAs Using Reconfigurable Hard Logic Design in Dark Silicon Era},
booktitle = {IEEE Transactions on Computers ({TC})}
}Downloads
No Downloads available for this publication
Permalink
- D. Aguilar Hidalgo, S. Werner, O. andGonzález-Gaitán Wartlick, B. Friedrich, F. Jülicher, "Dynamic gradient scaling as a critical point of growth control", In ArXiv e-prints, Nov 2017. [Bibtex & Downloads]
Dynamic gradient scaling as a critical point of growth control
Reference
D. Aguilar Hidalgo, S. Werner, O. andGonzález-Gaitán Wartlick, B. Friedrich, F. Jülicher, "Dynamic gradient scaling as a critical point of growth control", In ArXiv e-prints, Nov 2017.
Bibtex
@ARTICLE{2017arXiv171102021A,
author = {{Aguilar Hidalgo}, D. and {Werner}, S. and {Wartlick}, O. and
{Gonz{\'a}lez-Gait{\'a}n}, M. and {Friedrich}, B. and {J{\"u}licher}, F.
},
title = "{Dynamic gradient scaling as a critical point of growth control}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1711.02021},
primaryClass = "physics.bio-ph",
keywords = {Physics - Biological Physics, Quantitative Biology - Cell Behavior, Quantitative Biology - Tissues and Organs},
year = 2017,
month = nov,
adsurl = {http://adsabs.harvard.edu/abs/2017arXiv171102021A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Leonardo Medrano Sandonas, G. Cuba-Supanta, Rafael Gutierrez, Arezoo Dianat, Carlos V. Landauro, Gianaurelio Cuniberti, "Enhancement of thermal transport properties of asymmetric Graphene/hBN nanoribbon heterojunctions by substrate engineering", In Carbon, Elsevier BV, vol. 124, pp. 642–650, Nov 2017. [doi] [Bibtex & Downloads]
Enhancement of thermal transport properties of asymmetric Graphene/hBN nanoribbon heterojunctions by substrate engineering
Reference
Leonardo Medrano Sandonas, G. Cuba-Supanta, Rafael Gutierrez, Arezoo Dianat, Carlos V. Landauro, Gianaurelio Cuniberti, "Enhancement of thermal transport properties of asymmetric Graphene/hBN nanoribbon heterojunctions by substrate engineering", In Carbon, Elsevier BV, vol. 124, pp. 642–650, Nov 2017. [doi]
Bibtex
@article{Medrano_Sandonas_2017,
doi = {10.1016/j.carbon.2017.09.025},
url = {https://doi.org/10.1016%2Fj.carbon.2017.09.025},
year = 2017,
month = {nov},
publisher = {Elsevier {BV}},
volume = {124},
pages = {642--650},
author = {Leonardo Medrano Sandonas and G. Cuba-Supanta and Rafael Gutierrez and Arezoo Dianat and Carlos V. Landauro and Gianaurelio Cuniberti},
title = {Enhancement of thermal transport properties of asymmetric Graphene/{hBN} nanoribbon heterojunctions by substrate engineering},
journal = {Carbon}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Blawid, Denise L. M. de Andrade, Sven Mothes, Martin Claus, "Performance Projections for a Reconfigurable Tunnel NanoFET", In IEEE Journal of the Electron Devices Society, Institute of Electrical and Electronics Engineers (IEEE), vol. 5, no. 6, pp. 473–479, Nov 2017. [doi] [Bibtex & Downloads]
Performance Projections for a Reconfigurable Tunnel NanoFET
Reference
Stefan Blawid, Denise L. M. de Andrade, Sven Mothes, Martin Claus, "Performance Projections for a Reconfigurable Tunnel NanoFET", In IEEE Journal of the Electron Devices Society, Institute of Electrical and Electronics Engineers (IEEE), vol. 5, no. 6, pp. 473–479, Nov 2017. [doi]
Bibtex
@article{Blawid_2017,
doi = {10.1109/jeds.2017.2756040},
url = {https://doi.org/10.1109%2Fjeds.2017.2756040},
year = 2017,
month = {nov},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {5},
number = {6},
pages = {473--479},
author = {Stefan Blawid and Denise L. M. de Andrade and Sven Mothes and Martin Claus},
title = {Performance Projections for a Reconfigurable Tunnel {NanoFET}},
journal = {{IEEE} Journal of the Electron Devices Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Riccardo Di Pietro, Tim Erdmann, Joshua H. Carpenter, Naixiang Wang, Rishi Shivhare, Petr Formanek, Cornelia Heintze, Brigitte Voit, Dieter Neher, Harald Ade, Anton Kiriy, "Synthesis of High-Crystallinity DPP Polymers with Balanced Electron and Hole Mobility", In Chemistry of Materials, American Chemical Society (ACS), vol. 29, no. 23, pp. 10220–10232, Nov 2017. [doi] [Bibtex & Downloads]
Synthesis of High-Crystallinity DPP Polymers with Balanced Electron and Hole Mobility
Reference
Riccardo Di Pietro, Tim Erdmann, Joshua H. Carpenter, Naixiang Wang, Rishi Shivhare, Petr Formanek, Cornelia Heintze, Brigitte Voit, Dieter Neher, Harald Ade, Anton Kiriy, "Synthesis of High-Crystallinity DPP Polymers with Balanced Electron and Hole Mobility", In Chemistry of Materials, American Chemical Society (ACS), vol. 29, no. 23, pp. 10220–10232, Nov 2017. [doi]
Bibtex
@article{Di_Pietro_2017,
doi = {10.1021/acs.chemmater.7b04423},
url = {https://doi.org/10.1021%2Facs.chemmater.7b04423},
year = 2017,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {29},
number = {23},
pages = {10220--10232},
author = {Riccardo Di Pietro and Tim Erdmann and Joshua H. Carpenter and Naixiang Wang and Rishi Shivhare and Petr Formanek and Cornelia Heintze and Brigitte Voit and Dieter Neher and Harald Ade and Anton Kiriy},
title = {Synthesis of High-Crystallinity {DPP} Polymers with Balanced Electron and Hole Mobility},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Haefner, Rene Koerbitz, Philipp Frank, Martin Elstner, Andreas Richter, "High Integration of Microfluidic Circuits Based on Hydrogel Valves for MEMS Control", In Advanced Materials Technologies, Wiley, vol. 3, no. 1, pp. 1700108, Nov 2017. [doi] [Bibtex & Downloads]
High Integration of Microfluidic Circuits Based on Hydrogel Valves for MEMS Control
Reference
Sebastian Haefner, Rene Koerbitz, Philipp Frank, Martin Elstner, Andreas Richter, "High Integration of Microfluidic Circuits Based on Hydrogel Valves for MEMS Control", In Advanced Materials Technologies, Wiley, vol. 3, no. 1, pp. 1700108, Nov 2017. [doi]
Bibtex
@article{Haefner_2017,
doi = {10.1002/admt.201700108},
url = {https://doi.org/10.1002%2Fadmt.201700108},
year = 2017,
month = {nov},
publisher = {Wiley},
volume = {3},
number = {1},
pages = {1700108},
author = {Sebastian Haefner and Rene Koerbitz and Philipp Frank and Martin Elstner and Andreas Richter},
title = {High Integration of Microfluidic Circuits Based on Hydrogel Valves for {MEMS} Control},
journal = {Advanced Materials Technologies}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Tilo Meister, Frank Ellinger, Johann W. Bartha, Manfred Berroth, Joachim Burghartz, Martin Claus, Lothar Frey, Alessio Gagliardi, Marius Grundmann, Jan Hesselbarth, Hagen Klauk, Karl Leo, Paolo Lugli, Stefan Mannsfeld, Yiannos Manoli, Renato Negra, Daniel Neumaier, Ullrich Pfeiffer, Thomas Riedl, Susanne Scheinert, Ullrich Scherf, Andreas Thiede, Gerhard Troster, Martin Vossiek, Robert Weigel, Christian Wenger, Golzar Alavi, Markus Becherer, Carlos Alvarado Chavarin, Mohammed Darwish, Martin Ellinger, Chun-Yu Fan, Martin Fritsch, Frank Grotjahn, Marco Gunia, Katherina Haase, Philipp Hillger, Koichi Ishida, Michael Jank, Stefan Knobelspies, Matthias Kuhl, Grzegorz Lupina, Shabnam Mohammadi Naghadeh, Niko Munzenrieder, Sefa Ozbek, Mahsa Rasteh, Giovanni A. Salvatore, Daniel Schrufer, Carsten Strobel, Manuel Theisen, Christian Tuckmantel, Holger von Wenckstern, Zhenxing Wang, Zhipeng Zhang, "Program FFlexCom - High frequency flexible bendable electronics for wireless communication systems", In Proceeding: 2017 IEEE International Conference on Microwaves, Antennas, Communications and Electronic Systems (COMCAS), IEEE, Nov 2017. [doi] [Bibtex & Downloads]
Program FFlexCom - High frequency flexible bendable electronics for wireless communication systems
Reference
Tilo Meister, Frank Ellinger, Johann W. Bartha, Manfred Berroth, Joachim Burghartz, Martin Claus, Lothar Frey, Alessio Gagliardi, Marius Grundmann, Jan Hesselbarth, Hagen Klauk, Karl Leo, Paolo Lugli, Stefan Mannsfeld, Yiannos Manoli, Renato Negra, Daniel Neumaier, Ullrich Pfeiffer, Thomas Riedl, Susanne Scheinert, Ullrich Scherf, Andreas Thiede, Gerhard Troster, Martin Vossiek, Robert Weigel, Christian Wenger, Golzar Alavi, Markus Becherer, Carlos Alvarado Chavarin, Mohammed Darwish, Martin Ellinger, Chun-Yu Fan, Martin Fritsch, Frank Grotjahn, Marco Gunia, Katherina Haase, Philipp Hillger, Koichi Ishida, Michael Jank, Stefan Knobelspies, Matthias Kuhl, Grzegorz Lupina, Shabnam Mohammadi Naghadeh, Niko Munzenrieder, Sefa Ozbek, Mahsa Rasteh, Giovanni A. Salvatore, Daniel Schrufer, Carsten Strobel, Manuel Theisen, Christian Tuckmantel, Holger von Wenckstern, Zhenxing Wang, Zhipeng Zhang, "Program FFlexCom - High frequency flexible bendable electronics for wireless communication systems", In Proceeding: 2017 IEEE International Conference on Microwaves, Antennas, Communications and Electronic Systems (COMCAS), IEEE, Nov 2017. [doi]
Bibtex
@inproceedings{Meister_2017,
doi = {10.1109/comcas.2017.8244733},
url = {https://doi.org/10.1109%2Fcomcas.2017.8244733},
year = 2017,
month = {nov},
publisher = ,
author = {Tilo Meister and Frank Ellinger and Johann W. Bartha and Manfred Berroth and Joachim Burghartz and Martin Claus and Lothar Frey and Alessio Gagliardi and Marius Grundmann and Jan Hesselbarth and Hagen Klauk and Karl Leo and Paolo Lugli and Stefan Mannsfeld and Yiannos Manoli and Renato Negra and Daniel Neumaier and Ullrich Pfeiffer and Thomas Riedl and Susanne Scheinert and Ullrich Scherf and Andreas Thiede and Gerhard Troster and Martin Vossiek and Robert Weigel and Christian Wenger and Golzar Alavi and Markus Becherer and Carlos Alvarado Chavarin and Mohammed Darwish and Martin Ellinger and Chun-Yu Fan and Martin Fritsch and Frank Grotjahn and Marco Gunia and Katherina Haase and Philipp Hillger and Koichi Ishida and Michael Jank and Stefan Knobelspies and Matthias Kuhl and Grzegorz Lupina and Shabnam Mohammadi Naghadeh and Niko Munzenrieder and Sefa Ozbek and Mahsa Rasteh and Giovanni A. Salvatore and Daniel Schrufer and Carsten Strobel and Manuel Theisen and Christian Tuckmantel and Holger von Wenckstern and Zhenxing Wang and Zhipeng Zhang},
title = {Program FFlexCom - High frequency flexible bendable electronics for wireless communication systems},
booktitle = {2017 {IEEE} International Conference on Microwaves, Antennas, Communications and Electronic Systems ({COMCAS})}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Roberto Fallica, Dimitrios Kazazis, Robert Kirchner, Anja Voigt, Iacopo Mochi, Helmut Schift, Yasin Ekinci, "Lithographic performance of ZEP520A and mr-PosEBR resists exposed by electron beam and extreme ultraviolet lithography", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 35, no. 6, pp. 061603, Nov 2017. [doi] [Bibtex & Downloads]
Lithographic performance of ZEP520A and mr-PosEBR resists exposed by electron beam and extreme ultraviolet lithography
Reference
Roberto Fallica, Dimitrios Kazazis, Robert Kirchner, Anja Voigt, Iacopo Mochi, Helmut Schift, Yasin Ekinci, "Lithographic performance of ZEP520A and mr-PosEBR resists exposed by electron beam and extreme ultraviolet lithography", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 35, no. 6, pp. 061603, Nov 2017. [doi]
Bibtex
@article{Fallica_2017,
doi = {10.1116/1.5003476},
url = {https://doi.org/10.1116%2F1.5003476},
year = 2017,
month = {nov},
publisher = {American Vacuum Society},
volume = {35},
number = {6},
pages = {061603},
author = {Roberto Fallica and Dimitrios Kazazis and Robert Kirchner and Anja Voigt and Iacopo Mochi and Helmut Schift and Yasin Ekinci},
title = {Lithographic performance of {ZEP}520A and mr-{PosEBR} resists exposed by electron beam and extreme ultraviolet lithography},
journal = {Journal of Vacuum Science {\&} Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena}
}Downloads
No Downloads available for this publication
Permalink
- Corinna Kaspar, Jörg Butschke, Mathias Irmscher, Stephan Martens, Holger Sailer, Robert Kirchner, Vitaliy A. Guzenko, Helmut Schift, Joachim N. Burghartz, "Adjustable sidewall slopes by electron-beam exposure layout", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 35, no. 6, pp. 06G501, Nov 2017. [doi] [Bibtex & Downloads]
Adjustable sidewall slopes by electron-beam exposure layout
Reference
Corinna Kaspar, Jörg Butschke, Mathias Irmscher, Stephan Martens, Holger Sailer, Robert Kirchner, Vitaliy A. Guzenko, Helmut Schift, Joachim N. Burghartz, "Adjustable sidewall slopes by electron-beam exposure layout", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 35, no. 6, pp. 06G501, Nov 2017. [doi]
Bibtex
@article{Kaspar_2017,
doi = {10.1116/1.4993724},
url = {https://doi.org/10.1116%2F1.4993724},
year = 2017,
month = {nov},
publisher = {American Vacuum Society},
volume = {35},
number = {6},
pages = {06G501},
author = {Corinna Kaspar and Jörg Butschke and Mathias Irmscher and Stephan Martens and Holger Sailer and Robert Kirchner and Vitaliy A. Guzenko and Helmut Schift and Joachim N. Burghartz},
title = {Adjustable sidewall slopes by electron-beam exposure layout},
journal = {Journal of Vacuum Science {\&} Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena}
}Downloads
No Downloads available for this publication
Permalink
- Fazal Hameed, Christian Menard, Jeronimo Castrillon, "Efficient STT-RAM Last-Level-Cache Architecture to replace DRAM Cache", Proceedings of the International Symposium on Memory Systems (MemSys'17), ACM, pp. 141–151, New York, NY, USA, Oct 2017. [doi] [Bibtex & Downloads]
Efficient STT-RAM Last-Level-Cache Architecture to replace DRAM Cache
Reference
Fazal Hameed, Christian Menard, Jeronimo Castrillon, "Efficient STT-RAM Last-Level-Cache Architecture to replace DRAM Cache", Proceedings of the International Symposium on Memory Systems (MemSys'17), ACM, pp. 141–151, New York, NY, USA, Oct 2017. [doi]
Bibtex
@InProceedings{hameed_memsys17,
author = {Fazal Hameed and Christian Menard and Jeronimo Castrillon},
title = {Efficient STT-RAM Last-Level-Cache Architecture to replace DRAM Cache},
booktitle = {Proceedings of the International Symposium on Memory Systems (MemSys'17)},
series = {MEMSYS '17},
year = {2017},
month = oct,
isbn = {978-1-4503-5335-9},
location = {Alexandria, Virginia},
pages = {141--151},
numpages = {11},
url = {http://doi.acm.org/10.1145/3132402.3132414},
doi = {10.1145/3132402.3132414},
acmid = {3132414},
publisher = {ACM},
address = {New York, NY, USA},
}Downloads
1710_Hameed_Memsys [PDF]
Related Paths
Permalink
- Miguel Angel Aguilar, Rainer Leupers, Gerd Ascheid, Jeronimo Castrillon, Liam Fitzpatrick, "Work-in-Progress: Multi-Grained Performance Estimation for MPSoC Compilers" (to appear), In Proceeding: International Conference on Compilers, Architecture, and Synthesis for Embedded Systems (CASES), Oct 2017. [Bibtex & Downloads]
Work-in-Progress: Multi-Grained Performance Estimation for MPSoC Compilers
Reference
Miguel Angel Aguilar, Rainer Leupers, Gerd Ascheid, Jeronimo Castrillon, Liam Fitzpatrick, "Work-in-Progress: Multi-Grained Performance Estimation for MPSoC Compilers" (to appear), In Proceeding: International Conference on Compilers, Architecture, and Synthesis for Embedded Systems (CASES), Oct 2017.
Bibtex
@InProceedings{aguilar_cases17,
author = {Miguel Angel Aguilar, Rainer Leupers, Gerd Ascheid, Jeronimo Castrillon, and Liam Fitzpatrick},
title = {Work-in-Progress: Multi-Grained Performance Estimation for MPSoC Compilers},
booktitle = {International Conference on Compilers, Architecture, and Synthesis for Embedded Systems (CASES)},
year = {2017},
month = {oct},
keywords = {conf}
}Downloads
No Downloads available for this publication
Permalink
- Siavash Ghiasvand, Florina M. Ciorba, "Towards Adaptive Resilience in High Performance Computing", Proceedings of WiP in 25th EUROMICRO International Conference on Parallel, Distributed and Network-based Processing (Grosspietsch, E. and Kloeckner, K.), SEA-Publications-Austria, pp. 5–6, St. Petersburg, Russia, Oct 2017. [Bibtex & Downloads]
Towards Adaptive Resilience in High Performance Computing
Reference
Siavash Ghiasvand, Florina M. Ciorba, "Towards Adaptive Resilience in High Performance Computing", Proceedings of WiP in 25th EUROMICRO International Conference on Parallel, Distributed and Network-based Processing (Grosspietsch, E. and Kloeckner, K.), SEA-Publications-Austria, pp. 5–6, St. Petersburg, Russia, Oct 2017.
Bibtex
@InProceedings{Ghiasvand2017a,
author={Ghiasvand, Siavash and Ciorba, Florina M.},
title={Towards Adaptive Resilience in High Performance Computing},
booktitle={Proceedings of WiP in 25th EUROMICRO International Conference on Parallel, Distributed and Network-based Processing},
year={2017},
editor={Grosspietsch, E. and Kloeckner, K.},
pages={5--6},
address={St. Petersburg, Russia},
month={oct},
publisher={SEA-Publications-Austria},
isbn={978-3-902457-48-6},
url={https://arxiv.org/abs/1706.04345},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adilla Susungi, Norman A. Rink, Jeronimo Castrillon, Immo Huismann, Albert Cohen, Claude Tadonki, Jörg Stiller, Jochen Fröhlich, "Towards Compositional and Generative Tensor Optimizations", Proceedings of 16th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences (GPCE'17), ACM, pp. 169–175, New York, NY, USA, Oct 2017. [doi] [Bibtex & Downloads]
Towards Compositional and Generative Tensor Optimizations
Reference
Adilla Susungi, Norman A. Rink, Jeronimo Castrillon, Immo Huismann, Albert Cohen, Claude Tadonki, Jörg Stiller, Jochen Fröhlich, "Towards Compositional and Generative Tensor Optimizations", Proceedings of 16th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences (GPCE'17), ACM, pp. 169–175, New York, NY, USA, Oct 2017. [doi]
Bibtex
@InProceedings{rink_gpce17,
author = {Adilla Susungi and Norman A. Rink and Jeronimo Castrillon and Immo Huismann and Albert Cohen and Claude Tadonki and J{\"o}rg Stiller and Jochen Fr{\"o}hlich},
title = {Towards Compositional and Generative Tensor Optimizations},
booktitle = {Proceedings of 16th ACM SIGPLAN International Conference on Generative Programming: Concepts and Experiences (GPCE'17)},
series = {GPCE 2017},
year = {2017},
pages = {169--175},
month = oct,
isbn = {978-1-4503-5524-7},
location = {Vancouver, BC, Canada},
pages = {169--175},
numpages = {7},
url = {http://doi.acm.org/10.1145/3136040.3136050},
doi = {10.1145/3136040.3136050},
acmid = {3136050},
publisher = {ACM},
address = {New York, NY, USA},
}Downloads
1710_Rink_GPCE [PDF]
Related Paths
Permalink
- Sebastian Ertel, Justus Adam, Jeronimo Castrillon, "POSTER: Towards Fine-grained Dataflow Parallelism in Big Data Systems", Proceedings of the 30th International Workshop on Languages and Compilers for Parallel Computing (LCPC 2017) (Lawrence Rauchwerger), Springer, Cham, pp. 281–282, Oct 2017. [doi] [Bibtex & Downloads]
POSTER: Towards Fine-grained Dataflow Parallelism in Big Data Systems
Reference
Sebastian Ertel, Justus Adam, Jeronimo Castrillon, "POSTER: Towards Fine-grained Dataflow Parallelism in Big Data Systems", Proceedings of the 30th International Workshop on Languages and Compilers for Parallel Computing (LCPC 2017) (Lawrence Rauchwerger), Springer, Cham, pp. 281–282, Oct 2017. [doi]
Bibtex
@InProceedings{ertel_lcpc17,
author = {Sebastian Ertel and Justus Adam and Jeronimo Castrillon},
title = {POSTER: Towards Fine-grained Dataflow Parallelism in Big Data Systems},
booktitle = {Proceedings of the 30th International Workshop on Languages and Compilers for Parallel Computing (LCPC 2017)},
year = {2017},
editor = {Lawrence Rauchwerger},
publisher = {Springer, Cham},
location = {Texas A{\&}M University, College Station, Texas},
month = oct,
isbn = {978-3-030-35224-0},
pages = {281--282},
doi = {10.1007/978-3-030-35225-7},
url = {https://link.springer.com/book/10.1007%2F978-3-030-35225-7},
}Downloads
1710_Ertel_LCPC [PDF]
Related Paths
Permalink
- Simone Pigolotti, Izaak Neri, Édgar Roldán, Frank Jülicher, "Generic Properties of Stochastic Entropy Production", In Phys. Rev. Lett., American Physical Society, vol. 119, pp. 140604, Oct 2017. [doi] [Bibtex & Downloads]
Generic Properties of Stochastic Entropy Production
Reference
Simone Pigolotti, Izaak Neri, Édgar Roldán, Frank Jülicher, "Generic Properties of Stochastic Entropy Production", In Phys. Rev. Lett., American Physical Society, vol. 119, pp. 140604, Oct 2017. [doi]
Bibtex
@article{PhysRevLett.119.140604,
title = {Generic Properties of Stochastic Entropy Production},
author = {Pigolotti, Simone and Neri, Izaak and Rold\'an, \'Edgar and J\"ulicher, Frank},
journal = {Phys. Rev. Lett.},
volume = {119},
issue = {14},
pages = {140604},
numpages = {5},
year = {2017},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.119.140604},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.119.140604}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Wehmeier, Thomas Kämpfe, Alexander Haußmann, Lukas M. Eng, "In Situ 3D Observation of the Domain Wall Dynamics in a Triglycine Sulfate Single Crystal upon Ferroelectric Phase Transition", In physica status solidi (RRL) - Rapid Research Letters, Wiley, vol. 11, no. 11, pp. 1700267, Oct 2017. [doi] [Bibtex & Downloads]
In Situ 3D Observation of the Domain Wall Dynamics in a Triglycine Sulfate Single Crystal upon Ferroelectric Phase Transition
Reference
Lukas Wehmeier, Thomas Kämpfe, Alexander Haußmann, Lukas M. Eng, "In Situ 3D Observation of the Domain Wall Dynamics in a Triglycine Sulfate Single Crystal upon Ferroelectric Phase Transition", In physica status solidi (RRL) - Rapid Research Letters, Wiley, vol. 11, no. 11, pp. 1700267, Oct 2017. [doi]
Bibtex
@article{Wehmeier_2017,
doi = {10.1002/pssr.201700267},
url = {https://doi.org/10.1002%2Fpssr.201700267},
year = 2017,
month = {oct},
publisher = {Wiley},
volume = {11},
number = {11},
pages = {1700267},
author = {Lukas Wehmeier and Thomas Kämpfe and Alexander Hau{\ss}mann and Lukas M. Eng},
title = {In Situ 3D Observation of the Domain Wall Dynamics in a Triglycine Sulfate Single Crystal upon Ferroelectric Phase Transition},
journal = {physica status solidi ({RRL}) - Rapid Research Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yangxi Fu, Victor Romay, Ye Liu, Bergoi Ibarlucea, Larysa Baraban, Vyacheslav Khavrus, Steffen Oswald, Alicja Bachmatiuk, Imad Ibrahim, Mark Rümmeli, Thomas Gemming, Viktor Bezugly, Gianaurelio Cuniberti, "Chemiresistive biosensors based on carbon nanotubes for label-free detection of DNA sequences derived from avian influenza virus H5N1", In Sensors and Actuators B: Chemical, Elsevier BV, vol. 249, pp. 691–699, Oct 2017. [doi] [Bibtex & Downloads]
Chemiresistive biosensors based on carbon nanotubes for label-free detection of DNA sequences derived from avian influenza virus H5N1
Reference
Yangxi Fu, Victor Romay, Ye Liu, Bergoi Ibarlucea, Larysa Baraban, Vyacheslav Khavrus, Steffen Oswald, Alicja Bachmatiuk, Imad Ibrahim, Mark Rümmeli, Thomas Gemming, Viktor Bezugly, Gianaurelio Cuniberti, "Chemiresistive biosensors based on carbon nanotubes for label-free detection of DNA sequences derived from avian influenza virus H5N1", In Sensors and Actuators B: Chemical, Elsevier BV, vol. 249, pp. 691–699, Oct 2017. [doi]
Bibtex
@article{Fu_2017,
doi = {10.1016/j.snb.2017.04.080},
url = {https://doi.org/10.1016%2Fj.snb.2017.04.080},
year = 2017,
month = {oct},
publisher = {Elsevier {BV}},
volume = {249},
pages = {691--699},
author = {Yangxi Fu and Victor Romay and Ye Liu and Bergoi Ibarlucea and Larysa Baraban and Vyacheslav Khavrus and Steffen Oswald and Alicja Bachmatiuk and Imad Ibrahim and Mark Rümmeli and Thomas Gemming and Viktor Bezugly and Gianaurelio Cuniberti},
title = {Chemiresistive biosensors based on carbon nanotubes for label-free detection of {DNA} sequences derived from avian influenza virus H5N1},
journal = {Sensors and Actuators B: Chemical}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Factorizing the factorization \textendash a spectral-element solver for elliptic equations with linear operation count", In Journal of Computational Physics, Elsevier BV, vol. 346, pp. 437–448, Oct 2017. [doi] [Bibtex & Downloads]
Factorizing the factorization \textendash a spectral-element solver for elliptic equations with linear operation count
Reference
Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Factorizing the factorization \textendash a spectral-element solver for elliptic equations with linear operation count", In Journal of Computational Physics, Elsevier BV, vol. 346, pp. 437–448, Oct 2017. [doi]
Bibtex
@article{Huismann_2017,
doi = {10.1016/j.jcp.2017.06.012},
url = {https://doi.org/10.1016%2Fj.jcp.2017.06.012},
year = 2017,
month = {oct},
publisher = {Elsevier {BV}},
volume = {346},
pages = {437--448},
author = {Immo Huismann and Jörg Stiller and Jochen Fröhlich},
title = {Factorizing the factorization {\textendash} a spectral-element solver for elliptic equations with linear operation count},
journal = {Journal of Computational Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zongping Chen, Reinhard Berger, Klaus Müllen, Akimitsu Narita, "On-surface Synthesis of Graphene Nanoribbons through Solution-processing of Monomers", In Chemistry Letters, The Chemical Society of Japan, vol. 46, no. 10, pp. 1476–1478, Oct 2017. [doi] [Bibtex & Downloads]
On-surface Synthesis of Graphene Nanoribbons through Solution-processing of Monomers
Reference
Zongping Chen, Reinhard Berger, Klaus Müllen, Akimitsu Narita, "On-surface Synthesis of Graphene Nanoribbons through Solution-processing of Monomers", In Chemistry Letters, The Chemical Society of Japan, vol. 46, no. 10, pp. 1476–1478, Oct 2017. [doi]
Bibtex
@article{Chen_2017,
doi = {10.1246/cl.170606},
url = {https://doi.org/10.1246%2Fcl.170606},
year = 2017,
month = {oct},
publisher = {The Chemical Society of Japan},
volume = {46},
number = {10},
pages = {1476--1478},
author = {Zongping Chen and Reinhard Berger and Klaus Müllen and Akimitsu Narita},
title = {On-surface Synthesis of Graphene Nanoribbons through Solution-processing of Monomers},
journal = {Chemistry Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anibal Pacheco-Sanchez, Martin Claus, "Device design-enabled Schottky barrier height extraction for nanoFETs based on the 1D Landauer-Büttiker equation", In Applied Physics Letters, AIP Publishing, vol. 111, no. 16, pp. 163108, Oct 2017. [doi] [Bibtex & Downloads]
Device design-enabled Schottky barrier height extraction for nanoFETs based on the 1D Landauer-Büttiker equation
Reference
Anibal Pacheco-Sanchez, Martin Claus, "Device design-enabled Schottky barrier height extraction for nanoFETs based on the 1D Landauer-Büttiker equation", In Applied Physics Letters, AIP Publishing, vol. 111, no. 16, pp. 163108, Oct 2017. [doi]
Bibtex
@article{Pacheco_Sanchez_2017,
doi = {10.1063/1.4998807},
url = {https://doi.org/10.1063%2F1.4998807},
year = 2017,
month = {oct},
publisher = {{AIP} Publishing},
volume = {111},
number = {16},
pages = {163108},
author = {Anibal Pacheco-Sanchez and Martin Claus},
title = {Device design-enabled Schottky barrier height extraction for {nanoFETs} based on the 1D Landauer-Büttiker equation},
journal = {Applied Physics Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benedict J. Lünsmann, Christoph Kirst, Marc Timme, "Transition to reconstructibility in weakly coupled networks", In PLOS ONE (Michal Zochowski), Public Library of Science (PLoS), vol. 12, no. 10, pp. e0186624, Oct 2017. [doi] [Bibtex & Downloads]
Transition to reconstructibility in weakly coupled networks
Reference
Benedict J. Lünsmann, Christoph Kirst, Marc Timme, "Transition to reconstructibility in weakly coupled networks", In PLOS ONE (Michal Zochowski), Public Library of Science (PLoS), vol. 12, no. 10, pp. e0186624, Oct 2017. [doi]
Bibtex
@article{L_nsmann_2017,
doi = {10.1371/journal.pone.0186624},
url = {https://doi.org/10.1371%2Fjournal.pone.0186624},
year = 2017,
month = {oct},
publisher = {Public Library of Science ({PLoS})},
volume = {12},
number = {10},
pages = {e0186624},
author = {Benedict J. Lünsmann and Christoph Kirst and Marc Timme},
editor = {Michal Zochowski},
title = {Transition to reconstructibility in weakly coupled networks},
journal = {{PLOS} {ONE}}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eunhye Baek, Taiuk Rim, Julian Schütt, Chang-ki Baek, Kihyun Kim, Larysa Baraban, Gianaurelio Cuniberti, "Negative Photoconductance in Heavily Doped Si Nanowire Field-Effect Transistors", In Nano Letters, American Chemical Society (ACS), vol. 17, no. 11, pp. 6727–6734, Oct 2017. [doi] [Bibtex & Downloads]
Negative Photoconductance in Heavily Doped Si Nanowire Field-Effect Transistors
Reference
Eunhye Baek, Taiuk Rim, Julian Schütt, Chang-ki Baek, Kihyun Kim, Larysa Baraban, Gianaurelio Cuniberti, "Negative Photoconductance in Heavily Doped Si Nanowire Field-Effect Transistors", In Nano Letters, American Chemical Society (ACS), vol. 17, no. 11, pp. 6727–6734, Oct 2017. [doi]
Bibtex
@article{Baek_2017,
doi = {10.1021/acs.nanolett.7b02788},
url = {https://doi.org/10.1021%2Facs.nanolett.7b02788},
year = 2017,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {17},
number = {11},
pages = {6727--6734},
author = {Eunhye Baek and Taiuk Rim and Julian Schütt and Chang-ki Baek and Kihyun Kim and Larysa Baraban and Gianaurelio Cuniberti},
title = {Negative Photoconductance in Heavily Doped Si Nanowire Field-Effect Transistors},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sven Karol, Tobias Nett, Pietro Incardona, Nesrine Khouzami, Jeronimo Castrillon, Ivo F. Sbalzarini, "A Language and Development Environment for Parallel Particle Methods", Proceedings of the 5th International Conference on Particle-based Methods. Fundamentals and Applications PARTICLES 2017 (P. Wriggers and M. Bischoff and E. Oñate and D.R.J. Owen and T. Zohdi), Sep 2017. [Bibtex & Downloads]
A Language and Development Environment for Parallel Particle Methods
Reference
Sven Karol, Tobias Nett, Pietro Incardona, Nesrine Khouzami, Jeronimo Castrillon, Ivo F. Sbalzarini, "A Language and Development Environment for Parallel Particle Methods", Proceedings of the 5th International Conference on Particle-based Methods. Fundamentals and Applications PARTICLES 2017 (P. Wriggers and M. Bischoff and E. Oñate and D.R.J. Owen and T. Zohdi), Sep 2017.
Bibtex
@InProceedings{karol_particles17,
author = {Sven Karol and Tobias Nett and Pietro Incardona and Nesrine Khouzami and Jeronimo Castrillon and Ivo F. Sbalzarini},
title = {A Language and Development Environment for Parallel Particle Methods},
booktitle = {Proceedings of the 5th International Conference on Particle-based Methods. Fundamentals and Applications PARTICLES 2017},
year = {2017},
editor = {P. Wriggers and M. Bischoff and E. O{\~n}ate and D.R.J. Owen and T. Zohdi},
url = {https://www.semanticscholar.org/paper/A-Language-and-Development-Environment-for-Paralle-Karol-Nett/2b79bd3836aeb8e2fb2a2b5d9949f9efb1bdfab7?tab=abstract},
month = sep,
}Downloads
1709_Karol_particles [PDF]
Related Paths
Biological Systems Path, Orchestration Path
Permalink
- Sandra Bender, Patrick Seiler, Bernhard Klein, Meik Dörpinghaus, Dirk Plettemeier, Gerhard Fettweis, "Pathways towards Tb/s wireless", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Salamanca, Spain, September 2017. [Bibtex & Downloads]
Pathways towards Tb/s wireless
Reference
Sandra Bender, Patrick Seiler, Bernhard Klein, Meik Dörpinghaus, Dirk Plettemeier, Gerhard Fettweis, "Pathways towards Tb/s wireless", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Salamanca, Spain, September 2017.
Bibtex
@INPROCEEDINGS{Bender_ICUWB17,
title = {Pathways towards {Tb/s} wireless},
author = {Bender, Sandra and Seiler, Patrick and Klein, Bernhard and D\"orpinghaus, Meik and Plettemeier, Dirk and Fettweis, Gerhard},
booktitle = {IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB)},
year = {2017},
month = {September},
address = {Salamanca, Spain},
}Downloads
Bender_ICUWB17 [PDF]
Related Paths
Permalink
- Lukas Landau, Meik Dörpinghaus, Rodrigo de Lamare, Gerhard Fettweis, "Achievable rate with 1-bit quantization and oversampling at the receiver using continuous phase modulation", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Salamanca, Spain, September 2017. [Bibtex & Downloads]
Achievable rate with 1-bit quantization and oversampling at the receiver using continuous phase modulation
Reference
Lukas Landau, Meik Dörpinghaus, Rodrigo de Lamare, Gerhard Fettweis, "Achievable rate with 1-bit quantization and oversampling at the receiver using continuous phase modulation", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Salamanca, Spain, September 2017.
Bibtex
@INPROCEEDINGS{Landau_ICUWB17,
title = {Achievable rate with 1-bit quantization and oversampling at the receiver using continuous phase modulation},
author = {Landau, Lukas and D\"orpinghaus, Meik and de Lamare, Rodrigo and Fettweis, Gerhard},
booktitle = {IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB)},
year = {2017},
month = {September},
address = {Salamanca, Spain},
}Downloads
Landau_ICUWB17 [PDF]
Related Paths
Permalink
- Christoph Jans, Meik Dörpinghaus, Gerhard Fettweis, "Schalkwijk and Kailath feedback coding with sequential decision-making", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Salamanca, Spain, September 2017. [Bibtex & Downloads]
Schalkwijk and Kailath feedback coding with sequential decision-making
Reference
Christoph Jans, Meik Dörpinghaus, Gerhard Fettweis, "Schalkwijk and Kailath feedback coding with sequential decision-making", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Salamanca, Spain, September 2017.
Bibtex
@INPROCEEDINGS{Jans_ICUWB17,
title = {Schalkwijk and {Kailath} feedback coding with sequential decision-making},
author = {Jans, Christoph and D\"orpinghaus, Meik and Fettweis, Gerhard},
booktitle = {IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB)},
year = {2017},
month = {September},
address = {Salamanca, Spain},
}Downloads
2017_Jans_SKwithSeqDecMak [PDF]
Related Paths
Permalink
- Igor Bejenari, Michael Schroter, Martin Claus, "Analytical Drain Current Model of 1-D Ballistic Schottky-Barrier Transistors", In IEEE Transactions on Electron Devices, Institute of Electrical and Electronics Engineers (IEEE), vol. 64, no. 9, pp. 3904–3911, Sep 2017. [doi] [Bibtex & Downloads]
Analytical Drain Current Model of 1-D Ballistic Schottky-Barrier Transistors
Reference
Igor Bejenari, Michael Schroter, Martin Claus, "Analytical Drain Current Model of 1-D Ballistic Schottky-Barrier Transistors", In IEEE Transactions on Electron Devices, Institute of Electrical and Electronics Engineers (IEEE), vol. 64, no. 9, pp. 3904–3911, Sep 2017. [doi]
Bibtex
@article{Bejenari_2017,
doi = {10.1109/ted.2017.2721540},
url = {https://doi.org/10.1109%2Fted.2017.2721540},
year = 2017,
month = {sep},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {64},
number = {9},
pages = {3904--3911},
author = {Igor Bejenari and Michael Schroter and Martin Claus},
title = {Analytical Drain Current Model of 1-D Ballistic Schottky-Barrier Transistors},
journal = {{IEEE} Transactions on Electron Devices}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcel Junige, Markus Löffler, Marion Geidel, Matthias Albert, Johann W Bartha, Ehrenfried Zschech, Bernd Rellinghaus, Willem F van Dorp, "Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus SiO2 substratum", In Nanotechnology, IOP Publishing, vol. 28, no. 39, pp. 395301, Sep 2017. [doi] [Bibtex & Downloads]
Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus SiO2 substratum
Reference
Marcel Junige, Markus Löffler, Marion Geidel, Matthias Albert, Johann W Bartha, Ehrenfried Zschech, Bernd Rellinghaus, Willem F van Dorp, "Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus SiO2 substratum", In Nanotechnology, IOP Publishing, vol. 28, no. 39, pp. 395301, Sep 2017. [doi]
Bibtex
@article{Junige_2017,
doi = {10.1088/1361-6528/aa8844},
url = {https://doi.org/10.1088%2F1361-6528%2Faa8844},
year = 2017,
month = {sep},
publisher = {{IOP} Publishing},
volume = {28},
number = {39},
pages = {395301},
author = {Marcel Junige and Markus Löffler and Marion Geidel and Matthias Albert and Johann W Bartha and Ehrenfried Zschech and Bernd Rellinghaus and Willem F van Dorp},
title = {Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus {SiO}2 substratum},
journal = {Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Maik Simon, Andre Heinzig, Jens Trommer, Tim Baldauf, Thomas Mikolajick, Walter M. Weber, "Top-Down Technology for Reconfigurable Nanowire FETs With Symmetric On-Currents", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), vol. 16, no. 5, pp. 812–819, Sep 2017. [doi] [Bibtex & Downloads]
Top-Down Technology for Reconfigurable Nanowire FETs With Symmetric On-Currents
Reference
Maik Simon, Andre Heinzig, Jens Trommer, Tim Baldauf, Thomas Mikolajick, Walter M. Weber, "Top-Down Technology for Reconfigurable Nanowire FETs With Symmetric On-Currents", In IEEE Transactions on Nanotechnology, Institute of Electrical and Electronics Engineers (IEEE), vol. 16, no. 5, pp. 812–819, Sep 2017. [doi]
Bibtex
@article{Simon_2017,
doi = {10.1109/tnano.2017.2694969},
url = {https://doi.org/10.1109%2Ftnano.2017.2694969},
year = 2017,
month = {sep},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {16},
number = {5},
pages = {812--819},
author = {Maik Simon and Andre Heinzig and Jens Trommer and Tim Baldauf and Thomas Mikolajick and Walter M. Weber},
title = {Top-Down Technology for Reconfigurable Nanowire {FETs} With Symmetric On-Currents},
journal = {{IEEE} Transactions on Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Förster, Sibylle Gemming, Gotthard Seifert, David Tománek, "Chemical and Electronic Repair Mechanism of Defects in MoS2 Monolayers", In ACS Nano, American Chemical Society (ACS), vol. 11, no. 10, pp. 9989–9996, Sep 2017. [doi] [Bibtex & Downloads]
Chemical and Electronic Repair Mechanism of Defects in MoS2 Monolayers
Reference
Anja Förster, Sibylle Gemming, Gotthard Seifert, David Tománek, "Chemical and Electronic Repair Mechanism of Defects in MoS2 Monolayers", In ACS Nano, American Chemical Society (ACS), vol. 11, no. 10, pp. 9989–9996, Sep 2017. [doi]
Bibtex
@article{F_rster_2017,
doi = {10.1021/acsnano.7b04162},
url = {https://doi.org/10.1021%2Facsnano.7b04162},
year = 2017,
month = {sep},
publisher = {American Chemical Society ({ACS})},
volume = {11},
number = {10},
pages = {9989--9996},
author = {Anja Förster and Sibylle Gemming and Gotthard Seifert and David Tom{\'{a}}nek},
title = {Chemical and Electronic Repair Mechanism of Defects in {MoS}2 Monolayers},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kang Cui, Kunal S. Mali, Dongqing Wu, Xinliang Feng, Klaus Müllen, Michael Walter, Steven De Feyter, Stijn F. L. Mertens, "Reversible Anion-Driven Switching of an Organic 2D Crystal at a Solid-Liquid Interface", In Small, Wiley, vol. 13, no. 46, pp. 1702379, Sep 2017. [doi] [Bibtex & Downloads]
Reversible Anion-Driven Switching of an Organic 2D Crystal at a Solid-Liquid Interface
Reference
Kang Cui, Kunal S. Mali, Dongqing Wu, Xinliang Feng, Klaus Müllen, Michael Walter, Steven De Feyter, Stijn F. L. Mertens, "Reversible Anion-Driven Switching of an Organic 2D Crystal at a Solid-Liquid Interface", In Small, Wiley, vol. 13, no. 46, pp. 1702379, Sep 2017. [doi]
Bibtex
@article{Cui_2017,
doi = {10.1002/smll.201702379},
url = {https://doi.org/10.1002%2Fsmll.201702379},
year = 2017,
month = {sep},
publisher = {Wiley},
volume = {13},
number = {46},
pages = {1702379},
author = {Kang Cui and Kunal S. Mali and Dongqing Wu and Xinliang Feng and Klaus Müllen and Michael Walter and Steven De Feyter and Stijn F. L. Mertens},
title = {Reversible Anion-Driven Switching of an Organic 2D Crystal at a Solid-Liquid Interface},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Veronika Thost, "Using Ontology-Based Data Access to Enable Context Recognition in the Presence of Incomplete Information", In KI - Künstliche Intelligenz, Springer Nature, vol. 31, no. 4, pp. 377–380, Sep 2017. [doi] [Bibtex & Downloads]
Using Ontology-Based Data Access to Enable Context Recognition in the Presence of Incomplete Information
Reference
Veronika Thost, "Using Ontology-Based Data Access to Enable Context Recognition in the Presence of Incomplete Information", In KI - Künstliche Intelligenz, Springer Nature, vol. 31, no. 4, pp. 377–380, Sep 2017. [doi]
Bibtex
@article{Thost_2017,
doi = {10.1007/s13218-017-0510-z},
url = {https://doi.org/10.1007%2Fs13218-017-0510-z},
year = 2017,
month = {sep},
publisher = {Springer Nature},
volume = {31},
number = {4},
pages = {377--380},
author = {Veronika Thost},
title = {Using Ontology-Based Data Access to Enable Context Recognition in the Presence of Incomplete Information},
journal = {{KI} - Künstliche Intelligenz}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Kirchner, Roel Hoekstra, Nachiappan Chidambaram, Helmut Schift, "Depth-profiling of vertical material contrast after VUV exposure for contact-free polishing of 3D polymer micro-optics", In Proceeding: 33rd European Mask and Lithography Conference (Uwe F.W. Behringer and Jo Finders), SPIE, Sep 2017. [doi] [Bibtex & Downloads]
Depth-profiling of vertical material contrast after VUV exposure for contact-free polishing of 3D polymer micro-optics
Reference
Robert Kirchner, Roel Hoekstra, Nachiappan Chidambaram, Helmut Schift, "Depth-profiling of vertical material contrast after VUV exposure for contact-free polishing of 3D polymer micro-optics", In Proceeding: 33rd European Mask and Lithography Conference (Uwe F.W. Behringer and Jo Finders), SPIE, Sep 2017. [doi]
Bibtex
@inproceedings{Kirchner_2017,
doi = {10.1117/12.2279712},
url = {https://doi.org/10.1117%2F12.2279712},
year = 2017,
month = {sep},
publisher = ,
author = {Robert Kirchner and Roel Hoekstra and Nachiappan Chidambaram and Helmut Schift},
editor = {Uwe F.W. Behringer and Jo Finders},
title = {Depth-profiling of vertical material contrast after {VUV} exposure for contact-free polishing of 3D polymer micro-optics},
booktitle = {33rd European Mask and Lithography Conference}
}Downloads
No Downloads available for this publication
Permalink
- Marcel Junige, Markus Löffler, Marion Geidel, Matthias Albert, Johann W Bartha, Ehrenfried Zschech, Bernd Rellinghaus, Willem F van Dorp, "Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus SiO$\less$sub$\greater$2$\less$/sub$\greater$substratum", In Nanotechnology, IOP Publishing, vol. 28, no. 39, pp. 395301, Sep 2017. [doi] [Bibtex & Downloads]
Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus SiO$\less$sub$\greater$2$\less$/sub$\greater$substratum
Reference
Marcel Junige, Markus Löffler, Marion Geidel, Matthias Albert, Johann W Bartha, Ehrenfried Zschech, Bernd Rellinghaus, Willem F van Dorp, "Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus SiO$\less$sub$\greater$2$\less$/sub$\greater$substratum", In Nanotechnology, IOP Publishing, vol. 28, no. 39, pp. 395301, Sep 2017. [doi]
Bibtex
@article{Junige_2017,
doi = {10.1088/1361-6528/aa8844},
url = {https://doi.org/10.1088%2F1361-6528%2Faa8844},
year = 2017,
month = {sep},
publisher = {{IOP} Publishing},
volume = {28},
number = {39},
pages = {395301},
author = {Marcel Junige and Markus Löffler and Marion Geidel and Matthias Albert and Johann W Bartha and Ehrenfried Zschech and Bernd Rellinghaus and Willem F van Dorp},
title = {Area-selective atomic layer deposition of Ru on electron-beam-written Pt(C) patterns versus {SiO}$\less$sub$\greater$2$\less$/sub$\greater$substratum},
journal = {Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, Tei-Wei Kuo, Heike E. Riel, Matthias Lieber, "Wildly Heterogeneous Post-CMOS Technologies Meet Software (Dagstuhl Seminar 17061)", In Dagstuhl Reports (Jerónimo Castrillón-Mazo and Tei-Wei Kuo and Heike E. Riel and Matthias Lieber), Schloss Dagstuhl–Leibniz-Zentrum fuer Informatik, vol. 7, no. 2, pp. 1–22, Dagstuhl, Germany, Aug 2017. [doi] [Bibtex & Downloads]
Wildly Heterogeneous Post-CMOS Technologies Meet Software (Dagstuhl Seminar 17061)
Reference
Jeronimo Castrillon, Tei-Wei Kuo, Heike E. Riel, Matthias Lieber, "Wildly Heterogeneous Post-CMOS Technologies Meet Software (Dagstuhl Seminar 17061)", In Dagstuhl Reports (Jerónimo Castrillón-Mazo and Tei-Wei Kuo and Heike E. Riel and Matthias Lieber), Schloss Dagstuhl–Leibniz-Zentrum fuer Informatik, vol. 7, no. 2, pp. 1–22, Dagstuhl, Germany, Aug 2017. [doi]
Bibtex
@Article{castrillnmazo_et_al:DR:2017:7349,
author = {Jeronimo Castrillon and Tei-Wei Kuo and Heike E. Riel and Matthias Lieber},
title = ,
journal = {Dagstuhl Reports},
year = {2017},
volume = {7},
number = {2},
month = aug,
pages = {1--22},
address = {Dagstuhl, Germany},
annote = {Keywords: 3D integration, compilers, emerging post-CMOS circuit materials and technologies, hardware/software co-design, heterogeneous hardware, nanoelectronics},
doi = {10.4230/DagRep.7.2.1},
editor = {Jer{\'o}nimo Castrill{\'o}n-Mazo and Tei-Wei Kuo and Heike E. Riel and Matthias Lieber},
issn = {2192-5283},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
url = {http://drops.dagstuhl.de/opus/volltexte/2017/7349},
urn = {urn:nbn:de:0030-drops-73499}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Reher, Davidand Klink, Barbaraand Deutsch, Andreasand Voss-B"ohme, Anja, "Cell adhesion heterogeneity reinforces tumour cell dissemination: novel insights from a mathematical model", In Biology Direct, vol. 12, no. 1, pp. 18, Aug 2017. [doi] [Bibtex & Downloads]
Cell adhesion heterogeneity reinforces tumour cell dissemination: novel insights from a mathematical model
Reference
Reher, Davidand Klink, Barbaraand Deutsch, Andreasand Voss-B"ohme, Anja, "Cell adhesion heterogeneity reinforces tumour cell dissemination: novel insights from a mathematical model", In Biology Direct, vol. 12, no. 1, pp. 18, Aug 2017. [doi]
Abstract
Cancer cell invasion, dissemination, and metastasis have been linked to an epithelial-mesenchymal transition (EMT) of individual tumour cells. During EMT, adhesion molecules like E-cadherin are downregulated and the decrease of cell-cell adhesion allows tumour cells to dissociate from the primary tumour mass. This complex process depends on intracellular cues that are subject to genetic and epigenetic variability, as well as extrinsic cues from the local environment resulting in a spatial heterogeneity in the adhesive phenotype of individual tumour cells. Here, we use a novel mathematical model to study how adhesion heterogeneity, influenced by intrinsic and extrinsic factors, affects the dissemination of tumour cells from an epithelial cell population. The model is a multiscale cellular automaton that couples intracellular adhesion receptor regulation with cell-cell adhesion.
Bibtex
@Article{Reher2017,
author="Reher, David
and Klink, Barbara
and Deutsch, Andreas
and Voss-B{\"o}hme, Anja",
title="Cell adhesion heterogeneity reinforces tumour cell dissemination: novel insights from a mathematical model",
journal="Biology Direct",
year="2017",
month="Aug",
day="11",
volume="12",
number="1",
pages="18",
abstract="Cancer cell invasion, dissemination, and metastasis have been linked to an epithelial-mesenchymal transition (EMT) of individual tumour cells. During EMT, adhesion molecules like E-cadherin are downregulated and the decrease of cell-cell adhesion allows tumour cells to dissociate from the primary tumour mass. This complex process depends on intracellular cues that are subject to genetic and epigenetic variability, as well as extrinsic cues from the local environment resulting in a spatial heterogeneity in the adhesive phenotype of individual tumour cells. Here, we use a novel mathematical model to study how adhesion heterogeneity, influenced by intrinsic and extrinsic factors, affects the dissemination of tumour cells from an epithelial cell population. The model is a multiscale cellular automaton that couples intracellular adhesion receptor regulation with cell-cell adhesion.",
issn="1745-6150",
doi="10.1186/s13062-017-0188-z",
url="https://doi.org/10.1186/s13062-017-0188-z"
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yang Ge, Matthias Plötner, Andreas Berndt, Amit Kumar, Brigitte Voit, Doris Pospiech, Wolf-Joachim Fischer, "All-printed capacitors with continuous solution dispensing technology", In Semiconductor Science and Technology, IOP Publishing, vol. 32, no. 9, pp. 095012, Aug 2017. [doi] [Bibtex & Downloads]
All-printed capacitors with continuous solution dispensing technology
Reference
Yang Ge, Matthias Plötner, Andreas Berndt, Amit Kumar, Brigitte Voit, Doris Pospiech, Wolf-Joachim Fischer, "All-printed capacitors with continuous solution dispensing technology", In Semiconductor Science and Technology, IOP Publishing, vol. 32, no. 9, pp. 095012, Aug 2017. [doi]
Bibtex
@article{Ge_2017,
doi = {10.1088/1361-6641/aa78c9},
url = {https://doi.org/10.1088%2F1361-6641%2Faa78c9},
year = 2017,
month = {aug},
publisher = {{IOP} Publishing},
volume = {32},
number = {9},
pages = {095012},
author = {Yang Ge and Matthias Plötner and Andreas Berndt and Amit Kumar and Brigitte Voit and Doris Pospiech and Wolf-Joachim Fischer},
title = {All-printed capacitors with continuous solution dispensing technology},
journal = {Semiconductor Science and Technology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Zhao, L. Rondin, G. Delport, C. Voisin, U. Beser, Y. Hu, X. Feng, K. Müllen, A. Narita, S. Campidelli, J.S. Lauret, "Fluorescence from graphene nanoribbons of well-defined structure", In Carbon, Elsevier BV, vol. 119, pp. 235–240, Aug 2017. [doi] [Bibtex & Downloads]
Fluorescence from graphene nanoribbons of well-defined structure
Reference
S. Zhao, L. Rondin, G. Delport, C. Voisin, U. Beser, Y. Hu, X. Feng, K. Müllen, A. Narita, S. Campidelli, J.S. Lauret, "Fluorescence from graphene nanoribbons of well-defined structure", In Carbon, Elsevier BV, vol. 119, pp. 235–240, Aug 2017. [doi]
Bibtex
@article{Zhao_2017,
doi = {10.1016/j.carbon.2017.04.043},
url = {https://doi.org/10.1016%2Fj.carbon.2017.04.043},
year = 2017,
month = {aug},
publisher = {Elsevier {BV}},
volume = {119},
pages = {235--240},
author = {S. Zhao and L. Rondin and G. Delport and C. Voisin and U. Beser and Y. Hu and X. Feng and K. Müllen and A. Narita and S. Campidelli and J.S. Lauret},
title = {Fluorescence from graphene nanoribbons of well-defined structure},
journal = {Carbon}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Victoria Benavente Llorente, Volodymyr M. Dzhagan, Nikolai Gaponik, Rodrigo A. Iglesias, Dietrich R. T. Zahn, Vladimir Lesnyak, "Electrochemical Tuning of Localized Surface Plasmon Resonance in Copper Chalcogenide Nanocrystals", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 121, no. 33, pp. 18244–18253, Aug 2017. [doi] [Bibtex & Downloads]
Electrochemical Tuning of Localized Surface Plasmon Resonance in Copper Chalcogenide Nanocrystals
Reference
Victoria Benavente Llorente, Volodymyr M. Dzhagan, Nikolai Gaponik, Rodrigo A. Iglesias, Dietrich R. T. Zahn, Vladimir Lesnyak, "Electrochemical Tuning of Localized Surface Plasmon Resonance in Copper Chalcogenide Nanocrystals", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 121, no. 33, pp. 18244–18253, Aug 2017. [doi]
Bibtex
@article{Llorente_2017,
doi = {10.1021/acs.jpcc.7b05334},
url = {https://doi.org/10.1021%2Facs.jpcc.7b05334},
year = 2017,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {121},
number = {33},
pages = {18244--18253},
author = {Victoria Benavente Llorente and Volodymyr M. Dzhagan and Nikolai Gaponik and Rodrigo A. Iglesias and Dietrich R. T. Zahn and Vladimir Lesnyak},
title = {Electrochemical Tuning of Localized Surface Plasmon Resonance in Copper Chalcogenide Nanocrystals},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Masahiro Minagawa, Yeongin Kim, Martin Claus, Zhenan Bao, "Reducing the contact resistance in bottom-contact-type organic field-effect transitors using an AgO x interface layer", In Applied Physics Express, Japan Society of Applied Physics, vol. 10, no. 9, pp. 091601, Aug 2017. [doi] [Bibtex & Downloads]
Reducing the contact resistance in bottom-contact-type organic field-effect transitors using an AgO x interface layer
Reference
Masahiro Minagawa, Yeongin Kim, Martin Claus, Zhenan Bao, "Reducing the contact resistance in bottom-contact-type organic field-effect transitors using an AgO x interface layer", In Applied Physics Express, Japan Society of Applied Physics, vol. 10, no. 9, pp. 091601, Aug 2017. [doi]
Bibtex
@article{Minagawa_2017,
doi = {10.7567/apex.10.091601},
url = {https://doi.org/10.7567%2Fapex.10.091601},
year = 2017,
month = {aug},
publisher = {Japan Society of Applied Physics},
volume = {10},
number = {9},
pages = {091601},
author = {Masahiro Minagawa and Yeongin Kim and Martin Claus and Zhenan Bao},
title = {Reducing the contact resistance in bottom-contact-type organic field-effect transitors using an {AgO} x interface layer},
journal = {Applied Physics Express}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Debsankha Manik, Marc Timme, Dirk Witthaut, "Cycle flows and multistability in oscillatory networks", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 27, no. 8, pp. 083123, Aug 2017. [doi] [Bibtex & Downloads]
Cycle flows and multistability in oscillatory networks
Reference
Debsankha Manik, Marc Timme, Dirk Witthaut, "Cycle flows and multistability in oscillatory networks", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 27, no. 8, pp. 083123, Aug 2017. [doi]
Bibtex
@article{Manik_2017,
doi = {10.1063/1.4994177},
url = {https://doi.org/10.1063%2F1.4994177},
year = 2017,
month = {aug},
publisher = {{AIP} Publishing},
volume = {27},
number = {8},
pages = {083123},
author = {Debsankha Manik and Marc Timme and Dirk Witthaut},
title = {Cycle flows and multistability in oscillatory networks},
journal = {Chaos: An Interdisciplinary Journal of Nonlinear Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus Krüger, Fátima García, Frank Eisenhut, Dmitry Skidin, José M. Alonso, Enrique Guitián, Dolores Pérez, Gianaurelio Cuniberti, Francesca Moresco, Diego Peña, "Decacene: On-Surface Generation", In Angewandte Chemie International Edition, Wiley, vol. 56, no. 39, pp. 11945–11948, Aug 2017. [doi] [Bibtex & Downloads]
Decacene: On-Surface Generation
Reference
Justus Krüger, Fátima García, Frank Eisenhut, Dmitry Skidin, José M. Alonso, Enrique Guitián, Dolores Pérez, Gianaurelio Cuniberti, Francesca Moresco, Diego Peña, "Decacene: On-Surface Generation", In Angewandte Chemie International Edition, Wiley, vol. 56, no. 39, pp. 11945–11948, Aug 2017. [doi]
Bibtex
@article{Kr_ger_2017,
doi = {10.1002/anie.201706156},
url = {https://doi.org/10.1002%2Fanie.201706156},
year = 2017,
month = {aug},
publisher = {Wiley},
volume = {56},
number = {39},
pages = {11945--11948},
author = {Justus Krüger and F{\'{a}}tima Garc{\'{\i}}a and Frank Eisenhut and Dmitry Skidin and Jos{\'{e}} M. Alonso and Enrique Guiti{\'{a}}n and Dolores P{\'{e}}rez and Gianaurelio Cuniberti and Francesca Moresco and Diego Pe{\~{n}}a},
title = {Decacene: On-Surface Generation},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Emanuele A. Slejko, Vladimir Sayevich, Bin Cai, Nikolai Gaponik, Vanni Lughi, Vladimir Lesnyak, Alexander Eychmüller, "Precise Engineering of Nanocrystal Shells via Colloidal Atomic Layer Deposition", In Chemistry of Materials, American Chemical Society (ACS), vol. 29, no. 19, pp. 8111–8118, Aug 2017. [doi] [Bibtex & Downloads]
Precise Engineering of Nanocrystal Shells via Colloidal Atomic Layer Deposition
Reference
Emanuele A. Slejko, Vladimir Sayevich, Bin Cai, Nikolai Gaponik, Vanni Lughi, Vladimir Lesnyak, Alexander Eychmüller, "Precise Engineering of Nanocrystal Shells via Colloidal Atomic Layer Deposition", In Chemistry of Materials, American Chemical Society (ACS), vol. 29, no. 19, pp. 8111–8118, Aug 2017. [doi]
Bibtex
@article{Slejko_2017,
doi = {10.1021/acs.chemmater.7b01873},
url = {https://doi.org/10.1021%2Facs.chemmater.7b01873},
year = 2017,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {29},
number = {19},
pages = {8111--8118},
author = {Emanuele A. Slejko and Vladimir Sayevich and Bin Cai and Nikolai Gaponik and Vanni Lughi and Vladimir Lesnyak and Alexander Eychmüller},
title = {Precise Engineering of Nanocrystal Shells via Colloidal Atomic Layer Deposition},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andrés Goens, Sergio Siccha, Jeronimo Castrillon, "Symmetry in Software Synthesis", In ACM Transactions on Architecture and Code Optimization (TACO),, ACM, vol. 14, no. 2, pp. 20:1–20:26, New York, NY, USA, Jul 2017. [doi] [Bibtex & Downloads]
Symmetry in Software Synthesis
Reference
Andrés Goens, Sergio Siccha, Jeronimo Castrillon, "Symmetry in Software Synthesis", In ACM Transactions on Architecture and Code Optimization (TACO),, ACM, vol. 14, no. 2, pp. 20:1–20:26, New York, NY, USA, Jul 2017. [doi]
Abstract
With the surge of multi- and manycores, much research has focused on algorithms for mapping and scheduling on these complex platforms. Large classes of these algorithms face scalability problems. This is why diverse methods are commonly used for reducing the search space. While most such approaches leverage the inherent symmetry of architectures and applications, they do it in a problem-specific and intuitive way. However, intuitive approaches become impractical with growing hardware complexity, like Network-on-Chip interconnect or heterogeneous cores. In this paper, we present a formal framework that can determine the inherent symmetry of architectures and applications algorithmically and leverage these for problems in software synthesis. Our approach is based on the mathematical theory of groups and a generalization called inverse semigroups. We evaluate our approach in two state-of-the-art mapping frameworks. Even for the platforms with a handful of cores of today and moderate-size benchmarks, our approach consistently yields reductions of the overall execution time of algorithms, accelerating them by a factor up to 10 in our experiments, or improving the quality of the results.
Bibtex
@article{goens_taco17symmetry,
author = {Goens, Andr{\'e}s and Siccha, Sergio and Castrillon, Jeronimo},
title = {Symmetry in Software Synthesis},
journal = {ACM Transactions on Architecture and Code Optimization (TACO),},
issue_date = {July 2017},
volume = {14},
number = {2},
month = jul,
year = {2017},
issn = {1544-3566},
pages = {20:1--20:26},
articleno = {20},
numpages = {26},
url = {http://doi.acm.org/10.1145/3095747},
doi = {10.1145/3095747},
acmid = {3095747},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Scalability, automation, clusters, design-space exploration, group theory, heterogeneous, inverse-semigroups, mapping, metaheuristics, network-on-chip, symmetry},
eprint = "arXiv:1704.06623",
abstract = {With the surge of multi- and manycores, much research has focused on algorithms for mapping and scheduling on these complex platforms. Large classes of these algorithms face scalability problems. This is why diverse methods are commonly used for reducing the search space. While most such approaches leverage the inherent symmetry of architectures and applications, they do it in a problem-specific and intuitive way. However, intuitive approaches become impractical with growing hardware complexity, like Network-on-Chip interconnect or heterogeneous cores. In this paper, we present a formal framework that can determine the inherent symmetry of architectures and applications algorithmically and leverage these for problems in software synthesis. Our approach is based on the mathematical theory of groups and a generalization called inverse semigroups. We evaluate our approach in two state-of-the-art mapping frameworks. Even for the platforms with a handful of cores of today and moderate-size benchmarks, our approach consistently yields reductions of the overall execution time of algorithms, accelerating them by a factor up to 10 in our experiments, or improving the quality of the results.}
}Downloads
1704_Goens_TACO-arxiv [PDF]
Related Paths
Permalink
- Christian Menard, Matthias Jung, Jeronimo Castrillon, Norbert Wehn, "System Simulation with gem5 and SystemC: The Keystone for Full Interoperability", Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS), pp. 62–69, Jul 2017. [doi] [Bibtex & Downloads]
System Simulation with gem5 and SystemC: The Keystone for Full Interoperability
Reference
Christian Menard, Matthias Jung, Jeronimo Castrillon, Norbert Wehn, "System Simulation with gem5 and SystemC: The Keystone for Full Interoperability", Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS), pp. 62–69, Jul 2017. [doi]
Abstract
SystemC TLM based virtual prototypes have become the main tool in industry and research for concurrent hardware and software development, as well as hardware design space exploration. However, there exists a lack of accurate, free, changeable and realistic SystemC models of modern CPUs. Therefore, many researchers use the cycle accurate open source system simulator gem5, which has been developed in parallel to the SystemC standard. In this paper we present a coupling of gem5 with SystemC that offers full interoperability between both simulation frameworks, and therefore enables a huge set of possibilities for system level design space exploration. Furthermore, we show that the coupling itself only induces a relatively small overhead to the total execution time of the simulation.
Bibtex
@InProceedings{menard_samos17,
author = {Christian Menard and Matthias Jung and Jeronimo Castrillon and Norbert Wehn},
title = {System Simulation with gem5 and SystemC: The Keystone for Full Interoperability},
booktitle = {Proceedings of the IEEE International Conference on Embedded Computer Systems Architectures Modeling and Simulation (SAMOS)},
year = {2017},
month = jul,
location = {Pythagorion, Greece},
pages = {62--69},
organization = {IEEE},
doi = {10.1109/SAMOS.2017.8344612},
url = {https://ieeexplore.ieee.org/document/8344612/},
isbn = {978-1-5386-3437-0},
abstract = {SystemC TLM based virtual prototypes have become the main tool in industry and research for concurrent hardware and software development, as well as hardware design space exploration. However, there exists a lack of accurate, free, changeable and realistic SystemC models of modern CPUs. Therefore, many researchers use the cycle accurate open source system simulator gem5, which has been developed in parallel to the SystemC standard. In this paper we present a coupling of gem5 with SystemC that offers full interoperability between both simulation frameworks, and therefore enables a huge set of possibilities for system level design space exploration. Furthermore, we show that the coupling itself only induces a relatively small overhead to the total execution time of the simulation.},
}Downloads
1707_Menard_SAMOS [PDF]
Related Paths
Permalink
- Pablo Ordejón, Desanka Boskovic, Michel Panhans, Frank Ortmann, "Ab initio study of electron-phonon coupling in rubrene", In Phys. Rev. B, vol. 96, pp. 035202, Jul 2017. [doi] [Bibtex & Downloads]
Ab initio study of electron-phonon coupling in rubrene
Reference
Pablo Ordejón, Desanka Boskovic, Michel Panhans, Frank Ortmann, "Ab initio study of electron-phonon coupling in rubrene", In Phys. Rev. B, vol. 96, pp. 035202, Jul 2017. [doi]
Abstract
The use of ab initio methods for accurate simulations of electronic, phononic, and electron-phonon properties of molecular materials such as organic crystals is a challenge that is often tackled stepwise based on molecular properties calculated in gas phase and perturbatively treated parameters relevant for solid phases. In contrast, in this work we report a full first-principles description of such properties for the prototypical rubrene crystals. More specifically, we determine a Holstein-Peierls–type Hamiltonian for rubrene, including local and nonlocal electron-phonon couplings. Thereby, a recipe for circumventing the issue of numerical inaccuracies with low-frequency phonons is presented. In addition, we study the phenyl group motion with a molecular dynamics approach.
Bibtex
@article{PhysRevB.96.035202,
title = {Ab initio study of electron-phonon coupling in rubrene},
author = {Ordej\'on, Pablo and Boskovic, Desanka and Panhans, Michel and Ortmann, Frank},
journal = {Phys. Rev. B},
volume = {96},
issue = {3},
pages = {035202},
numpages = {9},
year = {2017},
month = {Jul},
OPTpublisher = {American Physical Society},
doi = {10.1103/PhysRevB.96.035202},
url = {https://link.aps.org/doi/10.1103/PhysRevB.96.035202},
abstract = {The use of ab initio methods for accurate simulations of electronic, phononic, and electron-phonon properties of molecular materials such as organic crystals is a challenge that is often tackled stepwise based on molecular properties calculated in gas phase and perturbatively treated parameters relevant for solid phases. In contrast, in this work we report a full first-principles description of such properties for the prototypical rubrene crystals. More specifically, we determine a Holstein-Peierls–type Hamiltonian for rubrene, including local and nonlocal electron-phonon couplings. Thereby, a recipe for circumventing the issue of numerical inaccuracies with low-frequency phonons is presented. In addition, we study the phenyl group motion with a molecular dynamics approach.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Caterin Salas Redondo, Paul Kleine, Karla Roszeitis, Tim Achenbach, Martin Kroll, Michael Thomschke, Sebastian Reineke, "Interplay of Fluorescence and Phosphorescence in Organic Biluminescent Emitters", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 121, no. 27, pp. 14946–14953, Jul 2017. [doi] [Bibtex & Downloads]
Interplay of Fluorescence and Phosphorescence in Organic Biluminescent Emitters
Reference
Caterin Salas Redondo, Paul Kleine, Karla Roszeitis, Tim Achenbach, Martin Kroll, Michael Thomschke, Sebastian Reineke, "Interplay of Fluorescence and Phosphorescence in Organic Biluminescent Emitters", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 121, no. 27, pp. 14946–14953, Jul 2017. [doi]
Bibtex
@article{Salas_Redondo_2017,
doi = {10.1021/acs.jpcc.7b04529},
url = {https://doi.org/10.1021%2Facs.jpcc.7b04529},
year = 2017,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {121},
number = {27},
pages = {14946--14953},
author = {Caterin Salas Redondo and Paul Kleine and Karla Roszeitis and Tim Achenbach and Martin Kroll and Michael Thomschke and Sebastian Reineke},
title = {Interplay of Fluorescence and Phosphorescence in Organic Biluminescent Emitters},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Malte Schröder, Marc Timme, Dirk Witthaut, "A universal order parameter for synchrony in networks of limit cycle oscillators", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 27, no. 7, pp. 073119, Jul 2017. [doi] [Bibtex & Downloads]
A universal order parameter for synchrony in networks of limit cycle oscillators
Reference
Malte Schröder, Marc Timme, Dirk Witthaut, "A universal order parameter for synchrony in networks of limit cycle oscillators", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 27, no. 7, pp. 073119, Jul 2017. [doi]
Bibtex
@article{Schr_der_2017,
doi = {10.1063/1.4995963},
url = {https://doi.org/10.1063%2F1.4995963},
year = 2017,
month = {jul},
publisher = {{AIP} Publishing},
volume = {27},
number = {7},
pages = {073119},
author = {Malte Schröder and Marc Timme and Dirk Witthaut},
title = {A universal order parameter for synchrony in networks of limit cycle oscillators},
journal = {Chaos: An Interdisciplinary Journal of Nonlinear Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Liang Zhao, Huy Q. Ta, Arezoo Dianat, Akash Soni, Artem Fediai, Wanjian Yin, Thomas Gemming, Barbara Trzebicka, Gianaurelio Cuniberti, Zhongfan Liu, Alicja Bachmatiuk, Mark H. Rummeli, "In Situ Electron Driven Carbon Nanopillar-Fullerene Transformation through Cr Atom Mediation", In Nano Letters, American Chemical Society (ACS), vol. 17, no. 8, pp. 4725–4732, Jul 2017. [doi] [Bibtex & Downloads]
In Situ Electron Driven Carbon Nanopillar-Fullerene Transformation through Cr Atom Mediation
Reference
Liang Zhao, Huy Q. Ta, Arezoo Dianat, Akash Soni, Artem Fediai, Wanjian Yin, Thomas Gemming, Barbara Trzebicka, Gianaurelio Cuniberti, Zhongfan Liu, Alicja Bachmatiuk, Mark H. Rummeli, "In Situ Electron Driven Carbon Nanopillar-Fullerene Transformation through Cr Atom Mediation", In Nano Letters, American Chemical Society (ACS), vol. 17, no. 8, pp. 4725–4732, Jul 2017. [doi]
Bibtex
@article{Zhao_2017,
doi = {10.1021/acs.nanolett.7b01406},
url = {https://doi.org/10.1021%2Facs.nanolett.7b01406},
year = 2017,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {17},
number = {8},
pages = {4725--4732},
author = {Liang Zhao and Huy Q. Ta and Arezoo Dianat and Akash Soni and Artem Fediai and Wanjian Yin and Thomas Gemming and Barbara Trzebicka and Gianaurelio Cuniberti and Zhongfan Liu and Alicja Bachmatiuk and Mark H. Rummeli},
title = {In Situ Electron Driven Carbon Nanopillar-Fullerene Transformation through Cr Atom Mediation},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lihuan Wang, Diana C. Tranca, Jian Zhang, Yanpeng Qi, Stavroula Sfaelou, Tao Zhang, Renhao Dong, Xiaodong Zhuang, Zhikun Zheng, Gotthard Seifert, "Toward Activity Origin of Electrocatalytic Hydrogen Evolution Reaction on Carbon-Rich Crystalline Coordination Polymers", In Small, Wiley, vol. 13, no. 37, pp. 1700783, Jul 2017. [doi] [Bibtex & Downloads]
Toward Activity Origin of Electrocatalytic Hydrogen Evolution Reaction on Carbon-Rich Crystalline Coordination Polymers
Reference
Lihuan Wang, Diana C. Tranca, Jian Zhang, Yanpeng Qi, Stavroula Sfaelou, Tao Zhang, Renhao Dong, Xiaodong Zhuang, Zhikun Zheng, Gotthard Seifert, "Toward Activity Origin of Electrocatalytic Hydrogen Evolution Reaction on Carbon-Rich Crystalline Coordination Polymers", In Small, Wiley, vol. 13, no. 37, pp. 1700783, Jul 2017. [doi]
Bibtex
@article{Wang_2017,
doi = {10.1002/smll.201700783},
url = {https://doi.org/10.1002%2Fsmll.201700783},
year = 2017,
month = {jul},
publisher = {Wiley},
volume = {13},
number = {37},
pages = {1700783},
author = {Lihuan Wang and Diana C. Tranca and Jian Zhang and Yanpeng Qi and Stavroula Sfaelou and Tao Zhang and Renhao Dong and Xiaodong Zhuang and Zhikun Zheng and Gotthard Seifert},
title = {Toward Activity Origin of Electrocatalytic Hydrogen Evolution Reaction on Carbon-Rich Crystalline Coordination Polymers},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bergoi Ibarlucea, Teuku Fawzul Akbar, Kihyun Kim, Taiuk Rim, Chang-Ki Baek, Alon Ascoli, Ronald Tetzlaff, Larysa Baraban, Gianaurelio Cuniberti, "Ultrasensitive detection of Ebola matrix protein in a memristor mode", In Nano Research, Springer Nature, vol. 11, no. 2, pp. 1057–1068, Jul 2017. [doi] [Bibtex & Downloads]
Ultrasensitive detection of Ebola matrix protein in a memristor mode
Reference
Bergoi Ibarlucea, Teuku Fawzul Akbar, Kihyun Kim, Taiuk Rim, Chang-Ki Baek, Alon Ascoli, Ronald Tetzlaff, Larysa Baraban, Gianaurelio Cuniberti, "Ultrasensitive detection of Ebola matrix protein in a memristor mode", In Nano Research, Springer Nature, vol. 11, no. 2, pp. 1057–1068, Jul 2017. [doi]
Bibtex
@article{Ibarlucea_2017,
doi = {10.1007/s12274-017-1720-2},
url = {https://doi.org/10.1007%2Fs12274-017-1720-2},
year = 2017,
month = {jul},
publisher = {Springer Nature},
volume = {11},
number = {2},
pages = {1057--1068},
author = {Bergoi Ibarlucea and Teuku Fawzul Akbar and Kihyun Kim and Taiuk Rim and Chang-Ki Baek and Alon Ascoli and Ronald Tetzlaff and Larysa Baraban and Gianaurelio Cuniberti},
title = {Ultrasensitive detection of Ebola matrix protein in a memristor mode},
journal = {Nano Research}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Meik Dörpinghaus, Édgar Roldán, Izaak Neri, Heinrich Meyr, Frank Jülicher, "An information theoretic analysis of sequential decision-making", In Proceeding: IEEE International Symposium on Information Theory (ISIT), Aachen, Germany, June 2017. [Bibtex & Downloads]
An information theoretic analysis of sequential decision-making
Reference
Meik Dörpinghaus, Édgar Roldán, Izaak Neri, Heinrich Meyr, Frank Jülicher, "An information theoretic analysis of sequential decision-making", In Proceeding: IEEE International Symposium on Information Theory (ISIT), Aachen, Germany, June 2017.
Bibtex
@inproceedings{dorpinghaus2017information,
title={An information theoretic analysis of sequential decision-making},
author={D{\"o}rpinghaus, Meik and Rold{\'a}n, {\'E}dgar and Neri, Izaak and Meyr, Heinrich and J{\"u}licher, Frank},
booktitle={IEEE International Symposium on Information Theory (ISIT)},
address={Aachen, Germany},
month={June},
year={2017},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Holzmüller, Nico Gräßler, Mona Sedighi, Eric Müller, Martin Knupfer, Olaf Zeika, Koen Vandewal, Christian Koerner, Karl Leo, "H-aggregated small molecular nanowires as near infrared absorbers for organic solar cells" , In Organic Electronics, Elsevier BV, vol. 45, pp. 198–202, Jun 2017. [doi] [Bibtex & Downloads]
H-aggregated small molecular nanowires as near infrared absorbers for organic solar cells
Reference
Felix Holzmüller, Nico Gräßler, Mona Sedighi, Eric Müller, Martin Knupfer, Olaf Zeika, Koen Vandewal, Christian Koerner, Karl Leo, "H-aggregated small molecular nanowires as near infrared absorbers for organic solar cells" , In Organic Electronics, Elsevier BV, vol. 45, pp. 198–202, Jun 2017. [doi]
Bibtex
@article{Holzmller2017,
doi = {10.1016/j.orgel.2017.03.009},
url = {https://doi.org/10.1016%2Fj.orgel.2017.03.009},
year = {2017},
month = {jun},
publisher = {Elsevier {BV}},
volume = {45},
pages = {198--202},
author = {Felix Holzm\"{u}ller and Nico Gr\"{a}{\ss}ler and Mona Sedighi and Eric M\"{u}ller and Martin Knupfer and Olaf Zeika and Koen Vandewal and Christian Koerner and Karl Leo},
title = {H-aggregated small molecular nanowires as near infrared absorbers for organic solar cells},
journal = {Organic Electronics}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andrés Goens, Robert Khasanov, Marcus Hähnel, Till Smejkal, Hermann Härtig, Jeronimo Castrillon, "TETRiS: a Multi-Application Run-Time System for Predictable Execution of Static Mappings", Proceedings of the 20th International Workshop on Software and Compilers for Embedded Systems (SCOPES'17), ACM, pp. 11–20, New York, NY, USA, Jun 2017. [doi] [Bibtex & Downloads]
TETRiS: a Multi-Application Run-Time System for Predictable Execution of Static Mappings
Reference
Andrés Goens, Robert Khasanov, Marcus Hähnel, Till Smejkal, Hermann Härtig, Jeronimo Castrillon, "TETRiS: a Multi-Application Run-Time System for Predictable Execution of Static Mappings", Proceedings of the 20th International Workshop on Software and Compilers for Embedded Systems (SCOPES'17), ACM, pp. 11–20, New York, NY, USA, Jun 2017. [doi]
Bibtex
@InProceedings{goens_scopes17,
author = {Andr\'{e}s Goens and Robert Khasanov and Marcus H{\"a}hnel and Till Smejkal and Hermann H{\"a}rtig and Jeronimo Castrillon},
title = {TETRiS: a Multi-Application Run-Time System for Predictable Execution of Static Mappings},
booktitle = {Proceedings of the 20th International Workshop on Software and Compilers for Embedded Systems (SCOPES'17)},
year = {2017},
month = jun,
series = {SCOPES '17},
isbn = {978-1-4503-5039-6},
location = {Sankt Goar, Germany},
pages = {11--20},
numpages = {10},
url = {http://doi.acm.org/10.1145/3078659.3078663},
doi = {10.1145/3078659.3078663},
acmid = {3078663},
publisher = {ACM},
address = {New York, NY, USA}
}Downloads
1706_Goens_SCOPES [PDF]
Related Paths
Permalink
- Gerald Hempel, Andrés Goens, Josefine Asmus, Jeronimo Castrillon, Ivo F. Sbalzarini, "Robust Mapping of Process Networks to Many-Core Systems Using Bio-Inspired Design Centering", Proceedings of the 20th International Workshop on Software and Compilers for Embedded Systems (SCOPES '17), ACM, pp. 21–30, New York, NY, USA, Jun 2017. [doi] [Bibtex & Downloads]
Robust Mapping of Process Networks to Many-Core Systems Using Bio-Inspired Design Centering
Reference
Gerald Hempel, Andrés Goens, Josefine Asmus, Jeronimo Castrillon, Ivo F. Sbalzarini, "Robust Mapping of Process Networks to Many-Core Systems Using Bio-Inspired Design Centering", Proceedings of the 20th International Workshop on Software and Compilers for Embedded Systems (SCOPES '17), ACM, pp. 21–30, New York, NY, USA, Jun 2017. [doi]
Bibtex
@InProceedings{hempel_scopes17,
author = {Gerald Hempel and Andr\'{e}s Goens and Josefine Asmus and Jeronimo Castrillon and Ivo F. Sbalzarini},
title = {Robust Mapping of Process Networks to Many-Core Systems Using Bio-Inspired Design Centering},
booktitle = {Proceedings of the 20th International Workshop on Software and Compilers for Embedded Systems (SCOPES '17)},
year = {2017},
series = {SCOPES '17},
pages = {21--30},
address = {New York, NY, USA},
month = jun,
publisher = {ACM},
acmid = {3078667},
doi = {10.1145/3078659.3078667},
isbn = {978-1-4503-5039-6},
location = {Sankt Goar, Germany},
numpages = {10},
url = {http://doi.acm.org/10.1145/3078659.3078667}
}Downloads
1706_Hempel_SCOPES [PDF]
Related Paths
Biological Systems Path, Orchestration Path
Permalink
- Sandra Bender, Meik Dörpinghaus, Gerhard Fettweis, "On the achievable rate of bandlimited continuous-time 1-bit quantized AWGN channels", In Proceeding: IEEE International Symposium on Information Theory (ISIT), Aachen, Germany, June 2017. [Bibtex & Downloads]
On the achievable rate of bandlimited continuous-time 1-bit quantized AWGN channels
Reference
Sandra Bender, Meik Dörpinghaus, Gerhard Fettweis, "On the achievable rate of bandlimited continuous-time 1-bit quantized AWGN channels", In Proceeding: IEEE International Symposium on Information Theory (ISIT), Aachen, Germany, June 2017.
Bibtex
@inproceedings{bender2017achievable,
title={On the achievable rate of bandlimited continuous-time 1-bit quantized AWGN channels},
author={Bender, Sandra and D{\"o}rpinghaus, Meik and Fettweis, Gerhard},
booktitle={IEEE International Symposium on Information Theory (ISIT)},
address={Aachen, Germany},
month={June},
year={2017},
}Downloads
1bit_ISIT17 [PDF]
Related Paths
Permalink
- Johanna Sepúlveda, Vania Marangozova-Martin, Jeronimo Castrillon, "Architecture, Languages, Compilation and Hardware support for Emerging ManYcore systems (ALCHEMY): Preface", Elsevier, Jun 2017. [doi] [Bibtex & Downloads]
Architecture, Languages, Compilation and Hardware support for Emerging ManYcore systems (ALCHEMY): Preface
Reference
Johanna Sepúlveda, Vania Marangozova-Martin, Jeronimo Castrillon, "Architecture, Languages, Compilation and Hardware support for Emerging ManYcore systems (ALCHEMY): Preface", Elsevier, Jun 2017. [doi]
Bibtex
@Article{sepulveda_alchemy17_preface,
author = {Sep{\'u}lveda, Johanna and Marangozova-Martin, Vania and Castrillon, Jeronimo},
title = {Architecture, Languages, Compilation and Hardware support for Emerging ManYcore systems (ALCHEMY): Preface},
year = {2017},
month = jun,
doi = {10.1016/j.procs.2017.05.276},
file = {:/Users/jeronimocastrillon/Documents/Academic/mypapers/1706_sepulveda_alchemy.pdf:PDF},
url = {http://www.sciencedirect.com/science/article/pii/S1877050917309286},
publisher = {Elsevier}
}Downloads
No Downloads available for this publication
Permalink
- Siavash Ghiasvand, Florina M. Ciorba, "Event Pattern Identification in Anonymized System Logs", In International Supercomputing, Jun 2017. [Bibtex & Downloads]
Event Pattern Identification in Anonymized System Logs
Reference
Siavash Ghiasvand, Florina M. Ciorba, "Event Pattern Identification in Anonymized System Logs", In International Supercomputing, Jun 2017.
Bibtex
@Misc{Ghiasvand2017b,
author={Ghiasvand, Siavash and Ciorba, Florina M.},
title= {Event Pattern Identification in Anonymized System Logs},
howpublished={International Supercomputing},
month={jun},
year={2017},
url={http://isc-hpc.com/isc17_ap/presentationdetails.htm?t=presentation&o=1150&a=select&ra=sessiondetails},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Trommer, A. Heinzig, S. Slesazeck, U. Mühle, M. Löffler, D. Walter, C. Mayr, T. Mikolajick, W. M. Weber, "Reconfigurable germanium transistors with low source-drain leakage for secure and energy-efficient doping-free complementary circuits", In Proceeding: 2017 75th Annual Device Research Conference (DRC), IEEE, Jun 2017. [doi] [Bibtex & Downloads]
Reconfigurable germanium transistors with low source-drain leakage for secure and energy-efficient doping-free complementary circuits
Reference
J. Trommer, A. Heinzig, S. Slesazeck, U. Mühle, M. Löffler, D. Walter, C. Mayr, T. Mikolajick, W. M. Weber, "Reconfigurable germanium transistors with low source-drain leakage for secure and energy-efficient doping-free complementary circuits", In Proceeding: 2017 75th Annual Device Research Conference (DRC), IEEE, Jun 2017. [doi]
Bibtex
@inproceedings{Trommer2017,
doi = {10.1109/drc.2017.7999426},
url = {https://doi.org/10.1109/drc.2017.7999426},
year = {2017},
month = {jun},
publisher = ,
author = {J. Trommer and A. Heinzig and S. Slesazeck and U. Mühle and M. Löffler and D. Walter and C. Mayr and T. Mikolajick and W. M. Weber},
title = {Reconfigurable germanium transistors with low source-drain leakage for secure and energy-efficient doping-free complementary circuits},
booktitle = {2017 75th Annual Device Research Conference ({DRC})}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anton Kiriy, Robert Pötzsch, Qiang Wei, Brigitte Voit, "High-tech functional polymers designed for applications in organic electronics", In Polymer Degradation and Stability, Elsevier BV, Jun 2017. [doi] [Bibtex & Downloads]
High-tech functional polymers designed for applications in organic electronics
Reference
Anton Kiriy, Robert Pötzsch, Qiang Wei, Brigitte Voit, "High-tech functional polymers designed for applications in organic electronics", In Polymer Degradation and Stability, Elsevier BV, Jun 2017. [doi]
Bibtex
@article{Kiriy_2017,
doi = {10.1016/j.polymdegradstab.2017.06.009},
url = {https://doi.org/10.1016%2Fj.polymdegradstab.2017.06.009},
year = 2017,
month = {jun},
publisher = {Elsevier {BV}},
author = {Anton Kiriy and Robert Pötzsch and Qiang Wei and Brigitte Voit},
title = {High-tech functional polymers designed for applications in organic electronics},
journal = {Polymer Degradation and Stability}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Roberto Fallica, Robert Kirchner, Helmut Schift, Yasin Ekinci, "High-resolution grayscale patterning using extreme ultraviolet interference lithography", In Microelectronic Engineering, Elsevier BV, vol. 177, pp. 1–5, Jun 2017. [doi] [Bibtex & Downloads]
High-resolution grayscale patterning using extreme ultraviolet interference lithography
Reference
Roberto Fallica, Robert Kirchner, Helmut Schift, Yasin Ekinci, "High-resolution grayscale patterning using extreme ultraviolet interference lithography", In Microelectronic Engineering, Elsevier BV, vol. 177, pp. 1–5, Jun 2017. [doi]
Bibtex
@article{Fallica_2017,
doi = {10.1016/j.mee.2017.01.007},
url = {https://doi.org/10.1016%2Fj.mee.2017.01.007},
year = 2017,
month = {jun},
publisher = {Elsevier {BV}},
volume = {177},
pages = {1--5},
author = {Roberto Fallica and Robert Kirchner and Helmut Schift and Yasin Ekinci},
title = {High-resolution grayscale patterning using extreme ultraviolet interference lithography},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "1-bit quantization and oversampling at the receiver: Communication over bandlimited channels with noise", In IEEE Communications Letters, vol. 21, no. 5, pp. 1007-1010, May 2017. [doi] [Bibtex & Downloads]
1-bit quantization and oversampling at the receiver: Communication over bandlimited channels with noise
Reference
Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "1-bit quantization and oversampling at the receiver: Communication over bandlimited channels with noise", In IEEE Communications Letters, vol. 21, no. 5, pp. 1007-1010, May 2017. [doi]
Bibtex
@ARTICLE{LandauCommLett17,
author={Landau, Lukas and D\"orpinghaus, Meik and Fettweis, Gerhard},
journal={IEEE Communications Letters},
title={1-bit quantization and oversampling at the receiver: Communication over bandlimited channels with noise},
year={2017},
volume={21},
number={5},
pages={1007-1010},
doi={10.1109/LCOMM.2017.2661748},
ISSN={1089-7798},
month={May},}Downloads
Landau_CommLett17 [PDF]
Related Paths
Permalink
- Norman A. Rink, Jeronimo Castrillon, "Extending a Compiler Backend for Complete Memory Error Detection", In Proceeding: Lecture Notes in Informatics: Automotive - Safety & Security 2017 (Peter Dencker and Herbert Klenk and Hubert Kelle and Erhard Plödereder), pp. 61–74, May 2017. (Best paper award) [Bibtex & Downloads]
Extending a Compiler Backend for Complete Memory Error Detection
Reference
Norman A. Rink, Jeronimo Castrillon, "Extending a Compiler Backend for Complete Memory Error Detection", In Proceeding: Lecture Notes in Informatics: Automotive - Safety & Security 2017 (Peter Dencker and Herbert Klenk and Hubert Kelle and Erhard Plödereder), pp. 61–74, May 2017. (Best paper award)
Abstract
Technological advances drive hardware to ever smaller feature sizes, causing devices to become more vulnerable to faults. Applications can be protected against errors resulting from faults by adding error detection and recovery measures in software. This is popularly achieved by applying automatic program transformations. However, transformations applied to intermediate program representations are fundamentally incapable of protecting against vulnerabilities that are introduced during compilation. In particular, the compiler backend may introduce additional memory accesses. This report presents an extended compiler backend that protects these accesses against faults in the memory system. It is demonstrated that this enables the detection of all single bit flips in memory. On a subset of SPEC CINT2006 the runtime overhead caused by the extended backend amounts to 1.50x for the 32-bit processor architecture i386, and 1.13x for the 64-bit architecture x86 64.
Bibtex
@InProceedings{rink_automotive17,
author = {Norman A. Rink and Jeronimo Castrillon},
title = {Extending a Compiler Backend for Complete Memory Error Detection},
booktitle = {Lecture Notes in Informatics: Automotive - Safety \& Security 2017},
editor = {Peter Dencker and Herbert Klenk and Hubert Kelle and Erhard Pl{\"o}dereder},
year = {2017},
pages = {61--74},
month = may,
abstract = {Technological advances drive hardware to ever smaller feature sizes, causing devices to become more vulnerable to faults. Applications can be protected against errors resulting from faults by adding error detection and recovery measures in software. This is popularly achieved by applying automatic program transformations. However, transformations applied to intermediate program representations are fundamentally incapable of protecting against vulnerabilities that are introduced during compilation. In particular, the compiler backend may introduce additional memory accesses. This report presents an extended compiler backend that protects these accesses against faults in the memory system. It is demonstrated that this enables the detection of all single bit flips in memory. On a subset of SPEC CINT2006 the runtime overhead caused by the extended backend amounts to 1.50x for the 32-bit processor architecture i386, and 1.13x for the 64-bit architecture x86 64.},
file = {:/Users/jeronimocastrillon/Documents/Academic/mypapers/1705_rink_automotive.pdf:PDF},
isbn = {978-3-88579-663-3},
issn = {1617-5468},
url = {https://dl.gi.de/bitstream/handle/20.500.12116/147/paper04.pdf?sequence=1&isAllowed=y},
comment={Best paper award}
}Downloads
1705_rink_automotive [PDF]
Related Paths
Orchestration Path, Resilience Path
Permalink
- Markus Haehnel, Frehiwot Melak Arega, Waltenegus Dargie, Robert Khasanov, Jeronimo Castrillon, "Application Interference Analysis: Towards Energy-efficient Workload Management on Heterogeneous Micro-Server Architectures", Proceedings of the 7th International Workshop on Big Data in Cloud Performance (DCPerf'17), IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), pp. 432-437, May 2017. [doi] [Bibtex & Downloads]
Application Interference Analysis: Towards Energy-efficient Workload Management on Heterogeneous Micro-Server Architectures
Reference
Markus Haehnel, Frehiwot Melak Arega, Waltenegus Dargie, Robert Khasanov, Jeronimo Castrillon, "Application Interference Analysis: Towards Energy-efficient Workload Management on Heterogeneous Micro-Server Architectures", Proceedings of the 7th International Workshop on Big Data in Cloud Performance (DCPerf'17), IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), pp. 432-437, May 2017. [doi]
Bibtex
@InProceedings{khasanov_dcperf17,
author = {Markus Haehnel and Frehiwot Melak Arega and Waltenegus Dargie and Robert Khasanov and Jeronimo Castrillon},
title = {Application Interference Analysis: Towards Energy-efficient Workload Management on Heterogeneous Micro-Server Architectures},
booktitle = {Proceedings of the 7th International Workshop on Big Data in Cloud Performance (DCPerf'17), IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)},
year = {2017},
month = may,
volume={},
number={},
pages={432-437},
doi={10.1109/INFCOMW.2017.8116415},
ISSN={},
url = {http://ieeexplore.ieee.org/document/8116415/},
location = {Atlanta, USA}
}Downloads
1705_Khasanov_DCPerf [PDF]
Related Paths
Permalink
- Norman A. Rink, Jeronimo Castrillon, "Trading Fault Tolerance for Performance in AN Encoding", Proceedings of the ACM International Conference on Computing Frontiers (CF'17), ACM, pp. 183–190, New York, NY, USA, May 2017. [doi] [Bibtex & Downloads]
Trading Fault Tolerance for Performance in AN Encoding
Reference
Norman A. Rink, Jeronimo Castrillon, "Trading Fault Tolerance for Performance in AN Encoding", Proceedings of the ACM International Conference on Computing Frontiers (CF'17), ACM, pp. 183–190, New York, NY, USA, May 2017. [doi]
Bibtex
@InProceedings{rink_cf17,
author = {Norman A. Rink and Jeronimo Castrillon},
title = {Trading Fault Tolerance for Performance in {AN} Encoding},
booktitle = {Proceedings of the ACM International Conference on Computing Frontiers (CF'17)},
year = {2017},
isbn = {978-1-4503-4487-6},
location = {Siena, Italy},
pages = {183--190},
numpages = {8},
url = {http://doi.acm.org/10.1145/3075564.3075565},
doi = {10.1145/3075564.3075565},
acmid = {3075565},
publisher = {ACM},
address = {New York, NY, USA},
month = may,
}Downloads
1705_Rink_cf [PDF]
Related Paths
Orchestration Path, Resilience Path
Permalink
- Andreas Neff, Falk Niefind, Bernd Abel, Stefan C. B. Mannsfeld, Katrin R. Siefermann, "Imaging Nanoscale Morphology of Semiconducting Polymer Films with Photoemission Electron Microscopy", In Advanced Materials, Wiley, vol. 29, no. 29, pp. 1701012, May 2017. [doi] [Bibtex & Downloads]
Imaging Nanoscale Morphology of Semiconducting Polymer Films with Photoemission Electron Microscopy
Reference
Andreas Neff, Falk Niefind, Bernd Abel, Stefan C. B. Mannsfeld, Katrin R. Siefermann, "Imaging Nanoscale Morphology of Semiconducting Polymer Films with Photoemission Electron Microscopy", In Advanced Materials, Wiley, vol. 29, no. 29, pp. 1701012, May 2017. [doi]
Bibtex
@article{Neff_2017,
doi = {10.1002/adma.201701012},
url = {https://doi.org/10.1002%2Fadma.201701012},
year = 2017,
month = {may},
publisher = {Wiley},
volume = {29},
number = {29},
pages = {1701012},
author = {Andreas Neff and Falk Niefind and Bernd Abel and Stefan C. B. Mannsfeld and Katrin R. Siefermann},
title = {Imaging Nanoscale Morphology of Semiconducting Polymer Films with Photoemission Electron Microscopy},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Arezoo Dianat, Zhongquan Liao, Martin Gall, Tao Zhang, Rafael Gutierrez, Ehrenfried Zschech, Gianaurelio Cuniberti, "Doping of graphene induced by boron/silicon substrate", In Nanotechnology, IOP Publishing, vol. 28, no. 21, pp. 215701, May 2017. [doi] [Bibtex & Downloads]
Doping of graphene induced by boron/silicon substrate
Reference
Arezoo Dianat, Zhongquan Liao, Martin Gall, Tao Zhang, Rafael Gutierrez, Ehrenfried Zschech, Gianaurelio Cuniberti, "Doping of graphene induced by boron/silicon substrate", In Nanotechnology, IOP Publishing, vol. 28, no. 21, pp. 215701, May 2017. [doi]
Bibtex
@article{Dianat_2017,
doi = {10.1088/1361-6528/aa6ce9},
url = {https://doi.org/10.1088%2F1361-6528%2Faa6ce9},
year = 2017,
month = {may},
publisher = {{IOP} Publishing},
volume = {28},
number = {21},
pages = {215701},
author = {Arezoo Dianat and Zhongquan Liao and Martin Gall and Tao Zhang and Rafael Gutierrez and Ehrenfried Zschech and Gianaurelio Cuniberti},
title = {Doping of graphene induced by boron/silicon substrate},
journal = {Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diego Betancourt, Marvin Barahona, Katherina Haase, Georg Schmidt, Arved Hubler, Frank Ellinger, "Design of Printed Chipless-RFID Tags With QR-Code Appearance Based on Genetic Algorithm", In IEEE Transactions on Antennas and Propagation, Institute of Electrical and Electronics Engineers (IEEE), vol. 65, no. 5, pp. 2190–2195, May 2017. [doi] [Bibtex & Downloads]
Design of Printed Chipless-RFID Tags With QR-Code Appearance Based on Genetic Algorithm
Reference
Diego Betancourt, Marvin Barahona, Katherina Haase, Georg Schmidt, Arved Hubler, Frank Ellinger, "Design of Printed Chipless-RFID Tags With QR-Code Appearance Based on Genetic Algorithm", In IEEE Transactions on Antennas and Propagation, Institute of Electrical and Electronics Engineers (IEEE), vol. 65, no. 5, pp. 2190–2195, May 2017. [doi]
Bibtex
@article{Betancourt_2017,
doi = {10.1109/tap.2017.2684193},
url = {https://doi.org/10.1109%2Ftap.2017.2684193},
year = 2017,
month = {may},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {65},
number = {5},
pages = {2190--2195},
author = {Diego Betancourt and Marvin Barahona and Katherina Haase and Georg Schmidt and Arved Hubler and Frank Ellinger},
title = {Design of Printed Chipless-{RFID} Tags With {QR}-Code Appearance Based on Genetic Algorithm},
journal = {{IEEE} Transactions on Antennas and Propagation}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Godau, Thomas Kämpfe, Andreas Thiessen, Lukas M. Eng, Alexander Haußmann, "Enhancing the Domain Wall Conductivity in Lithium Niobate Single Crystals", In ACS Nano, American Chemical Society (ACS), vol. 11, no. 5, pp. 4816–4824, May 2017. [doi] [Bibtex & Downloads]
Enhancing the Domain Wall Conductivity in Lithium Niobate Single Crystals
Reference
Christian Godau, Thomas Kämpfe, Andreas Thiessen, Lukas M. Eng, Alexander Haußmann, "Enhancing the Domain Wall Conductivity in Lithium Niobate Single Crystals", In ACS Nano, American Chemical Society (ACS), vol. 11, no. 5, pp. 4816–4824, May 2017. [doi]
Bibtex
@article{Godau_2017,
doi = {10.1021/acsnano.7b01199},
url = {https://doi.org/10.1021%2Facsnano.7b01199},
year = 2017,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {11},
number = {5},
pages = {4816--4824},
author = {Christian Godau and Thomas Kämpfe and Andreas Thiessen and Lukas M. Eng and Alexander Hau{\ss}mann},
title = {Enhancing the Domain Wall Conductivity in Lithium Niobate Single Crystals},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Junzhi Liu, Ji Ma, Ke Zhang, Prince Ravat, Peter Machata, Stanislav Avdoshenko, Felix Hennersdorf, Hartmut Komber, Wojciech Pisula, Jan J. Weigand, Alexey A. Popov, Reinhard Berger, Klaus Müllen, Xinliang Feng, "$\uppi$-Extended and Curved Antiaromatic Polycyclic Hydrocarbons", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 139, no. 22, pp. 7513–7521, May 2017. [doi] [Bibtex & Downloads]
$\uppi$-Extended and Curved Antiaromatic Polycyclic Hydrocarbons
Reference
Junzhi Liu, Ji Ma, Ke Zhang, Prince Ravat, Peter Machata, Stanislav Avdoshenko, Felix Hennersdorf, Hartmut Komber, Wojciech Pisula, Jan J. Weigand, Alexey A. Popov, Reinhard Berger, Klaus Müllen, Xinliang Feng, "$\uppi$-Extended and Curved Antiaromatic Polycyclic Hydrocarbons", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 139, no. 22, pp. 7513–7521, May 2017. [doi]
Bibtex
@article{Liu_2017,
doi = {10.1021/jacs.7b01619},
url = {https://doi.org/10.1021%2Fjacs.7b01619},
year = 2017,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {139},
number = {22},
pages = {7513--7521},
author = {Junzhi Liu and Ji Ma and Ke Zhang and Prince Ravat and Peter Machata and Stanislav Avdoshenko and Felix Hennersdorf and Hartmut Komber and Wojciech Pisula and Jan J. Weigand and Alexey A. Popov and Reinhard Berger and Klaus Müllen and Xinliang Feng},
title = {$\uppi$-Extended and Curved Antiaromatic Polycyclic Hydrocarbons},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shuang Li, Chong Cheng, Hai-Wei Liang, Xinliang Feng, Arne Thomas, "2D Porous Carbons prepared from Layered Organic-Inorganic Hybrids and their Use as Oxygen-Reduction Electrocatalysts", In Advanced Materials, Wiley, vol. 29, no. 28, pp. 1700707, May 2017. [doi] [Bibtex & Downloads]
2D Porous Carbons prepared from Layered Organic-Inorganic Hybrids and their Use as Oxygen-Reduction Electrocatalysts
Reference
Shuang Li, Chong Cheng, Hai-Wei Liang, Xinliang Feng, Arne Thomas, "2D Porous Carbons prepared from Layered Organic-Inorganic Hybrids and their Use as Oxygen-Reduction Electrocatalysts", In Advanced Materials, Wiley, vol. 29, no. 28, pp. 1700707, May 2017. [doi]
Bibtex
@article{Li_2017,
doi = {10.1002/adma.201700707},
url = {https://doi.org/10.1002%2Fadma.201700707},
year = 2017,
month = {may},
publisher = {Wiley},
volume = {29},
number = {28},
pages = {1700707},
author = {Shuang Li and Chong Cheng and Hai-Wei Liang and Xinliang Feng and Arne Thomas},
title = {2D Porous Carbons prepared from Layered Organic-Inorganic Hybrids and their Use as Oxygen-Reduction Electrocatalysts},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ang Li, Shuaiwen Leon Song, Weifeng Liu, Xu Liu, Akash Kumar, Henk Corporaal, "Locality-Aware CTA Clustering For Modern GPUs", In Proceeding: Architectural Support for Programming Languages and Operating Systems (ASPLOS '17), April 2017. [Bibtex & Downloads]
Locality-Aware CTA Clustering For Modern GPUs
Reference
Ang Li, Shuaiwen Leon Song, Weifeng Liu, Xu Liu, Akash Kumar, Henk Corporaal, "Locality-Aware CTA Clustering For Modern GPUs", In Proceeding: Architectural Support for Programming Languages and Operating Systems (ASPLOS '17), April 2017.
Bibtex
@InProceedings{ang2017asplos,
author = {Ang Li and Shuaiwen Leon Song and Weifeng Liu and Xu Liu and Akash Kumar and Henk Corporaal},
title = ,
booktitle = {Architectural Support for Programming Languages and Operating Systems (ASPLOS '17)},
year = {2017},
month = {April}
}Downloads
asplos_2017_final [PDF]
Permalink
- Lars Schütze, Jeronimo Castrillon, "Analyzing State-of-the-Art Role-based Programming Languages", Proceedings of the First International Conference on the Art, Science and Engineering of Programming (Programming'17), ACM, pp. 9:1–9:6, New York, NY, USA, Apr 2017. [doi] [Bibtex & Downloads]
Analyzing State-of-the-Art Role-based Programming Languages
Reference
Lars Schütze, Jeronimo Castrillon, "Analyzing State-of-the-Art Role-based Programming Languages", Proceedings of the First International Conference on the Art, Science and Engineering of Programming (Programming'17), ACM, pp. 9:1–9:6, New York, NY, USA, Apr 2017. [doi]
Bibtex
@InProceedings{schuetze_lassy17,
author = {Lars Sch{\"u}tze and Jeronimo Castrillon},
title = {Analyzing State-of-the-Art Role-based Programming Languages},
booktitle = {Proceedings of the First International Conference on the Art, Science and Engineering of Programming (Programming'17)},
series = {Programming '17},
year = {2017},
month = apr,
isbn = {978-1-4503-4836-2},
location = {Brussels, Belgium},
pages = {9:1--9:6},
articleno = {9},
numpages = {6},
url = {http://doi.acm.org/10.1145/3079368.3079386},
doi = {10.1145/3079368.3079386},
acmid = {3079386},
publisher = {ACM},
address = {New York, NY, USA},
}Downloads
1704_Schuetze_lassy [PDF]
Permalink
- Chin Hau Hoo, Akash Kumar, "ParaDiMe: A Distributed Memory FPGA Router Based on Speculative Parallelism and Path Encoding", In Proceeding: Field-Programmable Custom Computing Machines (FCCM), April 2017. [Bibtex & Downloads]
ParaDiMe: A Distributed Memory FPGA Router Based on Speculative Parallelism and Path Encoding
Reference
Chin Hau Hoo, Akash Kumar, "ParaDiMe: A Distributed Memory FPGA Router Based on Speculative Parallelism and Path Encoding", In Proceeding: Field-Programmable Custom Computing Machines (FCCM), April 2017.
Bibtex
@InProceedings{fccm2017chinhau,
author = {Chin Hau Hoo and Akash Kumar},
title = {ParaDiMe: A Distributed Memory FPGA Router Based on Speculative Parallelism and Path Encoding},
booktitle = {Field-Programmable Custom Computing Machines (FCCM)},
year = {2017},
month = {April}
}Downloads
fccm-2017 [PDF]
Permalink
- Franke, M.and Leubner, S.and Dubavik, A.and George, A.and Savchenko, T.and Pini, C.and Frank, P.and Melnikau, D.and Rakovich, Y.and Gaponik, N.and Eychm"uller, A.and Richter, A., "Immobilization of pH-sensitive CdTe Quantum Dots in a Poly(acrylate) Hydrogel for Microfluidic Applications", In Nanoscale Research Letters, vol. 12, no. 1, pp. 314, Apr 2017. [doi] [Bibtex & Downloads]
Immobilization of pH-sensitive CdTe Quantum Dots in a Poly(acrylate) Hydrogel for Microfluidic Applications
Reference
Franke, M.and Leubner, S.and Dubavik, A.and George, A.and Savchenko, T.and Pini, C.and Frank, P.and Melnikau, D.and Rakovich, Y.and Gaponik, N.and Eychm"uller, A.and Richter, A., "Immobilization of pH-sensitive CdTe Quantum Dots in a Poly(acrylate) Hydrogel for Microfluidic Applications", In Nanoscale Research Letters, vol. 12, no. 1, pp. 314, Apr 2017. [doi]
Abstract
Microfluidic devices present the basis of modern life sciences and chemical information processing. To control the flow and to allow optical readout, a reliable sensor material that can be easily utilized for microfluidic systems is in demand. Here, we present a new optical readout system for pH sensing based on pH sensitive, photoluminescent glutathione capped cadmium telluride quantum dots that are covalently immobilized in a poly(acrylate) hydrogel. For an applicable pH sensing the generated hybrid material is integrated in a microfluidic sensor chip setup. The hybrid material not only allows in situ readout, but also possesses valve properties due to the swelling behavior of the poly(acrylate) hydrogel. In this work, the swelling property of the hybrid material is utilized in a microfluidic valve seat, where a valve opening process is demonstrated by a fluid flow change and in situ monitored by photoluminescence quenching. This discrete photoluminescence detection (ON/OFF) of the fluid flow change (OFF/ON) enables upcoming chemical information processing.
Bibtex
@Article{Franke2017,
author="Franke, M.
and Leubner, S.
and Dubavik, A.
and George, A.
and Savchenko, T.
and Pini, C.
and Frank, P.
and Melnikau, D.
and Rakovich, Y.
and Gaponik, N.
and Eychm{\"u}ller, A.
and Richter, A.",
title="Immobilization of pH-sensitive CdTe Quantum Dots in a Poly(acrylate) Hydrogel for Microfluidic Applications",
journal="Nanoscale Research Letters",
year="2017",
month="Apr",
day="27",
volume="12",
number="1",
pages="314",
abstract="Microfluidic devices present the basis of modern life sciences and chemical information processing. To control the flow and to allow optical readout, a reliable sensor material that can be easily utilized for microfluidic systems is in demand. Here, we present a new optical readout system for pH sensing based on pH sensitive, photoluminescent glutathione capped cadmium telluride quantum dots that are covalently immobilized in a poly(acrylate) hydrogel. For an applicable pH sensing the generated hybrid material is integrated in a microfluidic sensor chip setup. The hybrid material not only allows in situ readout, but also possesses valve properties due to the swelling behavior of the poly(acrylate) hydrogel. In this work, the swelling property of the hybrid material is utilized in a microfluidic valve seat, where a valve opening process is demonstrated by a fluid flow change and in situ monitored by photoluminescence quenching. This discrete photoluminescence detection (ON/OFF) of the fluid flow change (OFF/ON) enables upcoming chemical information processing.",
issn="1556-276X",
doi="10.1186/s11671-017-2069-x",
url="http://dx.doi.org/10.1186/s11671-017-2069-x"
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Muhammad Shafique, Semeen Rehman, Florian Kriebel, Muhammad Usman Karim Khan, Bruno Zatt, Arun Subramaniyan, Bruno Boessio Vizzotto, Jorg Henkel, "Application-Guided Power-Efficient Fault Tolerance for H.264 Context Adaptive Variable Length Coding", In IEEE Transactions on Computers, Institute of Electrical and Electronics Engineers (IEEE), vol. 66, no. 4, pp. 560–574, Apr 2017. [doi] [Bibtex & Downloads]
Application-Guided Power-Efficient Fault Tolerance for H.264 Context Adaptive Variable Length Coding
Reference
Muhammad Shafique, Semeen Rehman, Florian Kriebel, Muhammad Usman Karim Khan, Bruno Zatt, Arun Subramaniyan, Bruno Boessio Vizzotto, Jorg Henkel, "Application-Guided Power-Efficient Fault Tolerance for H.264 Context Adaptive Variable Length Coding", In IEEE Transactions on Computers, Institute of Electrical and Electronics Engineers (IEEE), vol. 66, no. 4, pp. 560–574, Apr 2017. [doi]
Bibtex
@article{Shafique_2017,
doi = {10.1109/tc.2016.2616313},
url = {https://doi.org/10.1109%2Ftc.2016.2616313},
year = 2017,
month = {apr},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {66},
number = {4},
pages = {560--574},
author = {Muhammad Shafique and Semeen Rehman and Florian Kriebel and Muhammad Usman Karim Khan and Bruno Zatt and Arun Subramaniyan and Bruno Boessio Vizzotto and Jorg Henkel},
title = {Application-Guided Power-Efficient Fault Tolerance for H.264 Context Adaptive Variable Length Coding},
journal = {{IEEE} Transactions on Computers}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Walter M Weber, Thomas Mikolajick, "Silicon and germanium nanowire electronics: physics of conventional and unconventional transistors", In Reports on Progress in Physics, IOP Publishing, vol. 80, no. 6, pp. 066502, Apr 2017. [doi] [Bibtex & Downloads]
Silicon and germanium nanowire electronics: physics of conventional and unconventional transistors
Reference
Walter M Weber, Thomas Mikolajick, "Silicon and germanium nanowire electronics: physics of conventional and unconventional transistors", In Reports on Progress in Physics, IOP Publishing, vol. 80, no. 6, pp. 066502, Apr 2017. [doi]
Bibtex
@article{Weber_2017,
doi = {10.1088/1361-6633/aa56f0},
url = {https://doi.org/10.1088%2F1361-6633%2Faa56f0},
year = 2017,
month = {apr},
publisher = {{IOP} Publishing},
volume = {80},
number = {6},
pages = {066502},
author = {Walter M Weber and Thomas Mikolajick},
title = {Silicon and germanium nanowire electronics: physics of conventional and unconventional transistors},
journal = {Reports on Progress in Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florian Günther, Arnulf Möbius, Michael Schreiber, "Structure optimisation by thermal cycling for the hydrophobic-polar lattice model of protein folding", In The European Physical Journal Special Topics, Springer Nature, vol. 226, no. 4, pp. 639–649, Apr 2017. [doi] [Bibtex & Downloads]
Structure optimisation by thermal cycling for the hydrophobic-polar lattice model of protein folding
Reference
Florian Günther, Arnulf Möbius, Michael Schreiber, "Structure optimisation by thermal cycling for the hydrophobic-polar lattice model of protein folding", In The European Physical Journal Special Topics, Springer Nature, vol. 226, no. 4, pp. 639–649, Apr 2017. [doi]
Bibtex
@article{G_nther_2017,
doi = {10.1140/epjst/e2016-60333-2},
url = {https://doi.org/10.1140%2Fepjst%2Fe2016-60333-2},
year = 2017,
month = {apr},
publisher = {Springer Nature},
volume = {226},
number = {4},
pages = {639--649},
author = {Florian Günther and Arnulf Möbius and Michael Schreiber},
title = {Structure optimisation by thermal cycling for the hydrophobic-polar lattice model of protein folding},
journal = {The European Physical Journal Special Topics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Krompiewski, G. Cuniberti, "In-Plane Edge Magnetism in Graphene-Like Nanoribbons", In Acta Physica Polonica A, Institute of Physics, Polish Academy of Sciences, vol. 131, no. 4, pp. 828–829, Apr 2017. [doi] [Bibtex & Downloads]
In-Plane Edge Magnetism in Graphene-Like Nanoribbons
Reference
S. Krompiewski, G. Cuniberti, "In-Plane Edge Magnetism in Graphene-Like Nanoribbons", In Acta Physica Polonica A, Institute of Physics, Polish Academy of Sciences, vol. 131, no. 4, pp. 828–829, Apr 2017. [doi]
Bibtex
@article{Krompiewski_2017,
doi = {10.12693/aphyspola.131.828},
url = {https://doi.org/10.12693%2Faphyspola.131.828},
year = 2017,
month = {apr},
publisher = {Institute of Physics, Polish Academy of Sciences},
volume = {131},
number = {4},
pages = {828--829},
author = {S. Krompiewski and G. Cuniberti},
title = {In-Plane Edge Magnetism in Graphene-Like Nanoribbons},
journal = {Acta Physica Polonica A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hasna Bouraoui, Chadlia Jerad, Anupam Chattopadhyay, Nejib Ben Hadj-Alouane, "Hardware Architectures for Embedded Speaker Recognition Applications", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 16, no. 3, pp. 1–28, Apr 2017. [doi] [Bibtex & Downloads]
Hardware Architectures for Embedded Speaker Recognition Applications
Reference
Hasna Bouraoui, Chadlia Jerad, Anupam Chattopadhyay, Nejib Ben Hadj-Alouane, "Hardware Architectures for Embedded Speaker Recognition Applications", In ACM Transactions on Embedded Computing Systems, Association for Computing Machinery (ACM), vol. 16, no. 3, pp. 1–28, Apr 2017. [doi]
Bibtex
@article{Bouraoui_2017,
doi = {10.1145/2975161},
url = {https://doi.org/10.1145%2F2975161},
year = 2017,
month = {apr},
publisher = {Association for Computing Machinery ({ACM})},
volume = {16},
number = {3},
pages = {1--28},
author = {Hasna Bouraoui and Chadlia Jerad and Anupam Chattopadhyay and Nejib Ben Hadj-Alouane},
title = {Hardware Architectures for Embedded Speaker Recognition Applications},
journal = {{ACM} Transactions on Embedded Computing Systems}
}Downloads
1704_Bouraoui_TECS [PDF]
Related Paths
Permalink
- Nathanael Johrmann, Steffen Hartmann, Kiran Jacob, Jens Bonitz, Kathrine E. MacArthur, Sascha Hermann, Stefan E. Schulz, Bernhard Wunderle, "A test device for in situ TEM investigations on failure behaviour of carbon nanotubes embedded in metals under tensile load", In Proceeding: 2017 18th International Conference on Thermal, Mechanical and Multi-Physics Simulation and Experiments in Microelectronics and Microsystems (EuroSimE), IEEE, Apr 2017. [doi] [Bibtex & Downloads]
A test device for in situ TEM investigations on failure behaviour of carbon nanotubes embedded in metals under tensile load
Reference
Nathanael Johrmann, Steffen Hartmann, Kiran Jacob, Jens Bonitz, Kathrine E. MacArthur, Sascha Hermann, Stefan E. Schulz, Bernhard Wunderle, "A test device for in situ TEM investigations on failure behaviour of carbon nanotubes embedded in metals under tensile load", In Proceeding: 2017 18th International Conference on Thermal, Mechanical and Multi-Physics Simulation and Experiments in Microelectronics and Microsystems (EuroSimE), IEEE, Apr 2017. [doi]
Bibtex
@inproceedings{Johrmann_2017,
doi = {10.1109/eurosime.2017.7926262},
url = {https://doi.org/10.1109%2Feurosime.2017.7926262},
year = 2017,
month = {apr},
publisher = ,
author = {Nathanael Johrmann and Steffen Hartmann and Kiran Jacob and Jens Bonitz and Kathrine E. MacArthur and Sascha Hermann and Stefan E. Schulz and Bernhard Wunderle},
title = {A test device for in situ {TEM} investigations on failure behaviour of carbon nanotubes embedded in metals under tensile load},
booktitle = {2017 18th International Conference on Thermal, Mechanical and Multi-Physics Simulation and Experiments in Microelectronics and Microsystems ({EuroSimE})}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Brüstel, Akash Kumar, "Accounting for Systematic Errors in Approximate Computing", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017. [Bibtex & Downloads]
Accounting for Systematic Errors in Approximate Computing
Reference
Martin Brüstel, Akash Kumar, "Accounting for Systematic Errors in Approximate Computing", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017.
Bibtex
@InProceedings{martin2017date,
author = {Br\"ustel, Martin and Kumar, Akash},
title = ,
booktitle = {Proceedings of the 2017 Design, Automation \& Test in Europe Conference \& Exhibition},
year = {2017},
month = {March},
organization = {IEEE},
}Downloads
date-2017-martin [PDF]
Related Paths
Permalink
- Walaa El-Harouni, Semeen Rehman, Bharath Srinivas Prabakaran, Akash Kumar, Rehan Hafiz, Muhammad Shafique, "Embracing Approximate Computing for Energy-Efficient Motion Estimation in High Efficiency Video Coding", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017. (Best paper nominee) [Bibtex & Downloads]
Embracing Approximate Computing for Energy-Efficient Motion Estimation in High Efficiency Video Coding
Reference
Walaa El-Harouni, Semeen Rehman, Bharath Srinivas Prabakaran, Akash Kumar, Rehan Hafiz, Muhammad Shafique, "Embracing Approximate Computing for Energy-Efficient Motion Estimation in High Efficiency Video Coding", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017. (Best paper nominee)
Bibtex
@InProceedings{semeen2017date,
author = {Walaa El-Harouni and Semeen Rehman and Bharath Srinivas Prabakaran and Akash Kumar and Rehan Hafiz and Muhammad Shafique},
title = {Embracing Approximate Computing for Energy-Efficient Motion Estimation in High Efficiency Video Coding},
booktitle = {Proceedings of the 2017 Design, Automation \& Test in Europe Conference \& Exhibition},
month = {March},
year = {2017},
organization = {IEEE},
comment={Best paper nominee}
}Downloads
DATE_2017_788_OutputPaper [PDF]
Related Paths
Permalink
- Arun Subramaniyan, Semeen Rehman, Muhammad Shafique, Akash Kumar, Jörg Henkel, "Soft Error-Aware Architectural Exploration for Designing Reliability Adaptive Cache Hierarchies in Multi-Cores", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017. [Bibtex & Downloads]
Soft Error-Aware Architectural Exploration for Designing Reliability Adaptive Cache Hierarchies in Multi-Cores
Reference
Arun Subramaniyan, Semeen Rehman, Muhammad Shafique, Akash Kumar, Jörg Henkel, "Soft Error-Aware Architectural Exploration for Designing Reliability Adaptive Cache Hierarchies in Multi-Cores", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017.
Bibtex
@InProceedings{semeen2017date2,
author = {Arun Subramaniyan and Semeen Rehman and Muhammad Shafique and Akash Kumar and J\"org Henkel},
title = ,
booktitle = {Proceedings of the 2017 Design, Automation \& Test in Europe Conference \& Exhibition},
year = {2017},
month = {March},
organization = {IEEE}
}Downloads
DATE_2017_597_OutputPaper [PDF]
Related Paths
Permalink
- Michael Raitza, Jens Trommer, Akash Kumar, Marcus Völp, Dennis Walter, Walter Weber, Thomas Mikolajick, "Exploiting Transistor-Level Reconfiguration to Optimize Combinational Circuits", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017. [Bibtex & Downloads]
Exploiting Transistor-Level Reconfiguration to Optimize Combinational Circuits
Reference
Michael Raitza, Jens Trommer, Akash Kumar, Marcus Völp, Dennis Walter, Walter Weber, Thomas Mikolajick, "Exploiting Transistor-Level Reconfiguration to Optimize Combinational Circuits", Proceedings of the 2017 Design, Automation & Test in Europe Conference & Exhibition, March 2017.
Bibtex
@InProceedings{raitza2017date,
author = {Michael Raitza and Jens Trommer and Akash Kumar and Marcus Völp and Dennis Walter and Walter Weber and Thomas Mikolajick},
title = {Exploiting Transistor-Level Reconfiguration to Optimize Combinational Circuits},
booktitle = {Proceedings of the 2017 Design, Automation \& Test in Europe Conference \& Exhibition},
year = {2017},
month = {March},
organization = {IEEE}
}Downloads
date-2017-michael [PDF]
Related Paths
Permalink
- Fazal Hameed, Jeronimo Castrillon, "Rethinking On-chip DRAM Cache for Simultaneous Performance and Energy Optimization", Proceedings of the 2017 Design, Automation and Test in Europe conference (DATE), EDA Consortium, pp. 362–367, Mar 2017. [doi] [Bibtex & Downloads]
Rethinking On-chip DRAM Cache for Simultaneous Performance and Energy Optimization
Reference
Fazal Hameed, Jeronimo Castrillon, "Rethinking On-chip DRAM Cache for Simultaneous Performance and Energy Optimization", Proceedings of the 2017 Design, Automation and Test in Europe conference (DATE), EDA Consortium, pp. 362–367, Mar 2017. [doi]
Abstract
State-of-the-art DRAM cache employs a small Tag-Cache and its performance is dependent upon two important parameters namely bank-level-parallelism and Tag-Cache hit rate. These parameters depend upon the row buffer organization. Recently, it has been shown that a small row buffer organization delivers better performance via improved bank-level-parallelism than the traditional large row buffer organization along with energy benefits. However, small row buffers do not fully exploit the temporal locality of tag accesses, leading to reduced Tag- Cache hit rates. As a result, the DRAM cache needs to be re-designed for small row buffer organization to achieve additional performance benefits. In this paper, we propose a novel tag-store mechanism that improves the Tag-Cache hit rate by 70% compared to existing DRAM tag-store mechanisms employing small row buffer organization. In addition, we enhance the DRAM cache controller with novel policies that take into account the locality characteristics of cache accesses. We evaluate our novel tag-store mechanism and controller policies in an 8-core system running the SPEC2006 benchmark and compare their performance and energy consumption against recent proposals. Our architecture improves the average performance by 21.2% and 11.4% respectively compared to large and small row buffer organizations via simultaneously improving both parameters. Compared to DRAM cache with large row buffer organization, we report an energy improvement of 62%.
Bibtex
@InProceedings{hameed_date17,
author = {Fazal Hameed and Jeronimo Castrillon},
title = {Rethinking On-chip DRAM Cache for Simultaneous Performance and Energy Optimization},
booktitle = {Proceedings of the 2017 Design, Automation and Test in Europe conference (DATE)},
year = {2017},
series = {DATE '17},
pages = {362--367},
month = mar,
publisher = {EDA Consortium},
abstract = {State-of-the-art DRAM cache employs a small Tag-Cache and its performance is dependent upon two important parameters namely bank-level-parallelism and Tag-Cache hit rate. These parameters depend upon the row buffer organization. Recently, it has been shown that a small row buffer organization delivers better performance via improved bank-level-parallelism than the traditional large row buffer organization along with energy benefits. However, small row buffers do not fully exploit the temporal locality of tag accesses, leading to reduced Tag- Cache hit rates. As a result, the DRAM cache needs to be re-designed for small row buffer organization to achieve additional performance benefits. In this paper, we propose a novel tag-store mechanism that improves the Tag-Cache hit rate by 70\% compared to existing DRAM tag-store mechanisms employing small row buffer organization. In addition, we enhance the DRAM cache controller with novel policies that take into account the locality characteristics of cache accesses. We evaluate our novel tag-store mechanism and controller policies in an 8-core system running the SPEC2006 benchmark and compare their performance and energy consumption against recent proposals. Our architecture improves the average performance by 21.2\% and 11.4\% respectively compared to large and small row buffer organizations via simultaneously improving both parameters. Compared to DRAM cache with large row buffer organization, we report an energy improvement of 62\%.},
isbn = {978-3-9815370-8-6},
doi={10.23919/DATE.2017.7927017},
url = {http://ieeexplore.ieee.org/document/7927017/},
location = {Lausanne, Switzerland}
}Downloads
1703_Hameed_DATE [PDF]
Related Paths
Permalink
- Norman A. Rink, Jeronimo Castrillon, "flexMEDiC: flexible Memory Error Detection by Combined data encoding and duplication", Proceedings of the 2nd International Workshop on Resiliency in Embedded Electronic Systems (REES), co-located with DATE 2017, pp. 15–22, Mar 2017. [Bibtex & Downloads]
flexMEDiC: flexible Memory Error Detection by Combined data encoding and duplication
Reference
Norman A. Rink, Jeronimo Castrillon, "flexMEDiC: flexible Memory Error Detection by Combined data encoding and duplication", Proceedings of the 2nd International Workshop on Resiliency in Embedded Electronic Systems (REES), co-located with DATE 2017, pp. 15–22, Mar 2017.
Abstract
Errors in memory are known to be a major cause of system failures. Moreover, it has recently been found that single-error correcting, double-error detecting (SECDED) codes, which are widely used in ECC memory modules, are incapable of handling large fractions of errors that occur in practice. This calls for more powerful error detection measures. However, the higher the number of bit flips that can still be detected as an error, the larger the memory overhead. Cost considerations and the varying needs for reliability of different applications may not always warrant laying down extra hardware to accommodate overheads. Software-implemented error detection offers a flexible alternative. In this work we propose the software-implemented flexMEDiC scheme for detecting errors in the memory system, including main memory, on-chip caches, and load-store queues. It is shown that single and double bit flips are detected by flexMEDiC, and evidence is given that suggests that up to five bit flips within a single data word can still be detected as errors. The average runtime overhead incurred by flexMEDiC is 1.55x.
Bibtex
@InProceedings{rees:2017,
author = {Norman A. Rink and Jeronimo Castrillon},
title = {{flexMEDiC}: flexible {M}emory {E}rror {D}etection by Combined data encoding and duplication},
booktitle = {Proceedings of the 2nd International Workshop on Resiliency in Embedded Electronic Systems (REES), co-located with DATE 2017},
year = {2017},
month = mar,
pages = {15--22},
abstract = {Errors in memory are known to be a major cause of system failures. Moreover, it has recently been found that single-error correcting, double-error detecting (SECDED) codes, which are widely used in ECC memory modules, are incapable of handling large fractions of errors that occur in practice. This calls for more powerful error detection measures. However, the higher the number of bit flips that can still be detected as an error, the larger the memory overhead. Cost considerations and the varying needs for reliability of different applications may not always warrant laying down extra hardware to accommodate overheads. Software-implemented error detection offers a flexible alternative. In this work we propose the software-implemented flexMEDiC scheme for detecting errors in the memory system, including main memory, on-chip caches, and load-store queues. It is shown that single and double bit flips are detected by flexMEDiC, and evidence is given that suggests that up to five bit flips within a single data word can still be detected as errors. The average runtime overhead incurred by flexMEDiC is 1.55x.},
}Downloads
1703_Rink_REES [PDF]
Related Paths
Permalink
- Jeronimo Castrillon, "Programming for adaptive and energy-efficient computing", In International Conference on High Performance Compilation, Computing and Communications (HP3C-2017) (keynote), Mar 2017. [Bibtex & Downloads]
Programming for adaptive and energy-efficient computing
Reference
Jeronimo Castrillon, "Programming for adaptive and energy-efficient computing", In International Conference on High Performance Compilation, Computing and Communications (HP3C-2017) (keynote), Mar 2017.
Bibtex
@Misc{castrillon2017hp3c,
author = {Castrillon, Jeronimo},
title = {Programming for adaptive and energy-efficient computing},
howpublished = {International Conference on High Performance Compilation, Computing and Communications (HP3C-2017) (keynote)},
month = mar,
year = {2017},
location = {Kuala Lumpur, Malaysia}
}Downloads
170323_castrill_hp3c [PDF]
Permalink
- Samata Chaudhuri, Till Korten, Stefan Diez, "Tetrazine–trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection", In Bioconjugate Chemistry, American Chemical Society (ACS), vol. 28, no. 4, pp. 918-922, Mar 2017. [doi] [Bibtex & Downloads]
Tetrazine–trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection
Reference
Samata Chaudhuri, Till Korten, Stefan Diez, "Tetrazine–trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection", In Bioconjugate Chemistry, American Chemical Society (ACS), vol. 28, no. 4, pp. 918-922, Mar 2017. [doi]
Bibtex
@article{doi:10.1021/acs.bioconjchem.7b00118,
author = {Chaudhuri, Samata and Korten, Till and Diez, Stefan},
title = {Tetrazine–trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection},
journal = {Bioconjugate Chemistry},
publisher = {American Chemical Society ({ACS})},
volume = {28},
number = {4},
pages = {918-922},
year = {2017},
month = {mar},
doi = {10.1021/acs.bioconjchem.7b00118},
note ={PMID: 28267922},
URL = {
http://dx.doi.org/10.1021/acs.bioconjchem.7b00118
},
eprint = {
http://dx.doi.org/10.1021/acs.bioconjchem.7b00118
}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Chemical Information Processing Path
Permalink
- Caterina Tomba, Céline Braini, Ghislain Bugnicourt, Floriane Cohen, Benjamin Friedrich, Nir Gov, Catherine Villard, "Geometrical Determinants of Neuronal Actin Waves", vol. 11, pp. 86, 03/2017. [Bibtex & Downloads]
Geometrical Determinants of Neuronal Actin Waves
Reference
Caterina Tomba, Céline Braini, Ghislain Bugnicourt, Floriane Cohen, Benjamin Friedrich, Nir Gov, Catherine Villard, "Geometrical Determinants of Neuronal Actin Waves", vol. 11, pp. 86, 03/2017.
Bibtex
@article{article,
author = {Tomba, Caterina and Braini, Céline and Bugnicourt, Ghislain and Cohen, Floriane and Friedrich, Benjamin and Gov, Nir and Villard, Catherine},
year = {2017},
month = {03},
pages = {86},
title = {Geometrical Determinants of Neuronal Actin Waves},
volume = {11},
booktitle = {Frontiers in Cellular Neuroscience}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paolo Valerio Testa, Corrado Carta, Bernhard Klein, Ronny Hahnel, Dirk Plettemeier, Frank Ellinger, "A 210-GHz SiGe Balanced Amplifier for Ultrawideband and Low-Voltage Applications", In IEEE Microwave and Wireless Components Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 27, no. 3, pp. 287–289, Mar 2017. [doi] [Bibtex & Downloads]
A 210-GHz SiGe Balanced Amplifier for Ultrawideband and Low-Voltage Applications
Reference
Paolo Valerio Testa, Corrado Carta, Bernhard Klein, Ronny Hahnel, Dirk Plettemeier, Frank Ellinger, "A 210-GHz SiGe Balanced Amplifier for Ultrawideband and Low-Voltage Applications", In IEEE Microwave and Wireless Components Letters, Institute of Electrical and Electronics Engineers (IEEE), vol. 27, no. 3, pp. 287–289, Mar 2017. [doi]
Bibtex
@article{Testa_2017,
doi = {10.1109/lmwc.2017.2661715},
url = {https://doi.org/10.1109%2Flmwc.2017.2661715},
year = 2017,
month = {mar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {27},
number = {3},
pages = {287--289},
author = {Paolo Valerio Testa and Corrado Carta and Bernhard Klein and Ronny Hahnel and Dirk Plettemeier and Frank Ellinger},
title = {A 210-{GHz} {SiGe} Balanced Amplifier for Ultrawideband and Low-Voltage Applications},
journal = {{IEEE} Microwave and Wireless Components Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xiaodan Gu, Yan Zhou, Kevin Gu, Tadanori Kurosawa, Yikun Guo, Yunke Li, Haoran Lin, Bob C. Schroeder, Hongping Yan, Francisco Molina-Lopez, Christopher J. Tassone, Cheng Wang, Stefan C. B. Mannsfeld, He Yan, Dahui Zhao, Michael F. Toney, Zhenan Bao, "Roll-to-Roll Printed Large-Area All-Polymer Solar Cells with 5% Efficiency Based on a Low Crystallinity Conjugated Polymer Blend", In Advanced Energy Materials, Wiley, vol. 7, no. 14, pp. 1602742, Mar 2017. [doi] [Bibtex & Downloads]
Roll-to-Roll Printed Large-Area All-Polymer Solar Cells with 5% Efficiency Based on a Low Crystallinity Conjugated Polymer Blend
Reference
Xiaodan Gu, Yan Zhou, Kevin Gu, Tadanori Kurosawa, Yikun Guo, Yunke Li, Haoran Lin, Bob C. Schroeder, Hongping Yan, Francisco Molina-Lopez, Christopher J. Tassone, Cheng Wang, Stefan C. B. Mannsfeld, He Yan, Dahui Zhao, Michael F. Toney, Zhenan Bao, "Roll-to-Roll Printed Large-Area All-Polymer Solar Cells with 5% Efficiency Based on a Low Crystallinity Conjugated Polymer Blend", In Advanced Energy Materials, Wiley, vol. 7, no. 14, pp. 1602742, Mar 2017. [doi]
Bibtex
@article{Gu_2017,
doi = {10.1002/aenm.201602742},
url = {https://doi.org/10.1002%2Faenm.201602742},
year = 2017,
month = {mar},
publisher = {Wiley},
volume = {7},
number = {14},
pages = {1602742},
author = {Xiaodan Gu and Yan Zhou and Kevin Gu and Tadanori Kurosawa and Yikun Guo and Yunke Li and Haoran Lin and Bob C. Schroeder and Hongping Yan and Francisco Molina-Lopez and Christopher J. Tassone and Cheng Wang and Stefan C. B. Mannsfeld and He Yan and Dahui Zhao and Michael F. Toney and Zhenan Bao},
title = {Roll-to-Roll Printed Large-Area All-Polymer Solar Cells with 5{\%} Efficiency Based on a Low Crystallinity Conjugated Polymer Blend},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- T Mikolajick, A Heinzig, J Trommer, T Baldauf, W M Weber, "The RFET\textemdasha reconfigurable nanowire transistor and its application to novel electronic circuits and systems", In Semiconductor Science and Technology, IOP Publishing, vol. 32, no. 4, pp. 043001, Mar 2017. [doi] [Bibtex & Downloads]
The RFET\textemdasha reconfigurable nanowire transistor and its application to novel electronic circuits and systems
Reference
T Mikolajick, A Heinzig, J Trommer, T Baldauf, W M Weber, "The RFET\textemdasha reconfigurable nanowire transistor and its application to novel electronic circuits and systems", In Semiconductor Science and Technology, IOP Publishing, vol. 32, no. 4, pp. 043001, Mar 2017. [doi]
Bibtex
@article{Mikolajick_2017,
doi = {10.1088/1361-6641/aa5581},
url = {https://doi.org/10.1088%2F1361-6641%2Faa5581},
year = 2017,
month = {mar},
publisher = {{IOP} Publishing},
volume = {32},
number = {4},
pages = {043001},
author = {T Mikolajick and A Heinzig and J Trommer and T Baldauf and W M Weber},
title = {The {RFET}{\textemdash}a reconfigurable nanowire transistor and its application to novel electronic circuits and systems},
journal = {Semiconductor Science and Technology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus P. Klinger, Axel Fischer, Felix Kaschura, Johannes Widmer, Bahman Kheradmand-Boroujeni, Frank Ellinger, Karl Leo, "Organic Power Electronics: Transistor Operation in the kA/cm2 Regime", In Scientific Reports, Springer Nature, vol. 7, no. 1, Mar 2017. [doi] [Bibtex & Downloads]
Organic Power Electronics: Transistor Operation in the kA/cm2 Regime
Reference
Markus P. Klinger, Axel Fischer, Felix Kaschura, Johannes Widmer, Bahman Kheradmand-Boroujeni, Frank Ellinger, Karl Leo, "Organic Power Electronics: Transistor Operation in the kA/cm2 Regime", In Scientific Reports, Springer Nature, vol. 7, no. 1, Mar 2017. [doi]
Bibtex
@article{Klinger_2017,
doi = {10.1038/srep44713},
url = {https://doi.org/10.1038%2Fsrep44713},
year = 2017,
month = {mar},
publisher = {Springer Nature},
volume = {7},
number = {1},
author = {Markus P. Klinger and Axel Fischer and Felix Kaschura and Johannes Widmer and Bahman Kheradmand-Boroujeni and Frank Ellinger and Karl Leo},
title = {Organic Power Electronics: Transistor Operation in the {kA}/cm2 Regime},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhongquan Liao, Leonardo Medrano Sandonas, Tao Zhang, Martin Gall, Arezoo Dianat, Rafael Gutierrez, Uwe Mühle, Jürgen Gluch, Rainer Jordan, Gianaurelio Cuniberti, Ehrenfried Zschech, "In-Situ Stretching Patterned Graphene Nanoribbons in the Transmission Electron Microscope", In Scientific Reports, Springer Nature, vol. 7, no. 1, Mar 2017. [doi] [Bibtex & Downloads]
In-Situ Stretching Patterned Graphene Nanoribbons in the Transmission Electron Microscope
Reference
Zhongquan Liao, Leonardo Medrano Sandonas, Tao Zhang, Martin Gall, Arezoo Dianat, Rafael Gutierrez, Uwe Mühle, Jürgen Gluch, Rainer Jordan, Gianaurelio Cuniberti, Ehrenfried Zschech, "In-Situ Stretching Patterned Graphene Nanoribbons in the Transmission Electron Microscope", In Scientific Reports, Springer Nature, vol. 7, no. 1, Mar 2017. [doi]
Bibtex
@article{Liao_2017,
doi = {10.1038/s41598-017-00227-3},
url = {https://doi.org/10.1038%2Fs41598-017-00227-3},
year = 2017,
month = {mar},
publisher = {Springer Nature},
volume = {7},
number = {1},
author = {Zhongquan Liao and Leonardo Medrano Sandonas and Tao Zhang and Martin Gall and Arezoo Dianat and Rafael Gutierrez and Uwe Mühle and Jürgen Gluch and Rainer Jordan and Gianaurelio Cuniberti and Ehrenfried Zschech},
title = {In-Situ Stretching Patterned Graphene Nanoribbons in the Transmission Electron Microscope},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nachiappan Chidambaram, Robert Kirchner, Roberto Fallica, Libo Yu, Mirco Altana, Helmut Schift, "Selective Surface Smoothening of Polymer Microlenses by Depth Confined Softening", In Advanced Materials Technologies, Wiley, vol. 2, no. 5, pp. 1700018, Mar 2017. [doi] [Bibtex & Downloads]
Selective Surface Smoothening of Polymer Microlenses by Depth Confined Softening
Reference
Nachiappan Chidambaram, Robert Kirchner, Roberto Fallica, Libo Yu, Mirco Altana, Helmut Schift, "Selective Surface Smoothening of Polymer Microlenses by Depth Confined Softening", In Advanced Materials Technologies, Wiley, vol. 2, no. 5, pp. 1700018, Mar 2017. [doi]
Bibtex
@article{Chidambaram_2017,
doi = {10.1002/admt.201700018},
url = {https://doi.org/10.1002%2Fadmt.201700018},
year = 2017,
month = {mar},
publisher = {Wiley},
volume = {2},
number = {5},
pages = {1700018},
author = {Nachiappan Chidambaram and Robert Kirchner and Roberto Fallica and Libo Yu and Mirco Altana and Helmut Schift},
title = {Selective Surface Smoothening of Polymer Microlenses by Depth Confined Softening},
journal = {Advanced Materials Technologies}
}Downloads
No Downloads available for this publication
Permalink
- Helmut Schift, Nachiappan Chidambaram, Mirco Altana, Robert Kirchner, "Selective surface smoothening of 3D micro-optical elements", SPIE Proceedings (Christopher Bencher and Joy Y. Cheng), SPIE, Mar 2017. [doi] [Bibtex & Downloads]
Selective surface smoothening of 3D micro-optical elements
Reference
Helmut Schift, Nachiappan Chidambaram, Mirco Altana, Robert Kirchner, "Selective surface smoothening of 3D micro-optical elements", SPIE Proceedings (Christopher Bencher and Joy Y. Cheng), SPIE, Mar 2017. [doi]
Bibtex
@inproceedings{Schift_2017,
doi = {10.1117/12.2256358},
url = {https://doi.org/10.1117%2F12.2256358},
year = 2017,
month = {mar},
publisher = ,
author = {Helmut Schift and Nachiappan Chidambaram and Mirco Altana and Robert Kirchner},
editor = {Christopher Bencher and Joy Y. Cheng},
title = {Selective surface smoothening of 3D micro-optical elements},
booktitle = {{SPIE} Proceedings}
}Downloads
No Downloads available for this publication
Permalink
- Andrés Goens, Jeronimo Castrillon, "Optimizing for Data-Parallelism in Kahn Process Networks", In Proceeding: ACM SRC at International Symposium on
Code Generationand Optimization (CGO), Feb 2017. [Bibtex & Downloads]
Optimizing for Data-Parallelism in Kahn Process Networks
Reference
Andrés Goens, Jeronimo Castrillon, "Optimizing for Data-Parallelism in Kahn Process Networks", In Proceeding: ACM SRC at International Symposium on Code Generationand Optimization (CGO), Feb 2017.
Bibtex
@inproceedings{goens17cgo,
author = {Andr\'{e}s Goens and Jeronimo Castrillon},
title = {Optimizing for Data-Parallelism in Kahn Process Networks},
year = {2017},
month = feb,
booktitle= {ACM SRC at International Symposium on
Code Generationand Optimization (CGO)},
location = {Austin, TX, USA},
}Downloads
1701_Goens_SRCCGO [PDF]
Related Paths
Permalink
- Wetzel, Lucas AND Jörg, David J. AND Pollakis, Alexandros AND Rave, Wolfgang AND Fettweis, Gerhard AND Jülicher, Frank, "Self-organized synchronization of digital phase-locked loops with delayed coupling in theory and experiment", In PLOS ONE, Public Library of Science, vol. 12, no. 2, pp. 1-21, 02/2017. [doi] [Bibtex & Downloads]
Self-organized synchronization of digital phase-locked loops with delayed coupling in theory and experiment
Reference
Wetzel, Lucas AND Jörg, David J. AND Pollakis, Alexandros AND Rave, Wolfgang AND Fettweis, Gerhard AND Jülicher, Frank, "Self-organized synchronization of digital phase-locked loops with delayed coupling in theory and experiment", In PLOS ONE, Public Library of Science, vol. 12, no. 2, pp. 1-21, 02/2017. [doi]
Abstract
Self-organized synchronization occurs in a variety of natural and technical systems but has so far only attracted limited attention as an engineering principle. In distributed electronic systems, such as antenna arrays and multi-core processors, a common time reference is key to coordinate signal transmission and processing. Here we show how the self-organized synchronization of mutually coupled digital phase-locked loops (DPLLs) can provide robust clocking in large-scale systems. We develop a nonlinear phase description of individual and coupled DPLLs that takes into account filter impulse responses and delayed signal transmission. Our phase model permits analytical expressions for the collective frequencies of synchronized states, the analysis of stability properties and the time scale of synchronization. In particular, we find that signal filtering introduces stability transitions that are not found in systems without filtering. To test our theoretical predictions, we designed and carried out experiments using networks of off-the-shelf DPLL integrated circuitry. We show that the phase model can quantitatively predict the existence, frequency, and stability of synchronized states. Our results demonstrate that mutually delay-coupled DPLLs can provide robust and self-organized synchronous clocking in electronic systems.
Bibtex
@article{10.1371/journal.pone.0171590,
author = {Wetzel, Lucas AND Jörg, David J. AND Pollakis, Alexandros AND Rave, Wolfgang AND Fettweis, Gerhard AND Jülicher, Frank},
journal = {PLOS ONE},
publisher = {Public Library of Science},
title = {Self-organized synchronization of digital phase-locked loops with delayed coupling in theory and experiment},
year = {2017},
month = {02},
volume = {12},
url = {https://doi.org/10.1371/journal.pone.0171590},
pages = {1-21},
abstract = {Self-organized synchronization occurs in a variety of natural and technical systems but has so far only attracted limited attention as an engineering principle. In distributed electronic systems, such as antenna arrays and multi-core processors, a common time reference is key to coordinate signal transmission and processing. Here we show how the self-organized synchronization of mutually coupled digital phase-locked loops (DPLLs) can provide robust clocking in large-scale systems. We develop a nonlinear phase description of individual and coupled DPLLs that takes into account filter impulse responses and delayed signal transmission. Our phase model permits analytical expressions for the collective frequencies of synchronized states, the analysis of stability properties and the time scale of synchronization. In particular, we find that signal filtering introduces stability transitions that are not found in systems without filtering. To test our theoretical predictions, we designed and carried out experiments using networks of off-the-shelf DPLL integrated circuitry. We show that the phase model can quantitatively predict the existence, frequency, and stability of synchronized states. Our results demonstrate that mutually delay-coupled DPLLs can provide robust and self-organized synchronous clocking in electronic systems.},
number = {2},
doi = {10.1371/journal.pone.0171590}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marco Zimmerling, Luca Mottola, Pratyush Kumar, Federico Ferrari, Lothar Thiele, "Adaptive Real-Time Communication for Wireless Cyber-Physical Systems", In ACM Transactions on Cyber-Physical Systems, Association for Computing Machinery (ACM), vol. 1, no. 2, pp. 1–29, Feb 2017. [doi] [Bibtex & Downloads]
Adaptive Real-Time Communication for Wireless Cyber-Physical Systems
Reference
Marco Zimmerling, Luca Mottola, Pratyush Kumar, Federico Ferrari, Lothar Thiele, "Adaptive Real-Time Communication for Wireless Cyber-Physical Systems", In ACM Transactions on Cyber-Physical Systems, Association for Computing Machinery (ACM), vol. 1, no. 2, pp. 1–29, Feb 2017. [doi]
Bibtex
@article{Zimmerling_2017,
doi = {10.1145/3012005},
url = {https://doi.org/10.1145%2F3012005},
year = 2017,
month = {feb},
publisher = {Association for Computing Machinery ({ACM})},
volume = {1},
number = {2},
pages = {1--29},
author = {Marco Zimmerling and Luca Mottola and Pratyush Kumar and Federico Ferrari and Lothar Thiele},
title = {Adaptive Real-Time Communication for Wireless Cyber-Physical Systems},
journal = {{ACM} Transactions on Cyber-Physical Systems}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Förster, Florian Günther, Sibylle Gemming, Gotthard Seifert, "Influence of Electric Fields on the Electron Transport in Donor\textendashAcceptor Polymers", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 121, no. 7, pp. 3714–3723, Feb 2017. [doi] [Bibtex & Downloads]
Influence of Electric Fields on the Electron Transport in Donor\textendashAcceptor Polymers
Reference
Anja Förster, Florian Günther, Sibylle Gemming, Gotthard Seifert, "Influence of Electric Fields on the Electron Transport in Donor\textendashAcceptor Polymers", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 121, no. 7, pp. 3714–3723, Feb 2017. [doi]
Bibtex
@article{F_rster_2017,
doi = {10.1021/acs.jpcc.6b11230},
url = {https://doi.org/10.1021%2Facs.jpcc.6b11230},
year = 2017,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {121},
number = {7},
pages = {3714--3723},
author = {Anja Förster and Florian Günther and Sibylle Gemming and Gotthard Seifert},
title = {Influence of Electric Fields on the Electron Transport in Donor{\textendash}Acceptor Polymers},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dae-Young Jeon, Jian Zhang, Jens Trommer, So Jeong Park, Pierre-Emmanuel Gaillardon, Giovanni De Micheli, Thomas Mikolajick, Walter M. Weber, "Operation regimes and electrical transport of steep slope Schottky Si-FinFETs", In Journal of Applied Physics, AIP Publishing, vol. 121, no. 6, pp. 064504, Feb 2017. [doi] [Bibtex & Downloads]
Operation regimes and electrical transport of steep slope Schottky Si-FinFETs
Reference
Dae-Young Jeon, Jian Zhang, Jens Trommer, So Jeong Park, Pierre-Emmanuel Gaillardon, Giovanni De Micheli, Thomas Mikolajick, Walter M. Weber, "Operation regimes and electrical transport of steep slope Schottky Si-FinFETs", In Journal of Applied Physics, AIP Publishing, vol. 121, no. 6, pp. 064504, Feb 2017. [doi]
Bibtex
@article{Jeon_2017,
doi = {10.1063/1.4975475},
url = {https://doi.org/10.1063%2F1.4975475},
year = 2017,
month = {feb},
publisher = {{AIP} Publishing},
volume = {121},
number = {6},
pages = {064504},
author = {Dae-Young Jeon and Jian Zhang and Jens Trommer and So Jeong Park and Pierre-Emmanuel Gaillardon and Giovanni De Micheli and Thomas Mikolajick and Walter M. Weber},
title = {Operation regimes and electrical transport of steep slope Schottky Si-{FinFETs}},
journal = {Journal of Applied Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Kirchner, Nachiappan Chidambaram, Mirco Altana, Helmut Schift, "How post-processing by selective thermal reflow can reduce the roughness of 3D lithography in micro-optical lenses", In Proceeding: Laser 3D Manufacturing IV (Bo Gu and Henry Helvajian and Alberto Piqu'e and Corey M. Dunsky and Jian Liu), SPIE, Feb 2017. [doi] [Bibtex & Downloads]
How post-processing by selective thermal reflow can reduce the roughness of 3D lithography in micro-optical lenses
Reference
Robert Kirchner, Nachiappan Chidambaram, Mirco Altana, Helmut Schift, "How post-processing by selective thermal reflow can reduce the roughness of 3D lithography in micro-optical lenses", In Proceeding: Laser 3D Manufacturing IV (Bo Gu and Henry Helvajian and Alberto Piqu'e and Corey M. Dunsky and Jian Liu), SPIE, Feb 2017. [doi]
Bibtex
@inproceedings{Kirchner_2017,
doi = {10.1117/12.2258090},
url = {https://doi.org/10.1117%2F12.2258090},
year = 2017,
month = {feb},
publisher = ,
author = {Robert Kirchner and Nachiappan Chidambaram and Mirco Altana and Helmut Schift},
editor = {Bo Gu and Henry Helvajian and Alberto Piqu{\'{e}} and Corey M. Dunsky and Jian Liu},
title = {How post-processing by selective thermal reflow can reduce the roughness of 3D lithography in micro-optical lenses},
booktitle = {Laser 3D Manufacturing {IV}}
}Downloads
No Downloads available for this publication
Permalink
- Jens Trommer, André Heinzig, Uwe Mühle, Markus Löffler, Annett Winzer, Paul M. Jordan, Jürgen Beister, Tim Baldauf, Marion Geidel, Barbara Adolphi, Ehrenfried Zschech, Thomas Mikolajick, Walter M. Weber, "Enabling Energy Efficiency and Polarity Control in Germanium Nanowire Transistors by Individually Gated Nanojunctions", In ACS Nano, American Chemical Society (ACS), Jan 2017. [doi] [Bibtex & Downloads]
Enabling Energy Efficiency and Polarity Control in Germanium Nanowire Transistors by Individually Gated Nanojunctions
Reference
Jens Trommer, André Heinzig, Uwe Mühle, Markus Löffler, Annett Winzer, Paul M. Jordan, Jürgen Beister, Tim Baldauf, Marion Geidel, Barbara Adolphi, Ehrenfried Zschech, Thomas Mikolajick, Walter M. Weber, "Enabling Energy Efficiency and Polarity Control in Germanium Nanowire Transistors by Individually Gated Nanojunctions", In ACS Nano, American Chemical Society (ACS), Jan 2017. [doi]
Bibtex
@article{Trommer2017,
doi = {10.1021/acsnano.6b07531},
url = {https://doi.org/10.1021%2Facsnano.6b07531},
year = {2017},
month = {jan},
publisher = {American Chemical Society ({ACS})},
author = {Jens Trommer and André Heinzig and Uwe Mühle and Markus Löffler and Annett Winzer and Paul M. Jordan and Jürgen Beister and Tim Baldauf and Marion Geidel and Barbara Adolphi and Ehrenfried Zschech and Thomas Mikolajick and Walter M. Weber},
title = {Enabling Energy Efficiency and Polarity Control in Germanium Nanowire Transistors by Individually Gated Nanojunctions},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, "On Mapping to Multi/Manycores", In 10th International Workshop on Programmability and Architectures for Heterogeneous Multicores (MULTIPROG-2017), held in conjunction with the 12th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (invited talk), Jan 2017. [Bibtex & Downloads]
On Mapping to Multi/Manycores
Reference
Jeronimo Castrillon, "On Mapping to Multi/Manycores", In 10th International Workshop on Programmability and Architectures for Heterogeneous Multicores (MULTIPROG-2017), held in conjunction with the 12th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (invited talk), Jan 2017.
Bibtex
@Misc{castrillon2017multiprog,
author = {Castrillon, Jeronimo},
title = {On Mapping to Multi/Manycores},
howpublished = {10th International Workshop on Programmability and Architectures for Heterogeneous Multicores (MULTIPROG-2017), held in conjunction with the 12th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (invited talk)},
month = jan,
year = {2017},
location = {Stockholm, Sweden}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, "Flexible and Scalable Dataflow Programming for Manycores", In Tutorial for heterogeneous multicore design automation: current and future, held in conjunction with the 12th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (invited talk), Jan 2017. [Bibtex & Downloads]
Flexible and Scalable Dataflow Programming for Manycores
Reference
Jeronimo Castrillon, "Flexible and Scalable Dataflow Programming for Manycores", In Tutorial for heterogeneous multicore design automation: current and future, held in conjunction with the 12th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (invited talk), Jan 2017.
Bibtex
@Misc{castrillon2017hipeactut,
author = {Castrillon, Jeronimo},
title = {Flexible and Scalable Dataflow Programming for Manycores},
howpublished = {Tutorial for heterogeneous multicore design automation: current and future, held in conjunction with the 12th International Conference on High-Performance and Embedded Architectures and Compilers (HiPEAC) (invited talk)},
month = jan,
year = {2017},
location = {Stockholm, Sweden}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yevhen Karpov, Tim Erdmann, Manfred Stamm, Uwe Lappan, Olga Guskova, Mikhail Malanin, Ivan Raguzin, Tetyana Beryozkina, Vasiliy Bakulev, Florian Günther, Sibylle Gemming, Gotthard Seifert, Mike Hambsch, Stefan Mannsfeld, Brigitte Voit, Anton Kiriy, "Molecular Doping of a High Mobility Diketopyrrolopyrrole–Dithienylthieno[3,2-b]thiophene Donor–Acceptor Copolymer with F6TCNNQ", In Macromolecules, American Chemical Society (ACS), vol. 50, no. 3, pp. 914–926, Jan 2017. [doi] [Bibtex & Downloads]
Molecular Doping of a High Mobility Diketopyrrolopyrrole–Dithienylthieno[3,2-b]thiophene Donor–Acceptor Copolymer with F6TCNNQ
Reference
Yevhen Karpov, Tim Erdmann, Manfred Stamm, Uwe Lappan, Olga Guskova, Mikhail Malanin, Ivan Raguzin, Tetyana Beryozkina, Vasiliy Bakulev, Florian Günther, Sibylle Gemming, Gotthard Seifert, Mike Hambsch, Stefan Mannsfeld, Brigitte Voit, Anton Kiriy, "Molecular Doping of a High Mobility Diketopyrrolopyrrole–Dithienylthieno[3,2-b]thiophene Donor–Acceptor Copolymer with F6TCNNQ", In Macromolecules, American Chemical Society (ACS), vol. 50, no. 3, pp. 914–926, Jan 2017. [doi]
Bibtex
@article{Karpov_2017,
doi = {10.1021/acs.macromol.6b02452},
url = {https://doi.org/10.1021%2Facs.macromol.6b02452},
year = 2017,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {50},
number = {3},
pages = {914--926},
author = {Yevhen Karpov and Tim Erdmann and Manfred Stamm and Uwe Lappan and Olga Guskova and Mikhail Malanin and Ivan Raguzin and Tetyana Beryozkina and Vasiliy Bakulev and Florian Günther and Sibylle Gemming and Gotthard Seifert and Mike Hambsch and Stefan Mannsfeld and Brigitte Voit and Anton Kiriy},
title = {Molecular Doping of a High Mobility Diketopyrrolopyrrole–Dithienylthieno[3,2-b]thiophene Donor–Acceptor Copolymer with F6TCNNQ},
journal = {Macromolecules}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Förster, Christian Wagner, Jörg Schuster, Joachim Friedrich, "Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes\textemdashAn alternative initial step", In Journal of Vacuum Science & Technology A: Vacuum, Surfaces, and Films, American Vacuum Society, vol. 35, no. 1, pp. 01B113, Jan 2017. [doi] [Bibtex & Downloads]
Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes\textemdashAn alternative initial step
Reference
Anja Förster, Christian Wagner, Jörg Schuster, Joachim Friedrich, "Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes\textemdashAn alternative initial step", In Journal of Vacuum Science & Technology A: Vacuum, Surfaces, and Films, American Vacuum Society, vol. 35, no. 1, pp. 01B113, Jan 2017. [doi]
Bibtex
@article{F_rster_2017,
doi = {10.1116/1.4968196},
url = {https://doi.org/10.1116%2F1.4968196},
year = 2017,
month = {jan},
publisher = {American Vacuum Society},
volume = {35},
number = {1},
pages = {01B113},
author = {Anja Förster and Christian Wagner and Jörg Schuster and Joachim Friedrich},
title = {Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes{\textemdash}An alternative initial step},
journal = {Journal of Vacuum Science {\&} Technology A: Vacuum, Surfaces, and Films}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rui Santos, Shyamsundar Venkataraman, Akash Kumar, "Scrubbing Mechanism for Heterogeneous Applications in Reconfigurable Devices", In ACM Transactions on Design Automation of Electronic Systems (TODAES), 2017. [Bibtex & Downloads]
Scrubbing Mechanism for Heterogeneous Applications in Reconfigurable Devices
Reference
Rui Santos, Shyamsundar Venkataraman, Akash Kumar, "Scrubbing Mechanism for Heterogeneous Applications in Reconfigurable Devices", In ACM Transactions on Design Automation of Electronic Systems (TODAES), 2017.
Bibtex
@article{rui-todaes-2017,
title = {Scrubbing Mechanism for Heterogeneous Applications in Reconfigurable Devices},
journal = {ACM Transactions on Design Automation of Electronic Systems (TODAES)},
year = {2017},
author = {Rui Santos and Shyamsundar Venkataraman and Akash Kumar}
}Downloads
todaes-2017-scrubbing [PDF]
Related Paths
Permalink
- Stefanie Roos, Martin Byrenheid, Clemens Deusser, Thorsten Strufe, "BD-CAT: Balanced Dynamic Content Addressing in Trees", In Proceeding: IEEE INFOCOM, 2017. [Bibtex & Downloads]
BD-CAT: Balanced Dynamic Content Addressing in Trees
Reference
Stefanie Roos, Martin Byrenheid, Clemens Deusser, Thorsten Strufe, "BD-CAT: Balanced Dynamic Content Addressing in Trees", In Proceeding: IEEE INFOCOM, 2017.
Bibtex
@inproceedings{roos16anonymous,
title = {BD-CAT: Balanced Dynamic Content Addressing in Trees},
author = {Stefanie Roos and Martin Byrenheid and Clemens Deusser and Thorsten Strufe},
booktitle = {IEEE INFOCOM},
year = 2017
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Koen Vandewal, Johannes Benduhn, Karl Sebastian Schellhammer, Tim Vangerven, Janna E Rückert, Fortunato Piersimoni, Reinhard Scholz, Olaf Zeika, Yeli Fan, Stephen Barlow, Dieter Neher, Seth R Marder, Jean Manca, Donato Spoltore, Gianaurelio Cuniberti, Frank Ortmann, "Absorption Tails of Donor: C60 Blends Provide Insight into Thermally Activated Charge-Transfer Processes and Polaron Relaxation", In Journal of the American Chemical Society, 2017. [doi] [Bibtex & Downloads]
Absorption Tails of Donor: C60 Blends Provide Insight into Thermally Activated Charge-Transfer Processes and Polaron Relaxation
Reference
Koen Vandewal, Johannes Benduhn, Karl Sebastian Schellhammer, Tim Vangerven, Janna E Rückert, Fortunato Piersimoni, Reinhard Scholz, Olaf Zeika, Yeli Fan, Stephen Barlow, Dieter Neher, Seth R Marder, Jean Manca, Donato Spoltore, Gianaurelio Cuniberti, Frank Ortmann, "Absorption Tails of Donor: C60 Blends Provide Insight into Thermally Activated Charge-Transfer Processes and Polaron Relaxation", In Journal of the American Chemical Society, 2017. [doi]
Bibtex
@article{ortmann2017absorption,
title={Absorption Tails of Donor: C60 Blends Provide Insight into Thermally Activated Charge-Transfer Processes and Polaron Relaxation},
author={Vandewal, Koen and Benduhn, Johannes and Schellhammer, Karl Sebastian and Vangerven, Tim and R{\"u}ckert, Janna E and Piersimoni, Fortunato and Scholz, Reinhard and Zeika, Olaf and Fan, Yeli and Barlow, Stephen and Neher, Dieter and Marder, Seth R and Manca, Jean and Spoltore, Donato and Cuniberti, Gianaurelio and Ortmann, Frank},
journal={Journal of the American Chemical Society},
url = {http://pubs.acs.org/doi/10.1021/jacs.6b12857},
year={2017},
OPTpublisher={American Chemical Society},
doi={10.1021/jacs.6b12857}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhong-Shuai Wu, Yijun Zheng, Shuanghao Zheng, Sen Wang, Chenglin Sun, Khaled Parvez, Taichi Ikeda, Xinhe Bao, Klaus Müllen, Xinliang Feng, "Supercapacitors: Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance (Adv. Mater. 3/2017)", In Advanced Materials, Wiley Online Library, vol. 29, no. 3, 2017. [Bibtex & Downloads]
Supercapacitors: Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance (Adv. Mater. 3/2017)
Reference
Zhong-Shuai Wu, Yijun Zheng, Shuanghao Zheng, Sen Wang, Chenglin Sun, Khaled Parvez, Taichi Ikeda, Xinhe Bao, Klaus Müllen, Xinliang Feng, "Supercapacitors: Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance (Adv. Mater. 3/2017)", In Advanced Materials, Wiley Online Library, vol. 29, no. 3, 2017.
Bibtex
@article{wu2017supercapacitors,
title={Supercapacitors: Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance (Adv. Mater. 3/2017)},
author={Wu, Zhong-Shuai and Zheng, Yijun and Zheng, Shuanghao and Wang, Sen and Sun, Chenglin and Parvez, Khaled and Ikeda, Taichi and Bao, Xinhe and M{\"u}llen, Klaus and Feng, Xinliang},
journal={Advanced Materials},
volume={29},
number={3},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- Inna Dewald, Andreas Fery, "Polyelectrolyte Multilayers: Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization (Adv. Mater. Interfaces 1/2017)", In Advanced Materials Interfaces, Wiley Online Library, vol. 4, no. 1, 2017. [Bibtex & Downloads]
Polyelectrolyte Multilayers: Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization (Adv. Mater. Interfaces 1/2017)
Reference
Inna Dewald, Andreas Fery, "Polyelectrolyte Multilayers: Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization (Adv. Mater. Interfaces 1/2017)", In Advanced Materials Interfaces, Wiley Online Library, vol. 4, no. 1, 2017.
Bibtex
@article{dewald2017polyelectrolyte,
title={Polyelectrolyte Multilayers: Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization (Adv. Mater. Interfaces 1/2017)},
author={Dewald, Inna and Fery, Andreas},
journal={Advanced Materials Interfaces},
volume={4},
number={1},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- Chongqing Yang, Karl Sebastian Schellhammer, Frank Ortmann, Sai Sun, Renhao Dong, Melike Karakus, Zoltán Mics, Markus Löffler, Fan Zhang, Xiaodong Zhuang, Enrique Cánovas, Gianaurelio Cuniberti, Mischa Bonn, Xinliang Feng, "Coordination Polymer Framework-Based On-Chip Micro-Supercapacitors with AC Line-Filtering Performance", In Angewandte Chemie International Edition, 2017. [doi] [Bibtex & Downloads]
Coordination Polymer Framework-Based On-Chip Micro-Supercapacitors with AC Line-Filtering Performance
Reference
Chongqing Yang, Karl Sebastian Schellhammer, Frank Ortmann, Sai Sun, Renhao Dong, Melike Karakus, Zoltán Mics, Markus Löffler, Fan Zhang, Xiaodong Zhuang, Enrique Cánovas, Gianaurelio Cuniberti, Mischa Bonn, Xinliang Feng, "Coordination Polymer Framework-Based On-Chip Micro-Supercapacitors with AC Line-Filtering Performance", In Angewandte Chemie International Edition, 2017. [doi]
Bibtex
@article{Yang2017,
doi = {10.1002/anie.201700679},
url = {https://doi.org/10.1002%2Fanie.201700679},
year = {2017},
OPTpublisher = {Wiley-Blackwell},
author = {Chongqing Yang and Karl Sebastian Schellhammer and Frank Ortmann and Sai Sun and Renhao Dong and Melike Karakus and Zolt{\'{a}}n Mics and Markus L\"{o}ffler and Fan Zhang and Xiaodong Zhuang and Enrique C{\'{a}}novas and Gianaurelio Cuniberti and Mischa Bonn and Xinliang Feng},
title = {Coordination Polymer Framework-Based On-Chip Micro-Supercapacitors with {AC} Line-Filtering Performance},
journal = {Angewandte Chemie International Edition}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Saeed Motaragheb Jafarpour, Mandar Kini, Stefan E Schulz, Sascha Hermann, "Effects of catalyst configurations and process conditions on the formation of catalyst nanoparticles and growth of single-walled carbon nanotubes", In Microelectronic Engineering, Elsevier, vol. 167, pp. 95–104, 2017. [Bibtex & Downloads]
Effects of catalyst configurations and process conditions on the formation of catalyst nanoparticles and growth of single-walled carbon nanotubes
Reference
Saeed Motaragheb Jafarpour, Mandar Kini, Stefan E Schulz, Sascha Hermann, "Effects of catalyst configurations and process conditions on the formation of catalyst nanoparticles and growth of single-walled carbon nanotubes", In Microelectronic Engineering, Elsevier, vol. 167, pp. 95–104, 2017.
Bibtex
@article{jafarpour2017effects,
title={Effects of catalyst configurations and process conditions on the formation of catalyst nanoparticles and growth of single-walled carbon nanotubes},
author={Jafarpour, Saeed Motaragheb and Kini, Mandar and Schulz, Stefan E and Hermann, Sascha},
journal={Microelectronic Engineering},
volume={167},
pages={95--104},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Carbon Path, Carbon Path
Permalink
- Delina Joseph, Raul D Rodriguez, Akash Verma, Elaheh Pousaneh, Dietrich RT Zahn, Heinrich Lang, Sudeshna Chandra, "Electrochemistry and surface-enhanced Raman spectroscopy of CTAB modulated interactions of magnetic nanoparticles with biomolecules", In RSC Advances, Royal Society of Chemistry, vol. 7, no. 7, pp. 3628–3634, 2017. [Bibtex & Downloads]
Electrochemistry and surface-enhanced Raman spectroscopy of CTAB modulated interactions of magnetic nanoparticles with biomolecules
Reference
Delina Joseph, Raul D Rodriguez, Akash Verma, Elaheh Pousaneh, Dietrich RT Zahn, Heinrich Lang, Sudeshna Chandra, "Electrochemistry and surface-enhanced Raman spectroscopy of CTAB modulated interactions of magnetic nanoparticles with biomolecules", In RSC Advances, Royal Society of Chemistry, vol. 7, no. 7, pp. 3628–3634, 2017.
Bibtex
@article{joseph2017electrochemistry,
title={Electrochemistry and surface-enhanced Raman spectroscopy of CTAB modulated interactions of magnetic nanoparticles with biomolecules},
author={Joseph, Delina and Rodriguez, Raul D and Verma, Akash and Pousaneh, Elaheh and Zahn, Dietrich RT and Lang, Heinrich and Chandra, Sudeshna},
journal={RSC Advances},
volume={7},
number={7},
pages={3628--3634},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Carbon Path, Carbon Path
Permalink
- Yanshan Huang, Dongqing Wu, Arezoo Dianat, Manferd Bobeth, Tao Huang, Yiyong Mai, Fan Zhang, Gianaurelio Cuniberti, Xinliang Feng, "Bipolar nitrogen-doped graphene frameworks as high-performance cathodes for lithium ion batteries", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
Bipolar nitrogen-doped graphene frameworks as high-performance cathodes for lithium ion batteries
Reference
Yanshan Huang, Dongqing Wu, Arezoo Dianat, Manferd Bobeth, Tao Huang, Yiyong Mai, Fan Zhang, Gianaurelio Cuniberti, Xinliang Feng, "Bipolar nitrogen-doped graphene frameworks as high-performance cathodes for lithium ion batteries", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017.
Bibtex
@article{huang2017bipolar,
title={Bipolar nitrogen-doped graphene frameworks as high-performance cathodes for lithium ion batteries},
author={Huang, Yanshan and Wu, Dongqing and Dianat, Arezoo and Bobeth, Manferd and Huang, Tao and Mai, Yiyong and Zhang, Fan and Cuniberti, Gianaurelio and Feng, Xinliang},
journal={Journal of Materials Chemistry A},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Martin Pfeffermann, Michael Wuttke, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Shape-Persistent Graphite Replica of Metal Wires", In Advanced Materials, Wiley Online Library, vol. 29, no. 4, 2017. [Bibtex & Downloads]
Shape-Persistent Graphite Replica of Metal Wires
Reference
Martin Pfeffermann, Michael Wuttke, Xinliang Feng, Akimitsu Narita, Klaus Müllen, "Shape-Persistent Graphite Replica of Metal Wires", In Advanced Materials, Wiley Online Library, vol. 29, no. 4, 2017.
Bibtex
@article{pfeffermann2017shape,
title={Shape-Persistent Graphite Replica of Metal Wires},
author={Pfeffermann, Martin and Wuttke, Michael and Feng, Xinliang and Narita, Akimitsu and M{\"u}llen, Klaus},
journal={Advanced Materials},
volume={29},
number={4},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Hou, Ming Qiu, Tao Zhang, Ji Ma, Shaohua Liu, Xiaodong Zhuang, Chris Yuan, Xinliang Feng, "Efficient Electrochemical and Photoelectrochemical Water Splitting by a 3D Nanostructured Carbon Supported on Flexible Exfoliated Graphene Foil", In Advanced Materials, Wiley Online Library, vol. 29, no. 3, 2017. [Bibtex & Downloads]
Efficient Electrochemical and Photoelectrochemical Water Splitting by a 3D Nanostructured Carbon Supported on Flexible Exfoliated Graphene Foil
Reference
Yang Hou, Ming Qiu, Tao Zhang, Ji Ma, Shaohua Liu, Xiaodong Zhuang, Chris Yuan, Xinliang Feng, "Efficient Electrochemical and Photoelectrochemical Water Splitting by a 3D Nanostructured Carbon Supported on Flexible Exfoliated Graphene Foil", In Advanced Materials, Wiley Online Library, vol. 29, no. 3, 2017.
Bibtex
@article{hou2017efficient,
title={Efficient Electrochemical and Photoelectrochemical Water Splitting by a 3D Nanostructured Carbon Supported on Flexible Exfoliated Graphene Foil},
author={Hou, Yang and Qiu, Ming and Zhang, Tao and Ma, Ji and Liu, Shaohua and Zhuang, Xiaodong and Yuan, Chris and Feng, Xinliang},
journal={Advanced Materials},
volume={29},
number={3},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Panpan Zhang, Feng Zhu, Faxing Wang, Jinhui Wang, Renhao Dong, Xiaodong Zhuang, Oliver G Schmidt, Xinliang Feng, "Stimulus-Responsive Micro-Supercapacitors with Ultrahigh Energy Density and Reversible Electrochromic Window", In Advanced Materials, Wiley Online Library, vol. 29, no. 7, 2017. [Bibtex & Downloads]
Stimulus-Responsive Micro-Supercapacitors with Ultrahigh Energy Density and Reversible Electrochromic Window
Reference
Panpan Zhang, Feng Zhu, Faxing Wang, Jinhui Wang, Renhao Dong, Xiaodong Zhuang, Oliver G Schmidt, Xinliang Feng, "Stimulus-Responsive Micro-Supercapacitors with Ultrahigh Energy Density and Reversible Electrochromic Window", In Advanced Materials, Wiley Online Library, vol. 29, no. 7, 2017.
Bibtex
@article{zhang2017stimulus,
title={Stimulus-Responsive Micro-Supercapacitors with Ultrahigh Energy Density and Reversible Electrochromic Window},
author={Zhang, Panpan and Zhu, Feng and Wang, Faxing and Wang, Jinhui and Dong, Renhao and Zhuang, Xiaodong and Schmidt, Oliver G and Feng, Xinliang},
journal={Advanced Materials},
volume={29},
number={7},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Renhao Dong, Martin Pfeffermann, Dmitry Skidin, Faxing Wang, Yubin Fu, Akimitsu Narita, Matteo Tommasini, Francesca Moresco, Gianaurelio Cuniberti, Reinhard Berger, Klaus Müllen, Xinliang Feng, "Persulfurated Coronene: A New Generation of “Sulflower”", In Journal of the American Chemical Society, American Chemical Society, vol. 139, no. 6, pp. 2168–2171, 2017. [Bibtex & Downloads]
Persulfurated Coronene: A New Generation of “Sulflower”
Reference
Renhao Dong, Martin Pfeffermann, Dmitry Skidin, Faxing Wang, Yubin Fu, Akimitsu Narita, Matteo Tommasini, Francesca Moresco, Gianaurelio Cuniberti, Reinhard Berger, Klaus Müllen, Xinliang Feng, "Persulfurated Coronene: A New Generation of “Sulflower”", In Journal of the American Chemical Society, American Chemical Society, vol. 139, no. 6, pp. 2168–2171, 2017.
Bibtex
@article{dong2017persulfurated,
title={Persulfurated Coronene: A New Generation of “Sulflower”},
author={Dong, Renhao and Pfeffermann, Martin and Skidin, Dmitry and Wang, Faxing and Fu, Yubin and Narita, Akimitsu and Tommasini, Matteo and Moresco, Francesca and Cuniberti, Gianaurelio and Berger, Reinhard and Müllen, Klaus and Feng, Xinliang},
journal={Journal of the American Chemical Society},
volume={139},
number={6},
pages={2168--2171},
year={2017},
publisher={American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Leopold Talirz, Hajo Söde, Tim Dumslaff, Shiyong Wang, Juan Ramon Sanchez-Valencia, Jia Liu, Prashant Shinde, Carlo A Pignedoli, Liangbo Liang, Vincent Meunier, Nicholas C. Plumb, Ming Shi, Xinliang Feng, "On-Surface Synthesis and Characterization of 9-Atom Wide Armchair Graphene Nanoribbons", In ACS nano, ACS Publications, vol. 11, no. 2, pp. 1380–1388, 2017. [Bibtex & Downloads]
On-Surface Synthesis and Characterization of 9-Atom Wide Armchair Graphene Nanoribbons
Reference
Leopold Talirz, Hajo Söde, Tim Dumslaff, Shiyong Wang, Juan Ramon Sanchez-Valencia, Jia Liu, Prashant Shinde, Carlo A Pignedoli, Liangbo Liang, Vincent Meunier, Nicholas C. Plumb, Ming Shi, Xinliang Feng, "On-Surface Synthesis and Characterization of 9-Atom Wide Armchair Graphene Nanoribbons", In ACS nano, ACS Publications, vol. 11, no. 2, pp. 1380–1388, 2017.
Bibtex
@article{talirz2017surface,
title={On-Surface Synthesis and Characterization of 9-Atom Wide Armchair Graphene Nanoribbons},
author={Talirz, Leopold and Söde, Hajo and Dumslaff, Tim and Wang, Shiyong and Sanchez-Valencia, Juan Ramon and Liu, Jia and Shinde, Prashant and Pignedoli, Carlo A and Liang, Liangbo and Meunier, Vincent and Plumb, Nicholas C. and Shi, Ming and Feng, Xinliang},
journal={ACS nano},
volume={11},
number={2},
pages={1380--1388},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kai Yuan, Xiaodong Zhuang, Ting Hu, Lei Shi, Stavroula Sfaelou, Ulrike Polnick, Michael Forster, Thomas Pichler, Thomas Riedl, Xinliang Feng, others, "2D Heterostructures Derived from MoS2-Templated, Cobalt-Containing Conjugated Microporous Polymer Sandwiches for the Oxygen Reduction Reaction and Electrochemical Energy Storage", In ChemElectroChem, Wiley Online Library, vol. 4, no. 3, pp. 709–715, 2017. [Bibtex & Downloads]
2D Heterostructures Derived from MoS2-Templated, Cobalt-Containing Conjugated Microporous Polymer Sandwiches for the Oxygen Reduction Reaction and Electrochemical Energy Storage
Reference
Kai Yuan, Xiaodong Zhuang, Ting Hu, Lei Shi, Stavroula Sfaelou, Ulrike Polnick, Michael Forster, Thomas Pichler, Thomas Riedl, Xinliang Feng, others, "2D Heterostructures Derived from MoS2-Templated, Cobalt-Containing Conjugated Microporous Polymer Sandwiches for the Oxygen Reduction Reaction and Electrochemical Energy Storage", In ChemElectroChem, Wiley Online Library, vol. 4, no. 3, pp. 709–715, 2017.
Bibtex
@article{yuan20172d,
title={2D Heterostructures Derived from MoS2-Templated, Cobalt-Containing Conjugated Microporous Polymer Sandwiches for the Oxygen Reduction Reaction and Electrochemical Energy Storage},
author={Yuan, Kai and Zhuang, Xiaodong and Hu, Ting and Shi, Lei and Sfaelou, Stavroula and Polnick, Ulrike and Forster, Michael and Pichler, Thomas and Riedl, Thomas and Feng, Xinliang and others},
journal={ChemElectroChem},
volume={4},
number={3},
pages={709--715},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Marco Gobbi, Sara Bonacchi, Jian X Lian, Yi Liu, Xiao-Ye Wang, Marc-Antoine Stoeckel, Marco A Squillaci, Gabriele D’Avino, Akimitsu Narita, Klaus Müllen, Xinliang Feng, Yoann Olivier, David Beljonne, Paolo Samori, Emanuele Orgiu, "Periodic potentials in hybrid van der Waals heterostructures formed by supramolecular lattices on graphene", In Nature Communications, Nature Publishing Group, vol. 8, pp. 14767, 2017. [Bibtex & Downloads]
Periodic potentials in hybrid van der Waals heterostructures formed by supramolecular lattices on graphene
Reference
Marco Gobbi, Sara Bonacchi, Jian X Lian, Yi Liu, Xiao-Ye Wang, Marc-Antoine Stoeckel, Marco A Squillaci, Gabriele D’Avino, Akimitsu Narita, Klaus Müllen, Xinliang Feng, Yoann Olivier, David Beljonne, Paolo Samori, Emanuele Orgiu, "Periodic potentials in hybrid van der Waals heterostructures formed by supramolecular lattices on graphene", In Nature Communications, Nature Publishing Group, vol. 8, pp. 14767, 2017.
Bibtex
@article{gobbi2017periodic,
title={Periodic potentials in hybrid van der Waals heterostructures formed by supramolecular lattices on graphene},
author={Gobbi, Marco and Bonacchi, Sara and Lian, Jian X and Liu, Yi and Wang, Xiao-Ye and Stoeckel, Marc-Antoine and Squillaci, Marco A and D’Avino, Gabriele and Narita, Akimitsu and M{\"u}llen, Klaus and Feng, Xinliang and Olivier, Yoann and Beljonne, David and Samori, Paolo and Orgiu, Emanuele},
journal={Nature Communications},
volume={8},
pages={14767},
year={2017},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ji Ma, Junzhi Liu, Martin Baumgarten, Yubin Fu, Yuan-Zhi Tan, Karl Sebastian Schellhammer, Frank Ortmann, Gianaurelio Cuniberti, Hartmut Komber, Reinhard Berger, Klaus Müllen, Xinliang Feng, "A Stable Saddle-Shaped Polycyclic Hydrocarbon with an Open-Shell Singlet Ground State", In Angewandte Chemie, vol. 129, no. 12, pp. 3328–3332, 2017. [Bibtex & Downloads]
A Stable Saddle-Shaped Polycyclic Hydrocarbon with an Open-Shell Singlet Ground State
Reference
Ji Ma, Junzhi Liu, Martin Baumgarten, Yubin Fu, Yuan-Zhi Tan, Karl Sebastian Schellhammer, Frank Ortmann, Gianaurelio Cuniberti, Hartmut Komber, Reinhard Berger, Klaus Müllen, Xinliang Feng, "A Stable Saddle-Shaped Polycyclic Hydrocarbon with an Open-Shell Singlet Ground State", In Angewandte Chemie, vol. 129, no. 12, pp. 3328–3332, 2017.
Bibtex
@article{ma2017stable,
title={A Stable Saddle-Shaped Polycyclic Hydrocarbon with an Open-Shell Singlet Ground State},
author={Ma, Ji and Liu, Junzhi and Baumgarten, Martin and Fu, Yubin and Tan, Yuan-Zhi and Schellhammer, Karl Sebastian and Ortmann, Frank and Cuniberti, Gianaurelio and Komber, Hartmut and Berger, Reinhard and Müllen, Klaus and Feng, Xinliang},
journal={Angewandte Chemie},
volume={129},
number={12},
pages={3328--3332},
year={2017},
OPTpublisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shaohua Liu, Faxing Wang, Renhao Dong, Tao Zhang, Jian Zhang, Zhikun Zheng, Yiyong Mai, Xinliang Feng, "Soft-Template Construction of 3D Macroporous Polypyrrole Scaffolds", In Small, Wiley Online Library, 2017. [Bibtex & Downloads]
Soft-Template Construction of 3D Macroporous Polypyrrole Scaffolds
Reference
Shaohua Liu, Faxing Wang, Renhao Dong, Tao Zhang, Jian Zhang, Zhikun Zheng, Yiyong Mai, Xinliang Feng, "Soft-Template Construction of 3D Macroporous Polypyrrole Scaffolds", In Small, Wiley Online Library, 2017.
Bibtex
@article{liu2017soft,
title={Soft-Template Construction of 3D Macroporous Polypyrrole Scaffolds},
author={Liu, Shaohua and Wang, Faxing and Dong, Renhao and Zhang, Tao and Zhang, Jian and Zheng, Zhikun and Mai, Yiyong and Feng, Xinliang},
journal={Small},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhaoyang Liu, Shaohua Liu, Renhao Dong, Sheng Yang, Hao Lu, Akimitsu Narita, Xinliang Feng, Klaus Müllen, "High Power In-Plane Micro-Supercapacitors Based on Mesoporous Polyaniline Patterned Graphene", In Small, Wiley Online Library, 2017. [Bibtex & Downloads]
High Power In-Plane Micro-Supercapacitors Based on Mesoporous Polyaniline Patterned Graphene
Reference
Zhaoyang Liu, Shaohua Liu, Renhao Dong, Sheng Yang, Hao Lu, Akimitsu Narita, Xinliang Feng, Klaus Müllen, "High Power In-Plane Micro-Supercapacitors Based on Mesoporous Polyaniline Patterned Graphene", In Small, Wiley Online Library, 2017.
Bibtex
@article{liu2017high,
title={High Power In-Plane Micro-Supercapacitors Based on Mesoporous Polyaniline Patterned Graphene},
author={Liu, Zhaoyang and Liu, Shaohua and Dong, Renhao and Yang, Sheng and Lu, Hao and Narita, Akimitsu and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Small},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Haiqing Liu, Yanping Tang, Chi Wang, Zhixiao Xu, Chongqing Yang, Tao Huang, Fan Zhang, Dongqing Wu, Xinliang Feng, "A Lyotropic Liquid-Crystal-Based Assembly Avenue toward Highly Oriented Vanadium Pentoxide/Graphene Films for Flexible Energy Storage", In Advanced Functional Materials, Wiley Online Library, 2017. [Bibtex & Downloads]
A Lyotropic Liquid-Crystal-Based Assembly Avenue toward Highly Oriented Vanadium Pentoxide/Graphene Films for Flexible Energy Storage
Reference
Haiqing Liu, Yanping Tang, Chi Wang, Zhixiao Xu, Chongqing Yang, Tao Huang, Fan Zhang, Dongqing Wu, Xinliang Feng, "A Lyotropic Liquid-Crystal-Based Assembly Avenue toward Highly Oriented Vanadium Pentoxide/Graphene Films for Flexible Energy Storage", In Advanced Functional Materials, Wiley Online Library, 2017.
Bibtex
@article{liu2017lyotropic,
title={A Lyotropic Liquid-Crystal-Based Assembly Avenue toward Highly Oriented Vanadium Pentoxide/Graphene Films for Flexible Energy Storage},
author={Liu, Haiqing and Tang, Yanping and Wang, Chi and Xu, Zhixiao and Yang, Chongqing and Huang, Tao and Zhang, Fan and Wu, Dongqing and Feng, Xinliang},
journal={Advanced Functional Materials},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhong-Shuai Wu, Yuan-Zhi Tan, Shuanghao Zheng, Sen Wang, Khaled Parvez, Jieqiong Qin, Xiaoyu Shi, Chenglin Sun, Xinhe Bao, Xinliang Feng, Klaus Müllen, "Bottom-Up Fabrication of Sulfur-Doped Graphene Films Derived from Sulfur-Annulated Nanographene for Ultrahigh Volumetric Capacitance Micro-Supercapacitors", In Journal of the American Chemical Society, ACS Publications, 2017. [Bibtex & Downloads]
Bottom-Up Fabrication of Sulfur-Doped Graphene Films Derived from Sulfur-Annulated Nanographene for Ultrahigh Volumetric Capacitance Micro-Supercapacitors
Reference
Zhong-Shuai Wu, Yuan-Zhi Tan, Shuanghao Zheng, Sen Wang, Khaled Parvez, Jieqiong Qin, Xiaoyu Shi, Chenglin Sun, Xinhe Bao, Xinliang Feng, Klaus Müllen, "Bottom-Up Fabrication of Sulfur-Doped Graphene Films Derived from Sulfur-Annulated Nanographene for Ultrahigh Volumetric Capacitance Micro-Supercapacitors", In Journal of the American Chemical Society, ACS Publications, 2017.
Bibtex
@article{wu2017bottom,
title={Bottom-Up Fabrication of Sulfur-Doped Graphene Films Derived from Sulfur-Annulated Nanographene for Ultrahigh Volumetric Capacitance Micro-Supercapacitors},
author={Wu, Zhong-Shuai and Tan, Yuan-Zhi and Zheng, Shuanghao and Wang, Sen and Parvez, Khaled and Qin, Jieqiong and Shi, Xiaoyu and Sun, Chenglin and Bao, Xinhe and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Nils Richter, Yenny R Hernandez, Sebastian Schweitzer, June-Seo Kim, Ajit Kumar Patra, Jan Englert, Ingo Lieberwirth, Andrea Liscio, Vincenzo Palermo, Xinliang Feng, Andreas Hirsch, Klaus Müllen, Mathias Kläui, "Robust Two-Dimensional Electronic Properties in Three-Dimensional Microstructures of Rotationally Stacked Turbostratic Graphene", In Physical Review Applied, APS, vol. 7, no. 2, pp. 024022, 2017. [Bibtex & Downloads]
Robust Two-Dimensional Electronic Properties in Three-Dimensional Microstructures of Rotationally Stacked Turbostratic Graphene
Reference
Nils Richter, Yenny R Hernandez, Sebastian Schweitzer, June-Seo Kim, Ajit Kumar Patra, Jan Englert, Ingo Lieberwirth, Andrea Liscio, Vincenzo Palermo, Xinliang Feng, Andreas Hirsch, Klaus Müllen, Mathias Kläui, "Robust Two-Dimensional Electronic Properties in Three-Dimensional Microstructures of Rotationally Stacked Turbostratic Graphene", In Physical Review Applied, APS, vol. 7, no. 2, pp. 024022, 2017.
Bibtex
@article{richter2017robust,
title={Robust Two-Dimensional Electronic Properties in Three-Dimensional Microstructures of Rotationally Stacked Turbostratic Graphene},
author={Richter, Nils and Hernandez, Yenny R and Schweitzer, Sebastian and Kim, June-Seo and Patra, Ajit Kumar and Englert, Jan and Lieberwirth, Ingo and Liscio, Andrea and Palermo, Vincenzo and Feng, Xinliang and Hirsch, Andreas and Müllen, Klaus and Kläui, Mathias},
journal={Physical Review Applied},
volume={7},
number={2},
pages={024022},
year={2017},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Fugui Xu, Dongdong Wu, Yinjuan Huang, Hao Wei, Yong Gao, Xinliang Feng, Deyue Yan, Yiyong Mai, "Multi-Dimensional Self-Assembly of a Dual-Responsive ABC Miktoarm Star Terpolymer", In ACS Macro Letters, ACS Publications, vol. 6, pp. 426–430, 2017. [Bibtex & Downloads]
Multi-Dimensional Self-Assembly of a Dual-Responsive ABC Miktoarm Star Terpolymer
Reference
Fugui Xu, Dongdong Wu, Yinjuan Huang, Hao Wei, Yong Gao, Xinliang Feng, Deyue Yan, Yiyong Mai, "Multi-Dimensional Self-Assembly of a Dual-Responsive ABC Miktoarm Star Terpolymer", In ACS Macro Letters, ACS Publications, vol. 6, pp. 426–430, 2017.
Bibtex
@article{xu2017multi,
title={Multi-Dimensional Self-Assembly of a Dual-Responsive ABC Miktoarm Star Terpolymer},
author={Xu, Fugui and Wu, Dongdong and Huang, Yinjuan and Wei, Hao and Gao, Yong and Feng, Xinliang and Yan, Deyue and Mai, Yiyong},
journal={ACS Macro Letters},
volume={6},
pages={426--430},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Chenbao Lu, Diana Tranca, Jian Zhang, Fermín Rodríguez Hernández, Yuezeng Su, Xiaodong Zhuang, Fan Zhang, Gotthard Seifert, Xinliang Feng, "Molybdenum Carbide-Embedded Nitrogen-Doped Porous Carbon Nanosheets as Electrocatalysts for Water Splitting in Alkaline Media", In ACS nano, ACS Publications, 2017. [Bibtex & Downloads]
Molybdenum Carbide-Embedded Nitrogen-Doped Porous Carbon Nanosheets as Electrocatalysts for Water Splitting in Alkaline Media
Reference
Chenbao Lu, Diana Tranca, Jian Zhang, Fermín Rodríguez Hernández, Yuezeng Su, Xiaodong Zhuang, Fan Zhang, Gotthard Seifert, Xinliang Feng, "Molybdenum Carbide-Embedded Nitrogen-Doped Porous Carbon Nanosheets as Electrocatalysts for Water Splitting in Alkaline Media", In ACS nano, ACS Publications, 2017.
Bibtex
@article{lu2017molybdenum,
title={Molybdenum Carbide-Embedded Nitrogen-Doped Porous Carbon Nanosheets as Electrocatalysts for Water Splitting in Alkaline Media},
author={Lu, Chenbao and Tranca, Diana and Zhang, Jian and Rodr{\i}́guez Hernández, Ferm{\i}́n and Su, Yuezeng and Zhuang, Xiaodong and Zhang, Fan and Seifert, Gotthard and Feng, Xinliang},
journal={ACS nano},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Okan Deniz, Carlos Sánchez-Sánchez, Tim Dumslaff, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Neerav Kharche, Vincent Meunier, Roman Fasel, Pascal Ruffieux, "Revealing the Electronic Structure of Silicon Intercalated Armchair Graphene Nanoribbons by Scanning Tunneling Spectroscopy", In Nano Letters, ACS Publications, 2017. [Bibtex & Downloads]
Revealing the Electronic Structure of Silicon Intercalated Armchair Graphene Nanoribbons by Scanning Tunneling Spectroscopy
Reference
Okan Deniz, Carlos Sánchez-Sánchez, Tim Dumslaff, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Neerav Kharche, Vincent Meunier, Roman Fasel, Pascal Ruffieux, "Revealing the Electronic Structure of Silicon Intercalated Armchair Graphene Nanoribbons by Scanning Tunneling Spectroscopy", In Nano Letters, ACS Publications, 2017.
Bibtex
@article{deniz2017revealing,
title={Revealing the Electronic Structure of Silicon Intercalated Armchair Graphene Nanoribbons by Scanning Tunneling Spectroscopy},
author={Deniz, Okan and S{\'a}nchez-S{\'a}nchez, Carlos and Dumslaff, Tim and Feng, Xinliang and Narita, Akimitsu and Müllen, Klaus and Kharche, Neerav and Meunier, Vincent and Fasel, Roman and Ruffieux, Pascal},
journal={Nano Letters},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dmitrii Kuvaiskii, Oleksii Oleksenko, Sergei Arnautov, Bohdan Trach, Pramod Bhatotia, Pascal Felber, Christof Fetzer, "SGXBounds: Memory Safety for Shielded Execution", Proceedings of the 2017 ACM European Conference on Computer Systems (EuroSys), 2017. [Bibtex & Downloads]
SGXBounds: Memory Safety for Shielded Execution
Reference
Dmitrii Kuvaiskii, Oleksii Oleksenko, Sergei Arnautov, Bohdan Trach, Pramod Bhatotia, Pascal Felber, Christof Fetzer, "SGXBounds: Memory Safety for Shielded Execution", Proceedings of the 2017 ACM European Conference on Computer Systems (EuroSys), 2017.
Bibtex
@inproceedings{Kuvaiskii2017SGXBou,
title={SGXBounds: Memory Safety for Shielded Execution},
author={Kuvaiskii, Dmitrii and Oleksenko, Oleksii and Arnautov, Sergei and Trach, Bohdan and Bhatotia, Pramod and Felber, Pascal and Fetzer, Christof},
year={2017},
booktitle={Proceedings of the 2017 ACM European Conference on Computer Systems (EuroSys)},
url={http://se.inf.tu-dresden.de/pubs/papers/sgxbounds2017.pdf},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andrea Candini, Leonardo Martini, Zongping Chen, Neeraj Mishra, Domenica Convertino, Camilla Coletti, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Marco Affronte, "High Photoresponsivity in Graphene Nanoribbon Field Effect Transistor Devices Contacted With Graphene Electrodes", In The Journal of Physical Chemistry C, ACS Publications, 2017. [Bibtex & Downloads]
High Photoresponsivity in Graphene Nanoribbon Field Effect Transistor Devices Contacted With Graphene Electrodes
Reference
Andrea Candini, Leonardo Martini, Zongping Chen, Neeraj Mishra, Domenica Convertino, Camilla Coletti, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Marco Affronte, "High Photoresponsivity in Graphene Nanoribbon Field Effect Transistor Devices Contacted With Graphene Electrodes", In The Journal of Physical Chemistry C, ACS Publications, 2017.
Bibtex
@article{candini2017high,
title={High Photoresponsivity in Graphene Nanoribbon Field Effect Transistor Devices Contacted With Graphene Electrodes},
author={Candini, Andrea and Martini, Leonardo and Chen, Zongping and Mishra, Neeraj and Convertino, Domenica and Coletti, Camilla and Narita, Akimitsu and Feng, Xinliang and M{\"u}llen, Klaus and Affronte, Marco},
journal={The Journal of Physical Chemistry C},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sheng Yang, Antonio Gaetano Ricciardulli, Shaohua Liu, Renhao Dong, Martin R Lohe, Alfons Becker, Marco A Squillaci, Paolo Samorì, Klaus Müllen, Xinliang Feng, "Ultrafast Delamination of Graphite into High-Quality Graphene Using Alternating Currents", In Angewandte Chemie International Edition, Wiley Online Library, 2017. [Bibtex & Downloads]
Ultrafast Delamination of Graphite into High-Quality Graphene Using Alternating Currents
Reference
Sheng Yang, Antonio Gaetano Ricciardulli, Shaohua Liu, Renhao Dong, Martin R Lohe, Alfons Becker, Marco A Squillaci, Paolo Samorì, Klaus Müllen, Xinliang Feng, "Ultrafast Delamination of Graphite into High-Quality Graphene Using Alternating Currents", In Angewandte Chemie International Edition, Wiley Online Library, 2017.
Bibtex
@article{yang2017ultrafast,
title={Ultrafast Delamination of Graphite into High-Quality Graphene Using Alternating Currents},
author={Yang, Sheng and Ricciardulli, Antonio Gaetano and Liu, Shaohua and Dong, Renhao and Lohe, Martin R and Becker, Alfons and Squillaci, Marco A and Samor{\`\i}, Paolo and M{\"u}llen, Klaus and Feng, Xinliang},
journal={Angewandte Chemie International Edition},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Hou, Xiaodong Zhuang, Xinliang Feng, "Recent Advances in Earth-Abundant Heterogeneous Electrocatalysts for Photoelectrochemical Water Splitting", In Small Methods, Wiley Online Library, 2017. [Bibtex & Downloads]
Recent Advances in Earth-Abundant Heterogeneous Electrocatalysts for Photoelectrochemical Water Splitting
Reference
Yang Hou, Xiaodong Zhuang, Xinliang Feng, "Recent Advances in Earth-Abundant Heterogeneous Electrocatalysts for Photoelectrochemical Water Splitting", In Small Methods, Wiley Online Library, 2017.
Bibtex
@article{hou2017recent,
title={Recent Advances in Earth-Abundant Heterogeneous Electrocatalysts for Photoelectrochemical Water Splitting},
author={Hou, Yang and Zhuang, Xiaodong and Feng, Xinliang},
journal={Small Methods},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Marcus Richter, Karl Sebastian Schellhammer, Peter Machata, Gianaurelio Cuniberti, Alexey Popov, Frank Ortmann, Reinhard Berger, Klaus Müllen, Xinliang Feng, "Polycyclic heteroaromatic hydrocarbons containing a benzoisoindole core", In Organic Chemistry Frontiers, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
Polycyclic heteroaromatic hydrocarbons containing a benzoisoindole core
Reference
Marcus Richter, Karl Sebastian Schellhammer, Peter Machata, Gianaurelio Cuniberti, Alexey Popov, Frank Ortmann, Reinhard Berger, Klaus Müllen, Xinliang Feng, "Polycyclic heteroaromatic hydrocarbons containing a benzoisoindole core", In Organic Chemistry Frontiers, Royal Society of Chemistry, 2017.
Bibtex
@article{richter2017polycyclic,
title={Polycyclic heteroaromatic hydrocarbons containing a benzoisoindole core},
author={Richter, Marcus and Schellhammer, Karl Sebastian and Machata, Peter and Cuniberti, Gianaurelio and Popov, Alexey and Ortmann, Frank and Berger, Reinhard and M{\"u}llen, Klaus and Feng, Xinliang},
journal={Organic Chemistry Frontiers},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jian Zhang, Tao Wang, Pan Liu, Zhongquan Liao, Shaohua Liu, Xiaodong Zhuang, Mingwei Chen, Ehrenfried Zschech, Xinliang Feng, "Efficient hydrogen production on MoNi4 electrocatalysts with fast water dissociation kinetics.", In Nature communications, vol. 8, pp. 15437, 2017. [Bibtex & Downloads]
Efficient hydrogen production on MoNi4 electrocatalysts with fast water dissociation kinetics.
Reference
Jian Zhang, Tao Wang, Pan Liu, Zhongquan Liao, Shaohua Liu, Xiaodong Zhuang, Mingwei Chen, Ehrenfried Zschech, Xinliang Feng, "Efficient hydrogen production on MoNi4 electrocatalysts with fast water dissociation kinetics.", In Nature communications, vol. 8, pp. 15437, 2017.
Bibtex
@article{zhang2017efficient,
title={Efficient hydrogen production on MoNi4 electrocatalysts with fast water dissociation kinetics.},
author={Zhang, Jian and Wang, Tao and Liu, Pan and Liao, Zhongquan and Liu, Shaohua and Zhuang, Xiaodong and Chen, Mingwei and Zschech, Ehrenfried and Feng, Xinliang},
journal={Nature communications},
volume={8},
pages={15437},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Junzhi Liu, Ji Ma, Ke Zhang, Prince Ravat, Peter Machata, Stanislav M Avdoshenko, Felix Hennersdorf, Hartmut Komber, Wojciech Pisula, Jan J Weigand, others, "π-Extended and Curved Anti-Aromatic Polycyclic Hydrocarbons", In Journal of the American Chemical Society, ACS Publications, 2017. [Bibtex & Downloads]
π-Extended and Curved Anti-Aromatic Polycyclic Hydrocarbons
Reference
Junzhi Liu, Ji Ma, Ke Zhang, Prince Ravat, Peter Machata, Stanislav M Avdoshenko, Felix Hennersdorf, Hartmut Komber, Wojciech Pisula, Jan J Weigand, others, "π-Extended and Curved Anti-Aromatic Polycyclic Hydrocarbons", In Journal of the American Chemical Society, ACS Publications, 2017.
Bibtex
@article{liu2017pi,
title={π-Extended and Curved Anti-Aromatic Polycyclic Hydrocarbons},
author={Liu, Junzhi and Ma, Ji and Zhang, Ke and Ravat, Prince and Machata, Peter and Avdoshenko, Stanislav M and Hennersdorf, Felix and Komber, Hartmut and Pisula, Wojciech and Weigand, Jan J and others},
journal={Journal of the American Chemical Society},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhixing Lin, Shaohua Liu, Wenting Mao, Hao Tian, Nan Wang, Ninghe Zhang, Feng Tian, Lu Han, Xinliang Feng, Yiyong Mai, "Tunable Self-Assembly of Diblock Copolymers into Colloidal Particles with Triply Periodic Minimal Surfaces", In Angewandte Chemie, Wiley Online Library, 2017. [Bibtex & Downloads]
Tunable Self-Assembly of Diblock Copolymers into Colloidal Particles with Triply Periodic Minimal Surfaces
Reference
Zhixing Lin, Shaohua Liu, Wenting Mao, Hao Tian, Nan Wang, Ninghe Zhang, Feng Tian, Lu Han, Xinliang Feng, Yiyong Mai, "Tunable Self-Assembly of Diblock Copolymers into Colloidal Particles with Triply Periodic Minimal Surfaces", In Angewandte Chemie, Wiley Online Library, 2017.
Bibtex
@article{lin2017tunable,
title={Tunable Self-Assembly of Diblock Copolymers into Colloidal Particles with Triply Periodic Minimal Surfaces},
author={Lin, Zhixing and Liu, Shaohua and Mao, Wenting and Tian, Hao and Wang, Nan and Zhang, Ninghe and Tian, Feng and Han, Lu and Feng, Xinliang and Mai, Yiyong},
journal={Angewandte Chemie},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Giuseppe M Paternò, Qiang Chen, Xiao-Ye Wang, Junzhi Liu, Silvia G Motti, Annamaria Petrozza, Xinliang Feng, Guglielmo Lanzani, Klaus Müllen, Akimitsu Narita, others, "Synthesis of Dibenzo [hi, st] ovalene and Its Amplified Spontaneous Emission in a Polystyrene Matrix", In Angewandte Chemie International Edition, Wiley Online Library, 2017. [Bibtex & Downloads]
Synthesis of Dibenzo [hi, st] ovalene and Its Amplified Spontaneous Emission in a Polystyrene Matrix
Reference
Giuseppe M Paternò, Qiang Chen, Xiao-Ye Wang, Junzhi Liu, Silvia G Motti, Annamaria Petrozza, Xinliang Feng, Guglielmo Lanzani, Klaus Müllen, Akimitsu Narita, others, "Synthesis of Dibenzo [hi, st] ovalene and Its Amplified Spontaneous Emission in a Polystyrene Matrix", In Angewandte Chemie International Edition, Wiley Online Library, 2017.
Bibtex
@article{paterno2017synthesis,
title={Synthesis of Dibenzo [hi, st] ovalene and Its Amplified Spontaneous Emission in a Polystyrene Matrix},
author={Patern{\`o}, Giuseppe M and Chen, Qiang and Wang, Xiao-Ye and Liu, Junzhi and Motti, Silvia G and Petrozza, Annamaria and Feng, Xinliang and Lanzani, Guglielmo and M{\"u}llen, Klaus and Narita, Akimitsu and others},
journal={Angewandte Chemie International Edition},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jinhui Zhu, Jun Yang, Zhixin Xu, Jiulin Wang, Yanna NuLi, Xiaodong Zhuang, Xinliang Feng, "Silicon anode protected by nitrogen-doped porous carbon shell for high-performance lithium-ion batteries", In Nanoscale, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
Silicon anode protected by nitrogen-doped porous carbon shell for high-performance lithium-ion batteries
Reference
Jinhui Zhu, Jun Yang, Zhixin Xu, Jiulin Wang, Yanna NuLi, Xiaodong Zhuang, Xinliang Feng, "Silicon anode protected by nitrogen-doped porous carbon shell for high-performance lithium-ion batteries", In Nanoscale, Royal Society of Chemistry, 2017.
Bibtex
@article{zhu2017silicon,
title={Silicon anode protected by nitrogen-doped porous carbon shell for high-performance lithium-ion batteries},
author={Zhu, Jinhui and Yang, Jun and Xu, Zhixin and Wang, Jiulin and NuLi, Yanna and Zhuang, Xiaodong and Feng, Xinliang},
journal={Nanoscale},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Hou, Ming Qiu, Gyutae Nam, Min-Gyu Kim, Tao Zhang, Kejun Liu, Xiaodong Zhuang, Jaephil Cho, Chris Yuan, Xinliang Feng, "Integrated Hierarchical Cobalt Sulfide/Nickel Selenide Hybrid Nanosheets as An Efficient 3D Electrode for Electrochemical and Photoelectrochemical Water Splitting", In Nano Letters, ACS Publications, 2017. [Bibtex & Downloads]
Integrated Hierarchical Cobalt Sulfide/Nickel Selenide Hybrid Nanosheets as An Efficient 3D Electrode for Electrochemical and Photoelectrochemical Water Splitting
Reference
Yang Hou, Ming Qiu, Gyutae Nam, Min-Gyu Kim, Tao Zhang, Kejun Liu, Xiaodong Zhuang, Jaephil Cho, Chris Yuan, Xinliang Feng, "Integrated Hierarchical Cobalt Sulfide/Nickel Selenide Hybrid Nanosheets as An Efficient 3D Electrode for Electrochemical and Photoelectrochemical Water Splitting", In Nano Letters, ACS Publications, 2017.
Bibtex
@article{hou2017integrated,
title={Integrated Hierarchical Cobalt Sulfide/Nickel Selenide Hybrid Nanosheets as An Efficient 3D Electrode for Electrochemical and Photoelectrochemical Water Splitting},
author={Hou, Yang and Qiu, Ming and Nam, Gyutae and Kim, Min-Gyu and Zhang, Tao and Liu, Kejun and Zhuang, Xiaodong and Cho, Jaephil and Yuan, Chris and Feng, Xinliang},
journal={Nano Letters},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jiantong Li, Szymon Sollami Delekta, Panpan Zhang, Sheng Yang, Martin R Lohe, Xiaodong Zhuang, Xinliang Feng, Mikael Östling, "Scalable Fabrication and Integration of Graphene Micro-Supercapacitors through Full Inkjet Printing", In ACS nano, ACS Publications, 2017. [Bibtex & Downloads]
Scalable Fabrication and Integration of Graphene Micro-Supercapacitors through Full Inkjet Printing
Reference
Jiantong Li, Szymon Sollami Delekta, Panpan Zhang, Sheng Yang, Martin R Lohe, Xiaodong Zhuang, Xinliang Feng, Mikael Östling, "Scalable Fabrication and Integration of Graphene Micro-Supercapacitors through Full Inkjet Printing", In ACS nano, ACS Publications, 2017.
Bibtex
@article{li2017scalable,
title={Scalable Fabrication and Integration of Graphene Micro-Supercapacitors through Full Inkjet Printing},
author={Li, Jiantong and Sollami Delekta, Szymon and Zhang, Panpan and Yang, Sheng and Lohe, Martin R and Zhuang, Xiaodong and Feng, Xinliang and {\"O}stling, Mikael},
journal={ACS nano},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zongping Chen, Hai I Wang, Nerea Bilbao, Joan Teyssandier, Thorsten Prechtl, Nicola Cavani, Alexander Tries, Roberto Biagi, Valentina De Renzi, Xinliang Feng, Mathias Kläui, Steven De Feyter, Mischa Bonn, Akimitsu Narita, Klaus Müllen, "Lateral Fusion of Chemical Vapor Deposited N= 5 Armchair Graphene Nanoribbons", In Journal of the American Chemical Society, ACS Publications, 2017. [Bibtex & Downloads]
Lateral Fusion of Chemical Vapor Deposited N= 5 Armchair Graphene Nanoribbons
Reference
Zongping Chen, Hai I Wang, Nerea Bilbao, Joan Teyssandier, Thorsten Prechtl, Nicola Cavani, Alexander Tries, Roberto Biagi, Valentina De Renzi, Xinliang Feng, Mathias Kläui, Steven De Feyter, Mischa Bonn, Akimitsu Narita, Klaus Müllen, "Lateral Fusion of Chemical Vapor Deposited N= 5 Armchair Graphene Nanoribbons", In Journal of the American Chemical Society, ACS Publications, 2017.
Bibtex
@article{chen2017lateral,
title={Lateral Fusion of Chemical Vapor Deposited N= 5 Armchair Graphene Nanoribbons},
author={Chen, Zongping and Wang, Hai I and Bilbao, Nerea and Teyssandier, Joan and Prechtl, Thorsten and Cavani, Nicola and Tries, Alexander and Biagi, Roberto and De Renzi, Valentina and Feng, Xinliang and Kläui, Mathias and De Feyter, Steven and Bonn, Mischa and Narita, Akimitsu and Müllen, Klaus},
journal={Journal of the American Chemical Society},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Lars Borchardt, Qi-Long Zhu, Mirian E Casco, Reinhard Berger, Xiaodong Zhuang, Stefan Kaskel, Xinliang Feng, Qiang Xu, "Toward a molecular design of porous carbon materials", In Materials Today, Elsevier, 2017. [Bibtex & Downloads]
Toward a molecular design of porous carbon materials
Reference
Lars Borchardt, Qi-Long Zhu, Mirian E Casco, Reinhard Berger, Xiaodong Zhuang, Stefan Kaskel, Xinliang Feng, Qiang Xu, "Toward a molecular design of porous carbon materials", In Materials Today, Elsevier, 2017.
Bibtex
@article{borchardt2017toward,
title={Toward a molecular design of porous carbon materials},
author={Borchardt, Lars and Zhu, Qi-Long and Casco, Mirian E and Berger, Reinhard and Zhuang, Xiaodong and Kaskel, Stefan and Feng, Xinliang and Xu, Qiang},
journal={Materials Today},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Bastian Dumslaff, Anna Naima Reuss, Manfred Wagner, Xinliang Feng, Akimitsu Narita, George Fytas, Klaus Müllen, "Covalently Interlocked Cyclohexa-m-phenylenes and their Assembly: En Route to Supramolecular 3D Carbon Nanostructures", In Angewandte Chemie, Wiley Online Library, 2017. [Bibtex & Downloads]
Covalently Interlocked Cyclohexa-m-phenylenes and their Assembly: En Route to Supramolecular 3D Carbon Nanostructures
Reference
Bastian Dumslaff, Anna Naima Reuss, Manfred Wagner, Xinliang Feng, Akimitsu Narita, George Fytas, Klaus Müllen, "Covalently Interlocked Cyclohexa-m-phenylenes and their Assembly: En Route to Supramolecular 3D Carbon Nanostructures", In Angewandte Chemie, Wiley Online Library, 2017.
Bibtex
@article{dumslaff2017covalently,
title={Covalently Interlocked Cyclohexa-m-phenylenes and their Assembly: En Route to Supramolecular 3D Carbon Nanostructures},
author={Dumslaff, Bastian and Reuss, Anna Naima and Wagner, Manfred and Feng, Xinliang and Narita, Akimitsu and Fytas, George and M{\"u}llen, Klaus},
journal={Angewandte Chemie},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Wen Zhang, Zongping Chen, Bo Yang, Xiao-Ye Wang, Reinhard Berger, Akimitsu Narita, Gabriela Borin Barin, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Hans Joachim Räder, Klaus Müllen, "Monitoring the on-surface synthesis of graphene nanoribbons by mass spectrometry", In Analytical Chemistry, ACS Publications, 2017. [Bibtex & Downloads]
Monitoring the on-surface synthesis of graphene nanoribbons by mass spectrometry
Reference
Wen Zhang, Zongping Chen, Bo Yang, Xiao-Ye Wang, Reinhard Berger, Akimitsu Narita, Gabriela Borin Barin, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Hans Joachim Räder, Klaus Müllen, "Monitoring the on-surface synthesis of graphene nanoribbons by mass spectrometry", In Analytical Chemistry, ACS Publications, 2017.
Bibtex
@article{zhang2017monitoring,
title={Monitoring the on-surface synthesis of graphene nanoribbons by mass spectrometry},
author={Zhang, Wen and Chen, Zongping and Yang, Bo and Wang, Xiao-Ye and Berger, Reinhard and Narita, Akimitsu and Barin, Gabriela Borin and Ruffieux, Pascal and Fasel, Roman and Feng, Xinliang and Räder, Hans Joachim and Müllen, Klaus},
journal={Analytical Chemistry},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Shiyong Wang, Neerav Kharche, Eduardo Costa Girão, Xinliang Feng, Klaus Müllen, Vincent Meunier, Roman Fasel, Pascal Ruffieux, "Quantum Dots in Graphene Nanoribbons", In Nano Letters, ACS Publications, 2017. [Bibtex & Downloads]
Quantum Dots in Graphene Nanoribbons
Reference
Shiyong Wang, Neerav Kharche, Eduardo Costa Girão, Xinliang Feng, Klaus Müllen, Vincent Meunier, Roman Fasel, Pascal Ruffieux, "Quantum Dots in Graphene Nanoribbons", In Nano Letters, ACS Publications, 2017.
Bibtex
@article{wang2017quantum,
title={Quantum Dots in Graphene Nanoribbons},
author={Wang, Shiyong and Kharche, Neerav and Costa Gir{\~a}o, Eduardo and Feng, Xinliang and M{\"u}llen, Klaus and Meunier, Vincent and Fasel, Roman and Ruffieux, Pascal},
journal={Nano Letters},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Matthias Lieber, Wolfgang E. Nagel, "Highly scalable SFC-based dynamic load balancing and its application to atmospheric modeling", In Future Generation Computer Systems, 2017. [doi] [Bibtex & Downloads]
Highly scalable SFC-based dynamic load balancing and its application to atmospheric modeling
Reference
Matthias Lieber, Wolfgang E. Nagel, "Highly scalable SFC-based dynamic load balancing and its application to atmospheric modeling", In Future Generation Computer Systems, 2017. [doi]
Bibtex
@ARTICLE{lieber:2017:a,
author = {Lieber, Matthias and Nagel, Wolfgang E.},
title = {Highly scalable SFC-based dynamic load balancing and its application to atmospheric modeling},
journal = {Future Generation Computer Systems},
year = {2017},
note = {in press},
doi = {10.1016/j.future.2017.04.042}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Immo Huismann, Matthias Lieber, Jörg Stiller, Jochen Fröhlich, "Load Balancing for CPU-GPU Coupling in Computational Fluid Dynamics" (to appear), In Proceeding: Proc. of PPAM 2017, 2017. [Bibtex & Downloads]
Load Balancing for CPU-GPU Coupling in Computational Fluid Dynamics
Reference
Immo Huismann, Matthias Lieber, Jörg Stiller, Jochen Fröhlich, "Load Balancing for CPU-GPU Coupling in Computational Fluid Dynamics" (to appear), In Proceeding: Proc. of PPAM 2017, 2017.
Bibtex
@INPROCEEDINGS{huismann:2017:a,
author = {Huismann, Immo and Lieber, Matthias and Stiller, J{\"{o}}rg and Fr{\"{o}}hlich, Jochen},
title = {Load Balancing for CPU-GPU Coupling in Computational Fluid Dynamics},
booktitle = {Proc. of PPAM 2017},
series = {LNCS},
year = {2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Factorizing the factorization – a spectral-element solver for elliptic equations with linear operation count" , In Journal of Computational Physics, vol. 346, pp. 437-448, 2017. [doi] [Bibtex & Downloads]
Factorizing the factorization – a spectral-element solver for elliptic equations with linear operation count
Reference
Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Factorizing the factorization – a spectral-element solver for elliptic equations with linear operation count" , In Journal of Computational Physics, vol. 346, pp. 437-448, 2017. [doi]
Bibtex
@article{huismann_2017_condensation,
title = Factorizing the factorization – a spectral-element solver for
elliptic equations with linear operation count,
journal = "Journal of Computational Physics",
volume = "346",
number = "",
pages = "437 - 448",
year = "2017",
note = "",
issn = "0021-9991",
doi = "http://dx.doi.org/10.1016/j.jcp.2017.06.012",
url = "http://www.sciencedirect.com/science/article/pii/S0021999117304576",
author = "Immo Huismann and Jörg Stiller and Jochen Fröhlich",
keywords = "Spectral-element method",
keywords = "Elliptic equations",
keywords = "Substructuring",
keywords = "Static condensation"
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Building blocks for a leading edge high-order flow solver", In PAMM, Wiley Online Library, vol. 17, 2017. [Bibtex & Downloads]
Building blocks for a leading edge high-order flow solver
Reference
Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Building blocks for a leading edge high-order flow solver", In PAMM, Wiley Online Library, vol. 17, 2017.
Bibtex
@article{huismann_2017_substructuring,
title={Building blocks for a leading edge high-order flow solver},
author={Huismann, Immo and Stiller, J{\"o}rg and Fr{\"o}hlich, Jochen},
journal={PAMM},
volume={17},
year={2017},
note = {to appear},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- Sina Mahmoodi Khorandi, Siavash Ghiasvand, Mohsen Sharifi, "Reducing Load Imbalance of Virtual Clusters via Reconfiguration and Adaptive Job Scheduling", Proceedings of the 17th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing, IEEE Press, pp. 992–999, Piscataway, NJ, USA, 2017. [doi] [Bibtex & Downloads]
Reducing Load Imbalance of Virtual Clusters via Reconfiguration and Adaptive Job Scheduling
Reference
Sina Mahmoodi Khorandi, Siavash Ghiasvand, Mohsen Sharifi, "Reducing Load Imbalance of Virtual Clusters via Reconfiguration and Adaptive Job Scheduling", Proceedings of the 17th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing, IEEE Press, pp. 992–999, Piscataway, NJ, USA, 2017. [doi]
Bibtex
@InProceedings{Khorandi2017a,
author={Khorandi, Sina Mahmoodi and Ghiasvand, Siavash and Sharifi, Mohsen},
title={Reducing Load Imbalance of Virtual Clusters via Reconfiguration and Adaptive Job Scheduling},
booktitle={Proceedings of the 17th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing},
year={2017},
series={CCGrid '17},
pages={992--999},
address={Piscataway, NJ, USA},
publisher={IEEE Press},
acmid={3101264},
doi={10.1109/CCGRID.2017.60},
isbn={978-1-5090-6610-0},
location={Madrid, Spain}, numpages={8},
url={https://doi.org/10.1109/CCGRID.2017.60},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Müller andSalomon Sickert, "LTL to Deterministic Emerson-Lei Automata", In Proceeding: Proc. of the 8th International Symposium on Games, Automata, Logics, and Formal Verification (GandALF), 2017. [Bibtex & Downloads]
LTL to Deterministic Emerson-Lei Automata
Reference
David Müller andSalomon Sickert, "LTL to Deterministic Emerson-Lei Automata", In Proceeding: Proc. of the 8th International Symposium on Games, Automata, Logics, and Formal Verification (GandALF), 2017.
Bibtex
@inproceedings{MS17,
author = {David M{\"u}ller and
Salomon Sickert},
title = {LTL to Deterministic Emerson-Lei Automata},
booktitle = {Proc. of the 8th International Symposium on Games, Automata, Logics, and Formal Verification (GandALF)},
year = {2017},
note = {Accepted for publication},
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Resilience Path
Permalink
- Lisa Hutschenreiter, Christel Baier, Joachim Klein, "Parametric Markov Chains: PCTL Complexity and Fraction-free Gaussian Elimination", In Proceeding: Proc. of the 8th International Symposium on Games, Automata, Logics, and Formal Verification (GandALF), 2017. [Bibtex & Downloads]
Parametric Markov Chains: PCTL Complexity and Fraction-free Gaussian Elimination
Reference
Lisa Hutschenreiter, Christel Baier, Joachim Klein, "Parametric Markov Chains: PCTL Complexity and Fraction-free Gaussian Elimination", In Proceeding: Proc. of the 8th International Symposium on Games, Automata, Logics, and Formal Verification (GandALF), 2017.
Bibtex
@inproceedings{HBK17,
author = {Lisa Hutschenreiter and Christel Baier and Joachim Klein},
title = {Parametric Markov Chains: {PCTL} Complexity and Fraction-free {Gaussian} Elimination},
booktitle = {Proc. of the 8th International Symposium on Games, Automata, Logics, and Formal Verification (GandALF)},
year = {2017},
note = {Accepted for publication},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Philipp Chrszon, Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "ProFeat: Feature-oriented Engineering for Family-based Probabilistic Model Checking", In Formal Aspects of Computing, 2017. [Bibtex & Downloads]
ProFeat: Feature-oriented Engineering for Family-based Probabilistic Model Checking
Reference
Philipp Chrszon, Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "ProFeat: Feature-oriented Engineering for Family-based Probabilistic Model Checking", In Formal Aspects of Computing, 2017.
Bibtex
@article{CDKB17,
author = {Philipp Chrszon and Clemens Dubslaff and Sascha Kl{\"u}ppelholz and Christel Baier},
title = {{ProFeat}: Feature-oriented Engineering for Family-based Probabilistic Model Checking},
journal = {Formal Aspects of Computing},
year = {2017},
note = {Accepted for publication},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Linda Leuschner, Martin Küttler, Tobias Stumpf, Christel Baier, Hermann Härtig, Sascha Klüppelholz, "Towards Automated Configuration of Systems with Non-Functional Constraints", Proceedings of the 16th Workshop on Hot Topics in Operating Systems (HotOS), 2017. [Bibtex & Downloads]
Towards Automated Configuration of Systems with Non-Functional Constraints
Reference
Linda Leuschner, Martin Küttler, Tobias Stumpf, Christel Baier, Hermann Härtig, Sascha Klüppelholz, "Towards Automated Configuration of Systems with Non-Functional Constraints", Proceedings of the 16th Workshop on Hot Topics in Operating Systems (HotOS), 2017.
Bibtex
@inproceedings{LKSBHS17,
author = {Linda Leuschner and Martin K{\"u}ttler and Tobias Stumpf and Christel Baier and Hermann H{\"a}rtig and Sascha Kl{\"u}ppelholz},
title = {Towards Automated Configuration of Systems with Non-Functional Constraints},
booktitle = {Proceedings of the 16th Workshop on Hot Topics in Operating Systems (HotOS)},
year = {2017},
note = {Accepted for publication},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Steffen Märcker, Christel Baier, Joachim Klein, Sascha Klüppelholz, "Computing Conditional Probabilities: Implementation and Evaluation", In Proceeding: Proc. of the 15th International Conference on Software Engineering and Formal Methods (SEFM), 2017. [Bibtex & Downloads]
Computing Conditional Probabilities: Implementation and Evaluation
Reference
Steffen Märcker, Christel Baier, Joachim Klein, Sascha Klüppelholz, "Computing Conditional Probabilities: Implementation and Evaluation", In Proceeding: Proc. of the 15th International Conference on Software Engineering and Formal Methods (SEFM), 2017.
Bibtex
@inproceedings{MBKK17,
author = {Steffen M{\"a}rcker and Christel Baier and Joachim Klein and Sascha Kl{\"u}ppelholz},
title = {Computing Conditional Probabilities: Implementation and Evaluation},
booktitle = {Proc. of the 15th International Conference on Software Engineering and Formal Methods (SEFM)},
year = {2017},
note = {Accepted for publication},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Clemens Dubslaff, \v Luboš Koren\v ciak, Antonín Ku\v cera, Vojt\v ech \v Rehák, "Mean-Payoff Optimization in Continuous-Time Markov Chains with Parametric Alarms", In Proceeding: Proc. of the 14th International Conference on Quantitative Evaluation of Systems (QEST), 2017. [Bibtex & Downloads]
Mean-Payoff Optimization in Continuous-Time Markov Chains with Parametric Alarms
Reference
Christel Baier, Clemens Dubslaff, \v Luboš Koren\v ciak, Antonín Ku\v cera, Vojt\v ech \v Rehák, "Mean-Payoff Optimization in Continuous-Time Markov Chains with Parametric Alarms", In Proceeding: Proc. of the 14th International Conference on Quantitative Evaluation of Systems (QEST), 2017.
Bibtex
@inproceedings{BDKKR17a,
author = {Christel Baier and Clemens Dubslaff and {\v L}ubo{\v s} Koren{\v c}iak and Anton{\'i}n Ku{\v c}era and Vojt{\v e}ch {\v R}eh{\'a}k},
title = {Mean-Payoff Optimization in Continuous-Time {Markov} Chains with Parametric Alarms},
booktitle = {Proc. of the 14th International Conference on Quantitative Evaluation of Systems (QEST)},
year = 2017,
note = {Accepted for publication},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Clemens Dubslaff, Antonín Ku\vcera, Vojt\vech \vRehák, others, "Synthesis of optimal resilient control strategies", In Proceeding: International Symposium on Automated Technology for Verification and Analysis, pp. 417–434, 2017. [Bibtex & Downloads]
Synthesis of optimal resilient control strategies
Reference
Christel Baier, Clemens Dubslaff, Antonín Ku\vcera, Vojt\vech \vRehák, others, "Synthesis of optimal resilient control strategies", In Proceeding: International Symposium on Automated Technology for Verification and Analysis, pp. 417–434, 2017.
Bibtex
@inproceedings{baier2017synthesis,
title={Synthesis of optimal resilient control strategies},
author={Baier, Christel and Dubslaff, Clemens and Ku{\v{c}}era, Anton{\'\i}n and {\v{R}}eh{\'a}k, Vojt{\v{e}}ch and others},
booktitle={International Symposium on Automated Technology for Verification and Analysis},
pages={417--434},
year={2017},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Joachim Klein, Linda Leuschner, David Parker, Sascha Wunderlich, "Ensuring the Reliability of Your Model Checker: Interval Iteration for Markov Decision Processes", In Proceeding: Proc. of the 29th International Conference on Computer Aided Verification (CAV), Part I, Springer, vol. 10426, pp. 160–180, 2017. [Bibtex & Downloads]
Ensuring the Reliability of Your Model Checker: Interval Iteration for Markov Decision Processes
Reference
Christel Baier, Joachim Klein, Linda Leuschner, David Parker, Sascha Wunderlich, "Ensuring the Reliability of Your Model Checker: Interval Iteration for Markov Decision Processes", In Proceeding: Proc. of the 29th International Conference on Computer Aided Verification (CAV), Part I, Springer, vol. 10426, pp. 160–180, 2017.
Bibtex
@inproceedings{BKLPW17,
author = {Christel Baier and Joachim Klein and Linda Leuschner and David Parker and Sascha Wunderlich},
title = {Ensuring the Reliability of Your Model Checker: Interval Iteration for Markov Decision Processes},
booktitle = {Proc. of the 29th International Conference on Computer Aided Verification (CAV), Part {I}},
series = {Lecture Notes in Computer Science},
volume = {10426},
pages = {160--180},
publisher = {Springer},
year = {2017},
ee = {http://dx.doi.org/10.1007/978-3-319-63387-9_8},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Joachim Klein, Christel Baier, Philipp Chrszon, Marcus Daum, Clemens Dubslaff, Sascha Klüppelholz, Steffen Märcker, David Müller, "Advances in probabilistic model checking with PRISM: variable reordering, quantiles and weak deterministic Büchi automata", In International Journal on Software Tools for Technology Transfer, pp. 1–16, 2017. [Bibtex & Downloads]
Advances in probabilistic model checking with PRISM: variable reordering, quantiles and weak deterministic Büchi automata
Reference
Joachim Klein, Christel Baier, Philipp Chrszon, Marcus Daum, Clemens Dubslaff, Sascha Klüppelholz, Steffen Märcker, David Müller, "Advances in probabilistic model checking with PRISM: variable reordering, quantiles and weak deterministic Büchi automata", In International Journal on Software Tools for Technology Transfer, pp. 1–16, 2017.
Bibtex
@article{KBCDDKMM17,
author = {Joachim Klein and Christel Baier and Philipp Chrszon and Marcus Daum and Clemens Dubslaff and Sascha Kl{\"u}ppelholz and Steffen M{\"a}rcker and David M{\"u}ller},
title = {Advances in probabilistic model checking with {PRISM}: variable reordering, quantiles and weak deterministic {B\"uchi} automata},
journal = {International Journal on Software Tools for Technology Transfer},
year = {2017},
pages = {1--16},
ee = {http://dx.doi.org/10.1007/s10009-017-0456-3},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Joachim Klein, Sascha Klüppelholz, Sascha Wunderlich, "Maximizing the Conditional Expected Reward for Reaching the Goal", In Proceeding: Proc. of the 23rd International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS), Part II, Springer, vol. 10206, pp. 269–285, 2017. [Bibtex & Downloads]
Maximizing the Conditional Expected Reward for Reaching the Goal
Reference
Christel Baier, Joachim Klein, Sascha Klüppelholz, Sascha Wunderlich, "Maximizing the Conditional Expected Reward for Reaching the Goal", In Proceeding: Proc. of the 23rd International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS), Part II, Springer, vol. 10206, pp. 269–285, 2017.
Bibtex
@inproceedings{BKKW17,
author = {Christel Baier and Joachim Klein and Sascha Kl{\"u}ppelholz and Sascha Wunderlich},
title = {Maximizing the Conditional Expected Reward for Reaching the Goal},
booktitle = {Proc. of the 23rd International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS), Part {II}},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {10206},
pages = {269--285},
year = {2017},
ee = {http://dx.doi.org/10.1007/978-3-662-54580-5_16},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Jinhui Zhu, Xiaodong Zhuang, Jun Yang, Xinliang Feng, Shin-ichi Hirano, "Graphene-coupled nitrogen-enriched porous carbon nanosheets for energy storage", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
Graphene-coupled nitrogen-enriched porous carbon nanosheets for energy storage
Reference
Jinhui Zhu, Xiaodong Zhuang, Jun Yang, Xinliang Feng, Shin-ichi Hirano, "Graphene-coupled nitrogen-enriched porous carbon nanosheets for energy storage", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017.
Bibtex
@article{zhu2017graphene,
title={Graphene-coupled nitrogen-enriched porous carbon nanosheets for energy storage},
author={Zhu, Jinhui and Zhuang, Xiaodong and Yang, Jun and Feng, Xinliang and Hirano, Shin-ichi},
journal={Journal of Materials Chemistry A},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Hou, Ming Qiu, Tao Zhang, Xiaodong Zhuang, Chang-Soo Kim, Chris Yuan, Xinliang Feng, "Ternary Porous Cobalt Phosphoselenide Nanosheets: An Efficient Electrocatalyst for Electrocatalytic and Photoelectrochemical Water Splitting", In Advanced Materials, Wiley Online Library, 2017. [Bibtex & Downloads]
Ternary Porous Cobalt Phosphoselenide Nanosheets: An Efficient Electrocatalyst for Electrocatalytic and Photoelectrochemical Water Splitting
Reference
Yang Hou, Ming Qiu, Tao Zhang, Xiaodong Zhuang, Chang-Soo Kim, Chris Yuan, Xinliang Feng, "Ternary Porous Cobalt Phosphoselenide Nanosheets: An Efficient Electrocatalyst for Electrocatalytic and Photoelectrochemical Water Splitting", In Advanced Materials, Wiley Online Library, 2017.
Bibtex
@article{hou2017ternary,
title={Ternary Porous Cobalt Phosphoselenide Nanosheets: An Efficient Electrocatalyst for Electrocatalytic and Photoelectrochemical Water Splitting},
author={Hou, Yang and Qiu, Ming and Zhang, Tao and Zhuang, Xiaodong and Kim, Chang-Soo and Yuan, Chris and Feng, Xinliang},
journal={Advanced Materials},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Antonio Gaetano Ricciardulli, Sheng Yang, Xinliang Feng, Paul WM Blom, "Solution-Processable High-Quality Graphene for Organic Solar Cells", In ACS Applied Materials & Interfaces, ACS Publications, 2017. [Bibtex & Downloads]
Solution-Processable High-Quality Graphene for Organic Solar Cells
Reference
Antonio Gaetano Ricciardulli, Sheng Yang, Xinliang Feng, Paul WM Blom, "Solution-Processable High-Quality Graphene for Organic Solar Cells", In ACS Applied Materials & Interfaces, ACS Publications, 2017.
Bibtex
@article{ricciardulli2017solution,
title={Solution-Processable High-Quality Graphene for Organic Solar Cells},
author={Ricciardulli, Antonio Gaetano and Yang, Sheng and Feng, Xinliang and Blom, Paul WM},
journal={ACS Applied Materials \& Interfaces},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Albrecht Wolf, Diana C. González, Meik Dörpinghaus, Luciano L. Mendes, José. C. S. S. Filho, Gerhard Fettweis, "Outage Analysis for Decode-and-Forward Multirelay Systems Allowing Intra-Link Errors", In IEEE Wireless Communications Letters, vol. 6, no. 6, pp. 758-761, 2017. [doi] [Bibtex & Downloads]
Outage Analysis for Decode-and-Forward Multirelay Systems Allowing Intra-Link Errors
Reference
Albrecht Wolf, Diana C. González, Meik Dörpinghaus, Luciano L. Mendes, José. C. S. S. Filho, Gerhard Fettweis, "Outage Analysis for Decode-and-Forward Multirelay Systems Allowing Intra-Link Errors", In IEEE Wireless Communications Letters, vol. 6, no. 6, pp. 758-761, 2017. [doi]
Bibtex
@ARTICLE{Wolf_WCL17,
author={Albrecht Wolf and Diana C. González and Meik Dörpinghaus and Luciano L. Mendes and José. C. S. S. Filho and Gerhard Fettweis},
journal={IEEE Wireless Communications Letters},
title={Outage Analysis for Decode-and-Forward Multirelay Systems Allowing Intra-Link Errors},
year={2017},
volume={6},
number={6},
pages={758-761},
doi={10.1109/LWC.2017.2739155},
ISSN={2162-2337},
month={},}Downloads
Outage_Many_help_One [PDF]
Permalink
- Ajeesh Chandrasekharan, Mike Hambsch, Hui Jin, Fatemeh Maasoumi, Paul E. Shaw, Aaron Raynor, Paul L. Burn, Shih-Chun Lo, Paul Meredith, Ebinazar B. Namdas, "Effect of capping group on the properties of non-polymeric diketopyrrolopyrroles for solution-processed bulk heterojunction solar cells" , In Organic Electronics, vol. 50, no. Supplement C, pp. 339-346, 2017. [doi] [Bibtex & Downloads]
Effect of capping group on the properties of non-polymeric diketopyrrolopyrroles for solution-processed bulk heterojunction solar cells
Reference
Ajeesh Chandrasekharan, Mike Hambsch, Hui Jin, Fatemeh Maasoumi, Paul E. Shaw, Aaron Raynor, Paul L. Burn, Shih-Chun Lo, Paul Meredith, Ebinazar B. Namdas, "Effect of capping group on the properties of non-polymeric diketopyrrolopyrroles for solution-processed bulk heterojunction solar cells" , In Organic Electronics, vol. 50, no. Supplement C, pp. 339-346, 2017. [doi]
Abstract
Abstract Solution-processable non-polymeric organic semiconductors are attractive for opto-electronic applications due to their relatively simple synthetic reproducibility and characterization, and enhanced capability for fine-tuning of their properties. We report the synthesis, charge transport, photophysics, and photovoltaic properties of three non-polymeric materials based upon bisarylthiophenyl diketopyrrolopyrrole [DPP(ThAr)2]. The DPP(ThAr)2 molecules are comprised of solubilizing alkyl groups, 2-ethylhexyl (for 1a) and 2-octyldodecyl (for 1b and 2), which are capped with "electron accepting" moieties - fluorenone (1) or benzothiadiazole (2). While the materials could be prepared under standard Suzuki-Miyaura cross-coupling conditions, a simple direct arylation afforded 2 and 1b in good yields. We found 1a with a short alkyl chain lacked sufficient solubility for solution processing but 1b and 2 are solution processable and form good quality films. All three materials exhibited ambipolar charge transport in field effect transistors, with 1b showing balanced charge mobilities of about 10−3 cm2 V−1 s−1. Bulk heterojunction solar cells of 1b or 2 with PC71BM were found to have high open-circuit voltages (up to 0.9 V) with power conversion efficiencies of up to 4.5% and 2.6%, respectively.
Bibtex
@article{CHANDRASEKHARAN2017339,
title = "Effect of capping group on the properties of non-polymeric diketopyrrolopyrroles for solution-processed bulk heterojunction solar cells",
journal = "Organic Electronics",
volume = "50",
number = "Supplement C",
pages = "339 - 346",
year = "2017",
issn = "1566-1199",
doi = "10.1016/j.orgel.2017.08.008",
url = "http://www.sciencedirect.com/science/article/pii/S1566119917303956",
author = "Ajeesh Chandrasekharan and Mike Hambsch and Hui Jin and Fatemeh Maasoumi and Paul E. Shaw and Aaron Raynor and Paul L. Burn and Shih-Chun Lo and Paul Meredith and Ebinazar B. Namdas",
abstract = "Abstract Solution-processable non-polymeric organic semiconductors are attractive for opto-electronic applications due to their relatively simple synthetic reproducibility and characterization, and enhanced capability for fine-tuning of their properties. We report the synthesis, charge transport, photophysics, and photovoltaic properties of three non-polymeric materials based upon bisarylthiophenyl diketopyrrolopyrrole [DPP(ThAr)2]. The DPP(ThAr)2 molecules are comprised of solubilizing alkyl groups, 2-ethylhexyl (for 1a) and 2-octyldodecyl (for 1b and 2), which are capped with "electron accepting" moieties - fluorenone (1) or benzothiadiazole (2). While the materials could be prepared under standard Suzuki-Miyaura cross-coupling conditions, a simple direct arylation afforded 2 and 1b in good yields. We found 1a with a short alkyl chain lacked sufficient solubility for solution processing but 1b and 2 are solution processable and form good quality films. All three materials exhibited ambipolar charge transport in field effect transistors, with 1b showing balanced charge mobilities of about 10−3 cm2 V−1 s−1. Bulk heterojunction solar cells of 1b or 2 with PC71BM were found to have high open-circuit voltages (up to 0.9 V) with power conversion efficiencies of up to 4.5% and 2.6%, respectively."
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jian Zhang, Gang Wang, Zhongquan Liao, Panpan Zhang, Faxing Wang, Xiaodong Zhuang, Ehrenfried Zschech, Xinliang Feng, "Iridium nanoparticles anchored on 3D graphite foam as a bifunctional electrocatalyst for excellent overall water splitting in acidic solution", In Nano Energy, Elsevier, vol. 40, pp. 27–33, 2017. [Bibtex & Downloads]
Iridium nanoparticles anchored on 3D graphite foam as a bifunctional electrocatalyst for excellent overall water splitting in acidic solution
Reference
Jian Zhang, Gang Wang, Zhongquan Liao, Panpan Zhang, Faxing Wang, Xiaodong Zhuang, Ehrenfried Zschech, Xinliang Feng, "Iridium nanoparticles anchored on 3D graphite foam as a bifunctional electrocatalyst for excellent overall water splitting in acidic solution", In Nano Energy, Elsevier, vol. 40, pp. 27–33, 2017.
Bibtex
@article{zhang2017iridium,
title={Iridium nanoparticles anchored on 3D graphite foam as a bifunctional electrocatalyst for excellent overall water splitting in acidic solution},
author={Zhang, Jian and Wang, Gang and Liao, Zhongquan and Zhang, Panpan and Wang, Faxing and Zhuang, Xiaodong and Zschech, Ehrenfried and Feng, Xinliang},
journal={Nano Energy},
volume={40},
pages={27--33},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yoav Y Broza, Lior Har-Shai, Raneen Jeries, John C Cancilla, Lea Glass-Marmor, Izabella Lejbkowicz, José S Torrecilla, Xuelin Yao, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Ariel Miller, Hossam Haick, "Exhaled Breath Markers for Nonimaging and Noninvasive Measures for Detection of Multiple Sclerosis", In ACS Chemical Neuroscience, ACS Publications, 2017. [Bibtex & Downloads]
Exhaled Breath Markers for Nonimaging and Noninvasive Measures for Detection of Multiple Sclerosis
Reference
Yoav Y Broza, Lior Har-Shai, Raneen Jeries, John C Cancilla, Lea Glass-Marmor, Izabella Lejbkowicz, José S Torrecilla, Xuelin Yao, Xinliang Feng, Akimitsu Narita, Klaus Müllen, Ariel Miller, Hossam Haick, "Exhaled Breath Markers for Nonimaging and Noninvasive Measures for Detection of Multiple Sclerosis", In ACS Chemical Neuroscience, ACS Publications, 2017.
Bibtex
@article{broza2017exhaled,
title={Exhaled Breath Markers for Nonimaging and Noninvasive Measures for Detection of Multiple Sclerosis},
author={Broza, Yoav Y and Har-Shai, Lior and Jeries, Raneen and Cancilla, John C and Glass-Marmor, Lea and Lejbkowicz, Izabella and Torrecilla, Jos{\'e} S and Yao, Xuelin and Feng, Xinliang and Narita, Akimitsu and Müllen, Klaus and Miller, Ariel and Haick, Hossam},
journal={ACS Chemical Neuroscience},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kun Xu, Xinliang Feng, Alexey A Popov, Jan J Weigand, Ilka Vincon, Peter Machata, Felix Hennersdorf, Youjia Zhou, Yubin Fu, Youjia Zhou, Reinhard Berger, "Cationic Nitrogen Doped Helical Nanographenes", In Angewandte Chemie, Wiley Online Library, 2017. [Bibtex & Downloads]
Cationic Nitrogen Doped Helical Nanographenes
Reference
Kun Xu, Xinliang Feng, Alexey A Popov, Jan J Weigand, Ilka Vincon, Peter Machata, Felix Hennersdorf, Youjia Zhou, Yubin Fu, Youjia Zhou, Reinhard Berger, "Cationic Nitrogen Doped Helical Nanographenes", In Angewandte Chemie, Wiley Online Library, 2017.
Bibtex
@article{xu2017cationic,
title={Cationic Nitrogen Doped Helical Nanographenes},
author={Xu, Kun and Feng, Xinliang and Popov, Alexey A and Weigand, Jan J and Vincon, Ilka and Machata, Peter and Hennersdorf, Felix and Zhou, Youjia and Fu, Yubin and Zhou, Youjia and Berger, Reinhard},
journal={Angewandte Chemie},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Cordula Reuther, Matthäus Mittasch, Sundar R. Naganathan, Stephan W. Grill, Stefan Diez, "Highly-Efficient Guiding of Motile Microtubules on Non-Topographical Motor Patterns", In Nano Letters, vol. 17, no. 9, pp. 5699-5705, 2017. [doi] [Bibtex & Downloads]
Highly-Efficient Guiding of Motile Microtubules on Non-Topographical Motor Patterns
Reference
Cordula Reuther, Matthäus Mittasch, Sundar R. Naganathan, Stephan W. Grill, Stefan Diez, "Highly-Efficient Guiding of Motile Microtubules on Non-Topographical Motor Patterns", In Nano Letters, vol. 17, no. 9, pp. 5699-5705, 2017. [doi]
Bibtex
@article{doi:10.1021/acs.nanolett.7b02606,
author = {Reuther, Cordula and Mittasch, Matthäus and Naganathan, Sundar R. and Grill, Stephan W. and Diez, Stefan},
title = {Highly-Efficient Guiding of Motile Microtubules on Non-Topographical Motor Patterns},
journal = {Nano Letters},
volume = {17},
number = {9},
pages = {5699-5705},
year = {2017},
doi = {10.1021/acs.nanolett.7b02606},
note ={PMID: 28819981},
URL = {
http://dx.doi.org/10.1021/acs.nanolett.7b02606
},
eprint = {
http://dx.doi.org/10.1021/acs.nanolett.7b02606
}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Richard Denk, Alberto Lodi Rizzini, Shudong Wang, Michael Hohage, Peter Zeppenfeld, Jinming Cai, Roman Fasel, Pascal Ruffieux, Reinhard Berger, Zongping Chen, Akimitsu Narita, Xinliang Feng, Klaus Muellen, Roberto Biagi, Valentina de Renzi, Deborah Prezzi, Alice Ruini, Andrea Ferretti, "Probing optical excitations in chevron-like armchair graphene nanoribbons", In Nanoscale, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
Probing optical excitations in chevron-like armchair graphene nanoribbons
Reference
Richard Denk, Alberto Lodi Rizzini, Shudong Wang, Michael Hohage, Peter Zeppenfeld, Jinming Cai, Roman Fasel, Pascal Ruffieux, Reinhard Berger, Zongping Chen, Akimitsu Narita, Xinliang Feng, Klaus Muellen, Roberto Biagi, Valentina de Renzi, Deborah Prezzi, Alice Ruini, Andrea Ferretti, "Probing optical excitations in chevron-like armchair graphene nanoribbons", In Nanoscale, Royal Society of Chemistry, 2017.
Bibtex
@article{denk2017probing,
title={Probing optical excitations in chevron-like armchair graphene nanoribbons},
author={Denk, Richard and Rizzini, Alberto Lodi and Wang, Shudong and Hohage, Michael and Zeppenfeld, Peter and Cai, Jinming and Fasel, Roman and Ruffieux, Pascal and Berger, Reinhard and Chen, Zongping and Narita, Akimitsu and Feng, Xinliang and Muellen, Klaus and Biagi, Roberto and de Renzi, Valentina and Prezzi, Deborah and Ruini, Alice and Ferretti, Andrea},
journal={Nanoscale},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Faxing Wang, Zaichun Liu, Panpan Zhang, Hongyan Li, Wenbo Sheng, Tao Zhang, Rainer Jordan, Yuping Wu, Xiaodong Zhuang, Xinliang Feng, "Dual-Graphene Rechargeable Sodium Battery", In Small, Wiley Online Library, 2017. [Bibtex & Downloads]
Dual-Graphene Rechargeable Sodium Battery
Reference
Faxing Wang, Zaichun Liu, Panpan Zhang, Hongyan Li, Wenbo Sheng, Tao Zhang, Rainer Jordan, Yuping Wu, Xiaodong Zhuang, Xinliang Feng, "Dual-Graphene Rechargeable Sodium Battery", In Small, Wiley Online Library, 2017.
Bibtex
@article{wang2017dual,
title={Dual-Graphene Rechargeable Sodium Battery},
author={Wang, Faxing and Liu, Zaichun and Zhang, Panpan and Li, Hongyan and Sheng, Wenbo and Zhang, Tao and Jordan, Rainer and Wu, Yuping and Zhuang, Xiaodong and Feng, Xinliang},
journal={Small},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Guangpeng Gao, Ningning Liang, Hua Geng, Wei Jiang, Huiting Fu, Jiajing Feng, Jianhui Hou, Xinliang Feng, Zhaohui Wang, "Spiro-Fused Perylene Diimide Arrays", In Journal of the American Chemical Society, ACS Publications, 2017. [Bibtex & Downloads]
Spiro-Fused Perylene Diimide Arrays
Reference
Guangpeng Gao, Ningning Liang, Hua Geng, Wei Jiang, Huiting Fu, Jiajing Feng, Jianhui Hou, Xinliang Feng, Zhaohui Wang, "Spiro-Fused Perylene Diimide Arrays", In Journal of the American Chemical Society, ACS Publications, 2017.
Bibtex
@article{gao2017spiro,
title={Spiro-Fused Perylene Diimide Arrays},
author={Gao, Guangpeng and Liang, Ningning and Geng, Hua and Jiang, Wei and Fu, Huiting and Feng, Jiajing and Hou, Jianhui and Feng, Xinliang and Wang, Zhaohui},
journal={Journal of the American Chemical Society},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Christian Stelling, Chetan R Singh, Matthias Karg, Tobias AF König, Mukundan Thelakkat, Markus Retsch, "Plasmonic nanomeshes: their ambivalent role as transparent electrodes in organic solar cells", In Scientific Reports, Nature Publishing Group, vol. 7, pp. 42530, 2017. [Bibtex & Downloads]
Plasmonic nanomeshes: their ambivalent role as transparent electrodes in organic solar cells
Reference
Christian Stelling, Chetan R Singh, Matthias Karg, Tobias AF König, Mukundan Thelakkat, Markus Retsch, "Plasmonic nanomeshes: their ambivalent role as transparent electrodes in organic solar cells", In Scientific Reports, Nature Publishing Group, vol. 7, pp. 42530, 2017.
Bibtex
@article{stelling2017plasmonic,
title={Plasmonic nanomeshes: their ambivalent role as transparent electrodes in organic solar cells},
author={Stelling, Christian and Singh, Chetan R and Karg, Matthias and K{\"o}nig, Tobias AF and Thelakkat, Mukundan and Retsch, Markus},
journal={Scientific Reports},
volume={7},
pages={42530},
year={2017},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path
Permalink
- Ziwei Zhou, Ye Yu, Ningwei Sun, Helmuth Möhwald, Panpan Gu, Liyan Wang, Wei Zhang, Tobias A. F. König, Andreas Fery, Gang Zhang, "Broad-Range Electrically Tunable Plasmonic Resonances of a Multilayer Coaxial Nanohole Array with an Electroactive Polymer Wrapper", In ACS Applied Materials & Interfaces, vol. 9, no. 40, pp. 35244-35252, 2017. [doi] [Bibtex & Downloads]
Broad-Range Electrically Tunable Plasmonic Resonances of a Multilayer Coaxial Nanohole Array with an Electroactive Polymer Wrapper
Reference
Ziwei Zhou, Ye Yu, Ningwei Sun, Helmuth Möhwald, Panpan Gu, Liyan Wang, Wei Zhang, Tobias A. F. König, Andreas Fery, Gang Zhang, "Broad-Range Electrically Tunable Plasmonic Resonances of a Multilayer Coaxial Nanohole Array with an Electroactive Polymer Wrapper", In ACS Applied Materials & Interfaces, vol. 9, no. 40, pp. 35244-35252, 2017. [doi]
Bibtex
@article{doi:10.1021/acsami.7b11139,
author = {Zhou, Ziwei and Yu, Ye and Sun, Ningwei and Möhwald, Helmuth and Gu, Panpan and Wang, Liyan and Zhang, Wei and König, Tobias A. F. and Fery, Andreas and Zhang, Gang},
title = {Broad-Range Electrically Tunable Plasmonic Resonances of a Multilayer Coaxial Nanohole Array with an Electroactive Polymer Wrapper},
journal = {ACS Applied Materials \& Interfaces},
volume = {9},
number = {40},
pages = {35244-35252},
year = {2017},
doi = {10.1021/acsami.7b11139},
note ={PMID: 28925685},
URL = {http://dx.doi.org/10.1021/acsami.7b11139},
eprint = {http://dx.doi.org/10.1021/acsami.7b11139}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Anja Maria Steiner, Martin Mayer, Maximilian Seuss, Svetoslav Nikolov, Kenneth D. Harris, Alexander Alexeev, Christian Kuttner, Tobias A.F. König, Andreas Fery, "Macroscopic Strain-Induced Transition from Quasi-infinite Gold Nanoparticle Chains to Defined Plasmonic Oligomers", In ACS Nano, vol. 11, no. 9, pp. 8871-8880, 2017. [doi] [Bibtex & Downloads]
Macroscopic Strain-Induced Transition from Quasi-infinite Gold Nanoparticle Chains to Defined Plasmonic Oligomers
Reference
Anja Maria Steiner, Martin Mayer, Maximilian Seuss, Svetoslav Nikolov, Kenneth D. Harris, Alexander Alexeev, Christian Kuttner, Tobias A.F. König, Andreas Fery, "Macroscopic Strain-Induced Transition from Quasi-infinite Gold Nanoparticle Chains to Defined Plasmonic Oligomers", In ACS Nano, vol. 11, no. 9, pp. 8871-8880, 2017. [doi]
Bibtex
@article{doi:10.1021/acsnano.7b03087,
author = {Steiner, Anja Maria and Mayer, Martin and Seuss, Maximilian and Nikolov, Svetoslav and Harris, Kenneth D. and Alexeev, Alexander and Kuttner, Christian and König, Tobias A.F. and Fery, Andreas},
title = {Macroscopic Strain-Induced Transition from Quasi-infinite Gold Nanoparticle Chains to Defined Plasmonic Oligomers},
journal = {ACS Nano},
volume = {11},
number = {9},
pages = {8871-8880},
year = {2017},
doi = {10.1021/acsnano.7b03087},
note ={PMID: 28719741},
URL = {http://dx.doi.org/10.1021/acsnano.7b03087},
eprint = {http://dx.doi.org/10.1021/acsnano.7b03087}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Kirsten Volk, Joseph P. S. Fitzgerald, Pia Ruckdeschel, Markus Retsch, Tobias A. F. König, Matthias Karg, "Reversible Tuning of Visible Wavelength Surface Lattice Resonances in Self-Assembled Hybrid Monolayers", In Advanced Optical Materials, vol. 5, no. 9, pp. 1600971–n/a, 2017. [doi] [Bibtex & Downloads]
Reversible Tuning of Visible Wavelength Surface Lattice Resonances in Self-Assembled Hybrid Monolayers
Reference
Kirsten Volk, Joseph P. S. Fitzgerald, Pia Ruckdeschel, Markus Retsch, Tobias A. F. König, Matthias Karg, "Reversible Tuning of Visible Wavelength Surface Lattice Resonances in Self-Assembled Hybrid Monolayers", In Advanced Optical Materials, vol. 5, no. 9, pp. 1600971–n/a, 2017. [doi]
Bibtex
@article {ADOM:ADOM201600971,
author = {Volk, Kirsten and Fitzgerald, Joseph P. S. and Ruckdeschel, Pia and Retsch, Markus and König, Tobias A. F. and Karg, Matthias},
title = {Reversible Tuning of Visible Wavelength Surface Lattice Resonances in Self-Assembled Hybrid Monolayers},
journal = {Advanced Optical Materials},
volume = {5},
number = {9},
issn = {2195-1071},
url = {http://dx.doi.org/10.1002/adom.201600971},
doi = {10.1002/adom.201600971},
pages = {1600971--n/a},
keywords = {colloidal self-assembly, core–shell particles, nanooptics, resonance tuning, surface lattice resonance},
year = {2017},
note = {1600971},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Max J. Schnepf, Martin Mayer, Christian Kuttner, Moritz Tebbe, Daniel Wolf, Martin Dulle, Thomas Altantzis, Petr Formanek, Stephan Forster, Sara Bals, Tobias A. F. Konig, Andreas Fery, "Nanorattles with tailored electric field enhancement", In Nanoscale, The Royal Society of Chemistry, vol. 9, pp. 9376-9385, 2017. [doi] [Bibtex & Downloads]
Nanorattles with tailored electric field enhancement
Reference
Max J. Schnepf, Martin Mayer, Christian Kuttner, Moritz Tebbe, Daniel Wolf, Martin Dulle, Thomas Altantzis, Petr Formanek, Stephan Forster, Sara Bals, Tobias A. F. Konig, Andreas Fery, "Nanorattles with tailored electric field enhancement", In Nanoscale, The Royal Society of Chemistry, vol. 9, pp. 9376-9385, 2017. [doi]
Abstract
Nanorattles are metallic core-shell particles with core and shell separated by a dielectric spacer. These nanorattles have been identified as a promising class of nanoparticles, due to their extraordinary high electric-field enhancement inside the cavity. Limiting factors are reproducibility and loss of axial symmetry owing to the movable metal core; movement of the core results in fluctuation of the nanocavity dimensions and commensurate variations in enhancement factor. We present a novel synthetic approach for the robust fixation of the central gold rod within a well-defined box, which results in an axisymmetric nanorattle. We determine the structure of the resulting axisymmetric nanorattles by advanced transmission electron microscopy (TEM) and small-angle X-ray scattering (SAXS). Optical absorption and scattering cross-sections obtained from UV-vis-NIR spectroscopy quantitatively agree with finite-difference time-domain (FDTD) simulations based on the structural model derived from SAXS. The predictions of high and homogenous field enhancement are evidenced by scanning TEM electron energy loss spectroscopy (STEM-EELS) measurement on single-particle level. Thus, comprehensive understanding of structural and optical properties is achieved for this class of nanoparticles, paving the way for photonic applications where a defined and robust unit cell is crucial.
Bibtex
@Article{C7NR02952G,
author ="Schnepf, Max J. and Mayer, Martin and Kuttner, Christian and Tebbe, Moritz and Wolf, Daniel and Dulle, Martin and Altantzis, Thomas and Formanek, Petr and Forster, Stephan and Bals, Sara and Konig, Tobias A. F. and Fery, Andreas",
title ="Nanorattles with tailored electric field enhancement",
journal ="Nanoscale",
year ="2017",
volume ="9",
issue ="27",
pages ="9376-9385",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C7NR02952G",
url ="http://dx.doi.org/10.1039/C7NR02952G",
abstract ="Nanorattles are metallic core-shell particles with core and shell separated by a dielectric spacer. These nanorattles have been identified as a promising class of nanoparticles{,} due to their extraordinary high electric-field enhancement inside the cavity. Limiting factors are reproducibility and loss of axial symmetry owing to the movable metal core; movement of the core results in fluctuation of the nanocavity dimensions and commensurate variations in enhancement factor. We present a novel synthetic approach for the robust fixation of the central gold rod within a well-defined box{,} which results in an axisymmetric nanorattle. We determine the structure of the resulting axisymmetric nanorattles by advanced transmission electron microscopy (TEM) and small-angle X-ray scattering (SAXS). Optical absorption and scattering cross-sections obtained from UV-vis-NIR spectroscopy quantitatively agree with finite-difference time-domain (FDTD) simulations based on the structural model derived from SAXS. The predictions of high and homogenous field enhancement are evidenced by scanning TEM electron energy loss spectroscopy (STEM-EELS) measurement on single-particle level. Thus{,} comprehensive understanding of structural and optical properties is achieved for this class of nanoparticles{,} paving the way for photonic applications where a defined and robust unit cell is crucial."}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Claudia Marschelke, Ivan Raguzin, Anke Matura, Andreas Fery, Alla Synytska, "Controlled and tunable design of polymer interface for immobilization of enzymes: does curvature matter?", In Soft Matter, The Royal Society of Chemistry, vol. 13, pp. 1074-1084, 2017. [doi] [Bibtex & Downloads]
Controlled and tunable design of polymer interface for immobilization of enzymes: does curvature matter?
Reference
Claudia Marschelke, Ivan Raguzin, Anke Matura, Andreas Fery, Alla Synytska, "Controlled and tunable design of polymer interface for immobilization of enzymes: does curvature matter?", In Soft Matter, The Royal Society of Chemistry, vol. 13, pp. 1074-1084, 2017. [doi]
Abstract
Control and tuning of surface properties is indispensable for the programmed and rational design of materials. Particularly, polymeric brush-modified colloids can be used as carrier materials for enzyme immobilization. Although it is of prime importance to control the brush architecture, there is still a lack of systematic investigations concerning the impact of grafting density on the properties of the designed interface, as well as on the immobilization of biomolecules. In this work, we investigate the surface properties of polymer brushes with different grafting densities prepared using a
Bibtex
@Article{C6SM02380K,
author ="Marschelke, Claudia and Raguzin, Ivan and Matura, Anke and Fery, Andreas and Synytska, Alla",
title ="Controlled and tunable design of polymer interface for immobilization of enzymes: does curvature matter?",
journal ="Soft Matter",
year ="2017",
volume ="13",
issue ="5",
pages ="1074-1084",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C6SM02380K",
url ="http://dx.doi.org/10.1039/C6SM02380K",
abstract ="Control and tuning of surface properties is indispensable for the programmed and rational design of materials. Particularly{,} polymeric brush-modified colloids can be used as carrier materials for enzyme immobilization. Although it is of prime importance to control the brush architecture{,} there is still a lack of systematic investigations concerning the impact of grafting density on the properties of the designed interface{,} as well as on the immobilization of biomolecules. In this work{,} we investigate the surface properties of polymer brushes with different grafting densities prepared using a {"}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Patrick Feicht, Renée Siegel, Herbert Thurn, Jens W. Neubauer, Maximilian Seuss, Tamás Szabó, Alexandr V. Talyzin, Christian E. Halbig, Siegfried Eigler, Daniel A. Kunz, Andreas Fery, Georg Papastavrou, Jürgen Senker, Josef Breu, "Systematic evaluation of different types of graphene oxide in respect to variations in their in-plane modulus", In Carbon, vol. 114, no. Supplement C, pp. 700 - 705, 2017. [doi] [Bibtex & Downloads]
Systematic evaluation of different types of graphene oxide in respect to variations in their in-plane modulus
Reference
Patrick Feicht, Renée Siegel, Herbert Thurn, Jens W. Neubauer, Maximilian Seuss, Tamás Szabó, Alexandr V. Talyzin, Christian E. Halbig, Siegfried Eigler, Daniel A. Kunz, Andreas Fery, Georg Papastavrou, Jürgen Senker, Josef Breu, "Systematic evaluation of different types of graphene oxide in respect to variations in their in-plane modulus", In Carbon, vol. 114, no. Supplement C, pp. 700 - 705, 2017. [doi]
Bibtex
@article{FEICHT2017700,
title = "Systematic evaluation of different types of graphene oxide in respect to variations in their in-plane modulus",
journal = "Carbon",
volume = "114",
number = "Supplement C",
pages = "700 - 705",
year = "2017",
issn = "0008-6223",
doi = "https://doi.org/10.1016/j.carbon.2016.12.065",
url = "http://www.sciencedirect.com/science/article/pii/S0008622316311423",
author = "Patrick Feicht and Renée Siegel and Herbert Thurn and Jens W. Neubauer and Maximilian Seuss and Tamás Szabó and Alexandr V. Talyzin and Christian E. Halbig and Siegfried Eigler and Daniel A. Kunz and Andreas Fery and Georg Papastavrou and Jürgen Senker and Josef Breu"
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Shib Shankar Banerjee, Andreas Janke, Uwe Gohs, Andreas Fery, Gert Heinrich, "Some nanomechanical properties and degree of branching of electron beam modified polyamide 6", In European Polymer Journal, vol. 88, no. Supplement C, pp. 221 - 230, 2017. [doi] [Bibtex & Downloads]
Some nanomechanical properties and degree of branching of electron beam modified polyamide 6
Reference
Shib Shankar Banerjee, Andreas Janke, Uwe Gohs, Andreas Fery, Gert Heinrich, "Some nanomechanical properties and degree of branching of electron beam modified polyamide 6", In European Polymer Journal, vol. 88, no. Supplement C, pp. 221 - 230, 2017. [doi]
Bibtex
@article{BANERJEE2017221,
title = "Some nanomechanical properties and degree of branching of electron beam modified polyamide 6",
journal = "European Polymer Journal",
volume = "88",
number = "Supplement C",
pages = "221 - 230",
year = "2017",
issn = "0014-3057",
doi = "https://doi.org/10.1016/j.eurpolymj.2017.01.025",
url = "http://www.sciencedirect.com/science/article/pii/S0014305716315920",
author = "Shib Shankar Banerjee and Andreas Janke and Uwe Gohs and Andreas Fery and Gert Heinrich",
keywords = "Polyamide 6, Atomic force microscopy, Rheology, Electron-induced branching"
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Inna Dewald, Andreas Fery, "Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization", In Advanced Materials Interfaces, vol. 4, no. 1, pp. 1600317–n/a, 2017. [doi] [Bibtex & Downloads]
Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization
Reference
Inna Dewald, Andreas Fery, "Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization", In Advanced Materials Interfaces, vol. 4, no. 1, pp. 1600317–n/a, 2017. [doi]
Bibtex
@article {ADMI:ADMI201600317,
author = {Dewald, Inna and Fery, Andreas},
title = {Polymeric Micelles and Vesicles in Polyelectrolyte Multilayers: Introducing Hierarchy and Compartmentalization},
journal = {Advanced Materials Interfaces},
volume = {4},
number = {1},
issn = {2196-7350},
url = {http://dx.doi.org/10.1002/admi.201600317},
doi = {10.1002/admi.201600317},
pages = {1600317--n/a},
keywords = {block copolymers, layer-by-layer, micelles, polyelectrolytes, vesicles},
year = {2017},
note = {1600317},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Gang Wang, Jian Zhang, Sheng Yang, Faxing Wang, Xiaodong Zhuang, Klaus Müllen, Xinliang Feng, "Vertically Aligned MoS2 Nanosheets Patterned on Electrochemically Exfoliated Graphene for High-Performance Lithium and Sodium Storage", In Advanced Energy Materials, Wiley Online Library, 2017. [Bibtex & Downloads]
Vertically Aligned MoS2 Nanosheets Patterned on Electrochemically Exfoliated Graphene for High-Performance Lithium and Sodium Storage
Reference
Gang Wang, Jian Zhang, Sheng Yang, Faxing Wang, Xiaodong Zhuang, Klaus Müllen, Xinliang Feng, "Vertically Aligned MoS2 Nanosheets Patterned on Electrochemically Exfoliated Graphene for High-Performance Lithium and Sodium Storage", In Advanced Energy Materials, Wiley Online Library, 2017.
Bibtex
@article{wang2017vertically,
title={Vertically Aligned MoS2 Nanosheets Patterned on Electrochemically Exfoliated Graphene for High-Performance Lithium and Sodium Storage},
author={Wang, Gang and Zhang, Jian and Yang, Sheng and Wang, Faxing and Zhuang, Xiaodong and M{\"u}llen, Klaus and Feng, Xinliang},
journal={Advanced Energy Materials},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Ming Cai, Fan Zhang, Chao Zhang, Chenbao Lu, Yafei He, Yang Qu, Hao Tian, Xinliang Feng, Xiaodong Zhuang, "Cobaloxime Anchored MoS 2 Nanosheets as Electrocatalysts for Hydrogen Evolution Reaction", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
Cobaloxime Anchored MoS 2 Nanosheets as Electrocatalysts for Hydrogen Evolution Reaction
Reference
Ming Cai, Fan Zhang, Chao Zhang, Chenbao Lu, Yafei He, Yang Qu, Hao Tian, Xinliang Feng, Xiaodong Zhuang, "Cobaloxime Anchored MoS 2 Nanosheets as Electrocatalysts for Hydrogen Evolution Reaction", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017.
Bibtex
@article{cai2017cobaloxime,
title={Cobaloxime Anchored MoS 2 Nanosheets as Electrocatalysts for Hydrogen Evolution Reaction},
author={Cai, Ming and Zhang, Fan and Zhang, Chao and Lu, Chenbao and He, Yafei and Qu, Yang and Tian, Hao and Feng, Xinliang and Zhuang, Xiaodong},
journal={Journal of Materials Chemistry A},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Chao Zhang, Chenbao Lu, Fan Zhang, Feng Qiu, Xiaodong Zhuang, Xinliang Feng, "Two-dimensional organic cathode materials for alkali-metal-ion batteries", In Journal of Energy Chemistry, Elsevier, 2017. [Bibtex & Downloads]
Two-dimensional organic cathode materials for alkali-metal-ion batteries
Reference
Chao Zhang, Chenbao Lu, Fan Zhang, Feng Qiu, Xiaodong Zhuang, Xinliang Feng, "Two-dimensional organic cathode materials for alkali-metal-ion batteries", In Journal of Energy Chemistry, Elsevier, 2017.
Bibtex
@article{zhang2017two,
title={Two-dimensional organic cathode materials for alkali-metal-ion batteries},
author={Zhang, Chao and Lu, Chenbao and Zhang, Fan and Qiu, Feng and Zhuang, Xiaodong and Feng, Xinliang},
journal={Journal of Energy Chemistry},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Pan Liu, Gang Wang, Panpan Zhang, CHEN Mingwei, Inez Weidinger, Xinliang Feng, others, "Ruthenium/Nitrogen-doped Carbon as an Electrocatalyst for Efficient Hydrogen Evolution in Alkaline Solution", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
Ruthenium/Nitrogen-doped Carbon as an Electrocatalyst for Efficient Hydrogen Evolution in Alkaline Solution
Reference
Pan Liu, Gang Wang, Panpan Zhang, CHEN Mingwei, Inez Weidinger, Xinliang Feng, others, "Ruthenium/Nitrogen-doped Carbon as an Electrocatalyst for Efficient Hydrogen Evolution in Alkaline Solution", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017.
Bibtex
@article{liu2017ruthenium,
title={Ruthenium/Nitrogen-doped Carbon as an Electrocatalyst for Efficient Hydrogen Evolution in Alkaline Solution},
author={Liu, Pan and Wang, Gang and Zhang, Panpan and Mingwei, CHEN and Weidinger, Inez and Feng, Xinliang and others},
journal={Journal of Materials Chemistry A},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Carlos Sánchez-Sánchez, Adrien Nicolaï, Frédéric Rossel, Jinming Cai, Junzhi Liu, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, Vincent Meunier, "On-Surface Cyclization of ortho-Dihalotetracenes to Four and Six-membered Rings", In Journal of the American Chemical Society, ACS Publications, 2017. [Bibtex & Downloads]
On-Surface Cyclization of ortho-Dihalotetracenes to Four and Six-membered Rings
Reference
Carlos Sánchez-Sánchez, Adrien Nicolaï, Frédéric Rossel, Jinming Cai, Junzhi Liu, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, Vincent Meunier, "On-Surface Cyclization of ortho-Dihalotetracenes to Four and Six-membered Rings", In Journal of the American Chemical Society, ACS Publications, 2017.
Bibtex
@article{sanchez2017surface,
title={On-Surface Cyclization of ortho-Dihalotetracenes to Four and Six-membered Rings},
author={S{\'a}nchez-S{\'a}nchez, Carlos and Nicola{\"\i}, Adrien and Rossel, Fr{\'e}d{\'e}ric and Cai, Jinming and Liu, Junzhi and Feng, Xinliang and M{\"u}llen, Klaus and Ruffieux, Pascal and Fasel, Roman and Meunier, Vincent},
journal={Journal of the American Chemical Society},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Yang Qu, Chenbao Lu, Yuezeng Su, Daxiang Cui, Yafei He, Chao Zhang, Ming Cai, Fan Zhang, Xinliang Feng, Xiaodong Zhuang, "Hierarchical-graphene-coupled polyaniline aerogels for electrochemical energy storage", In Carbon, Elsevier, 2017. [Bibtex & Downloads]
Hierarchical-graphene-coupled polyaniline aerogels for electrochemical energy storage
Reference
Yang Qu, Chenbao Lu, Yuezeng Su, Daxiang Cui, Yafei He, Chao Zhang, Ming Cai, Fan Zhang, Xinliang Feng, Xiaodong Zhuang, "Hierarchical-graphene-coupled polyaniline aerogels for electrochemical energy storage", In Carbon, Elsevier, 2017.
Bibtex
@article{qu2017hierarchical,
title={Hierarchical-graphene-coupled polyaniline aerogels for electrochemical energy storage},
author={Qu, Yang and Lu, Chenbao and Su, Yuezeng and Cui, Daxiang and He, Yafei and Zhang, Chao and Cai, Ming and Zhang, Fan and Feng, Xinliang and Zhuang, Xiaodong},
journal={Carbon},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Qiang Wei, Paul Kleine, Yevhen Karpov, Xianping Qiu, Hartmut Komber, Karin Sahre, Anton Kiriy, Ramunas Lygaitis, Simone Lenk, Sebastian Reineke, others, "Conjugation-Induced Thermally Activated Delayed Fluorescence (TADF): From Conventional Non-TADF Units to TADF-Active Polymers", In Advanced Functional Materials, Wiley Online Library, 2017. [Bibtex & Downloads]
Conjugation-Induced Thermally Activated Delayed Fluorescence (TADF): From Conventional Non-TADF Units to TADF-Active Polymers
Reference
Qiang Wei, Paul Kleine, Yevhen Karpov, Xianping Qiu, Hartmut Komber, Karin Sahre, Anton Kiriy, Ramunas Lygaitis, Simone Lenk, Sebastian Reineke, others, "Conjugation-Induced Thermally Activated Delayed Fluorescence (TADF): From Conventional Non-TADF Units to TADF-Active Polymers", In Advanced Functional Materials, Wiley Online Library, 2017.
Bibtex
@article{wei2017conjugation,
title={Conjugation-Induced Thermally Activated Delayed Fluorescence (TADF): From Conventional Non-TADF Units to TADF-Active Polymers},
author={Wei, Qiang and Kleine, Paul and Karpov, Yevhen and Qiu, Xianping and Komber, Hartmut and Sahre, Karin and Kiriy, Anton and Lygaitis, Ramunas and Lenk, Simone and Reineke, Sebastian and others},
journal={Advanced Functional Materials},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcin Meyer, Nguyen Van Bình, Venancio Calero, Larysa Baraban, John Rogers, Gianaurelio Cuniberti, "A Stretchable and Flexible Platform for Epidermal Electronics", In Proceeding: Advances in Science and Technology, vol. 102, pp. 65–67, 2017. [Bibtex & Downloads]
A Stretchable and Flexible Platform for Epidermal Electronics
Reference
Marcin Meyer, Nguyen Van Bình, Venancio Calero, Larysa Baraban, John Rogers, Gianaurelio Cuniberti, "A Stretchable and Flexible Platform for Epidermal Electronics", In Proceeding: Advances in Science and Technology, vol. 102, pp. 65–67, 2017.
Bibtex
@inproceedings{meyer2017stretchable,
title={A Stretchable and Flexible Platform for Epidermal Electronics},
author={Meyer, Marcin and Van B{\`\i}nh, Nguyen and Calero, Venancio and Baraban, Larysa and Rogers, John and Cuniberti, Gianaurelio},
booktitle={Advances in Science and Technology},
volume={102},
pages={65--67},
year={2017},
organization={Trans Tech Publ}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bin Cai, Arezoo Dianat, René Hübner, Wei Liu, Dan Wen, Albrecht Benad, Luisa Sonntag, Thomas Gemming, Gianaurelio Cuniberti, Alexander Eychmüller, "Multimetallic Hierarchical Aerogels: Shape Engineering of the Building Blocks for Efficient Electrocatalysis", In Advanced Materials, Wiley Online Library, 2017. [Bibtex & Downloads]
Multimetallic Hierarchical Aerogels: Shape Engineering of the Building Blocks for Efficient Electrocatalysis
Reference
Bin Cai, Arezoo Dianat, René Hübner, Wei Liu, Dan Wen, Albrecht Benad, Luisa Sonntag, Thomas Gemming, Gianaurelio Cuniberti, Alexander Eychmüller, "Multimetallic Hierarchical Aerogels: Shape Engineering of the Building Blocks for Efficient Electrocatalysis", In Advanced Materials, Wiley Online Library, 2017.
Bibtex
@article{cai2017multimetallic,
title={Multimetallic Hierarchical Aerogels: Shape Engineering of the Building Blocks for Efficient Electrocatalysis},
author={Cai, Bin and Dianat, Arezoo and H{\"u}bner, Ren{\'e} and Liu, Wei and Wen, Dan and Benad, Albrecht and Sonntag, Luisa and Gemming, Thomas and Cuniberti, Gianaurelio and Eychm{\"u}ller, Alexander},
journal={Advanced Materials},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Chenbao Lu, Shaohua Liu, Fan Zhang, Yuezeng Su, Xiaoxin Zou, Zhan Shi, Guodong Li, Xiaodong Zhuang, "An interfacial engineering approach towards two-dimensional porous carbon hybrids for high performance energy storage and conversion", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017. [Bibtex & Downloads]
An interfacial engineering approach towards two-dimensional porous carbon hybrids for high performance energy storage and conversion
Reference
Chenbao Lu, Shaohua Liu, Fan Zhang, Yuezeng Su, Xiaoxin Zou, Zhan Shi, Guodong Li, Xiaodong Zhuang, "An interfacial engineering approach towards two-dimensional porous carbon hybrids for high performance energy storage and conversion", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2017.
Bibtex
@article{lu2017interfacial,
title={An interfacial engineering approach towards two-dimensional porous carbon hybrids for high performance energy storage and conversion},
author={Lu, Chenbao and Liu, Shaohua and Zhang, Fan and Su, Yuezeng and Zou, Xiaoxin and Shi, Zhan and Li, Guodong and Zhuang, Xiaodong},
journal={Journal of Materials Chemistry A},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Xiao-Ye Wang, Marcus Richter, Yuanqin He, Jonas Björk, Alexander Riss, Raju Rajesh, Manuela Garnica, Felix Hennersdorf, Jan J Weigand, Akimitsu Narita, Reinhard Berger, Xinliang Feng, Willi Auwärter, Johannes V. Barth, Carlos-Andres Palma, Klaus Müllen, "Exploration of pyrazine-embedded antiaromatic polycyclic hydrocarbons generated by solution and on-surface azomethine ylide homocoupling", In Nature communications, Nature Publishing Group, vol. 8, no. 1, pp. 1948, 2017. [Bibtex & Downloads]
Exploration of pyrazine-embedded antiaromatic polycyclic hydrocarbons generated by solution and on-surface azomethine ylide homocoupling
Reference
Xiao-Ye Wang, Marcus Richter, Yuanqin He, Jonas Björk, Alexander Riss, Raju Rajesh, Manuela Garnica, Felix Hennersdorf, Jan J Weigand, Akimitsu Narita, Reinhard Berger, Xinliang Feng, Willi Auwärter, Johannes V. Barth, Carlos-Andres Palma, Klaus Müllen, "Exploration of pyrazine-embedded antiaromatic polycyclic hydrocarbons generated by solution and on-surface azomethine ylide homocoupling", In Nature communications, Nature Publishing Group, vol. 8, no. 1, pp. 1948, 2017.
Bibtex
@article{wang2017exploration,
title={Exploration of pyrazine-embedded antiaromatic polycyclic hydrocarbons generated by solution and on-surface azomethine ylide homocoupling},
author={Wang, Xiao-Ye and Richter, Marcus and He, Yuanqin and Bj{\"o}rk, Jonas and Riss, Alexander and Rajesh, Raju and Garnica, Manuela and Hennersdorf, Felix and Weigand, Jan J and Narita, Akimitsu and Berger, Reinhard and Feng, Xinliang and Auwärter, Willi and Barth, Johannes V. and Palma, Carlos-Andres and Müllen, Klaus},
journal={Nature communications},
volume={8},
number={1},
pages={1948},
year={2017},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Hao Tian, Shuyan Zhu, Fugui Xu, Wenting Mao, Hao Wei, Yiyong Mai, Xinliang Feng, "Growth of 2D Mesoporous Polyaniline with Controlled Pore Structures on Ultrathin MoS2 Nanosheets by Block Copolymer Self-Assembly in Solution", In ACS applied materials & interfaces, ACS Publications, 2017. [Bibtex & Downloads]
Growth of 2D Mesoporous Polyaniline with Controlled Pore Structures on Ultrathin MoS2 Nanosheets by Block Copolymer Self-Assembly in Solution
Reference
Hao Tian, Shuyan Zhu, Fugui Xu, Wenting Mao, Hao Wei, Yiyong Mai, Xinliang Feng, "Growth of 2D Mesoporous Polyaniline with Controlled Pore Structures on Ultrathin MoS2 Nanosheets by Block Copolymer Self-Assembly in Solution", In ACS applied materials & interfaces, ACS Publications, 2017.
Bibtex
@article{tian2017growth,
title={Growth of 2D Mesoporous Polyaniline with Controlled Pore Structures on Ultrathin MoS2 Nanosheets by Block Copolymer Self-Assembly in Solution},
author={Tian, Hao and Zhu, Shuyan and Xu, Fugui and Mao, Wenting and Wei, Hao and Mai, Yiyong and Feng, Xinliang},
journal={ACS applied materials \& interfaces},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Kai Yuan, Stavroula Sfaelou, Ming Qiu, Dirk Ferdinand Lützenkirchen-Hecht, Xiaodong Zhuang, Yiwang Chen, Chris Yuan, Xinliang Feng, Ullrich Scherf, "The Synergetic Contribution of Boron and Fe–Nx Species in Porous Carbons Towards Efficient Electrocatalysts for Oxygen Reduction Reaction", In ACS Energy Letters, ACS Publications, 2017. [Bibtex & Downloads]
The Synergetic Contribution of Boron and Fe–Nx Species in Porous Carbons Towards Efficient Electrocatalysts for Oxygen Reduction Reaction
Reference
Kai Yuan, Stavroula Sfaelou, Ming Qiu, Dirk Ferdinand Lützenkirchen-Hecht, Xiaodong Zhuang, Yiwang Chen, Chris Yuan, Xinliang Feng, Ullrich Scherf, "The Synergetic Contribution of Boron and Fe–Nx Species in Porous Carbons Towards Efficient Electrocatalysts for Oxygen Reduction Reaction", In ACS Energy Letters, ACS Publications, 2017.
Bibtex
@article{yuan2017synergetic,
title={The Synergetic Contribution of Boron and Fe--Nx Species in Porous Carbons Towards Efficient Electrocatalysts for Oxygen Reduction Reaction},
author={Yuan, Kai and Sfaelou, Stavroula and Qiu, Ming and L{\"u}tzenkirchen-Hecht, Dirk Ferdinand and Zhuang, Xiaodong and Chen, Yiwang and Yuan, Chris and Feng, Xinliang and Scherf, Ullrich},
journal={ACS Energy Letters},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dongdong Wu, Fugui Xu, Yinjuan Huang, Chuanshuang Chen, Chunyang Yu, Xinliang Feng, Deyue Yan, Yiyong Mai, "Effect of Side Chains on the Low-Dimensional Self-Assembly of Polyphenylene-Based “Rod–Coil” Graft Copolymers in Solution", In Macromolecules, ACS Publications, 2017. [Bibtex & Downloads]
Effect of Side Chains on the Low-Dimensional Self-Assembly of Polyphenylene-Based “Rod–Coil” Graft Copolymers in Solution
Reference
Dongdong Wu, Fugui Xu, Yinjuan Huang, Chuanshuang Chen, Chunyang Yu, Xinliang Feng, Deyue Yan, Yiyong Mai, "Effect of Side Chains on the Low-Dimensional Self-Assembly of Polyphenylene-Based “Rod–Coil” Graft Copolymers in Solution", In Macromolecules, ACS Publications, 2017.
Bibtex
@article{wu2017effect,
title={Effect of Side Chains on the Low-Dimensional Self-Assembly of Polyphenylene-Based “Rod--Coil” Graft Copolymers in Solution},
author={Wu, Dongdong and Xu, Fugui and Huang, Yinjuan and Chen, Chuanshuang and Yu, Chunyang and Feng, Xinliang and Yan, Deyue and Mai, Yiyong},
journal={Macromolecules},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Marco Di Giovannantonio, Okan Deniz, José I Urgel, Roland Widmer, Thomas Dienel, Samuel Stolz, Carlos Sánchez-Sánchez, Matthias Muntwiler, Tim Dumslaff, Reinhard Berger, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "On-Surface Growth Dynamics of Graphene Nanoribbons: The Role of Halogen Functionalization", In ACS nano, ACS Publications, 2017. [Bibtex & Downloads]
On-Surface Growth Dynamics of Graphene Nanoribbons: The Role of Halogen Functionalization
Reference
Marco Di Giovannantonio, Okan Deniz, José I Urgel, Roland Widmer, Thomas Dienel, Samuel Stolz, Carlos Sánchez-Sánchez, Matthias Muntwiler, Tim Dumslaff, Reinhard Berger, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "On-Surface Growth Dynamics of Graphene Nanoribbons: The Role of Halogen Functionalization", In ACS nano, ACS Publications, 2017.
Bibtex
@article{di2017surface,
title={On-Surface Growth Dynamics of Graphene Nanoribbons: The Role of Halogen Functionalization},
author={Di Giovannantonio, Marco and Deniz, Okan and Urgel, Jos{\'e} I and Widmer, Roland and Dienel, Thomas and Stolz, Samuel and S{\'a}nchez-S{\'a}nchez, Carlos and Muntwiler, Matthias and Dumslaff, Tim and Berger, Reinhard and Narita, Akimitsu and Feng, Xinliang and Müllen, Klaus and Ruffieux, Pascal and Fasel, Roman},
journal={ACS nano},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Vladimir Sayevich, Chris Guhrenz, Volodymyr M Dzhagan, Maria Sin, Matthias Werheid, Bin Cai, Lars Borchardt, Johannes Widmer, Dietrich RT Zahn, Eike Brunner, others, "Hybrid N-Butylamine-Based Ligands for Switching the Colloidal Solubility and Regimentation of Inorganic-Capped Nanocrystals", In ACS Nano, ACS Publications, 2017. [Bibtex & Downloads]
Hybrid N-Butylamine-Based Ligands for Switching the Colloidal Solubility and Regimentation of Inorganic-Capped Nanocrystals
Reference
Vladimir Sayevich, Chris Guhrenz, Volodymyr M Dzhagan, Maria Sin, Matthias Werheid, Bin Cai, Lars Borchardt, Johannes Widmer, Dietrich RT Zahn, Eike Brunner, others, "Hybrid N-Butylamine-Based Ligands for Switching the Colloidal Solubility and Regimentation of Inorganic-Capped Nanocrystals", In ACS Nano, ACS Publications, 2017.
Bibtex
@article{sayevich2017hybrid,
title={Hybrid N-Butylamine-Based Ligands for Switching the Colloidal Solubility and Regimentation of Inorganic-Capped Nanocrystals},
author={Sayevich, Vladimir and Guhrenz, Chris and Dzhagan, Volodymyr M and Sin, Maria and Werheid, Matthias and Cai, Bin and Borchardt, Lars and Widmer, Johannes and Zahn, Dietrich RT and Brunner, Eike and others},
journal={ACS Nano},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Karl Sebastian Schellhammer, Gianaurelio Cuniberti, "Competence-Based, Research-Related Lab Courses for Materials Modeling: The Case of Organic Photovoltaics", In Journal of Chemical Education, ACS Publications, 2017. [Bibtex & Downloads]
Competence-Based, Research-Related Lab Courses for Materials Modeling: The Case of Organic Photovoltaics
Reference
Karl Sebastian Schellhammer, Gianaurelio Cuniberti, "Competence-Based, Research-Related Lab Courses for Materials Modeling: The Case of Organic Photovoltaics", In Journal of Chemical Education, ACS Publications, 2017.
Bibtex
@article{schellhammer2017competence,
title={Competence-Based, Research-Related Lab Courses for Materials Modeling: The Case of Organic Photovoltaics},
author={Schellhammer, Karl Sebastian and Cuniberti, Gianaurelio},
journal={Journal of Chemical Education},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Leonardo Medrano Sandonas, Rafael Gutierrez, Alessandro Pecchia, Gotthard Seifert, Gianaurelio Cuniberti, "Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green's function based study", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 19, no. 2, pp. 1487–1495, 2017. [Bibtex & Downloads]
Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green's function based study
Reference
Leonardo Medrano Sandonas, Rafael Gutierrez, Alessandro Pecchia, Gotthard Seifert, Gianaurelio Cuniberti, "Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green's function based study", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 19, no. 2, pp. 1487–1495, 2017.
Bibtex
@article{sandonas2017tuning,
title={Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green's function based study},
author={Sandonas, Leonardo Medrano and Gutierrez, Rafael and Pecchia, Alessandro and Seifert, Gotthard and Cuniberti, Gianaurelio},
journal={Physical Chemistry Chemical Physics},
volume={19},
number={2},
pages={1487--1495},
year={2017},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Förster, Christian Wagner, Jörg Schuster, Joachim Friedrich, "Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes—An alternative initial step", In Journal of Vacuum Science & Technology A: Vacuum, Surfaces, and Films, AVS, vol. 35, no. 1, pp. 01B113, 2017. [Bibtex & Downloads]
Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes—An alternative initial step
Reference
Anja Förster, Christian Wagner, Jörg Schuster, Joachim Friedrich, "Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes—An alternative initial step", In Journal of Vacuum Science & Technology A: Vacuum, Surfaces, and Films, AVS, vol. 35, no. 1, pp. 01B113, 2017.
Bibtex
@article{forster2017ab,
title={Ab initio study of the trimethylaluminum atomic layer deposition process on carbon nanotubes—An alternative initial step},
author={F{\"o}rster, Anja and Wagner, Christian and Schuster, J{\"o}rg and Friedrich, Joachim},
journal={Journal of Vacuum Science \& Technology A: Vacuum, Surfaces, and Films},
volume={35},
number={1},
pages={01B113},
year={2017},
publisher={AVS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Philipp Schulz, Maximilian Matthe, Henrik Klessig, Meryem Simsek, Gerhard Fettweis, Junaid Ansari, Shehzad Ali Ashraf, Bjoern Almeroth, Jens Voigt, Ines Riedel, others, "Latency Critical IoT Applications in 5G: Perspective on the Design of Radio Interface and Network Architecture", In IEEE Communications Magazine, IEEE, vol. 55, no. 2, pp. 70–78, 2017. [Bibtex & Downloads]
Latency Critical IoT Applications in 5G: Perspective on the Design of Radio Interface and Network Architecture
Reference
Philipp Schulz, Maximilian Matthe, Henrik Klessig, Meryem Simsek, Gerhard Fettweis, Junaid Ansari, Shehzad Ali Ashraf, Bjoern Almeroth, Jens Voigt, Ines Riedel, others, "Latency Critical IoT Applications in 5G: Perspective on the Design of Radio Interface and Network Architecture", In IEEE Communications Magazine, IEEE, vol. 55, no. 2, pp. 70–78, 2017.
Bibtex
@article{schulz2017latency,
title={Latency Critical IoT Applications in 5G: Perspective on the Design of Radio Interface and Network Architecture},
author={Schulz, Philipp and Matthe, Maximilian and Klessig, Henrik and Simsek, Meryem and Fettweis, Gerhard and Ansari, Junaid and Ashraf, Shehzad Ali and Almeroth, Bjoern and Voigt, Jens and Riedel, Ines and others},
journal={IEEE Communications Magazine},
volume={55},
number={2},
pages={70--78},
year={2017},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Tim Baldauf, André Heinzig, Jens Trommer, Thomas Mikolajick, Walter Michael Weber, "Tuning the tunneling probability by mechanical stress in Schottky barrier based reconfigurable nanowire transistors", In Solid-State Electronics, Elsevier, vol. 128, pp. 148–154, 2017. [Bibtex & Downloads]
Tuning the tunneling probability by mechanical stress in Schottky barrier based reconfigurable nanowire transistors
Reference
Tim Baldauf, André Heinzig, Jens Trommer, Thomas Mikolajick, Walter Michael Weber, "Tuning the tunneling probability by mechanical stress in Schottky barrier based reconfigurable nanowire transistors", In Solid-State Electronics, Elsevier, vol. 128, pp. 148–154, 2017.
Bibtex
@article{baldauf2017tuning,
title={Tuning the tunneling probability by mechanical stress in Schottky barrier based reconfigurable nanowire transistors},
author={Baldauf, Tim and Heinzig, Andr{\'e} and Trommer, Jens and Mikolajick, Thomas and Weber, Walter Michael},
journal={Solid-State Electronics},
volume={128},
pages={148--154},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Borchmann, Tom Hanika, Sergei Obiedkov, "On the Usability of Probably Approximately Correct Implication Bases", In arXiv preprint arXiv:1701.00877, 2017. [Bibtex & Downloads]
On the Usability of Probably Approximately Correct Implication Bases
Reference
Daniel Borchmann, Tom Hanika, Sergei Obiedkov, "On the Usability of Probably Approximately Correct Implication Bases", In arXiv preprint arXiv:1701.00877, 2017.
Bibtex
@article{borchmann2017usability,
title={On the Usability of Probably Approximately Correct Implication Bases},
author={Borchmann, Daniel and Hanika, Tom and Obiedkov, Sergei},
journal={arXiv preprint arXiv:1701.00877},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Chris Guhrenz, André Wolf, Marion Adam, Luisa Sonntag, Sergei V Voitekhovich, Stefan Kaskel, Nikolai Gaponik, Alexander Eychmüller, "Tetrazole-stabilized gold nanoparticles for catalytic applications", In Zeitschrift für Physikalische Chemie, vol. 231, no. 1, pp. 51–62, 2017. [Bibtex & Downloads]
Tetrazole-stabilized gold nanoparticles for catalytic applications
Reference
Chris Guhrenz, André Wolf, Marion Adam, Luisa Sonntag, Sergei V Voitekhovich, Stefan Kaskel, Nikolai Gaponik, Alexander Eychmüller, "Tetrazole-stabilized gold nanoparticles for catalytic applications", In Zeitschrift für Physikalische Chemie, vol. 231, no. 1, pp. 51–62, 2017.
Bibtex
@article{guhrenz2017tetrazole,
title={Tetrazole-stabilized gold nanoparticles for catalytic applications},
author={Guhrenz, Chris and Wolf, Andr{\'e} and Adam, Marion and Sonntag, Luisa and Voitekhovich, Sergei V and Kaskel, Stefan and Gaponik, Nikolai and Eychm{\"u}ller, Alexander},
journal={Zeitschrift f{\"u}r Physikalische Chemie},
volume={231},
number={1},
pages={51--62},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Henke, Martin Knaut, Christoph Hossbach, Marion Geidel, Matthias Albert, Johann W Bartha, "Growth of aluminum oxide thin films with enhanced film density by the integration of in situ flash annealing into low-temperature atomic layer deposition", In Surface and Coatings Technology, Elsevier, vol. 309, pp. 600–608, 2017. [Bibtex & Downloads]
Growth of aluminum oxide thin films with enhanced film density by the integration of in situ flash annealing into low-temperature atomic layer deposition
Reference
Thomas Henke, Martin Knaut, Christoph Hossbach, Marion Geidel, Matthias Albert, Johann W Bartha, "Growth of aluminum oxide thin films with enhanced film density by the integration of in situ flash annealing into low-temperature atomic layer deposition", In Surface and Coatings Technology, Elsevier, vol. 309, pp. 600–608, 2017.
Bibtex
@article{henke2017growth,
title={Growth of aluminum oxide thin films with enhanced film density by the integration of in situ flash annealing into low-temperature atomic layer deposition},
author={Henke, Thomas and Knaut, Martin and Hossbach, Christoph and Geidel, Marion and Albert, Matthias and Bartha, Johann W},
journal={Surface and Coatings Technology},
volume={309},
pages={600--608},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nayan P. Agarwal, Michael Matthies, Fatih N. Gür, Kensuke Osada, Thorsten L. Schmidt, "Block Copolymer Micellization as a Protection Strategy for DNA Origami", In Angewandte Chemie International Edition, vol. 56, no. 20, pp. 5460–5464, 2017. [doi] [Bibtex & Downloads]
Block Copolymer Micellization as a Protection Strategy for DNA Origami
Reference
Nayan P. Agarwal, Michael Matthies, Fatih N. Gür, Kensuke Osada, Thorsten L. Schmidt, "Block Copolymer Micellization as a Protection Strategy for DNA Origami", In Angewandte Chemie International Edition, vol. 56, no. 20, pp. 5460–5464, 2017. [doi]
Bibtex
@article {ANIE:ANIE201608873,
author = {Agarwal, Nayan P. and Matthies, Michael and Gür, Fatih N. and Osada, Kensuke and Schmidt, Thorsten L.},
title = {Block Copolymer Micellization as a Protection Strategy for DNA Origami},
journal = {Angewandte Chemie International Edition},
volume = {56},
number = {20},
issn = {1521-3773},
url = {http://dx.doi.org/10.1002/anie.201608873},
doi = {10.1002/anie.201608873},
pages = {5460--5464},
keywords = {block copolymers, DNA nanotechnology, DNA origami, nanobiomedicine, polyplex micelles},
year = {2017},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Diana P.N. Gonçalves, Raul D. Rodriguez, Thomas Kurth, Laura J. Bray, Marcus Binner, Christiane Jungnickel, Fatih N. Gür, Steve W. Poser, Thorsten L. Schmidt, Dietrich R.T. Zahn, Andreas Androutsellis-Theotokis, Michael Schlierf, Carsten Werner, "Enhanced targeting of invasive glioblastoma cells by peptide-functionalized gold nanorods in hydrogel-based 3D cultures", In Acta Biomaterialia, vol. 58, pp. 12 - 25, 2017. [doi] [Bibtex & Downloads]
Enhanced targeting of invasive glioblastoma cells by peptide-functionalized gold nanorods in hydrogel-based 3D cultures
Reference
Diana P.N. Gonçalves, Raul D. Rodriguez, Thomas Kurth, Laura J. Bray, Marcus Binner, Christiane Jungnickel, Fatih N. Gür, Steve W. Poser, Thorsten L. Schmidt, Dietrich R.T. Zahn, Andreas Androutsellis-Theotokis, Michael Schlierf, Carsten Werner, "Enhanced targeting of invasive glioblastoma cells by peptide-functionalized gold nanorods in hydrogel-based 3D cultures", In Acta Biomaterialia, vol. 58, pp. 12 - 25, 2017. [doi]
Bibtex
@article{GONCALVES201712,
title = "Enhanced targeting of invasive glioblastoma cells by peptide-functionalized gold nanorods in hydrogel-based 3D cultures",
journal = "Acta Biomaterialia",
volume = "58",
pages = "12 - 25",
year = "2017",
issn = "1742-7061",
doi = "https://doi.org/10.1016/j.actbio.2017.05.054",
url = "http://www.sciencedirect.com/science/article/pii/S174270611730346X",
author = "Diana P.N. Gonçalves and Raul D. Rodriguez and Thomas Kurth and Laura J. Bray and Marcus Binner and Christiane Jungnickel and Fatih N. Gür and Steve W. Poser and Thorsten L. Schmidt and Dietrich R.T. Zahn and Andreas Androutsellis-Theotokis and Michael Schlierf and Carsten Werner",
keywords = "Glioblastoma Multiforme, Cancer stem cells, Gold nanorods, 3D culture, Photothermolysis"
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Aron W. Cummings, Sergio O. Valenzuela, Frank Ortmann, Stephan Roche, "Graphene Spintronics, In: 2D Materials: Properties and Devices", Cambridge University Press, pp. 197, 2017. [Bibtex & Downloads]
Graphene Spintronics, In: 2D Materials: Properties and Devices
Reference
Aron W. Cummings, Sergio O. Valenzuela, Frank Ortmann, Stephan Roche, "Graphene Spintronics, In: 2D Materials: Properties and Devices", Cambridge University Press, pp. 197, 2017.
Bibtex
@inbook{AronWCu2017Graphe,
title={Graphene Spintronics, In: 2D Materials: Properties and Devices},
author={Aron W. Cummings, Sergio O. Valenzuela, Frank Ortmann, Stephan Roche},
year={2017},
pages={197},
editor={P. Avouris, T. F. Heinz, and T. Low},
publisher={Cambridge University Press},
chapter={11},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ainhoa Atxabal, Slawomir Braun, Thorsten Arnold, Xiangnan Sun, Subir Parui, Xianjie Liu, Cristian Gozalvez, Roger Llopis, Aurelio Mateo-Alonso, Felix Casanova, Frank Ortmann, Mats Fahlman, Luis E. Hueso, "Energy Level Alignment at Metal/Solution-Processed Organic Semiconductor Interfaces", In Advanced Materials, vol. 29, no. 19, pp. 1606901–n/a, 2017. [doi] [Bibtex & Downloads]
Energy Level Alignment at Metal/Solution-Processed Organic Semiconductor Interfaces
Reference
Ainhoa Atxabal, Slawomir Braun, Thorsten Arnold, Xiangnan Sun, Subir Parui, Xianjie Liu, Cristian Gozalvez, Roger Llopis, Aurelio Mateo-Alonso, Felix Casanova, Frank Ortmann, Mats Fahlman, Luis E. Hueso, "Energy Level Alignment at Metal/Solution-Processed Organic Semiconductor Interfaces", In Advanced Materials, vol. 29, no. 19, pp. 1606901–n/a, 2017. [doi]
Bibtex
@article {ADMA:ADMA201606901,
author = {Atxabal, Ainhoa and Braun, Slawomir and Arnold, Thorsten and Sun, Xiangnan and Parui, Subir and Liu, Xianjie and Gozalvez, Cristian and Llopis, Roger and Mateo-Alonso, Aurelio and Casanova, Felix and Ortmann, Frank and Fahlman, Mats and Hueso, Luis E.},
title = {Energy Level Alignment at Metal/Solution-Processed Organic Semiconductor Interfaces},
journal = {Advanced Materials},
volume = {29},
number = {19},
issn = {1521-4095},
url = {http://dx.doi.org/10.1002/adma.201606901},
doi = {10.1002/adma.201606901},
pages = {1606901--n/a},
keywords = {energy barriers, hot electron transistors, organic electronics, polymer, spectroscopy},
year = {2017},
note = {1606901},
}Downloads
No Downloads available for this publication
Permalink
- Karl Sebastian Schellhammer, Tian-Yi Li, Olaf Zeika, Christian Körner, Karl Leo, Frank Ortmann, Gianaurelio Cuniberti, "Tuning Near-Infrared Absorbing Donor Materials: A Study of Electronic, Optical, and Charge-Transport Properties of aza-BODIPYs", In Chemistry of Materials, vol. 29, no. 13, pp. 5525-5536, 2017. [doi] [Bibtex & Downloads]
Tuning Near-Infrared Absorbing Donor Materials: A Study of Electronic, Optical, and Charge-Transport Properties of aza-BODIPYs
Reference
Karl Sebastian Schellhammer, Tian-Yi Li, Olaf Zeika, Christian Körner, Karl Leo, Frank Ortmann, Gianaurelio Cuniberti, "Tuning Near-Infrared Absorbing Donor Materials: A Study of Electronic, Optical, and Charge-Transport Properties of aza-BODIPYs", In Chemistry of Materials, vol. 29, no. 13, pp. 5525-5536, 2017. [doi]
Bibtex
@article{doi:10.1021/acs.chemmater.7b00653,
author = {Schellhammer, Karl Sebastian and Li, Tian-Yi and Zeika, Olaf and Körner, Christian and Leo, Karl and Ortmann, Frank and Cuniberti, Gianaurelio},
title = {Tuning Near-Infrared Absorbing Donor Materials: A Study of Electronic, Optical, and Charge-Transport Properties of aza-BODIPYs},
journal = {Chemistry of Materials},
volume = {29},
number = {13},
pages = {5525-5536},
year = {2017},
doi = {10.1021/acs.chemmater.7b00653},
URL = {http://dx.doi.org/10.1021/acs.chemmater.7b00653},
eprint = {http://dx.doi.org/10.1021/acs.chemmater.7b00653}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johanna Zessin, Franziska Fischer, Andreas Heerwig, Alfred Kick, Susanne Boye, Manfred Stamm, Anton Kiriy, Michael Mertig, "Tunable Fluorescence of a Semiconducting Polythiophene Positioned on DNA Origami", In Nano Letters, vol. 17, no. 8, pp. 5163-5170, 2017. [doi] [Bibtex & Downloads]
Tunable Fluorescence of a Semiconducting Polythiophene Positioned on DNA Origami
Reference
Johanna Zessin, Franziska Fischer, Andreas Heerwig, Alfred Kick, Susanne Boye, Manfred Stamm, Anton Kiriy, Michael Mertig, "Tunable Fluorescence of a Semiconducting Polythiophene Positioned on DNA Origami", In Nano Letters, vol. 17, no. 8, pp. 5163-5170, 2017. [doi]
Bibtex
@article{doi:10.1021/acs.nanolett.7b02623,
author = {Zessin, Johanna and Fischer, Franziska and Heerwig, Andreas and Kick, Alfred and Boye, Susanne and Stamm, Manfred and Kiriy, Anton and Mertig, Michael},
title = {Tunable Fluorescence of a Semiconducting Polythiophene Positioned on DNA Origami},
journal = {Nano Letters},
volume = {17},
number = {8},
pages = {5163-5170},
year = {2017},
doi = {10.1021/acs.nanolett.7b02623},
note ={PMID: 28745060},
URL = {
http://dx.doi.org/10.1021/acs.nanolett.7b02623
},
eprint = {
http://dx.doi.org/10.1021/acs.nanolett.7b02623
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Felix Kroener, Andreas Heerwig, Wolfgang Kaiser, Michael Mertig, Ulrich Rant, "Electrical Actuation of a DNA Origami Nanolever on an Electrode", In Journal of the American Chemical Society, vol. 139, no. 46, pp. 16510-16513, 2017. [doi] [Bibtex & Downloads]
Electrical Actuation of a DNA Origami Nanolever on an Electrode
Reference
Felix Kroener, Andreas Heerwig, Wolfgang Kaiser, Michael Mertig, Ulrich Rant, "Electrical Actuation of a DNA Origami Nanolever on an Electrode", In Journal of the American Chemical Society, vol. 139, no. 46, pp. 16510-16513, 2017. [doi]
Bibtex
@article{doi:10.1021/jacs.7b10862,
author = {Kroener, Felix and Heerwig, Andreas and Kaiser, Wolfgang and Mertig, Michael and Rant, Ulrich},
title = {Electrical Actuation of a DNA Origami Nanolever on an Electrode},
journal = {Journal of the American Chemical Society},
volume = {139},
number = {46},
pages = {16510-16513},
year = {2017},
doi = {10.1021/jacs.7b10862},
note ={PMID: 29111693},
URL = {
http://dx.doi.org/10.1021/jacs.7b10862
},
eprint = {
http://dx.doi.org/10.1021/jacs.7b10862
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Gozde Oktem, Karin Sahre, Brigitte Voit, Rainer Jordan, Anton Kiriy, "Facile synthesis of oligo(3-hexylthiophene)s conductive wires with charge-transfer functions", In Polym. Chem., The Royal Society of Chemistry, vol. 8, pp. 2675-2685, 2017. [doi] [Bibtex & Downloads]
Facile synthesis of oligo(3-hexylthiophene)s conductive wires with charge-transfer functions
Reference
Gozde Oktem, Karin Sahre, Brigitte Voit, Rainer Jordan, Anton Kiriy, "Facile synthesis of oligo(3-hexylthiophene)s conductive wires with charge-transfer functions", In Polym. Chem., The Royal Society of Chemistry, vol. 8, pp. 2675-2685, 2017. [doi]
Abstract
A series of fully conjugated oligo(3-hexylthiophene)s bearing different starting- and end-groups have been synthesized by means of externally initiated Kumada catalyst-transfer polymerization (KCTP) and Grignard Metathesis Polymerization (GRIM). These kinds of oligomers' starting- and end-groups include tert-butyl protected thiols to be used for binding of oligomers to gold electrodes and tetracyanobutadiene-based donor-acceptor (DA) end-groups, such as dimethylaniline-tetracyanobutadiene (DMA-TCBD) and ferrocene-tetracyanobutadiene (Fc-TCBD), introduced to control the charge transport through the oligomers. The DMA-TCBD and Fc-TCBD end groups were incorporated by means of a Diederich-type click transformation of appropriately end-terminated oligo(3-hexylthiophene)s. The efficiency of the end-group functionalization was comprehensively assessed by NMR spectroscopy and MALDI-TOF spectrometry whereas the redox activities of the DA end-groups were examined by cyclic voltammetry. KCTP showed a much superior performance compared to GRIM in the introduction of a desirable end-group functionality. The thus-prepared conjugated oligomers are attractive materials for application in molecular electronics which will be explored in future studies.
Bibtex
@Article{C7PY00428A,
author ="Oktem, Gozde and Sahre, Karin and Voit, Brigitte and Jordan, Rainer and Kiriy, Anton",
title ="Facile synthesis of oligo(3-hexylthiophene)s conductive wires with charge-transfer functions",
journal ="Polym. Chem.",
year ="2017",
volume ="8",
issue ="17",
pages ="2675-2685",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C7PY00428A",
url ="http://dx.doi.org/10.1039/C7PY00428A",
abstract ="A series of fully conjugated oligo(3-hexylthiophene)s bearing different starting- and end-groups have been synthesized by means of externally initiated Kumada catalyst-transfer polymerization (KCTP) and Grignard Metathesis Polymerization (GRIM). These kinds of oligomers{'} starting- and end-groups include tert-butyl protected thiols to be used for binding of oligomers to gold electrodes and tetracyanobutadiene-based donor-acceptor (DA) end-groups{,} such as dimethylaniline-tetracyanobutadiene (DMA-TCBD) and ferrocene-tetracyanobutadiene (Fc-TCBD){,} introduced to control the charge transport through the oligomers. The DMA-TCBD and Fc-TCBD end groups were incorporated by means of a Diederich-type click transformation of appropriately end-terminated oligo(3-hexylthiophene)s. The efficiency of the end-group functionalization was comprehensively assessed by NMR spectroscopy and MALDI-TOF spectrometry whereas the redox activities of the DA end-groups were examined by cyclic voltammetry. KCTP showed a much superior performance compared to GRIM in the introduction of a desirable end-group functionality. The thus-prepared conjugated oligomers are attractive materials for application in molecular electronics which will be explored in future studies."}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Organic / Polymer Path
Permalink
- Joaquim Clara-Rahola, Ana Moscoso, Ana Belén Ruiz-Muelle, Marco Laurenti, Petr Formanek, Juan M. Lopez-Romero, Ignacio Fernández, J. Fernando Diaz, Jorge Rubio-Retama, Andreas Fery, Rafael Contreras-Cáceres, "Au@p4VP core@shell pH-Sensitive Nanocomposites Suitable for Drug Entrapment", In Journal of Colloid and Interface Science, 2017. [doi] [Bibtex & Downloads]
Au@p4VP core@shell pH-Sensitive Nanocomposites Suitable for Drug Entrapment
Reference
Joaquim Clara-Rahola, Ana Moscoso, Ana Belén Ruiz-Muelle, Marco Laurenti, Petr Formanek, Juan M. Lopez-Romero, Ignacio Fernández, J. Fernando Diaz, Jorge Rubio-Retama, Andreas Fery, Rafael Contreras-Cáceres, "Au@p4VP core@shell pH-Sensitive Nanocomposites Suitable for Drug Entrapment", In Journal of Colloid and Interface Science, 2017. [doi]
Bibtex
@Article{Clara-Rahola2017,
author = {Joaquim Clara-Rahola and Ana Moscoso and Ana Belén Ruiz-Muelle and Marco Laurenti and Petr Formanek and Juan M. Lopez-Romero and Ignacio Fernández and J. Fernando Diaz and Jorge Rubio-Retama and Andreas Fery and Rafael Contreras-Cáceres},
title = {Au@p4VP core@shell pH-Sensitive Nanocomposites Suitable for Drug Entrapment},
journal = {Journal of Colloid and Interface Science},
year = {2017},
issn = {0021-9797},
doi = {https://doi.org/10.1016/j.jcis.2017.12.072},
keywords = {stimuli-responsive, nanocomposite system, gold nanoparticles, cryo-TEM, SERS},
url = {http://www.sciencedirect.com/science/article/pii/S0021979717314637},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Juanjuan Wang, Jixun Xie, Chuanyong Zong, Xue Han, Jingxin Zhao, Shichun Jiang, Yanping Cao, Andreas Fery, Conghua Lu, "Light-Modulated Surface Micropatterns with Multifunctional Surface Properties on Photodegradable Polymer Films", In ACS Applied Materials & Interfaces, vol. 9, no. 42, pp. 37402-37410, 2017. [doi] [Bibtex & Downloads]
Light-Modulated Surface Micropatterns with Multifunctional Surface Properties on Photodegradable Polymer Films
Reference
Juanjuan Wang, Jixun Xie, Chuanyong Zong, Xue Han, Jingxin Zhao, Shichun Jiang, Yanping Cao, Andreas Fery, Conghua Lu, "Light-Modulated Surface Micropatterns with Multifunctional Surface Properties on Photodegradable Polymer Films", In ACS Applied Materials & Interfaces, vol. 9, no. 42, pp. 37402-37410, 2017. [doi]
Bibtex
@Article{Wang2017,
author = {Wang, Juanjuan and Xie, Jixun and Zong, Chuanyong and Han, Xue and Zhao, Jingxin and Jiang, Shichun and Cao, Yanping and Fery, Andreas and Lu, Conghua},
title = {Light-Modulated Surface Micropatterns with Multifunctional Surface Properties on Photodegradable Polymer Films},
journal = {ACS Applied Materials \& Interfaces},
year = {2017},
volume = {9},
number = {42},
pages = {37402-37410},
note = {PMID: 28981250},
doi = {10.1021/acsami.7b10573},
eprint = {http://dx.doi.org/10.1021/acsami.7b10573},
url = {
http://dx.doi.org/10.1021/acsami.7b10573
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Florian Reichert, Ana M. Pérez-Mas, Daniel Barreda, Clara Blanco, Ricardo Santamaria, Christian Kuttner, Andreas Fery, Nico Langhof, Walter Krenkel, "Influence of the carbonization temperature on the mechanical properties of thermoplastic polymer derived C/C-SiC composites", In Journal of the European Ceramic Society, vol. 37, no. 2, pp. 523 - 529, 2017. [doi] [Bibtex & Downloads]
Influence of the carbonization temperature on the mechanical properties of thermoplastic polymer derived C/C-SiC composites
Reference
Florian Reichert, Ana M. Pérez-Mas, Daniel Barreda, Clara Blanco, Ricardo Santamaria, Christian Kuttner, Andreas Fery, Nico Langhof, Walter Krenkel, "Influence of the carbonization temperature on the mechanical properties of thermoplastic polymer derived C/C-SiC composites", In Journal of the European Ceramic Society, vol. 37, no. 2, pp. 523 - 529, 2017. [doi]
Bibtex
@Article{Reichert2017,
author = {Florian Reichert and Ana M. Pérez-Mas and Daniel Barreda and Clara Blanco and Ricardo Santamaria and Christian Kuttner and Andreas Fery and Nico Langhof and Walter Krenkel},
title = {Influence of the carbonization temperature on the mechanical properties of thermoplastic polymer derived C/C-SiC composites},
journal = {Journal of the European Ceramic Society},
year = {2017},
volume = {37},
number = {2},
pages = {523 - 529},
issn = {0955-2219},
doi = {https://doi.org/10.1016/j.jeurceramsoc.2016.09.005},
keywords = {Ceramic matrix composites, Raman spectroscopy, Thermoplastic precursor, Liquid silicon infiltration},
url = {http://www.sciencedirect.com/science/article/pii/S095522191630499X},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Ragesh Prathapan, Joseph D. Berry, Andreas Fery, Gil Garnier, Rico F. Tabor, "Decreasing the Wettability of Cellulose Nanocrystal Surfaces Using Wrinkle-Based Alignment", In ACS Applied Materials & Interfaces, vol. 9, no. 17, pp. 15202-15211, 2017. [doi] [Bibtex & Downloads]
Decreasing the Wettability of Cellulose Nanocrystal Surfaces Using Wrinkle-Based Alignment
Reference
Ragesh Prathapan, Joseph D. Berry, Andreas Fery, Gil Garnier, Rico F. Tabor, "Decreasing the Wettability of Cellulose Nanocrystal Surfaces Using Wrinkle-Based Alignment", In ACS Applied Materials & Interfaces, vol. 9, no. 17, pp. 15202-15211, 2017. [doi]
Bibtex
@Article{Prathapan2017,
author = {Prathapan, Ragesh and Berry, Joseph D. and Fery, Andreas and Garnier, Gil and Tabor, Rico F.},
title = {Decreasing the Wettability of Cellulose Nanocrystal Surfaces Using Wrinkle-Based Alignment},
journal = {ACS Applied Materials \& Interfaces},
year = {2017},
volume = {9},
number = {17},
pages = {15202-15211},
note = {PMID: 28402099},
doi = {10.1021/acsami.7b03094},
eprint = {http://dx.doi.org/10.1021/acsami.7b03094},
url = {
http://dx.doi.org/10.1021/acsami.7b03094
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Houwen Matthew Pan, Han Yu, Gernot Guigas, Andreas Fery, Matthias Weiss, Volker Patzel, Dieter Trau, "Engineering and Design of Polymeric Shells: Inwards Interweaving Polymers as Multilayer Nanofilm, Immobilization Matrix, or Chromatography Resins", In ACS Applied Materials & Interfaces, vol. 9, no. 6, pp. 5447-5456, 2017. [doi] [Bibtex & Downloads]
Engineering and Design of Polymeric Shells: Inwards Interweaving Polymers as Multilayer Nanofilm, Immobilization Matrix, or Chromatography Resins
Reference
Houwen Matthew Pan, Han Yu, Gernot Guigas, Andreas Fery, Matthias Weiss, Volker Patzel, Dieter Trau, "Engineering and Design of Polymeric Shells: Inwards Interweaving Polymers as Multilayer Nanofilm, Immobilization Matrix, or Chromatography Resins", In ACS Applied Materials & Interfaces, vol. 9, no. 6, pp. 5447-5456, 2017. [doi]
Bibtex
@Article{Pan2017,
author = {Pan, Houwen Matthew and Yu, Han and Guigas, Gernot and Fery, Andreas and Weiss, Matthias and Patzel, Volker and Trau, Dieter},
title = {Engineering and Design of Polymeric Shells: Inwards Interweaving Polymers as Multilayer Nanofilm, Immobilization Matrix, or Chromatography Resins},
journal = {ACS Applied Materials \& Interfaces},
year = {2017},
volume = {9},
number = {6},
pages = {5447-5456},
note = {PMID: 28054761},
doi = {10.1021/acsami.6b13545},
eprint = {http://dx.doi.org/10.1021/acsami.6b13545},
url = {
http://dx.doi.org/10.1021/acsami.6b13545
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Martin Mayer, Anja Maria Steiner, Falk Röder, Petr Formanek, Tobias A. F. König, Andreas Fery, "Aqueous Gold Overgrowth of Silver Nanoparticles: Merging the Plasmonic Properties of Silver with the Functionality of Gold", In Angewandte Chemie International Edition, vol. 56, no. 50, pp. 15866–15870, 2017. [doi] [Bibtex & Downloads]
Aqueous Gold Overgrowth of Silver Nanoparticles: Merging the Plasmonic Properties of Silver with the Functionality of Gold
Reference
Martin Mayer, Anja Maria Steiner, Falk Röder, Petr Formanek, Tobias A. F. König, Andreas Fery, "Aqueous Gold Overgrowth of Silver Nanoparticles: Merging the Plasmonic Properties of Silver with the Functionality of Gold", In Angewandte Chemie International Edition, vol. 56, no. 50, pp. 15866–15870, 2017. [doi]
Bibtex
@Article{ANIE:ANIE201708398,
author = {Mayer, Martin and Steiner, Anja Maria and Röder, Falk and Formanek, Petr and König, Tobias A. F. and Fery, Andreas},
title = {Aqueous Gold Overgrowth of Silver Nanoparticles: Merging the Plasmonic Properties of Silver with the Functionality of Gold},
journal = {Angewandte Chemie International Edition},
year = {2017},
volume = {56},
number = {50},
pages = {15866--15870},
issn = {1521-3773},
doi = {10.1002/anie.201708398},
keywords = {bimetallic nanoparticles, nanocubes, oxidation stability, plasmonics, shape control},
url = {http://dx.doi.org/10.1002/anie.201708398},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Gregor Lang, Benedikt R. Neugirg, Daniel Kluge, Andreas Fery, Thomas Scheibel, "Mechanical Testing of Engineered Spider Silk Filaments Provides Insights into Molecular Features on a Mesoscale", In ACS Applied Materials & Interfaces, vol. 9, no. 1, pp. 892-900, 2017. [doi] [Bibtex & Downloads]
Mechanical Testing of Engineered Spider Silk Filaments Provides Insights into Molecular Features on a Mesoscale
Reference
Gregor Lang, Benedikt R. Neugirg, Daniel Kluge, Andreas Fery, Thomas Scheibel, "Mechanical Testing of Engineered Spider Silk Filaments Provides Insights into Molecular Features on a Mesoscale", In ACS Applied Materials & Interfaces, vol. 9, no. 1, pp. 892-900, 2017. [doi]
Bibtex
@Article{Lang2017,
author = {Lang, Gregor and Neugirg, Benedikt R. and Kluge, Daniel and Fery, Andreas and Scheibel, Thomas},
title = {Mechanical Testing of Engineered Spider Silk Filaments Provides Insights into Molecular Features on a Mesoscale},
journal = {ACS Applied Materials \& Interfaces},
year = {2017},
volume = {9},
number = {1},
pages = {892-900},
note = {PMID: 27935285},
doi = {10.1021/acsami.6b13093},
eprint = {http://dx.doi.org/10.1021/acsami.6b13093},
url = {
http://dx.doi.org/10.1021/acsami.6b13093
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Thomas Heida, Jens W. Neubauer, Maximilian Seuss, Nicolas Hauck, Julian Thiele, Andreas Fery, "Mechanically Defined Microgels by Droplet Microfluidics", In Macromolecular Chemistry and Physics, vol. 218, no. 2, pp. 1600418–n/a, 2017. [doi] [Bibtex & Downloads]
Mechanically Defined Microgels by Droplet Microfluidics
Reference
Thomas Heida, Jens W. Neubauer, Maximilian Seuss, Nicolas Hauck, Julian Thiele, Andreas Fery, "Mechanically Defined Microgels by Droplet Microfluidics", In Macromolecular Chemistry and Physics, vol. 218, no. 2, pp. 1600418–n/a, 2017. [doi]
Bibtex
@Article{Heida2017,
author = {Heida, Thomas and Neubauer, Jens W. and Seuss, Maximilian and Hauck, Nicolas and Thiele, Julian and Fery, Andreas},
title = {Mechanically Defined Microgels by Droplet Microfluidics},
journal = {Macromolecular Chemistry and Physics},
year = {2017},
volume = {218},
number = {2},
pages = {1600418--n/a},
issn = {1521-3935},
note = {1600418},
doi = {10.1002/macp.201600418},
keywords = {atomic force microscopy (AFM), deformation measurements, droplet microfluidics, microgels, mechanics},
url = {http://dx.doi.org/10.1002/macp.201600418},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Elisabeth Giebel, Thomas Herrmann, Frank Simon, Andreas Fery, Michael R. Buchmeiser, "Surface Modification of Carbon Fibers by Free Radical Graft-Polymerization of 2-Hydroxyethyl Methacrylate for High Mechanical Strength Fiber–Matrix Composites", In Macromolecular Materials and Engineering, vol. 302, no. 12, pp. 1700210–n/a, 2017. [doi] [Bibtex & Downloads]
Surface Modification of Carbon Fibers by Free Radical Graft-Polymerization of 2-Hydroxyethyl Methacrylate for High Mechanical Strength Fiber–Matrix Composites
Reference
Elisabeth Giebel, Thomas Herrmann, Frank Simon, Andreas Fery, Michael R. Buchmeiser, "Surface Modification of Carbon Fibers by Free Radical Graft-Polymerization of 2-Hydroxyethyl Methacrylate for High Mechanical Strength Fiber–Matrix Composites", In Macromolecular Materials and Engineering, vol. 302, no. 12, pp. 1700210–n/a, 2017. [doi]
Bibtex
@Article{Giebel2017,
author = {Giebel, Elisabeth and Herrmann, Thomas and Simon, Frank and Fery, Andreas and Buchmeiser, Michael R.},
title = {Surface Modification of Carbon Fibers by Free Radical Graft-Polymerization of 2-Hydroxyethyl Methacrylate for High Mechanical Strength Fiber–Matrix Composites},
journal = {Macromolecular Materials and Engineering},
year = {2017},
volume = {302},
number = {12},
pages = {1700210--n/a},
issn = {1439-2054},
note = {1700210},
doi = {10.1002/mame.201700210},
keywords = {carbon fibers, composites, epoxide, grafting},
url = {http://dx.doi.org/10.1002/mame.201700210},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Zongping Chen, Hai I. Wang, Joan Teyssandier, Kunal S. Mali, Tim Dumslaff, Ivan Ivanov, Wen Zhang, Pascal Ruffieux, Roman Fasel, Hans Joachim Räder, Dmitry Turchinovich, Steven De Feyter, Xinliang Feng, Mathias Kläui, Akimitsu Narita, Mischa Bonn, Klaus Müllen, "Chemical Vapor Deposition Synthesis and Terahertz Photoconductivity of Low-Band-Gap N = 9 Armchair Graphene Nanoribbons", In Journal of the American Chemical Society, vol. 139, no. 10, pp. 3635-3638, 2017. [doi] [Bibtex & Downloads]
Chemical Vapor Deposition Synthesis and Terahertz Photoconductivity of Low-Band-Gap N = 9 Armchair Graphene Nanoribbons
Reference
Zongping Chen, Hai I. Wang, Joan Teyssandier, Kunal S. Mali, Tim Dumslaff, Ivan Ivanov, Wen Zhang, Pascal Ruffieux, Roman Fasel, Hans Joachim Räder, Dmitry Turchinovich, Steven De Feyter, Xinliang Feng, Mathias Kläui, Akimitsu Narita, Mischa Bonn, Klaus Müllen, "Chemical Vapor Deposition Synthesis and Terahertz Photoconductivity of Low-Band-Gap N = 9 Armchair Graphene Nanoribbons", In Journal of the American Chemical Society, vol. 139, no. 10, pp. 3635-3638, 2017. [doi]
Bibtex
@article{doi:10.1021/jacs.7b00776,
author = {Chen, Zongping and Wang, Hai I. and Teyssandier, Joan and Mali, Kunal S. and Dumslaff, Tim and Ivanov, Ivan and Zhang, Wen and Ruffieux, Pascal and Fasel, Roman and Räder, Hans Joachim and Turchinovich, Dmitry and De Feyter, Steven and Feng, Xinliang and Kläui, Mathias and Narita, Akimitsu and Bonn, Mischa and Müllen, Klaus},
title = {Chemical Vapor Deposition Synthesis and Terahertz Photoconductivity of Low-Band-Gap N = 9 Armchair Graphene Nanoribbons},
journal = {Journal of the American Chemical Society},
volume = {139},
number = {10},
pages = {3635-3638},
year = {2017},
doi = {10.1021/jacs.7b00776},
note ={PMID: 28248492},
URL = {
http://dx.doi.org/10.1021/jacs.7b00776
},
eprint = {
http://dx.doi.org/10.1021/jacs.7b00776
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Thomas W. Chamberlain, Johannes Biskupek, Stephen T. Skowron, Alexander V. Markevich, Simon Kurasch, Oliver Reimer, Kate E. Walker, Graham A. Rance, Xinliang Feng, Klaus Müllen, Andrey Turchanin, Maria A. Lebedeva, Alexander G. Majouga, Valentin G. Nenajdenko, Ute Kaiser, Elena Besley, Andrei N. Khlobystov, "Stop-Frame Filming and Discovery of Reactions at the Single-Molecule Level by Transmission Electron Microscopy", In ACS Nano, vol. 11, no. 3, pp. 2509-2520, 2017. [doi] [Bibtex & Downloads]
Stop-Frame Filming and Discovery of Reactions at the Single-Molecule Level by Transmission Electron Microscopy
Reference
Thomas W. Chamberlain, Johannes Biskupek, Stephen T. Skowron, Alexander V. Markevich, Simon Kurasch, Oliver Reimer, Kate E. Walker, Graham A. Rance, Xinliang Feng, Klaus Müllen, Andrey Turchanin, Maria A. Lebedeva, Alexander G. Majouga, Valentin G. Nenajdenko, Ute Kaiser, Elena Besley, Andrei N. Khlobystov, "Stop-Frame Filming and Discovery of Reactions at the Single-Molecule Level by Transmission Electron Microscopy", In ACS Nano, vol. 11, no. 3, pp. 2509-2520, 2017. [doi]
Bibtex
@article{doi:10.1021/acsnano.6b08228,
author = {Chamberlain, Thomas W. and Biskupek, Johannes and Skowron, Stephen T. and Markevich, Alexander V. and Kurasch, Simon and Reimer, Oliver and Walker, Kate E. and Rance, Graham A. and Feng, Xinliang and Müllen, Klaus and Turchanin, Andrey and Lebedeva, Maria A. and Majouga, Alexander G. and Nenajdenko, Valentin G. and Kaiser, Ute and Besley, Elena and Khlobystov, Andrei N.},
title = {Stop-Frame Filming and Discovery of Reactions at the Single-Molecule Level by Transmission Electron Microscopy},
journal = {ACS Nano},
volume = {11},
number = {3},
pages = {2509-2520},
year = {2017},
doi = {10.1021/acsnano.6b08228},
note ={PMID: 28191929},
URL = {
http://dx.doi.org/10.1021/acsnano.6b08228
},
eprint = {
http://dx.doi.org/10.1021/acsnano.6b08228
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Xiao-Ye Wang, Thomas Dienel, Marco Di Giovannantonio, Gabriela Borin Barin, Neerav Kharche, Okan Deniz, José I. Urgel, Roland Widmer, Samuel Stolz, Luis Henrique De Lima, Matthias Muntwiler, Matteo Tommasini, Vincent Meunier, Pascal Ruffieux, Xinliang Feng, Roman Fasel, Klaus Müllen, Akimitsu Narita, "Heteroatom-Doped Perihexacene from a Double Helicene Precursor: On-Surface Synthesis and Properties", In Journal of the American Chemical Society, vol. 139, no. 13, pp. 4671-4674, 2017. [doi] [Bibtex & Downloads]
Heteroatom-Doped Perihexacene from a Double Helicene Precursor: On-Surface Synthesis and Properties
Reference
Xiao-Ye Wang, Thomas Dienel, Marco Di Giovannantonio, Gabriela Borin Barin, Neerav Kharche, Okan Deniz, José I. Urgel, Roland Widmer, Samuel Stolz, Luis Henrique De Lima, Matthias Muntwiler, Matteo Tommasini, Vincent Meunier, Pascal Ruffieux, Xinliang Feng, Roman Fasel, Klaus Müllen, Akimitsu Narita, "Heteroatom-Doped Perihexacene from a Double Helicene Precursor: On-Surface Synthesis and Properties", In Journal of the American Chemical Society, vol. 139, no. 13, pp. 4671-4674, 2017. [doi]
Bibtex
@article{doi:10.1021/jacs.7b02258,
author = {Wang, Xiao-Ye and Dienel, Thomas and Di Giovannantonio, Marco and Barin, Gabriela Borin and Kharche, Neerav and Deniz, Okan and Urgel, José I. and Widmer, Roland and Stolz, Samuel and De Lima, Luis Henrique and Muntwiler, Matthias and Tommasini, Matteo and Meunier, Vincent and Ruffieux, Pascal and Feng, Xinliang and Fasel, Roman and Müllen, Klaus and Narita, Akimitsu},
title = {Heteroatom-Doped Perihexacene from a Double Helicene Precursor: On-Surface Synthesis and Properties},
journal = {Journal of the American Chemical Society},
volume = {139},
number = {13},
pages = {4671-4674},
year = {2017},
doi = {10.1021/jacs.7b02258},
note ={PMID: 28335591},
URL = {
http://dx.doi.org/10.1021/jacs.7b02258
},
eprint = {
http://dx.doi.org/10.1021/jacs.7b02258
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- J. C. L. Alfonso, K. Talkenberger, M. Seifert, B. Klink, A. Hawkins-Daarud, K. R. Swanson, H. Hatzikirou, A. Deutsch, "The biology and mathematical modelling of glioma invasion: a review", In Journal of The Royal Society Interface, The Royal Society, vol. 14, no. 136, 2017. [doi] [Bibtex & Downloads]
The biology and mathematical modelling of glioma invasion: a review
Reference
J. C. L. Alfonso, K. Talkenberger, M. Seifert, B. Klink, A. Hawkins-Daarud, K. R. Swanson, H. Hatzikirou, A. Deutsch, "The biology and mathematical modelling of glioma invasion: a review", In Journal of The Royal Society Interface, The Royal Society, vol. 14, no. 136, 2017. [doi]
Abstract
Adult gliomas are aggressive brain tumours associated with low patient survival rates and limited life expectancy. The most important hallmark of this type of tumour is its invasive behaviour, characterized by a markedly phenotypic plasticity, infiltrative tumour morphologies and the ability of malignant progression from low- to high-grade tumour types. Indeed, the widespread infiltration of healthy brain tissue by glioma cells is largely responsible for poor prognosis and the difficulty of finding curative therapies. Meanwhile, mathematical models have been established to analyse potential mechanisms of glioma invasion. In this review, we start with a brief introduction to current biological knowledge about glioma invasion, and then critically review and highlight future challenges for mathematical models of glioma invasion.
Bibtex
@article {Alfonso20170490,
author = {Alfonso, J. C. L. and Talkenberger, K. and Seifert, M. and Klink, B. and Hawkins-Daarud, A. and Swanson, K. R. and Hatzikirou, H. and Deutsch, A.},
title = {The biology and mathematical modelling of glioma invasion: a review},
volume = {14},
number = {136},
year = {2017},
doi = {10.1098/rsif.2017.0490},
publisher = {The Royal Society},
abstract = {Adult gliomas are aggressive brain tumours associated with low patient survival rates and limited life expectancy. The most important hallmark of this type of tumour is its invasive behaviour, characterized by a markedly phenotypic plasticity, infiltrative tumour morphologies and the ability of malignant progression from low- to high-grade tumour types. Indeed, the widespread infiltration of healthy brain tissue by glioma cells is largely responsible for poor prognosis and the difficulty of finding curative therapies. Meanwhile, mathematical models have been established to analyse potential mechanisms of glioma invasion. In this review, we start with a brief introduction to current biological knowledge about glioma invasion, and then critically review and highlight future challenges for mathematical models of glioma invasion.},
issn = {1742-5689},
URL = {http://rsif.royalsocietypublishing.org/content/14/136/20170490},
eprint = {http://rsif.royalsocietypublishing.org/content/14/136/20170490.full.pdf},
journal = {Journal of The Royal Society Interface}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Karl B. Hoffmann, Anja Voss-Böhme, Jochen C. Rink, Lutz Brusch, "A dynamically diluted alignment model reveals the impact of cell turnover on the plasticity of tissue polarity patterns", In Journal of The Royal Society Interface, The Royal Society, vol. 14, no. 135, 2017. [doi] [Bibtex & Downloads]
A dynamically diluted alignment model reveals the impact of cell turnover on the plasticity of tissue polarity patterns
Reference
Karl B. Hoffmann, Anja Voss-Böhme, Jochen C. Rink, Lutz Brusch, "A dynamically diluted alignment model reveals the impact of cell turnover on the plasticity of tissue polarity patterns", In Journal of The Royal Society Interface, The Royal Society, vol. 14, no. 135, 2017. [doi]
Abstract
The polarization of cells and tissues is fundamental for tissue morphogenesis during biological development and regeneration. A deeper understanding of biological polarity pattern formation can be gained from the consideration of pattern reorganization in response to an opposing instructive cue, which we here consider using the example of experimentally inducible body axis inversions in planarian flatworms. We define a dynamically diluted alignment model linking three processes: entrainment of cell polarity by a global signal, local cell\textendashcell coupling aligning polarity among neighbours, and cell turnover replacing polarized cells by initially unpolarized cells. We show that a persistent global orienting signal determines the final mean polarity orientation in this stochastic model. Combining numerical and analytical approaches, we find that neighbour coupling retards polarity pattern reorganization, whereas cell turnover accelerates it. We derive a formula for an effective neighbour coupling strength integrating both effects and find that the time of polarity reorganization depends linearly on this effective parameter and no abrupt transitions are observed. This allows us to determine neighbour coupling strengths from experimental observations. Our model is related to a dynamic 8-Potts model with annealed site-dilution and makes testable predictions regarding the polarization of dynamic systems, such as the planarian epithelium.
Bibtex
@article {Hoffmann20170466,
author = {Hoffmann, Karl B. and Voss-B{\"o}hme, Anja and Rink, Jochen C. and Brusch, Lutz},
title = {A dynamically diluted alignment model reveals the impact of cell turnover on the plasticity of tissue polarity patterns},
volume = {14},
number = {135},
year = {2017},
doi = {10.1098/rsif.2017.0466},
publisher = {The Royal Society},
abstract = {The polarization of cells and tissues is fundamental for tissue morphogenesis during biological development and regeneration. A deeper understanding of biological polarity pattern formation can be gained from the consideration of pattern reorganization in response to an opposing instructive cue, which we here consider using the example of experimentally inducible body axis inversions in planarian flatworms. We define a dynamically diluted alignment model linking three processes: entrainment of cell polarity by a global signal, local cell{\textendash}cell coupling aligning polarity among neighbours, and cell turnover replacing polarized cells by initially unpolarized cells. We show that a persistent global orienting signal determines the final mean polarity orientation in this stochastic model. Combining numerical and analytical approaches, we find that neighbour coupling retards polarity pattern reorganization, whereas cell turnover accelerates it. We derive a formula for an effective neighbour coupling strength integrating both effects and find that the time of polarity reorganization depends linearly on this effective parameter and no abrupt transitions are observed. This allows us to determine neighbour coupling strengths from experimental observations. Our model is related to a dynamic 8-Potts model with annealed site-dilution and makes testable predictions regarding the polarization of dynamic systems, such as the planarian epithelium.},
issn = {1742-5689},
URL = {http://rsif.royalsocietypublishing.org/content/14/135/20170466},
eprint = {http://rsif.royalsocietypublishing.org/content/14/135/20170466.full.pdf},
journal = {Journal of The Royal Society Interface}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kirstin Meyer, Oleksandr Ostrenko, Georgios Bourantas, Hernan Morales-Navarrete, Natalie Porat-Shliom, Fabian Segovia-Miranda, Hidenori Nonaka, Ali Ghaemi, Jean-Marc Verbavatz, Lutz Brusch, Ivo Sbalzarini, Yannis Kalaidzidis, Roberto Weigert, Marino Zerial, "A Predictive 3D Multi-Scale Model of Biliary Fluid Dynamics in the Liver Lobule", In Cell Systems, vol. 4, no. 3, pp. 277 - 290.e9, 2017. [doi] [Bibtex & Downloads]
A Predictive 3D Multi-Scale Model of Biliary Fluid Dynamics in the Liver Lobule
Reference
Kirstin Meyer, Oleksandr Ostrenko, Georgios Bourantas, Hernan Morales-Navarrete, Natalie Porat-Shliom, Fabian Segovia-Miranda, Hidenori Nonaka, Ali Ghaemi, Jean-Marc Verbavatz, Lutz Brusch, Ivo Sbalzarini, Yannis Kalaidzidis, Roberto Weigert, Marino Zerial, "A Predictive 3D Multi-Scale Model of Biliary Fluid Dynamics in the Liver Lobule", In Cell Systems, vol. 4, no. 3, pp. 277 - 290.e9, 2017. [doi]
Bibtex
@article{MEYER2017277,
title = "A Predictive 3D Multi-Scale Model of Biliary Fluid Dynamics in the Liver Lobule",
journal = "Cell Systems",
volume = "4",
number = "3",
pages = "277 - 290.e9",
year = "2017",
issn = "2405-4712",
doi = "https://doi.org/10.1016/j.cels.2017.02.008",
url = "http://www.sciencedirect.com/science/article/pii/S2405471217300522",
author = "Kirstin Meyer and Oleksandr Ostrenko and Georgios Bourantas and Hernan Morales-Navarrete and Natalie Porat-Shliom and Fabian Segovia-Miranda and Hidenori Nonaka and Ali Ghaemi and Jean-Marc Verbavatz and Lutz Brusch and Ivo Sbalzarini and Yannis Kalaidzidis and Roberto Weigert and Marino Zerial",
keywords = "mouse liver, bile canaliculi, multi-scale model, computational fluid dynamics, bile flow, actomyosin contractility, peristalsis, drug-induced liver injury, cholestasis, acetaminophen"
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tom Stückemann, James Patrick Cleland, Steffen Werner, Hanh Thi-Kim Vu, Robert Bayersdorf, Shang-Yun Liu, Benjamin Friedrich, Frank Jülicher, Jochen Christian Rink, "Antagonistic Self-Organizing Patterning Systems Control Maintenance and Regeneration of the Anteroposterior Axis in Planarians", In Developmental Cell, vol. 40, no. 3, pp. 248 - 263.e4, 2017. [doi] [Bibtex & Downloads]
Antagonistic Self-Organizing Patterning Systems Control Maintenance and Regeneration of the Anteroposterior Axis in Planarians
Reference
Tom Stückemann, James Patrick Cleland, Steffen Werner, Hanh Thi-Kim Vu, Robert Bayersdorf, Shang-Yun Liu, Benjamin Friedrich, Frank Jülicher, Jochen Christian Rink, "Antagonistic Self-Organizing Patterning Systems Control Maintenance and Regeneration of the Anteroposterior Axis in Planarians", In Developmental Cell, vol. 40, no. 3, pp. 248 - 263.e4, 2017. [doi]
Bibtex
@article{STUCKEMANN2017248,
title = "Antagonistic Self-Organizing Patterning Systems Control Maintenance and Regeneration of the Anteroposterior Axis in Planarians",
journal = "Developmental Cell",
volume = "40",
number = "3",
pages = "248 - 263.e4",
year = "2017",
issn = "1534-5807",
doi = "https://doi.org/10.1016/j.devcel.2016.12.024",
url = "http://www.sciencedirect.com/science/article/pii/S153458071630956X",
author = "Tom Stückemann and James Patrick Cleland and Steffen Werner and Hanh Thi-Kim Vu and Robert Bayersdorf and Shang-Yun Liu and Benjamin Friedrich and Frank Jülicher and Jochen Christian Rink",
keywords = "planaria, Wnt signaling, regeneration, patterning, self-organization, morphogen gradient, Turing pattern"
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gary S Klindt, Christian Ruloff, Christian Wagner, Benjamin M Friedrich, "In-phase and anti-phase flagellar synchronization by waveform compliance and basal coupling", In New Journal of Physics, vol. 19, no. 11, pp. 113052, 2017. [Bibtex & Downloads]
In-phase and anti-phase flagellar synchronization by waveform compliance and basal coupling
Reference
Gary S Klindt, Christian Ruloff, Christian Wagner, Benjamin M Friedrich, "In-phase and anti-phase flagellar synchronization by waveform compliance and basal coupling", In New Journal of Physics, vol. 19, no. 11, pp. 113052, 2017.
Abstract
We present a theory of flagellar synchronization in the green alga Chlamydomonas , using full treatment of flagellar hydrodynamics and measured beat patterns. We find that two recently proposed synchronization mechanisms, flagellar waveform compliance and basal coupling, stabilize anti-phase synchronization (AP) if operative in isolation. Their nonlinear superposition, however, can stabilize in-phase synchronization (IP) for suitable parameter choices, matching experimental observations. Our theory is based on a description of the flagellar beat as a limit-cycle oscillator, which was introduced and calibrated by experimental data in a recent letter (Klindt et al 2016 Phys. Rev. Lett. 117 258101). Using a minimal model of basal coupling, we identify regimes of IP, AP and even out-of-phase synchronization with spontaneous symmetry-breaking in this system of two identical coupled oscillators as a function of an effective strength of basal coupling. From our theory, we quantitatively predict different synchronization dynamics in fluids of increased viscosity or external flow, suggesting a non-invasive way to control synchronization by hydrodynamic coupling.
Bibtex
@article{1367-2630-19-11-113052,
author={Gary S Klindt and Christian Ruloff and Christian Wagner and Benjamin M Friedrich},
title={In-phase and anti-phase flagellar synchronization by waveform compliance and basal coupling},
journal={New Journal of Physics},
volume={19},
number={11},
pages={113052},
url={http://stacks.iop.org/1367-2630/19/i=11/a=113052},
year={2017},
abstract={We present a theory of flagellar synchronization in the green alga Chlamydomonas , using full treatment of flagellar hydrodynamics and measured beat patterns. We find that two recently proposed synchronization mechanisms, flagellar waveform compliance and basal coupling, stabilize anti-phase synchronization (AP) if operative in isolation. Their nonlinear superposition, however, can stabilize in-phase synchronization (IP) for suitable parameter choices, matching experimental observations. Our theory is based on a description of the flagellar beat as a limit-cycle oscillator, which was introduced and calibrated by experimental data in a recent letter (Klindt et al 2016 Phys. Rev. Lett. 117 258101). Using a minimal model of basal coupling, we identify regimes of IP, AP and even out-of-phase synchronization with spontaneous symmetry-breaking in this system of two identical coupled oscillators as a function of an effective strength of basal coupling. From our theory, we quantitatively predict different synchronization dynamics in fluids of increased viscosity or external flow, suggesting a non-invasive way to control synchronization by hydrodynamic coupling.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "The Bayesian Ontology Language$\backslash$ mathcal $\{$BEL$}$", In Journal of Automated Reasoning, Springer, vol. 58, no. 1, pp. 67–95, 2017. [Bibtex & Downloads]
The Bayesian Ontology Language$\backslash$ mathcal $\{$BEL$}$
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "The Bayesian Ontology Language$\backslash$ mathcal $\{$BEL$}$", In Journal of Automated Reasoning, Springer, vol. 58, no. 1, pp. 67–95, 2017.
Bibtex
@article{ceylan2017bayesian,
title={The Bayesian Ontology Language$\backslash$ mathcal $\{$BEL$\}$},
author={Ceylan, {\.I}smail {\.I}lkan and Pe{\~n}aloza, Rafael},
journal={Journal of Automated Reasoning},
volume={58},
number={1},
pages={67--95},
year={2017},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Stefanie Roos, Martin Byrenheid, Clemens Deusser, Thorsten Strufe, "Balanced Dynamic Content Addressing in Trees", In arXiv preprint arXiv:1701.03522, 2017. [Bibtex & Downloads]
Balanced Dynamic Content Addressing in Trees
Reference
Stefanie Roos, Martin Byrenheid, Clemens Deusser, Thorsten Strufe, "Balanced Dynamic Content Addressing in Trees", In arXiv preprint arXiv:1701.03522, 2017.
Bibtex
@article{roos2017balanced,
title={Balanced Dynamic Content Addressing in Trees},
author={Roos, Stefanie and Byrenheid, Martin and Deusser, Clemens and Strufe, Thorsten},
journal={arXiv preprint arXiv:1701.03522},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Henke, Martin Knaut, Marion Geidel, Felix Winkler, Matthias Albert, Johann W Bartha, "Atomic layer deposition of tantalum oxide thin films using the precursor tert-butylimido-tris-ethylmethylamido-tantalum and water: Process characteristics and film properties", In Thin Solid Films, Elsevier, 2017. [Bibtex & Downloads]
Atomic layer deposition of tantalum oxide thin films using the precursor tert-butylimido-tris-ethylmethylamido-tantalum and water: Process characteristics and film properties
Reference
Thomas Henke, Martin Knaut, Marion Geidel, Felix Winkler, Matthias Albert, Johann W Bartha, "Atomic layer deposition of tantalum oxide thin films using the precursor tert-butylimido-tris-ethylmethylamido-tantalum and water: Process characteristics and film properties", In Thin Solid Films, Elsevier, 2017.
Bibtex
@article{henke2017atomic,
title={Atomic layer deposition of tantalum oxide thin films using the precursor tert-butylimido-tris-ethylmethylamido-tantalum and water: Process characteristics and film properties},
author={Henke, Thomas and Knaut, Martin and Geidel, Marion and Winkler, Felix and Albert, Matthias and Bartha, Johann W},
journal={Thin Solid Films},
year={2017},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Izaak Neri, Édgar Roldán, Frank Jülicher, "Statistics of Infima and Stopping Times of Entropy Production and Applications to Active Molecular Processes", In Physical Review X, APS, vol. 7, no. 1, pp. 011019, 2017. [Bibtex & Downloads]
Statistics of Infima and Stopping Times of Entropy Production and Applications to Active Molecular Processes
Reference
Izaak Neri, Édgar Roldán, Frank Jülicher, "Statistics of Infima and Stopping Times of Entropy Production and Applications to Active Molecular Processes", In Physical Review X, APS, vol. 7, no. 1, pp. 011019, 2017.
Bibtex
@article{neri2017statistics,
title={Statistics of Infima and Stopping Times of Entropy Production and Applications to Active Molecular Processes},
author={Neri, Izaak and Rold{\'a}n, {\'E}dgar and J{\"u}licher, Frank},
journal={Physical Review X},
volume={7},
number={1},
pages={011019},
year={2017},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Samata Chaudhuri, Till Korten, Stefan Diez, "Tetrazine–trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection", In Bioconjugate Chemistry, ACS Publications, vol. 28, no. 4, pp. 918–922, 2017. [Bibtex & Downloads]
Tetrazine–trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection
Reference
Samata Chaudhuri, Till Korten, Stefan Diez, "Tetrazine–trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection", In Bioconjugate Chemistry, ACS Publications, vol. 28, no. 4, pp. 918–922, 2017.
Bibtex
@article{chaudhuri2017tetrazine,
title={Tetrazine--trans-cyclooctene Mediated Conjugation of Antibodies to Microtubules Facilitates Subpicomolar Protein Detection},
author={Chaudhuri, Samata and Korten, Till and Diez, Stefan},
journal={Bioconjugate Chemistry},
volume={28},
number={4},
pages={918--922},
year={2017},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus Krüger, Frank Eisenhut, Thomas Lehmann, José M. Alonso, Jörg Meyer, Dmitry Skidin, Robin Ohmann, Dmitry A. Ryndyk, Dolores Pérez, Enrique Guitián, Diego Peña, Francesca Moresco, Gianaurelio Cuniberti, "Molecular Self-Assembly Driven by On-Surface Reduction: Anthracene and Tetracene on Au(111)", In The Journal of Physical Chemistry C, vol. 121, no. 37, pp. 20353-20358, 2017. [doi] [Bibtex & Downloads]
Molecular Self-Assembly Driven by On-Surface Reduction: Anthracene and Tetracene on Au(111)
Reference
Justus Krüger, Frank Eisenhut, Thomas Lehmann, José M. Alonso, Jörg Meyer, Dmitry Skidin, Robin Ohmann, Dmitry A. Ryndyk, Dolores Pérez, Enrique Guitián, Diego Peña, Francesca Moresco, Gianaurelio Cuniberti, "Molecular Self-Assembly Driven by On-Surface Reduction: Anthracene and Tetracene on Au(111)", In The Journal of Physical Chemistry C, vol. 121, no. 37, pp. 20353-20358, 2017. [doi]
Bibtex
@article{doi:10.1021/acs.jpcc.7b06131,
author = {Krüger, Justus and Eisenhut, Frank and Lehmann, Thomas and Alonso, José M. and Meyer, Jörg and Skidin, Dmitry and Ohmann, Robin and Ryndyk, Dmitry A. and Pérez, Dolores and Guitián, Enrique and Peña, Diego and Moresco, Francesca and Cuniberti, Gianaurelio},
title = {Molecular Self-Assembly Driven by On-Surface Reduction: Anthracene and Tetracene on Au(111)},
journal = {The Journal of Physical Chemistry C},
volume = {121},
number = {37},
pages = {20353-20358},
year = {2017},
doi = {10.1021/acs.jpcc.7b06131},
URL = {
http://dx.doi.org/10.1021/acs.jpcc.7b06131
},
eprint = {
http://dx.doi.org/10.1021/acs.jpcc.7b06131
}}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Silicon Nanowire Path
Permalink
- Frank Eisenhut, Thomas Lehmann, Andreas Viertel, Dmitry Skidin, Justus Krüger, Seddigheh Nikipar, Dmitry A. Ryndyk, Christian Joachim, Stefan Hecht, Francesca Moresco, Gianaurelio Cuniberti, "On-Surface Annulation Reaction Cascade for the Selective Synthesis of Diindenopyrene", In ACS Nano, vol. 11, no. 12, pp. 12419-12425, 2017. [doi] [Bibtex & Downloads]
On-Surface Annulation Reaction Cascade for the Selective Synthesis of Diindenopyrene
Reference
Frank Eisenhut, Thomas Lehmann, Andreas Viertel, Dmitry Skidin, Justus Krüger, Seddigheh Nikipar, Dmitry A. Ryndyk, Christian Joachim, Stefan Hecht, Francesca Moresco, Gianaurelio Cuniberti, "On-Surface Annulation Reaction Cascade for the Selective Synthesis of Diindenopyrene", In ACS Nano, vol. 11, no. 12, pp. 12419-12425, 2017. [doi]
Bibtex
@article{doi:10.1021/acsnano.7b06459,
author = {Eisenhut, Frank and Lehmann, Thomas and Viertel, Andreas and Skidin, Dmitry and Krüger, Justus and Nikipar, Seddigheh and Ryndyk, Dmitry A. and Joachim, Christian and Hecht, Stefan and Moresco, Francesca and Cuniberti, Gianaurelio},
title = {On-Surface Annulation Reaction Cascade for the Selective Synthesis of Diindenopyrene},
journal = {ACS Nano},
volume = {11},
number = {12},
pages = {12419-12425},
year = {2017},
doi = {10.1021/acsnano.7b06459},
note ={PMID: 29136462},
URL = {
http://dx.doi.org/10.1021/acsnano.7b06459
},
eprint = {
http://dx.doi.org/10.1021/acsnano.7b06459
}}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Silicon Nanowire Path
Permalink
- Justus A Kromer, Steffen Märcker, Steffen Lange, Christel Baier, Benjamin M Friedrich, "Optimal decision making for sperm chemotaxis in the presence of noise", In arXiv preprint arXiv:1711.04858, 2017. [Bibtex & Downloads]
Optimal decision making for sperm chemotaxis in the presence of noise
Reference
Justus A Kromer, Steffen Märcker, Steffen Lange, Christel Baier, Benjamin M Friedrich, "Optimal decision making for sperm chemotaxis in the presence of noise", In arXiv preprint arXiv:1711.04858, 2017.
Bibtex
@article{kromer2017optimal,
title={Optimal decision making for sperm chemotaxis in the presence of noise},
author={Kromer, Justus A and M{\"a}rcker, Steffen and Lange, Steffen and Baier, Christel and Friedrich, Benjamin M},
journal={arXiv preprint arXiv:1711.04858},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin M Friedrich, "The load response of shape-changing microswimmers scales with their energy efficiency", In arXiv preprint arXiv:1711.03597, 2017. [Bibtex & Downloads]
The load response of shape-changing microswimmers scales with their energy efficiency
Reference
Benjamin M Friedrich, "The load response of shape-changing microswimmers scales with their energy efficiency", In arXiv preprint arXiv:1711.03597, 2017.
Bibtex
@article{friedrich2017load,
title={The load response of shape-changing microswimmers scales with their energy efficiency},
author={Friedrich, Benjamin M},
journal={arXiv preprint arXiv:1711.03597},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jens Karschau, Marco Zimmerling, Benjamin M Friedrich, "Renormalization group theory for percolation in time-varying networks", In arXiv preprint arXiv:1708.05704, 2017. [Bibtex & Downloads]
Renormalization group theory for percolation in time-varying networks
Reference
Jens Karschau, Marco Zimmerling, Benjamin M Friedrich, "Renormalization group theory for percolation in time-varying networks", In arXiv preprint arXiv:1708.05704, 2017.
Bibtex
@article{karschau2017renormalization,
title={Renormalization group theory for percolation in time-varying networks},
author={Karschau, Jens and Zimmerling, Marco and Friedrich, Benjamin M},
journal={arXiv preprint arXiv:1708.05704},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Leonardo Medrano Sandonas, Rafael Gutierrez, Alessandro Pecchia, Gotthard Seifert, Gianaurelio Cuniberti, "Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green\textquotesingles function based study", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 19, no. 2, pp. 1487–1495, 2017. [doi] [Bibtex & Downloads]
Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green\textquotesingles function based study
Reference
Leonardo Medrano Sandonas, Rafael Gutierrez, Alessandro Pecchia, Gotthard Seifert, Gianaurelio Cuniberti, "Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green\textquotesingles function based study", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 19, no. 2, pp. 1487–1495, 2017. [doi]
Bibtex
@article{Sandonas_2017,
doi = {10.1039/c6cp06621f},
url = {https://doi.org/10.1039%2Fc6cp06621f},
year = 2017,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {19},
number = {2},
pages = {1487--1495},
author = {Leonardo Medrano Sandonas and Rafael Gutierrez and Alessandro Pecchia and Gotthard Seifert and Gianaurelio Cuniberti},
title = {Tuning quantum electron and phonon transport in two-dimensional materials by strain engineering: a Green{\textquotesingle}s function based study},
journal = {Physical Chemistry Chemical Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hannes Gumz, Thu Hang Lai, Brigitte Voit, Dietmar Appelhans, "Fine-tuning the pH response of polymersomes for mimicking and controlling the cell membrane functionality", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 8, no. 19, pp. 2904–2908, 2017. [doi] [Bibtex & Downloads]
Fine-tuning the pH response of polymersomes for mimicking and controlling the cell membrane functionality
Reference
Hannes Gumz, Thu Hang Lai, Brigitte Voit, Dietmar Appelhans, "Fine-tuning the pH response of polymersomes for mimicking and controlling the cell membrane functionality", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 8, no. 19, pp. 2904–2908, 2017. [doi]
Bibtex
@article{Gumz_2017,
doi = {10.1039/c7py00089h},
url = {https://doi.org/10.1039%2Fc7py00089h},
year = 2017,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {8},
number = {19},
pages = {2904--2908},
author = {Hannes Gumz and Thu Hang Lai and Brigitte Voit and Dietmar Appelhans},
title = {Fine-tuning the {pH} response of polymersomes for mimicking and controlling the cell membrane functionality},
journal = {Polymer Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A.-S. Pawlik, T. Kämpfe, A. Haußmann, T. Woike, U. Treske, M. Knupfer, B. Büchner, E. Soergel, R. Streubel, A. Koitzsch, L. M. Eng, "Polarization driven conductance variations at charged ferroelectric domain walls", In Nanoscale, Royal Society of Chemistry (RSC), vol. 9, no. 30, pp. 10933–10939, 2017. [doi] [Bibtex & Downloads]
Polarization driven conductance variations at charged ferroelectric domain walls
Reference
A.-S. Pawlik, T. Kämpfe, A. Haußmann, T. Woike, U. Treske, M. Knupfer, B. Büchner, E. Soergel, R. Streubel, A. Koitzsch, L. M. Eng, "Polarization driven conductance variations at charged ferroelectric domain walls", In Nanoscale, Royal Society of Chemistry (RSC), vol. 9, no. 30, pp. 10933–10939, 2017. [doi]
Bibtex
@article{Pawlik_2017,
doi = {10.1039/c7nr00217c},
url = {https://doi.org/10.1039%2Fc7nr00217c},
year = 2017,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {9},
number = {30},
pages = {10933--10939},
author = {A.-S. Pawlik and T. Kämpfe and A. Hau{\ss}mann and T. Woike and U. Treske and M. Knupfer and B. Büchner and E. Soergel and R. Streubel and A. Koitzsch and L. M. Eng},
title = {Polarization driven conductance variations at charged ferroelectric domain walls},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Haefner, Philipp Frank, Enrico Langer, Denise Gruner, Ulrike Schmidt, Martin Elstner, Gerald Gerlach, Andreas Richter, "Chemically controlled micro-pores and nano-filters for separation tasks in 2D and 3D microfluidic systems", In RSC Adv., Royal Society of Chemistry (RSC), vol. 7, no. 78, pp. 49279–49289, 2017. [doi] [Bibtex & Downloads]
Chemically controlled micro-pores and nano-filters for separation tasks in 2D and 3D microfluidic systems
Reference
Sebastian Haefner, Philipp Frank, Enrico Langer, Denise Gruner, Ulrike Schmidt, Martin Elstner, Gerald Gerlach, Andreas Richter, "Chemically controlled micro-pores and nano-filters for separation tasks in 2D and 3D microfluidic systems", In RSC Adv., Royal Society of Chemistry (RSC), vol. 7, no. 78, pp. 49279–49289, 2017. [doi]
Bibtex
@article{Haefner_2017,
doi = {10.1039/c7ra07016k},
url = {https://doi.org/10.1039%2Fc7ra07016k},
year = 2017,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {7},
number = {78},
pages = {49279--49289},
author = {Sebastian Haefner and Philipp Frank and Enrico Langer and Denise Gruner and Ulrike Schmidt and Martin Elstner and Gerald Gerlach and Andreas Richter},
title = {Chemically controlled micro-pores and nano-filters for separation tasks in 2D and 3D microfluidic systems},
journal = {{RSC} Adv.}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- B. Ibarlucea, T. Rim, C. K. Baek, J. A. G. M. de Visser, L. Baraban, G. Cuniberti, "Nanowire sensors monitor bacterial growth kinetics and response to antibiotics", In Lab on a Chip, Royal Society of Chemistry (RSC), vol. 17, no. 24, pp. 4283–4293, 2017. [doi] [Bibtex & Downloads]
Nanowire sensors monitor bacterial growth kinetics and response to antibiotics
Reference
B. Ibarlucea, T. Rim, C. K. Baek, J. A. G. M. de Visser, L. Baraban, G. Cuniberti, "Nanowire sensors monitor bacterial growth kinetics and response to antibiotics", In Lab on a Chip, Royal Society of Chemistry (RSC), vol. 17, no. 24, pp. 4283–4293, 2017. [doi]
Bibtex
@article{Ibarlucea_2017,
doi = {10.1039/c7lc00807d},
url = {https://doi.org/10.1039%2Fc7lc00807d},
year = 2017,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {17},
number = {24},
pages = {4283--4293},
author = {B. Ibarlucea and T. Rim and C. K. Baek and J. A. G. M. de Visser and L. Baraban and G. Cuniberti},
title = {Nanowire sensors monitor bacterial growth kinetics and response to antibiotics},
journal = {Lab on a Chip}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus Krüger, Frank Eisenhut, José M. Alonso, Thomas Lehmann, Enrique Guitián, Dolores Pérez, Dmitry Skidin, Florian Gamaleja, Dmitry A. Ryndyk, Christian Joachim, Diego Peña, Francesca Moresco, Gianaurelio Cuniberti, "Imaging the electronic structure of on-surface generated hexacene", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 53, no. 10, pp. 1583–1586, 2017. [doi] [Bibtex & Downloads]
Imaging the electronic structure of on-surface generated hexacene
Reference
Justus Krüger, Frank Eisenhut, José M. Alonso, Thomas Lehmann, Enrique Guitián, Dolores Pérez, Dmitry Skidin, Florian Gamaleja, Dmitry A. Ryndyk, Christian Joachim, Diego Peña, Francesca Moresco, Gianaurelio Cuniberti, "Imaging the electronic structure of on-surface generated hexacene", In Chemical Communications, Royal Society of Chemistry (RSC), vol. 53, no. 10, pp. 1583–1586, 2017. [doi]
Bibtex
@article{Kr_ger_2017,
doi = {10.1039/c6cc09327b},
url = {https://doi.org/10.1039%2Fc6cc09327b},
year = 2017,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {53},
number = {10},
pages = {1583--1586},
author = {Justus Krüger and Frank Eisenhut and Jos{\'{e}} M. Alonso and Thomas Lehmann and Enrique Guiti{\'{a}}n and Dolores P{\'{e}}rez and Dmitry Skidin and Florian Gamaleja and Dmitry A. Ryndyk and Christian Joachim and Diego Pe{\~{n}}a and Francesca Moresco and Gianaurelio Cuniberti},
title = {Imaging the electronic structure of on-surface generated hexacene},
journal = {Chemical Communications}
}Downloads
No Downloads available for this publication
Permalink
- Francisco Ample, Francesca Moresco, Christian Joachim, "Molecule-Latches in Atomic Scale Surface Logic Gates Constructed on Si (100) H", Chapter in On-Surface Atomic Wires and Logic Gates, Springer, pp. 157–175, 2017. [Bibtex & Downloads]
Molecule-Latches in Atomic Scale Surface Logic Gates Constructed on Si (100) H
Reference
Francisco Ample, Francesca Moresco, Christian Joachim, "Molecule-Latches in Atomic Scale Surface Logic Gates Constructed on Si (100) H", Chapter in On-Surface Atomic Wires and Logic Gates, Springer, pp. 157–175, 2017.
Bibtex
@incollection{ample2017molecule,
title={Molecule-Latches in Atomic Scale Surface Logic Gates Constructed on Si (100) H},
author={Ample, Francisco and Moresco, Francesca and Joachim, Christian},
booktitle={On-Surface Atomic Wires and Logic Gates},
pages={157--175},
year={2017},
publisher={Springer}
}Downloads
No Downloads available for this publication
Permalink
- Christel Baier, Sascha Klüppelholz, Sascha Wunderlich, "Towards automated variant selection for heterogeneous tiled architectures", Chapter in Models, Algorithms, Logics and Tools, Springer, pp. 382–399, 2017. [Bibtex & Downloads]
Towards automated variant selection for heterogeneous tiled architectures
Reference
Christel Baier, Sascha Klüppelholz, Sascha Wunderlich, "Towards automated variant selection for heterogeneous tiled architectures", Chapter in Models, Algorithms, Logics and Tools, Springer, pp. 382–399, 2017.
Bibtex
@incollection{baier2017towards,
title={Towards automated variant selection for heterogeneous tiled architectures},
author={Baier, Christel and Kl{\"u}ppelholz, Sascha and Wunderlich, Sascha},
booktitle={Models, Algorithms, Logics and Tools},
pages={382--399},
year={2017},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Carral, Irina Dragoste, Markus Krötzsch, "Restricted Chase (Non) Termination for Existential Rules with Disjunctions.", In Proceeding: IJCAI, pp. 922–928, 2017. [Bibtex & Downloads]
Restricted Chase (Non) Termination for Existential Rules with Disjunctions.
Reference
David Carral, Irina Dragoste, Markus Krötzsch, "Restricted Chase (Non) Termination for Existential Rules with Disjunctions.", In Proceeding: IJCAI, pp. 922–928, 2017.
Bibtex
@inproceedings{carral2017restricted,
title={Restricted Chase (Non) Termination for Existential Rules with Disjunctions.},
author={Carral, David and Dragoste, Irina and Kr{\"o}tzsch, Markus},
booktitle={IJCAI},
pages={922--928},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- C. Francis, D. Fazzi, S. B. Grimm, F. Paulus, S. Beck, S. Hillebrandt, A. Pucci, J. Zaumseil, "Raman spectroscopy and microscopy of electrochemically and chemically doped high-mobility semiconducting polymers", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 5, no. 25, pp. 6176–6184, 2017. [doi] [Bibtex & Downloads]
Raman spectroscopy and microscopy of electrochemically and chemically doped high-mobility semiconducting polymers
Reference
C. Francis, D. Fazzi, S. B. Grimm, F. Paulus, S. Beck, S. Hillebrandt, A. Pucci, J. Zaumseil, "Raman spectroscopy and microscopy of electrochemically and chemically doped high-mobility semiconducting polymers", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 5, no. 25, pp. 6176–6184, 2017. [doi]
Bibtex
@article{Francis_2017,
doi = {10.1039/c7tc01277b},
url = {https://doi.org/10.1039%2Fc7tc01277b},
year = 2017,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {5},
number = {25},
pages = {6176--6184},
author = {C. Francis and D. Fazzi and S. B. Grimm and F. Paulus and S. Beck and S. Hillebrandt and A. Pucci and J. Zaumseil},
title = {Raman spectroscopy and microscopy of electrochemically and chemically doped high-mobility semiconducting polymers},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Permalink
- Sebastian Haas, Tobias Seifert, Benedikt Nöthen, Stefan Scholze, Sebastian Höppner, Andreas Dixius, Esther Pérez Adeva, Thomas Augustin, Friedrich Pauls, Sadia Moriam, others, "A heterogeneous SDR MPSoC in 28 nm CMOS for low-latency wireless applications", Proceedings of the 54th Annual Design Automation Conference 2017, pp. 1–6, 2017. [Bibtex & Downloads]
A heterogeneous SDR MPSoC in 28 nm CMOS for low-latency wireless applications
Reference
Sebastian Haas, Tobias Seifert, Benedikt Nöthen, Stefan Scholze, Sebastian Höppner, Andreas Dixius, Esther Pérez Adeva, Thomas Augustin, Friedrich Pauls, Sadia Moriam, others, "A heterogeneous SDR MPSoC in 28 nm CMOS for low-latency wireless applications", Proceedings of the 54th Annual Design Automation Conference 2017, pp. 1–6, 2017.
Bibtex
@inproceedings{haas2017heterogeneous,
title={A heterogeneous SDR MPSoC in 28 nm CMOS for low-latency wireless applications},
author={Haas, Sebastian and Seifert, Tobias and N{\"o}then, Benedikt and Scholze, Stefan and H{\"o}ppner, Sebastian and Dixius, Andreas and Adeva, Esther P{\'e}rez and Augustin, Thomas and Pauls, Friedrich and Moriam, Sadia and others},
booktitle={Proceedings of the 54th Annual Design Automation Conference 2017},
pages={1--6},
year={2017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Gräfe, Philipp Frank, Tim Erdmann, Andreas Richter, Dietmar Appelhans, Brigitte Voit, "Tetra-sensitive graft copolymer gels as active material of chemomechanical valves" , In ACS Applied Materials & Interfaces, ACS Publications, vol. 9, no. 8, pp. 7565–7576, 2017. [Bibtex & Downloads]
Tetra-sensitive graft copolymer gels as active material of chemomechanical valves
Reference
David Gräfe, Philipp Frank, Tim Erdmann, Andreas Richter, Dietmar Appelhans, Brigitte Voit, "Tetra-sensitive graft copolymer gels as active material of chemomechanical valves" , In ACS Applied Materials & Interfaces, ACS Publications, vol. 9, no. 8, pp. 7565–7576, 2017.
Bibtex
@article{gräfe2017tetra,
title={Tetra-sensitive graft copolymer gels as active material of chemomechanical valves},
author={Gräfe, David and Frank, Philipp and Erdmann, Tim and Richter, Andreas and Appelhans, Dietmar and Voit, Brigitte},
journal={ACS Applied Materials \& Interfaces},
volume={9},
number={8},
pages={7565--7576},
year={2017},
publisher={ACS Publications}
}
Downloads
No Downloads available for this publication
Permalink
- Philipp Frank, David Gräfe, Christopher Probst, Sebastian Haefner, Martin Elstner, Dietmar Appelhans, Dietrich Kohlheyer, Brigitte Voit, Andreas Richter, "Autonomous Integrated Microfluidic Circuits for Chip-Level Flow Control Utilizing Chemofluidic Transistors", In Advanced Functional Materials, Wiley Online Library, vol. 27, no. 30, pp. 1700430, 2017. [Bibtex & Downloads]
Autonomous Integrated Microfluidic Circuits for Chip-Level Flow Control Utilizing Chemofluidic Transistors
Reference
Philipp Frank, David Gräfe, Christopher Probst, Sebastian Haefner, Martin Elstner, Dietmar Appelhans, Dietrich Kohlheyer, Brigitte Voit, Andreas Richter, "Autonomous Integrated Microfluidic Circuits for Chip-Level Flow Control Utilizing Chemofluidic Transistors", In Advanced Functional Materials, Wiley Online Library, vol. 27, no. 30, pp. 1700430, 2017.
Bibtex
@article{frank2017autonomous,
title={Autonomous Integrated Microfluidic Circuits for Chip-Level Flow Control Utilizing Chemofluidic Transistors},
author={Frank, Philipp and Gr{\"a}fe, David and Probst, Christopher and Haefner, Sebastian and Elstner, Martin and Appelhans, Dietmar and Kohlheyer, Dietrich and Voit, Brigitte and Richter, Andreas},
journal={Advanced Functional Materials},
volume={27},
number={30},
pages={1700430},
year={2017},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Kanishkan Vadivel, Mark Wijtvliet, Roel Jordans, Henk Corporaal, "Loop overhead reduction techniques for coarse grained reconfigurable architectures", In Proceeding: 2017 Euromicro Conference on Digital System Design (DSD), pp. 14–21, 2017. [Bibtex & Downloads]
Loop overhead reduction techniques for coarse grained reconfigurable architectures
Reference
Kanishkan Vadivel, Mark Wijtvliet, Roel Jordans, Henk Corporaal, "Loop overhead reduction techniques for coarse grained reconfigurable architectures", In Proceeding: 2017 Euromicro Conference on Digital System Design (DSD), pp. 14–21, 2017.
Bibtex
@inproceedings{vadivel2017loop,
title={Loop overhead reduction techniques for coarse grained reconfigurable architectures},
author={Vadivel, Kanishkan and Wijtvliet, Mark and Jordans, Roel and Corporaal, Henk},
booktitle={2017 Euromicro Conference on Digital System Design (DSD)},
pages={14--21},
year={2017},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
2016
- Gary S. Klindt, Christian Ruloff, Christian Wagner, Benjamin M. Friedrich, "Load Response of the Flagellar Beat", In Phys. Rev. Lett., American Physical Society, vol. 117, pp. 258101, Dec 2016. [doi] [Bibtex & Downloads]
Load Response of the Flagellar Beat
Reference
Gary S. Klindt, Christian Ruloff, Christian Wagner, Benjamin M. Friedrich, "Load Response of the Flagellar Beat", In Phys. Rev. Lett., American Physical Society, vol. 117, pp. 258101, Dec 2016. [doi]
Bibtex
@article{PhysRevLett.117.258101,
title = {Load Response of the Flagellar Beat},
author = {Klindt, Gary S. and Ruloff, Christian and Wagner, Christian and Friedrich, Benjamin M.},
journal = {Phys. Rev. Lett.},
volume = {117},
issue = {25},
pages = {258101},
numpages = {5},
year = {2016},
month = {Dec},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.117.258101},
url = {http://link.aps.org/doi/10.1103/PhysRevLett.117.258101}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Norman A. Rink, Jeronimo Castrillon, "Comprehensive Backend Support for Local Memory Fault Tolerance", Technical report, Technische Universität Dresden, pp. 11, Dec 2016. [Bibtex & Downloads]
Comprehensive Backend Support for Local Memory Fault Tolerance
Reference
Norman A. Rink, Jeronimo Castrillon, "Comprehensive Backend Support for Local Memory Fault Tolerance", Technical report, Technische Universität Dresden, pp. 11, Dec 2016.
Bibtex
@TechReport{rink_techrep16,
author = {Norman A. Rink and Jeronimo Castrillon},
title = {Comprehensive Backend Support for Local Memory Fault Tolerance},
institution = {Technische Universit{\"a}t Dresden},
year = {2016},
month = dec,
issn = {1430-211X},
pages = {11},
url = {https://cfaed.tu-dresden.de/files/user/nrink/tech-report-ro.pdf}
}Downloads
tech-report-ro [PDF]
Related Paths
Permalink
- Aránzazu Garitagoitia Cid, Elham Moayedi, Rüdiger Rosenkranz, André Clausner, Khashayar Pakbaz, Ehrenfried Zschech, "Non-Destructive Imaging of Organosilicate Glass (OSG) Thin Films at Low Voltage With the EsB Detector" , In IEEE Transactions on Device and Materials Reliability, Institute of Electrical and Electronics Engineers (IEEE), vol. 16, no. 4, pp. 461–464, Dec 2016. [doi] [Bibtex & Downloads]
Non-Destructive Imaging of Organosilicate Glass (OSG) Thin Films at Low Voltage With the EsB Detector
Reference
Aránzazu Garitagoitia Cid, Elham Moayedi, Rüdiger Rosenkranz, André Clausner, Khashayar Pakbaz, Ehrenfried Zschech, "Non-Destructive Imaging of Organosilicate Glass (OSG) Thin Films at Low Voltage With the EsB Detector" , In IEEE Transactions on Device and Materials Reliability, Institute of Electrical and Electronics Engineers (IEEE), vol. 16, no. 4, pp. 461–464, Dec 2016. [doi]
Bibtex
@article{GaritagoitiaCid2016,
doi = {10.1109/tdmr.2016.2628166},
url = {https://doi.org/10.1109%2Ftdmr.2016.2628166},
year = {2016},
month = {dec},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {16},
number = {4},
pages = {461--464},
author = {Aránzazu Garitagoitia Cid and Elham Moayedi and Rüdiger Rosenkranz and André Clausner and Khashayar Pakbaz and Ehrenfried Zschech},
title = {Non-Destructive Imaging of Organosilicate Glass ({OSG}) Thin Films at Low Voltage With the {EsB} Detector},
journal = {{IEEE} Transactions on Device and Materials Reliability}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Renhao Dong, Zhikun Zheng, Diana C. Tranca, Jian Zhang, Naisa Chandrasekhar, Shaohua Liu, Xiaodong Zhuang, Gotthard Seifert, Xinliang Feng, "Immobilizing Molecular Metal Dithiolene-Diamine Complexes on 2D Metal-Organic Frameworks for Electrocatalytic H2Production", In Chemistry - A European Journal, Wiley, vol. 23, no. 10, pp. 2255–2260, Dec 2016. [doi] [Bibtex & Downloads]
Immobilizing Molecular Metal Dithiolene-Diamine Complexes on 2D Metal-Organic Frameworks for Electrocatalytic H2Production
Reference
Renhao Dong, Zhikun Zheng, Diana C. Tranca, Jian Zhang, Naisa Chandrasekhar, Shaohua Liu, Xiaodong Zhuang, Gotthard Seifert, Xinliang Feng, "Immobilizing Molecular Metal Dithiolene-Diamine Complexes on 2D Metal-Organic Frameworks for Electrocatalytic H2Production", In Chemistry - A European Journal, Wiley, vol. 23, no. 10, pp. 2255–2260, Dec 2016. [doi]
Bibtex
@article{Dong_2016,
doi = {10.1002/chem.201605337},
url = {https://doi.org/10.1002%2Fchem.201605337},
year = 2016,
month = {dec},
publisher = {Wiley},
volume = {23},
number = {10},
pages = {2255--2260},
author = {Renhao Dong and Zhikun Zheng and Diana C. Tranca and Jian Zhang and Naisa Chandrasekhar and Shaohua Liu and Xiaodong Zhuang and Gotthard Seifert and Xinliang Feng},
title = {Immobilizing Molecular Metal Dithiolene-Diamine Complexes on 2D Metal-Organic Frameworks for Electrocatalytic H2Production},
journal = {Chemistry - A European Journal}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Semeen Rehman, Walaa El-Harouni, Muhammad Shafique, Akash Kumar, Jörg Henkel, "Architectural-Space Exploration of Approximate Multipliers", Proceedings of the International Conference on Computer-Aided Design (ICCAD), Nov 2016. [Bibtex & Downloads]
Architectural-Space Exploration of Approximate Multipliers
Reference
Semeen Rehman, Walaa El-Harouni, Muhammad Shafique, Akash Kumar, Jörg Henkel, "Architectural-Space Exploration of Approximate Multipliers", Proceedings of the International Conference on Computer-Aided Design (ICCAD), Nov 2016.
Bibtex
@InProceedings{semeen2016iccad,
Title= ,
Author= {Semeen Rehman and Walaa El-Harouni and Muhammad Shafique and Akash Kumar and J{\"{o}}rg Henkel},
Booktitle= {Proceedings of the International Conference on Computer-Aided Design (ICCAD)},
month={nov},
dates={7-10},
Year= {2016}
}Downloads
ICCAD_2017_ApproxMult [PDF]
Related Paths
Permalink
- Marcus Völp, Sascha Klüppelholz, Jeronimo Castrillon, Hermann Härtig, Nils Asmussen, Uwe Assmann, Franz Baader, Christel Baier, Gerhard Fettweis, Jochen Fröhlich, Andres Goens, Sebastian Haas, Dirk Habich, Mattis Hasler, Immo Huismann, Tomas Karnagel, Sven Karol, Wolfgang Lehner, Linda Leuschner, Matthias Lieber, Siqi Ling, Steffen Märcker, Johannes Mey, Wolfgang Nagel, Benedikt Nöthen, Rafael Peñaloza, Michael Raitza, Jörg Stiller, Annett Ungethüm, Axel Voigt, "The Orchestration Stack: The Impossible Task of Designing Software for Unknown Future Post-CMOS Hardware", Proceedings of the 1st International Workshop on Post-Moore's Era Supercomputing (PMES), Co-located with The International Conference for High Performance Computing, Networking, Storage and Analysis (SC16), Salt Lake City, USA, Nov 2016. [Bibtex & Downloads]
The Orchestration Stack: The Impossible Task of Designing Software for Unknown Future Post-CMOS Hardware
Reference
Marcus Völp, Sascha Klüppelholz, Jeronimo Castrillon, Hermann Härtig, Nils Asmussen, Uwe Assmann, Franz Baader, Christel Baier, Gerhard Fettweis, Jochen Fröhlich, Andres Goens, Sebastian Haas, Dirk Habich, Mattis Hasler, Immo Huismann, Tomas Karnagel, Sven Karol, Wolfgang Lehner, Linda Leuschner, Matthias Lieber, Siqi Ling, Steffen Märcker, Johannes Mey, Wolfgang Nagel, Benedikt Nöthen, Rafael Peñaloza, Michael Raitza, Jörg Stiller, Annett Ungethüm, Axel Voigt, "The Orchestration Stack: The Impossible Task of Designing Software for Unknown Future Post-CMOS Hardware", Proceedings of the 1st International Workshop on Post-Moore's Era Supercomputing (PMES), Co-located with The International Conference for High Performance Computing, Networking, Storage and Analysis (SC16), Salt Lake City, USA, Nov 2016.
Abstract
Future systems based on post-CMOS technologies,
will be wildly heterogeneous, with properties largely unknown today.,
This paper presents our design of a new hardware/software stack to address the,
challenge of preparing software development for such systems.,
It combines well-understood technologies from different areas, e.g., network-on-chips,
capability operating systems, flexible programming models and model checking.,
We describe our approach and provide details on key technologies.Bibtex
@InProceedings{voelp16_pmes,
author = {Marcus V{\"o}lp and Sascha Kl{\"u}ppelholz and Jeronimo Castrillon and Hermann H{\"a}rtig and Nils Asmussen and Uwe Assmann and Franz Baader and Christel Baier and Gerhard Fettweis and Jochen Fr{\"o}hlich and Andres Goens and Sebastian Haas and Dirk Habich and Mattis Hasler and Immo Huismann and Tomas Karnagel and Sven Karol and Wolfgang Lehner and Linda Leuschner and Matthias Lieber and Siqi Ling and Steffen M{\"a}rcker and Johannes Mey and Wolfgang Nagel and Benedikt N{\"o}then and Rafael Pe{\~n}aloza and Michael Raitza and J{\"o}rg Stiller and Annett Ungeth{\"u}m and Axel Voigt},
title = {The Orchestration Stack: The Impossible Task of Designing Software for Unknown Future Post-CMOS Hardware},
booktitle = {Proceedings of the 1st International Workshop on Post-Moore's Era Supercomputing (PMES), Co-located with The International Conference for High Performance Computing, Networking, Storage and Analysis (SC16)},
year = {2016},
address = {Salt Lake City, USA},
month = nov,
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/1611_Voelp_PMES.pdf},
abstract = {Future systems based on post-CMOS technologies,
will be wildly heterogeneous, with properties largely unknown today.,
This paper presents our design of a new hardware/software stack to address the,
challenge of preparing software development for such systems.,
It combines well-understood technologies from different areas, e.g., network-on-chips,
capability operating systems, flexible programming models and model checking.,
We describe our approach and provide details on key technologies.},
}Downloads
1611_Voelp_PMES [PDF]
Related Paths
Permalink
- Christian Menard, Andrés Goens, Jeronimo Castrillon, "High-Level NoC Model for MPSoC Compilers", Proceedings of the IEEE Nordic Circuits and Systems Conference (NORCAS'16), pp. 1-6, Copenhagen, Denmark, Nov 2016. [doi] [Bibtex & Downloads]
High-Level NoC Model for MPSoC Compilers
Reference
Christian Menard, Andrés Goens, Jeronimo Castrillon, "High-Level NoC Model for MPSoC Compilers", Proceedings of the IEEE Nordic Circuits and Systems Conference (NORCAS'16), pp. 1-6, Copenhagen, Denmark, Nov 2016. [doi]
Bibtex
@InProceedings{menard_norcas16,
author = {Christian Menard and Andr\'{e}s Goens and Jeronimo Castrillon},
title = {High-Level NoC Model for MPSoC Compilers},
booktitle = {Proceedings of the IEEE Nordic Circuits and Systems Conference (NORCAS'16)},
year = {2016},
pages={1-6},
doi = {10.1109/NORCHIP.2016.7792876},
series = {NORCAS},
address = {Copenhagen, Denmark},
month = nov,
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/1611_Menard_NORCAS.pdf}
}Downloads
1611_Menard_NORCAS [PDF]
Related Paths
Permalink
- Nam Khanh Pham, Akash Kumar, Khin Mi Mi Aung, "Automatic framework to generate reconfigurable accelerators for option pricing applications", In Proceeding: International Conference on Reconfigurable Computing and FPGAs (ReConFig), Nov 2016. [Bibtex & Downloads]
Automatic framework to generate reconfigurable accelerators for option pricing applications
Reference
Nam Khanh Pham, Akash Kumar, Khin Mi Mi Aung, "Automatic framework to generate reconfigurable accelerators for option pricing applications", In Proceeding: International Conference on Reconfigurable Computing and FPGAs (ReConFig), Nov 2016.
Bibtex
@InProceedings{Khanh-Reconfig-2016,
title = {Automatic framework to generate reconfigurable accelerators for option pricing applications},
Booktitle = {International Conference on Reconfigurable Computing and FPGAs (ReConFig)},
year = {2016},
month={Nov},
author = {Nam Khanh Pham and Akash Kumar and Khin Mi Mi Aung}
}Downloads
ReConFig_2016 [PDF]
Related Paths
Permalink
- Siavash Ghiasvand, Florina M Ciorba, Wolfgang E Nagel, "Turning Privacy Constraints into Syslog Analysis Advantage", In The International Conference for High Performance Computing, Networking, Storage and Analysis, Nov 2016. [Bibtex & Downloads]
Turning Privacy Constraints into Syslog Analysis Advantage
Reference
Siavash Ghiasvand, Florina M Ciorba, Wolfgang E Nagel, "Turning Privacy Constraints into Syslog Analysis Advantage", In The International Conference for High Performance Computing, Networking, Storage and Analysis, Nov 2016.
Bibtex
@Misc{Ghiasvand2016c,
author={Ghiasvand, Siavash and Ciorba, Florina M and Nagel, Wolfgang E},
title={Turning Privacy Constraints into Syslog Analysis Advantage},
howpublished={The International Conference for High Performance Computing, Networking, Storage and Analysis}, month={nov},
year={2016},
url={http://sc16.supercomputing.org/sc-archive/tech_poster/tech_poster_pages/post161.html},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Björn Lüssem, Chang-Min Keum, Daniel Kasemann, Ben Naab, Zhenan Bao, Karl Leo, "Doped Organic Transistors", In Chemical Reviews, American Chemical Society (ACS), vol. 116, no. 22, pp. 13714–13751, Nov 2016. [doi] [Bibtex & Downloads]
Doped Organic Transistors
Reference
Björn Lüssem, Chang-Min Keum, Daniel Kasemann, Ben Naab, Zhenan Bao, Karl Leo, "Doped Organic Transistors", In Chemical Reviews, American Chemical Society (ACS), vol. 116, no. 22, pp. 13714–13751, Nov 2016. [doi]
Bibtex
@article{L_ssem_2016,
doi = {10.1021/acs.chemrev.6b00329},
url = {https://doi.org/10.1021%2Facs.chemrev.6b00329},
year = 2016,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {116},
number = {22},
pages = {13714--13751},
author = {Björn Lüssem and Chang-Min Keum and Daniel Kasemann and Ben Naab and Zhenan Bao and Karl Leo},
title = {Doped Organic Transistors},
journal = {Chemical Reviews}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Fabian Rost, Aida Rodrigo Albors, Vladimir Mazurov, Lutz Brusch, Andreas Deutsch, Elly M Tanaka, Osvaldo Chara, "Accelerated cell divisions drive the outgrowth of the regenerating spinal cord in axolotls", In eLife (Bronner, Marianne), eLife Sciences Publications, Ltd, vol. 5, pp. e20357, Nov 2016. [doi] [Bibtex & Downloads]
Accelerated cell divisions drive the outgrowth of the regenerating spinal cord in axolotls
Reference
Fabian Rost, Aida Rodrigo Albors, Vladimir Mazurov, Lutz Brusch, Andreas Deutsch, Elly M Tanaka, Osvaldo Chara, "Accelerated cell divisions drive the outgrowth of the regenerating spinal cord in axolotls", In eLife (Bronner, Marianne), eLife Sciences Publications, Ltd, vol. 5, pp. e20357, Nov 2016. [doi]
Abstract
Axolotls are unique in their ability to regenerate the spinal cord. However, the mechanisms that underlie this phenomenon remain poorly understood. Previously, we showed that regenerating stem cells in the axolotl spinal cord revert to a molecular state resembling embryonic neuroepithelial cells and functionally acquire rapid proliferative divisions (Rodrigo Albors et al., 2015). Here, we refine the analysis of cell proliferation in space and time and identify a high-proliferation zone in the regenerating spinal cord that shifts posteriorly over time. By tracking sparsely-labeled cells, we also quantify cell influx into the regenerate. Taking a mathematical modeling approach, we integrate these quantitative datasets of cell proliferation, neural stem cell activation and cell influx, to predict regenerative tissue outgrowth. Our model shows that while cell influx and neural stem cell activation play a minor role, the acceleration of the cell cycle is the major driver of regenerative spinal cord outgrowth in axolotls.
Bibtex
@article {10.7554/eLife.20357,
article_type = {journal},
title = {Accelerated cell divisions drive the outgrowth of the regenerating spinal cord in axolotls},
author = {Rost, Fabian and Rodrigo Albors, Aida and Mazurov, Vladimir and Brusch, Lutz and Deutsch, Andreas and Tanaka, Elly M and Chara, Osvaldo},
editor = {Bronner, Marianne},
volume = 5,
year = 2016,
month = {nov},
pub_date = {2016-11-25},
pages = {e20357},
citation = {eLife 2016;5:e20357},
doi = {10.7554/eLife.20357},
url = {https://doi.org/10.7554/eLife.20357},
abstract = {Axolotls are unique in their ability to regenerate the spinal cord. However, the mechanisms that underlie this phenomenon remain poorly understood. Previously, we showed that regenerating stem cells in the axolotl spinal cord revert to a molecular state resembling embryonic neuroepithelial cells and functionally acquire rapid proliferative divisions (Rodrigo Albors et al., 2015). Here, we refine the analysis of cell proliferation in space and time and identify a high-proliferation zone in the regenerating spinal cord that shifts posteriorly over time. By tracking sparsely-labeled cells, we also quantify cell influx into the regenerate. Taking a mathematical modeling approach, we integrate these quantitative datasets of cell proliferation, neural stem cell activation and cell influx, to predict regenerative tissue outgrowth. Our model shows that while cell influx and neural stem cell activation play a minor role, the acceleration of the cell cycle is the major driver of regenerative spinal cord outgrowth in axolotls.},
keywords = {regeneration, modeling, cell proliferation, axolotl},
journal = {eLife},
issn = {2050-084X},
publisher = {eLife Sciences Publications, Ltd},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. C. L. Alfonso, A. Köhn-Luque, T. andFeuerhake Stylianopoulos, A. Deutsch, H. Hatzikirou, "Why one-size-fits-all vaso-modulatory interventions fail to control glioma invasion: in silico insights", In Scientific Reports, vol. 6, pp. 37283, Nov 2016. [doi] [Bibtex & Downloads]
Why one-size-fits-all vaso-modulatory interventions fail to control glioma invasion: in silico insights
Reference
J. C. L. Alfonso, A. Köhn-Luque, T. andFeuerhake Stylianopoulos, A. Deutsch, H. Hatzikirou, "Why one-size-fits-all vaso-modulatory interventions fail to control glioma invasion: in silico insights", In Scientific Reports, vol. 6, pp. 37283, Nov 2016. [doi]
Bibtex
@ARTICLE{2016NatSR...637283A,
author = {{Alfonso}, J.~C.~L. and {K{\"o}hn-Luque}, A. and {Stylianopoulos}, T. and
{Feuerhake}, F. and {Deutsch}, A. and {Hatzikirou}, H.},
title = "{Why one-size-fits-all vaso-modulatory interventions fail to control glioma invasion: in silico insights}",
journal = {Scientific Reports},
archivePrefix = "arXiv",
eprint = {1604.05082},
primaryClass = "q-bio.TO",
year = 2016,
month = nov,
volume = 6,
eid = {37283},
pages = {37283},
doi = {10.1038/srep37283},
adsurl = {http://adsabs.harvard.edu/abs/2016NatSR...637283A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kuan-Hsun Chen, Jian-Jia Chen, Florian Kriebel, Semeen Rehman, Muhammad Shafique, Jorg Henkel, "Task Mapping for Redundant Multithreading in Multi-Cores with Reliability and Performance Heterogeneity", In IEEE Transactions on Computers, Institute of Electrical and Electronics Engineers (IEEE), vol. 65, no. 11, pp. 3441–3455, Nov 2016. [doi] [Bibtex & Downloads]
Task Mapping for Redundant Multithreading in Multi-Cores with Reliability and Performance Heterogeneity
Reference
Kuan-Hsun Chen, Jian-Jia Chen, Florian Kriebel, Semeen Rehman, Muhammad Shafique, Jorg Henkel, "Task Mapping for Redundant Multithreading in Multi-Cores with Reliability and Performance Heterogeneity", In IEEE Transactions on Computers, Institute of Electrical and Electronics Engineers (IEEE), vol. 65, no. 11, pp. 3441–3455, Nov 2016. [doi]
Bibtex
@article{Chen_2016,
doi = {10.1109/tc.2016.2532862},
url = {https://doi.org/10.1109%2Ftc.2016.2532862},
year = 2016,
month = {nov},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {65},
number = {11},
pages = {3441--3455},
author = {Kuan-Hsun Chen and Jian-Jia Chen and Florian Kriebel and Semeen Rehman and Muhammad Shafique and Jorg Henkel},
title = {Task Mapping for Redundant Multithreading in Multi-Cores with Reliability and Performance Heterogeneity},
journal = {{IEEE} Transactions on Computers}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nachiappan Chidambaram, Robert Kirchner, Mirco Altana, Helmut Schift, "High fidelity 3D thermal nanoimprint with UV curable polydimethyl siloxane stamps", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 34, no. 6, pp. 06K401, Nov 2016. [doi] [Bibtex & Downloads]
High fidelity 3D thermal nanoimprint with UV curable polydimethyl siloxane stamps
Reference
Nachiappan Chidambaram, Robert Kirchner, Mirco Altana, Helmut Schift, "High fidelity 3D thermal nanoimprint with UV curable polydimethyl siloxane stamps", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 34, no. 6, pp. 06K401, Nov 2016. [doi]
Bibtex
@article{Chidambaram_2016,
doi = {10.1116/1.4961250},
url = {https://doi.org/10.1116%2F1.4961250},
year = 2016,
month = {nov},
publisher = {American Vacuum Society},
volume = {34},
number = {6},
pages = {06K401},
author = {Nachiappan Chidambaram and Robert Kirchner and Mirco Altana and Helmut Schift},
title = {High fidelity 3D thermal nanoimprint with {UV} curable polydimethyl siloxane stamps},
journal = {Journal of Vacuum Science {\&} Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena}
}Downloads
No Downloads available for this publication
Permalink
- Roberto Fallica, Robert Kirchner, Yasin Ekinci, Dominique Mailly, "Comparative study of resists and lithographic tools using the Lumped Parameter Model", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 34, no. 6, pp. 06K702, Nov 2016. [doi] [Bibtex & Downloads]
Comparative study of resists and lithographic tools using the Lumped Parameter Model
Reference
Roberto Fallica, Robert Kirchner, Yasin Ekinci, Dominique Mailly, "Comparative study of resists and lithographic tools using the Lumped Parameter Model", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 34, no. 6, pp. 06K702, Nov 2016. [doi]
Bibtex
@article{Fallica_2016,
doi = {10.1116/1.4967183},
url = {https://doi.org/10.1116%2F1.4967183},
year = 2016,
month = {nov},
publisher = {American Vacuum Society},
volume = {34},
number = {6},
pages = {06K702},
author = {Roberto Fallica and Robert Kirchner and Yasin Ekinci and Dominique Mailly},
title = {Comparative study of resists and lithographic tools using the Lumped Parameter Model},
journal = {Journal of Vacuum Science {\&} Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena}
}Downloads
No Downloads available for this publication
Permalink
- D. Virganavi\vcius, V.J. Cadarso, R. Kirchner, L. Stankevi\vcius, T. Tamulevi\vcius, S. Tamulevi\vcius, H. Schift, "Patterning of diamond like carbon films for sensor applications using silicon containing thermoplastic resist (SiPol) as a hard mask", In Applied Surface Science, Elsevier BV, vol. 385, pp. 145–152, Nov 2016. [doi] [Bibtex & Downloads]
Patterning of diamond like carbon films for sensor applications using silicon containing thermoplastic resist (SiPol) as a hard mask
Reference
D. Virganavi\vcius, V.J. Cadarso, R. Kirchner, L. Stankevi\vcius, T. Tamulevi\vcius, S. Tamulevi\vcius, H. Schift, "Patterning of diamond like carbon films for sensor applications using silicon containing thermoplastic resist (SiPol) as a hard mask", In Applied Surface Science, Elsevier BV, vol. 385, pp. 145–152, Nov 2016. [doi]
Bibtex
@article{Virganavi_ius_2016,
doi = {10.1016/j.apsusc.2016.05.100},
url = {https://doi.org/10.1016%2Fj.apsusc.2016.05.100},
year = 2016,
month = {nov},
publisher = {Elsevier {BV}},
volume = {385},
pages = {145--152},
author = {D. Virganavi{\v{c}}ius and V.J. Cadarso and R. Kirchner and L. Stankevi{\v{c}}ius and T. Tamulevi{\v{c}}ius and S. Tamulevi{\v{c}}ius and H. Schift},
title = {Patterning of diamond like carbon films for sensor applications using silicon containing thermoplastic resist ({SiPol}) as a hard mask},
journal = {Applied Surface Science}
}Downloads
No Downloads available for this publication
Permalink
- , "Guest Editorial: Special Issue on Virtual Prototyping of Parallel and Embedded Systems (ViPES)", In ACM Trans. Embed. Comput. Syst. (Castrillon, Jeronimo and Silvano, Cristina), ACM, vol. 16, no. 1, pp. 2:1–2:2, New York, NY, USA, Oct 2016. [doi] [Bibtex & Downloads]
Guest Editorial: Special Issue on Virtual Prototyping of Parallel and Embedded Systems (ViPES)
Reference
, "Guest Editorial: Special Issue on Virtual Prototyping of Parallel and Embedded Systems (ViPES)", In ACM Trans. Embed. Comput. Syst. (Castrillon, Jeronimo and Silvano, Cristina), ACM, vol. 16, no. 1, pp. 2:1–2:2, New York, NY, USA, Oct 2016. [doi]
Bibtex
@article{Castrillon16_tecs_preface,
editor = {Castrillon, Jeronimo and Silvano, Cristina},
title = {Guest Editorial: Special Issue on Virtual Prototyping of Parallel and Embedded Systems (ViPES)},
journal = {ACM Trans. Embed. Comput. Syst.},
issue_date = {October 2016},
volume = {16},
number = {1},
month = oct,
year = {2016},
issn = {1539-9087},
pages = {2:1--2:2},
articleno = {2},
numpages = {2},
url = {http://doi.acm.org/10.1145/2991466},
doi = {10.1145/2991466},
acmid = {2991466},
publisher = {ACM},
address = {New York, NY, USA},
}Downloads
No Downloads available for this publication
Permalink
- Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "Analysis and Design of a 220-GHz Wideband SiGe BiCMOS Distributed Active Combiner", In IEEE Transactions on Microwave Theory and Techniques, vol. 64, no. 10, pp. 3049–3059, Oct 2016. [doi] [Bibtex & Downloads]
Analysis and Design of a 220-GHz Wideband SiGe BiCMOS Distributed Active Combiner
Reference
Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "Analysis and Design of a 220-GHz Wideband SiGe BiCMOS Distributed Active Combiner", In IEEE Transactions on Microwave Theory and Techniques, vol. 64, no. 10, pp. 3049–3059, Oct 2016. [doi]
Bibtex
@article{Testa2016,
author = {Testa, Paolo Valerio and Carta, Corrado and Ellinger, Frank},
doi = {10.1109/TMTT.2016.2604384},
journal = {IEEE Transactions on Microwave Theory and Techniques},
keywords = {AIM,DAAB,HAEC-01,SPARS,cfAED-Res},
mendeley-groups = {CC-Own/Jorunal},
mendeley-tags = {AIM,DAAB,HAEC-01,SPARS,cfAED-Res},
month = {oct},
number = {10},
pages = {3049--3059},
title = ,
url = {http://ieeexplore.ieee.org/document/7572198/},
volume = {64},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Alfonso, Nadine Schaadt, Ralf Schönmeyer, N. Brieu, Germain Forestier, Cédric Wemmert, F. Feuerhake, Haralambos Hatzikirou, "In-silico insights on the prognostic potential of immune cell infiltration patterns in the breast lobular epithelium", vol. 6, 10/2016. [Bibtex & Downloads]
In-silico insights on the prognostic potential of immune cell infiltration patterns in the breast lobular epithelium
Reference
J. Alfonso, Nadine Schaadt, Ralf Schönmeyer, N. Brieu, Germain Forestier, Cédric Wemmert, F. Feuerhake, Haralambos Hatzikirou, "In-silico insights on the prognostic potential of immune cell infiltration patterns in the breast lobular epithelium", vol. 6, 10/2016.
Bibtex
@article{article,
author = {Alfonso, J and Schaadt, Nadine and Schönmeyer, Ralf and Brieu, N and Forestier, Germain and Wemmert, Cédric and Feuerhake, F and Hatzikirou, Haralambos},
year = {2016},
month = {10},
pages = {},
title = {In-silico insights on the prognostic potential of immune cell infiltration patterns in the breast lobular epithelium},
volume = {6},
booktitle = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stephan Ingmar Brückner, Sergii Donets, Arezoo Dianat, Manfred Bobeth, Rafael Gutiérrez, Gianaurelio Cuniberti, Eike Brunner, "Probing Silica\textendashBiomolecule Interactions by Solid-State NMR and Molecular Dynamics Simulations", In Langmuir, American Chemical Society (ACS), vol. 32, no. 44, pp. 11698–11705, Oct 2016. [doi] [Bibtex & Downloads]
Probing Silica\textendashBiomolecule Interactions by Solid-State NMR and Molecular Dynamics Simulations
Reference
Stephan Ingmar Brückner, Sergii Donets, Arezoo Dianat, Manfred Bobeth, Rafael Gutiérrez, Gianaurelio Cuniberti, Eike Brunner, "Probing Silica\textendashBiomolecule Interactions by Solid-State NMR and Molecular Dynamics Simulations", In Langmuir, American Chemical Society (ACS), vol. 32, no. 44, pp. 11698–11705, Oct 2016. [doi]
Bibtex
@article{Br_ckner_2016,
doi = {10.1021/acs.langmuir.6b03311},
url = {https://doi.org/10.1021%2Facs.langmuir.6b03311},
year = 2016,
month = {oct},
publisher = {American Chemical Society ({ACS})},
volume = {32},
number = {44},
pages = {11698--11705},
author = {Stephan Ingmar Brückner and Sergii Donets and Arezoo Dianat and Manfred Bobeth and Rafael Guti{\'{e}}rrez and Gianaurelio Cuniberti and Eike Brunner},
title = {Probing Silica{\textendash}Biomolecule Interactions by Solid-State {NMR} and Molecular Dynamics Simulations},
journal = {Langmuir}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andres Goens, Robert Khasanov, Jeronimo Castrillon, Simon Polstra, Andy Pimentel, "Why Comparing System-level MPSoC Mapping Approaches is Difficult: a Case Study", Proceedings of the IEEE 10th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-16), pp. 281-288, Ecole Centrale de Lyon, Lyon, France, Sep 2016. [doi] [Bibtex & Downloads]
Why Comparing System-level MPSoC Mapping Approaches is Difficult: a Case Study
Reference
Andres Goens, Robert Khasanov, Jeronimo Castrillon, Simon Polstra, Andy Pimentel, "Why Comparing System-level MPSoC Mapping Approaches is Difficult: a Case Study", Proceedings of the IEEE 10th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-16), pp. 281-288, Ecole Centrale de Lyon, Lyon, France, Sep 2016. [doi]
Abstract
Software abstractions are crucial to effectively program heterogeneous Multi-Processor Systems on Chip (MPSoCs). Prime examples of such abstractions are Kahn Process Networks (KPNs) and execution traces. When modeling computation as a KPN, one of the key challenges is to obtain a good mapping, i.e., an assignment of logical computation and communication to physical resources. In this paper we compare two system-level frameworks for solving the mapping problem: Sesame and MAPS. These frameworks, while superficially similar, embody different approaches. Sesame, motivated by modeling and design-space exploration, uses evolutionary algorithms for mapping. MAPS, being a compiler framework, uses simple and fast heuristics instead. In this work we highlight the value of common abstractions, such as KPNs and traces, as a vehicle to enable comparisons between large independent frameworks. These types of comparisons are fundamental for advancing research in the area. At the same time, we illustrate how the lack of formalized models at the hardware level are an obstacle to achieving fair comparisons. Additionally, using a set of applications from the embedded systems domain, we observe that genetic algorithms tend to outperform heuristics by a factor between 1x and 5x, with notable exceptions. This performance comes at the cost of a longer computation time, between 0 and 2 orders of magnitude in our experiments.
Bibtex
@InProceedings{goen_mcsoc16,
author= {Andres Goens and Robert Khasanov and Jeronimo Castrillon and Simon Polstra and Andy Pimentel},
title= {Why Comparing System-level {MPSoC} Mapping Approaches is Difficult: a Case Study},
booktitle= {Proceedings of the IEEE 10th International Symposium on Embedded Multicore/Many-core Systems-on-Chip (MCSoC-16)},
year= {2016},
address= {Ecole Centrale de Lyon, Lyon, France},
month= sep,
pages = {281-288},
doi = {10.1109/MCSoC.2016.48},
abstract = {Software abstractions are crucial to effectively program heterogeneous Multi-Processor Systems on Chip (MPSoCs). Prime examples of such abstractions are Kahn Process Networks (KPNs) and execution traces. When modeling computation as a KPN, one of the key challenges is to obtain a good mapping, i.e., an assignment of logical computation and communication to physical resources. In this paper we compare two system-level frameworks for solving the mapping problem: Sesame and MAPS. These frameworks, while superficially similar, embody different approaches. Sesame, motivated by modeling and design-space exploration, uses evolutionary algorithms for mapping. MAPS, being a compiler framework, uses simple and fast heuristics instead. In this work we highlight the value of common abstractions, such as KPNs and traces, as a vehicle to enable comparisons between large independent frameworks. These types of comparisons are fundamental for advancing research in the area. At the same time, we illustrate how the lack of formalized models at the hardware level are an obstacle to achieving fair comparisons. Additionally, using a set of applications from the embedded systems domain, we observe that genetic algorithms tend to outperform heuristics by a factor between 1x and 5x, with notable exceptions. This performance comes at the cost of a longer computation time, between 0 and 2 orders of magnitude in our experiments.},
days= {21},
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/1609_Goens_MCSoC.pdf}
}Downloads
1609_Goens_MCSoC [PDF]
Related Paths
Permalink
- Siva Satyendra Sahoo, Bharadwaj Veeravalli, Akash Kumar, "Cross-layer fault-tolerant design of real-time systems", In Proceeding: International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFTS), pp. 1–6, Sept 2016. [Bibtex & Downloads]
Cross-layer fault-tolerant design of real-time systems
Reference
Siva Satyendra Sahoo, Bharadwaj Veeravalli, Akash Kumar, "Cross-layer fault-tolerant design of real-time systems", In Proceeding: International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFTS), pp. 1–6, Sept 2016.
Bibtex
@INPROCEEDINGS{sssahooDFT16,
author={Siva Satyendra Sahoo and Bharadwaj Veeravalli and Akash Kumar},
booktitle={International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFTS)},
title={Cross-layer fault-tolerant design of real-time systems},
year={2016},
pages={1--6},
month={Sept}}Downloads
DFT_cam_ready_Certified [PDF]
Related Paths
Permalink
- Benjamin Schiller, Clemens Deusser, Jeronimo Castrillon, Thorsten Strufe, "Compile- and Run-time Approaches for the Selection of Efficient Data Structures for Dynamic Graph Analysis", In Journal of Applied Network Science, vol. 1, no. 9, pp. 1–22, Sep 2016. [doi] [Bibtex & Downloads]
Compile- and Run-time Approaches for the Selection of Efficient Data Structures for Dynamic Graph Analysis
Reference
Benjamin Schiller, Clemens Deusser, Jeronimo Castrillon, Thorsten Strufe, "Compile- and Run-time Approaches for the Selection of Efficient Data Structures for Dynamic Graph Analysis", In Journal of Applied Network Science, vol. 1, no. 9, pp. 1–22, Sep 2016. [doi]
Bibtex
@Article{schiller16_jans,
author = {Benjamin Schiller and Clemens Deusser and Jeronimo Castrillon and Thorsten Strufe},
title = {Compile- and Run-time Approaches for the Selection of Efficient Data Structures for Dynamic Graph Analysis},
journal = {Journal of Applied Network Science},
year = {2016},
volume = {1},
number = {9},
pages = {1--22},
month = sep,
doi = {10.1007/s41109-016-0011-2},
url= {http://dynamic-networks.org/publications/papers/papers/gds-dynamic.pdf}
}Downloads
1607_Schiller_JANS [PDF]
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Meik Dörpinghaus, "A lower bound on the entropy rate for a large class of stationary processes and its relation to the hyperplane conjecture", In Proceeding: IEEE Information Theory Workshop (ITW), Cambridge, UK, September 2016. [Bibtex & Downloads]
A lower bound on the entropy rate for a large class of stationary processes and its relation to the hyperplane conjecture
Reference
Meik Dörpinghaus, "A lower bound on the entropy rate for a large class of stationary processes and its relation to the hyperplane conjecture", In Proceeding: IEEE Information Theory Workshop (ITW), Cambridge, UK, September 2016.
Bibtex
@inproceedings{dorpinghaus2016Lower,
title={A lower bound on the entropy rate for a large class of stationary processes and its relation to the hyperplane conjecture},
author={D{\"o}rpinghaus, Meik},
booktitle={IEEE Information Theory Workshop (ITW)},
address={Cambridge, UK},
month={September},
year={2016}
}Downloads
Dorpinghaus_ITW16 [PDF]
Related Paths
Permalink
- Jeronimo Castrillon, "Compiling for Deeply Embedded and Heterogeneous Signal Processing Systems", In IEEE 5G Dresden Summit (invited talk), Sep 2016. [Bibtex & Downloads]
Compiling for Deeply Embedded and Heterogeneous Signal Processing Systems
Reference
Jeronimo Castrillon, "Compiling for Deeply Embedded and Heterogeneous Signal Processing Systems", In IEEE 5G Dresden Summit (invited talk), Sep 2016.
Bibtex
@Misc{castrillon20165gsummit,
author = {Castrillon, Jeronimo},
title = {Compiling for Deeply Embedded and Heterogeneous Signal Processing Systems},
howpublished = {IEEE 5G Dresden Summit (invited talk)},
month = sep,
year = {2016},
location = {Dresden, Germany},
url= {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/160929_castrillon_5G-summit.pdf}
}Downloads
160929_castrillon_5G-summit [PDF]
Permalink
- Chia-Yu Liu, Y. W. P. Hong, Pin-Hsun Lin, E. A. Jorswieck, "Jamming-resistant frequency hopping system with secret key generation from channel observations", In Proceeding: 2016 IEEE Information Theory Workshop (ITW), pp. 46-50, Sept 2016. [doi] [Bibtex & Downloads]
Jamming-resistant frequency hopping system with secret key generation from channel observations
Reference
Chia-Yu Liu, Y. W. P. Hong, Pin-Hsun Lin, E. A. Jorswieck, "Jamming-resistant frequency hopping system with secret key generation from channel observations", In Proceeding: 2016 IEEE Information Theory Workshop (ITW), pp. 46-50, Sept 2016. [doi]
Bibtex
@inproceedings{7606793,
Author = {Chia-Yu Liu and Y. W. P. Hong and Pin-Hsun Lin and E. A. Jorswieck},
Booktitle = {2016 IEEE Information Theory Workshop (ITW)},
Date-Added = {2016-11-07 06:43:30 +0000},
Date-Modified = {2016-11-07 06:43:30 +0000},
Doi = {10.1109/ITW.2016.7606793},
Keywords = {Channel estimation;Conferences;Data communication;Jamming;Spread spectrum communication;Training},
Month = {Sept},
Pages = {46-50},
Title = {Jamming-resistant frequency hopping system with secret key generation from channel observations},
Year = {2016},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ITW.2016.7606793}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Long Cheng, Avinash Malik, Spyros Kotoulas, Tomas E. Ward, Georgios Theodoropoulos, "Fast Compression of Large Semantic Web Data using X10", In IEEE Transactions on Parallel and Distributed Systems, IEEE, vol. 27, no. 9, pp. 2603-2617, September 2016. [doi] [Bibtex & Downloads]
Fast Compression of Large Semantic Web Data using X10
Reference
Long Cheng, Avinash Malik, Spyros Kotoulas, Tomas E. Ward, Georgios Theodoropoulos, "Fast Compression of Large Semantic Web Data using X10", In IEEE Transactions on Parallel and Distributed Systems, IEEE, vol. 27, no. 9, pp. 2603-2617, September 2016. [doi]
Bibtex
@article{CMKWT2016,
author = {Long Cheng and Avinash Malik and Spyros Kotoulas and Tomas E. Ward and Georgios Theodoropoulos},
title = {Fast Compression of Large Semantic Web Data using X10},
journal = {IEEE Transactions on Parallel and Distributed Systems},
volume = {27},
number = {9},
publisher = {IEEE},
year = {2016},
month = {September},
pages = {2603-2617},
doi = {10.1109/TPDS.2015.2496579}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Simon Böttger, Sascha Hermann, Stefan E Schulz, Thomas Gessner, "Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube\textendashfield-effect transistors", In Nanotechnology, IOP Publishing, vol. 27, no. 43, pp. 435203, Sep 2016. [doi] [Bibtex & Downloads]
Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube\textendashfield-effect transistors
Reference
Simon Böttger, Sascha Hermann, Stefan E Schulz, Thomas Gessner, "Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube\textendashfield-effect transistors", In Nanotechnology, IOP Publishing, vol. 27, no. 43, pp. 435203, Sep 2016. [doi]
Bibtex
@article{B_ttger_2016,
doi = {10.1088/0957-4484/27/43/435203},
url = {https://doi.org/10.1088%2F0957-4484%2F27%2F43%2F435203},
year = 2016,
month = {sep},
publisher = {{IOP} Publishing},
volume = {27},
number = {43},
pages = {435203},
author = {Simon Böttger and Sascha Hermann and Stefan E Schulz and Thomas Gessner},
title = {Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube{\textendash}field-effect transistors},
journal = {Nanotechnology}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Amit Kumar Singh, Muhammad Shafique, Akash Kumar, Jörg Henkel, "Analysis and Mapping for Thermal and Energy Efficiency of 3-D Video Processing on 3-D Multicore Processors", In IEEE Transactions on Very Large Scale Integration (VLSI) Systems, vol. PP, no. 99, pp. 1-14, Aug 2016. [doi] [Bibtex & Downloads]
Analysis and Mapping for Thermal and Energy Efficiency of 3-D Video Processing on 3-D Multicore Processors
Reference
Amit Kumar Singh, Muhammad Shafique, Akash Kumar, Jörg Henkel, "Analysis and Mapping for Thermal and Energy Efficiency of 3-D Video Processing on 3-D Multicore Processors", In IEEE Transactions on Very Large Scale Integration (VLSI) Systems, vol. PP, no. 99, pp. 1-14, Aug 2016. [doi]
Bibtex
@ARTICLE{amit2016tvlsi,
author={Amit Kumar Singh and Muhammad Shafique and Akash Kumar and J{\"{o}}rg Henkel},
journal={IEEE Transactions on Very Large Scale Integration (VLSI) Systems},
title={Analysis and Mapping for Thermal and Energy Efficiency of 3-D Video Processing on 3-D Multicore Processors},
year={2016},
volume={PP},
number={99},
pages={1-14},
keywords={Acceleration;Correlation;Multicore processing;Prediction algorithms;Through-silicon vias;Throughput;3-D multicore;3-D video;design-time analysis;interconnect energy;synchronous dataflow;thermal-aware mapping;throughput.},
doi={10.1109/TVLSI.2016.2517025},
url={http://dx.doi.org/10.1109/TVLSI.2016.2517025},
ISSN={1063-8210},
month={aug},
}Downloads
tvlsi-2016-amit [PDF]
Related Paths
Permalink
- Tuan D. A. Nguyen, Akash Kumar, "XNoC: A Non-intrusive TDM Circuit-Switched Network-on-Chip", In Proceeding: International Conference on Field Programmable Logic and Applications (FPL), pp. 1-11, Aug 2016. [Bibtex & Downloads]
XNoC: A Non-intrusive TDM Circuit-Switched Network-on-Chip
Reference
Tuan D. A. Nguyen, Akash Kumar, "XNoC: A Non-intrusive TDM Circuit-Switched Network-on-Chip", In Proceeding: International Conference on Field Programmable Logic and Applications (FPL), pp. 1-11, Aug 2016.
Bibtex
@INPROCEEDINGS{xnocfpl2016,
author={Tuan D. A. Nguyen and Akash Kumar},
booktitle={International Conference on Field Programmable Logic and Applications (FPL)},
title={XNoC: A Non-intrusive TDM Circuit-Switched Network-on-Chip},
year={2016},
pages={1-11},
month={Aug}}Downloads
fpl_2016_xnoc [PDF]
Related Paths
Permalink
- Chin Hau Hoo, Yajun Ha, Akash Kumar, "ParaFRo: A Hybrid Parallel FPGA Router using Fine Grained Synchronization and Partitioning", In Proceeding: International Conference on Field Programmable Logic and Applications (FPL), pp. 1–11, Aug 2016. [Bibtex & Downloads]
ParaFRo: A Hybrid Parallel FPGA Router using Fine Grained Synchronization and Partitioning
Reference
Chin Hau Hoo, Yajun Ha, Akash Kumar, "ParaFRo: A Hybrid Parallel FPGA Router using Fine Grained Synchronization and Partitioning", In Proceeding: International Conference on Field Programmable Logic and Applications (FPL), pp. 1–11, Aug 2016.
Bibtex
@inproceedings{hoo2016parafro,
title={ParaFRo: A Hybrid Parallel FPGA Router using Fine Grained Synchronization and Partitioning},
author={Hoo, Chin Hau and Ha, Yajun and Kumar, Akash},
booktitle={International Conference on Field Programmable Logic and Applications (FPL)},
pages={1–11},
month={Aug},
year={2016},
organization={IEEE}
}Downloads
akumar_fpl2016_ChinHau [PDF]
Permalink
- Frank, Philipp AND Schreiter, Joerg AND Haefner, Sebastian AND Paschew, Georgi AND Voigt, Andreas AND Richter, Andreas, "Integrated Microfluidic Membrane Transistor Utilizing Chemical Information for On-Chip Flow Control", In PLoS ONE, Public Library of Science, vol. 11, no. 8, pp. 1-17, 08/2016. [doi] [Bibtex & Downloads]
Integrated Microfluidic Membrane Transistor Utilizing Chemical Information for On-Chip Flow Control
Reference
Frank, Philipp AND Schreiter, Joerg AND Haefner, Sebastian AND Paschew, Georgi AND Voigt, Andreas AND Richter, Andreas, "Integrated Microfluidic Membrane Transistor Utilizing Chemical Information for On-Chip Flow Control", In PLoS ONE, Public Library of Science, vol. 11, no. 8, pp. 1-17, 08/2016. [doi]
Abstract
Microfluidics is a great enabling technology for biology, biotechnology, chemistry and general life sciences. Despite many promising predictions of its progress, microfluidics has not reached its full potential yet. To unleash this potential, we propose the use of intrinsically active hydrogels, which work as sensors and actuators at the same time, in microfluidic channel networks. These materials transfer a chemical input signal such as a substance concentration into a mechanical output. This way chemical information is processed and analyzed on the spot without the need for an external control unit. Inspired by the development electronics, our approach focuses on the development of single transistor-like components, which have the potential to be used in an integrated circuit technology. Here, we present membrane isolated chemical volume phase transition transistor (MIS-CVPT). The device is characterized in terms of the flow rate from source to drain, depending on the chemical concentration in the control channel, the source-drain pressure drop and the operating temperature.
Bibtex
@article{10.1371/journal.pone.0161024,
author = {Frank, Philipp AND Schreiter, Joerg AND Haefner, Sebastian AND Paschew, Georgi AND Voigt, Andreas AND Richter, Andreas},
journal = {PLoS ONE},
publisher = {Public Library of Science},
title = {Integrated Microfluidic Membrane Transistor Utilizing Chemical Information for On-Chip Flow Control},
year = {2016},
month = {08},
volume = {11},
url = {http://dx.doi.org/10.1371%2Fjournal.pone.0161024},
pages = {1-17},
abstract = {Microfluidics is a great enabling technology for biology, biotechnology, chemistry and general life sciences. Despite many promising predictions of its progress, microfluidics has not reached its full potential yet. To unleash this potential, we propose the use of intrinsically active hydrogels, which work as sensors and actuators at the same time, in microfluidic channel networks. These materials transfer a chemical input signal such as a substance concentration into a mechanical output. This way chemical information is processed and analyzed on the spot without the need for an external control unit. Inspired by the development electronics, our approach focuses on the development of single transistor-like components, which have the potential to be used in an integrated circuit technology. Here, we present membrane isolated chemical volume phase transition transistor (MIS-CVPT). The device is characterized in terms of the flow rate from source to drain, depending on the chemical concentration in the control channel, the source-drain pressure drop and the operating temperature.
},
number = {8},
doi = {10.1371/journal.pone.0161024}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Long Cheng, Spyros Kotoulas, "Efficient Large Outer Joins over MapReduce", In Proceeding: Proc. 22nd International European Conference on Parallel Processing (Euro-Par'16), Springer, pp. 334-346, August 2016. [doi] [Bibtex & Downloads]
Efficient Large Outer Joins over MapReduce
Reference
Long Cheng, Spyros Kotoulas, "Efficient Large Outer Joins over MapReduce", In Proceeding: Proc. 22nd International European Conference on Parallel Processing (Euro-Par'16), Springer, pp. 334-346, August 2016. [doi]
Bibtex
@inproceedings{CK2016,
author = {Long Cheng and Spyros Kotoulas},
title = {Efficient Large Outer Joins over {MapReduce}},
booktitle = {Proc. 22nd International European Conference on Parallel Processing (Euro-Par'16)},
publisher = {Springer},
year = {2016},
month = {August},
pages = {334-346},
doi = {10.1007/978-3-319-43659-3_25}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tim Erdmann, Simone Fabiano, Begoña Milián-Medina, David Hanifi, Zhihua Chen, Magnus Berggren, Johannes Gierschner, Alberto Salleo, Anton Kiriy, Brigitte Voit, Antonio Facchetti, "Naphthalenediimide Polymers with Finely Tuned In-Chain $\uppi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties", In Advanced Materials, Wiley, vol. 28, no. 41, pp. 9169–9174, Aug 2016. [doi] [Bibtex & Downloads]
Naphthalenediimide Polymers with Finely Tuned In-Chain $\uppi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties
Reference
Tim Erdmann, Simone Fabiano, Begoña Milián-Medina, David Hanifi, Zhihua Chen, Magnus Berggren, Johannes Gierschner, Alberto Salleo, Anton Kiriy, Brigitte Voit, Antonio Facchetti, "Naphthalenediimide Polymers with Finely Tuned In-Chain $\uppi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties", In Advanced Materials, Wiley, vol. 28, no. 41, pp. 9169–9174, Aug 2016. [doi]
Bibtex
@article{Erdmann_2016,
doi = {10.1002/adma.201602923},
url = {https://doi.org/10.1002%2Fadma.201602923},
year = 2016,
month = {aug},
publisher = {Wiley},
volume = {28},
number = {41},
pages = {9169--9174},
author = {Tim Erdmann and Simone Fabiano and Bego{\~{n}}a Mili{\'{a}}n-Medina and David Hanifi and Zhihua Chen and Magnus Berggren and Johannes Gierschner and Alberto Salleo and Anton Kiriy and Brigitte Voit and Antonio Facchetti},
title = {Naphthalenediimide Polymers with Finely Tuned In-Chain $\uppi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xiaodan Gu, Hongping Yan, Tadanori Kurosawa, Bob C. Schroeder, Kevin L. Gu, Yan Zhou, John W. F. To, Stefan D. Oosterhout, Victoria Savikhin, Francisco Molina-Lopez, Christopher J. Tassone, Stefan C. B. Mannsfeld, Cheng Wang, Michael F. Toney, Zhenan Bao, "Comparison of the Morphology Development of Polymer-Fullerene and Polymer-Polymer Solar Cells during Solution-Shearing Blade Coating", In Advanced Energy Materials, Wiley, vol. 6, no. 22, pp. 1601225, Aug 2016. [doi] [Bibtex & Downloads]
Comparison of the Morphology Development of Polymer-Fullerene and Polymer-Polymer Solar Cells during Solution-Shearing Blade Coating
Reference
Xiaodan Gu, Hongping Yan, Tadanori Kurosawa, Bob C. Schroeder, Kevin L. Gu, Yan Zhou, John W. F. To, Stefan D. Oosterhout, Victoria Savikhin, Francisco Molina-Lopez, Christopher J. Tassone, Stefan C. B. Mannsfeld, Cheng Wang, Michael F. Toney, Zhenan Bao, "Comparison of the Morphology Development of Polymer-Fullerene and Polymer-Polymer Solar Cells during Solution-Shearing Blade Coating", In Advanced Energy Materials, Wiley, vol. 6, no. 22, pp. 1601225, Aug 2016. [doi]
Bibtex
@article{Gu_2016,
doi = {10.1002/aenm.201601225},
url = {https://doi.org/10.1002%2Faenm.201601225},
year = 2016,
month = {aug},
publisher = {Wiley},
volume = {6},
number = {22},
pages = {1601225},
author = {Xiaodan Gu and Hongping Yan and Tadanori Kurosawa and Bob C. Schroeder and Kevin L. Gu and Yan Zhou and John W. F. To and Stefan D. Oosterhout and Victoria Savikhin and Francisco Molina-Lopez and Christopher J. Tassone and Stefan C. B. Mannsfeld and Cheng Wang and Michael F. Toney and Zhenan Bao},
title = {Comparison of the Morphology Development of Polymer-Fullerene and Polymer-Polymer Solar Cells during Solution-Shearing Blade Coating},
journal = {Advanced Energy Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- P. Czaja, J. Przewoźnik, Ł. Gondek, L. Hawelek, A. Żywczak, E. Zschech, "Low temperature stability of 4O martensite in Ni49.1Mn38.9Sn12 metamagnetic Heusler alloy ribbons", In Journal of Magnetism and Magnetic Materials, Elsevier BV, Jul 2016. [doi] [Bibtex & Downloads]
Low temperature stability of 4O martensite in Ni49.1Mn38.9Sn12 metamagnetic Heusler alloy ribbons
Reference
P. Czaja, J. Przewoźnik, Ł. Gondek, L. Hawelek, A. Żywczak, E. Zschech, "Low temperature stability of 4O martensite in Ni49.1Mn38.9Sn12 metamagnetic Heusler alloy ribbons", In Journal of Magnetism and Magnetic Materials, Elsevier BV, Jul 2016. [doi]
Bibtex
@article{Czaja_2016,
title={Low temperature stability of 4O martensite in Ni49.1Mn38.9Sn12 metamagnetic Heusler alloy ribbons},
ISSN={0304-8853},
url={http://dx.doi.org/10.1016/j.jmmm.2016.07.065},
DOI={10.1016/j.jmmm.2016.07.065},
journal={Journal of Magnetism and Magnetic Materials},
publisher={Elsevier BV},
author={Czaja, P. and Przewoźnik, J. and Gondek, Ł. and Hawelek, L. and Żywczak, A. and Zschech, E.},
year={2016},
month={Jul}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sandra Bender, Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "Communication with 1-bit quantization and oversampling at the receiver: Spectral constrained waveform optimization", In Proceeding: IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Edinburgh, UK, July 2016. [Bibtex & Downloads]
Communication with 1-bit quantization and oversampling at the receiver: Spectral constrained waveform optimization
Reference
Sandra Bender, Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "Communication with 1-bit quantization and oversampling at the receiver: Spectral constrained waveform optimization", In Proceeding: IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Edinburgh, UK, July 2016.
Bibtex
@inproceedings{bender2016communication,
title={Communication with 1-bit quantization and oversampling at the receiver: Spectral constrained waveform optimization},
author={Bender, Sandra and Landau, Lukas and D{\"o}rpinghaus, Meik and Fettweis, Gerhard},
booktitle={IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC)},
address={Edinburgh, UK},
month={July},
year={2016}
}Downloads
BenderLandauDorpinghausFettweis_SPAWC16 [PDF]
Related Paths
Permalink
- A. Zappone, P. H. Lin, E. Jorswieck, "Artificial-noise-assisted energy-efficient secure transmission in 5G with imperfect CSIT and antenna correlation", In Proceeding: 2016 IEEE 17th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), pp. 1-5, July 2016. [doi] [Bibtex & Downloads]
Artificial-noise-assisted energy-efficient secure transmission in 5G with imperfect CSIT and antenna correlation
Reference
A. Zappone, P. H. Lin, E. Jorswieck, "Artificial-noise-assisted energy-efficient secure transmission in 5G with imperfect CSIT and antenna correlation", In Proceeding: 2016 IEEE 17th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), pp. 1-5, July 2016. [doi]
Bibtex
@inproceedings{7536827,
Author = {A. Zappone and P. H. Lin and E. Jorswieck},
Booktitle = {2016 IEEE 17th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC)},
Date-Added = {2016-11-07 06:39:43 +0000},
Date-Modified = {2016-11-07 06:39:43 +0000},
Doi = {10.1109/SPAWC.2016.7536827},
Keywords = {5G mobile communication;antenna arrays;computational complexity;concave programming;convex programming;correlation methods;energy conservation;resource allocation;telecommunication network reliability;telecommunication security;transmitting antennas;5G;antenna correlation;artificial-noise-assisted energy-efficient secure transmission;energy-efficient resource allocation problem;fractional programming;imperfect CSIT;legitimate transmitter;multiple-antenna wiretap channels;nonconvex maximization problems;polynomial complexity;secrecy energy efficiency;sequential convex optimization tools;statistical channel state information;transmit antennas;Complexity theory;Covariance matrices;Programming;Reliability;Resource management;Transmitting antennas},
Month = {July},
Pages = {1-5},
Title = {Artificial-noise-assisted energy-efficient secure transmission in 5G with imperfect CSIT and antenna correlation},
Year = {2016},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/SPAWC.2016.7536827}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Mittelbach, E. A. Jorswieck, "Cascade channels with infinite memory", In Proceeding: 2016 IEEE International Symposium on Information Theory (ISIT), pp. 2779-2783, July 2016. [doi] [Bibtex & Downloads]
Cascade channels with infinite memory
Reference
M. Mittelbach, E. A. Jorswieck, "Cascade channels with infinite memory", In Proceeding: 2016 IEEE International Symposium on Information Theory (ISIT), pp. 2779-2783, July 2016. [doi]
Bibtex
@inproceedings{7541805,
Author = {M. Mittelbach and E. A. Jorswieck},
Booktitle = {2016 IEEE International Symposium on Information Theory (ISIT)},
Date-Added = {2016-11-07 06:28:36 +0000},
Date-Modified = {2016-11-07 06:28:36 +0000},
Doi = {10.1109/ISIT.2016.7541805},
Keywords = {channel coding;memoryless systems;source coding;α-mixing;asymptotically input-memoryless cascade channel;cascade channel infinite memory;completely arbitrary alphabets;continuous-time channel;continuous-time source;discrete-time channel;discrete-time source;information sources;output memory;Encoding;Extraterrestrial measurements;Indexes;Memory management;Random processes;Stochastic processes},
Month = {July},
Pages = {2779-2783},
Title = {Cascade channels with infinite memory},
Year = {2016},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ISIT.2016.7541805}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diego Betancourt, Katherina Haase, Arved Hubler, Frank Ellinger, "Bending and Folding Effect Study of Flexible Fully Printed and Late-Stage Codified Octagonal Chipless RFID Tags", In IEEE Transactions on Antennas and Propagation, Institute of Electrical and Electronics Engineers (IEEE), vol. 64, no. 7, pp. 2815–2823, Jul 2016. [doi] [Bibtex & Downloads]
Bending and Folding Effect Study of Flexible Fully Printed and Late-Stage Codified Octagonal Chipless RFID Tags
Reference
Diego Betancourt, Katherina Haase, Arved Hubler, Frank Ellinger, "Bending and Folding Effect Study of Flexible Fully Printed and Late-Stage Codified Octagonal Chipless RFID Tags", In IEEE Transactions on Antennas and Propagation, Institute of Electrical and Electronics Engineers (IEEE), vol. 64, no. 7, pp. 2815–2823, Jul 2016. [doi]
Bibtex
@article{Betancourt_2016,
doi = {10.1109/tap.2016.2559522},
url = {https://doi.org/10.1109%2Ftap.2016.2559522},
year = 2016,
month = {jul},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
volume = {64},
number = {7},
pages = {2815--2823},
author = {Diego Betancourt and Katherina Haase and Arved Hubler and Frank Ellinger},
title = {Bending and Folding Effect Study of Flexible Fully Printed and Late-Stage Codified Octagonal Chipless {RFID} Tags},
journal = {{IEEE} Transactions on Antennas and Propagation}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ang Li, Shuaiwen Leon Song, Mark Wijtvliet, Akash Kumar, Henk Corporaal, "SFU-Driven Transparent Approximation Acceleration on GPUs", Proceedings of the 2016 International Conference on Supercomputing, pp. 15, Jun 2016. [Bibtex & Downloads]
SFU-Driven Transparent Approximation Acceleration on GPUs
Reference
Ang Li, Shuaiwen Leon Song, Mark Wijtvliet, Akash Kumar, Henk Corporaal, "SFU-Driven Transparent Approximation Acceleration on GPUs", Proceedings of the 2016 International Conference on Supercomputing, pp. 15, Jun 2016.
Bibtex
@inproceedings{li2016sfu,
title={SFU-Driven Transparent Approximation Acceleration on GPUs},
author={Li, Ang and Song, Shuaiwen Leon and Wijtvliet, Mark and Kumar, Akash and Corporaal, Henk},
booktitle={Proceedings of the 2016 International Conference on Supercomputing},
pages={15},
year={2016},
month={jun},
organization={ACM}
}Downloads
ICS-a15-li_camera-ready [PDF]
Related Paths
Permalink
- Siavash Ghiasvand, Florina M Ciorba, "Toward Resilience in HPC: A Prototype to Analyze & Predict System Behavior", In International Supercomputing, Jun 2016. [Bibtex & Downloads]
Toward Resilience in HPC: A Prototype to Analyze & Predict System Behavior
Reference
Siavash Ghiasvand, Florina M Ciorba, "Toward Resilience in HPC: A Prototype to Analyze & Predict System Behavior", In International Supercomputing, Jun 2016.
Bibtex
@Misc{Ghiasvand2016b,
author={Ghiasvand, Siavash and Ciorba, Florina M},
title={Toward Resilience in HPC: A Prototype to Analyze \& Predict System Behavior},
howpublished={International Supercomputing},
month={jun},
year={2016},
url={http://isc-hpc.com/isc16_ap/presentationdetails.htm?t=presentation&o=993&a=select},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Slawomir Prucnal, Fang Liu, Matthias Voelskow, Lasse Vines, Lars Rebohle, Denny Lang, Yonder Berencén, Stefan Andric, Roman Boettger, Manfred Helm, Shengqiang Zhou, Wolfgang Skorupa, "Ultra-doped n-type germanium thin films for sensing in the mid-infrared", In Scientific Reports, Springer Nature, vol. 6, no. 1, Jun 2016. [doi] [Bibtex & Downloads]
Ultra-doped n-type germanium thin films for sensing in the mid-infrared
Reference
Slawomir Prucnal, Fang Liu, Matthias Voelskow, Lasse Vines, Lars Rebohle, Denny Lang, Yonder Berencén, Stefan Andric, Roman Boettger, Manfred Helm, Shengqiang Zhou, Wolfgang Skorupa, "Ultra-doped n-type germanium thin films for sensing in the mid-infrared", In Scientific Reports, Springer Nature, vol. 6, no. 1, Jun 2016. [doi]
Bibtex
@article{Prucnal_2016,
doi = {10.1038/srep27643},
url = {https://doi.org/10.1038%2Fsrep27643},
year = 2016,
month = {jun},
publisher = {Springer Nature},
volume = {6},
number = {1},
author = {Slawomir Prucnal and Fang Liu and Matthias Voelskow and Lasse Vines and Lars Rebohle and Denny Lang and Yonder Berenc{\'{e}}n and Stefan Andric and Roman Boettger and Manfred Helm and Shengqiang Zhou and Wolfgang Skorupa},
title = {Ultra-doped n-type germanium thin films for sensing in the mid-infrared},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gang Wang, Yuhan Sun, Debao Li, Wei Wei, Xinliang Feng, Klaus Müllen, "Constructing Hierarchically Hollow Core-Shell MnO2/C Hybrid Spheres for High-Performance Lithium Storage", In Small, Wiley, vol. 12, no. 29, pp. 3914–3919, Jun 2016. [doi] [Bibtex & Downloads]
Constructing Hierarchically Hollow Core-Shell MnO2/C Hybrid Spheres for High-Performance Lithium Storage
Reference
Gang Wang, Yuhan Sun, Debao Li, Wei Wei, Xinliang Feng, Klaus Müllen, "Constructing Hierarchically Hollow Core-Shell MnO2/C Hybrid Spheres for High-Performance Lithium Storage", In Small, Wiley, vol. 12, no. 29, pp. 3914–3919, Jun 2016. [doi]
Bibtex
@article{Wang_2016,
doi = {10.1002/smll.201601403},
url = {https://doi.org/10.1002%2Fsmll.201601403},
year = 2016,
month = {jun},
publisher = {Wiley},
volume = {12},
number = {29},
pages = {3914--3919},
author = {Gang Wang and Yuhan Sun and Debao Li and Wei Wei and Xinliang Feng and Klaus Müllen},
title = {Constructing Hierarchically Hollow Core-Shell {MnO}2/C Hybrid Spheres for High-Performance Lithium Storage},
journal = {Small}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Krause, Susanne Dörfler, Markus Piwko, Florian M. Wisser, Tony Jaumann, Eike Ahrens, Lars Giebeler, Holger Althues, Stefan Schädlich, Julia Grothe, Andrea Jeffery, Matthias Grube, Jan Brückner, Jan Martin, Jürgen Eckert, Stefan Kaskel, Thomas Mikolajick, Walter M. Weber, "High Area Capacity Lithium-Sulfur Full-cell Battery with Prelitiathed Silicon Nanowire-Carbon Anodes for Long Cycling Stability", In Scientific Reports, Springer Nature, vol. 6, no. 1, Jun 2016. [doi] [Bibtex & Downloads]
High Area Capacity Lithium-Sulfur Full-cell Battery with Prelitiathed Silicon Nanowire-Carbon Anodes for Long Cycling Stability
Reference
Andreas Krause, Susanne Dörfler, Markus Piwko, Florian M. Wisser, Tony Jaumann, Eike Ahrens, Lars Giebeler, Holger Althues, Stefan Schädlich, Julia Grothe, Andrea Jeffery, Matthias Grube, Jan Brückner, Jan Martin, Jürgen Eckert, Stefan Kaskel, Thomas Mikolajick, Walter M. Weber, "High Area Capacity Lithium-Sulfur Full-cell Battery with Prelitiathed Silicon Nanowire-Carbon Anodes for Long Cycling Stability", In Scientific Reports, Springer Nature, vol. 6, no. 1, Jun 2016. [doi]
Bibtex
@article{Krause_2016,
doi = {10.1038/srep27982},
url = {https://doi.org/10.1038%2Fsrep27982},
year = 2016,
month = {jun},
publisher = {Springer Nature},
volume = {6},
number = {1},
author = {Andreas Krause and Susanne Dörfler and Markus Piwko and Florian M. Wisser and Tony Jaumann and Eike Ahrens and Lars Giebeler and Holger Althues and Stefan Schädlich and Julia Grothe and Andrea Jeffery and Matthias Grube and Jan Brückner and Jan Martin and Jürgen Eckert and Stefan Kaskel and Thomas Mikolajick and Walter M. Weber},
title = {High Area Capacity Lithium-Sulfur Full-cell Battery with Prelitiathed Silicon Nanowire-Carbon Anodes for Long Cycling Stability},
journal = {Scientific Reports}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yuezeng Su, Zhaoquan Yao, Fan Zhang, Hai Wang, Zoltan Mics, Enrique Cánovas, Mischa Bonn, Xiaodong Zhuang, Xinliang Feng, "Sulfur-Enriched Conjugated Polymer Nanosheet Derived Sulfur and Nitrogen co-Doped Porous Carbon Nanosheets as Electrocatalysts for Oxygen Reduction Reaction and Zinc-Air Battery", In Advanced Functional Materials, Wiley, vol. 26, no. 32, pp. 5893–5902, Jun 2016. [doi] [Bibtex & Downloads]
Sulfur-Enriched Conjugated Polymer Nanosheet Derived Sulfur and Nitrogen co-Doped Porous Carbon Nanosheets as Electrocatalysts for Oxygen Reduction Reaction and Zinc-Air Battery
Reference
Yuezeng Su, Zhaoquan Yao, Fan Zhang, Hai Wang, Zoltan Mics, Enrique Cánovas, Mischa Bonn, Xiaodong Zhuang, Xinliang Feng, "Sulfur-Enriched Conjugated Polymer Nanosheet Derived Sulfur and Nitrogen co-Doped Porous Carbon Nanosheets as Electrocatalysts for Oxygen Reduction Reaction and Zinc-Air Battery", In Advanced Functional Materials, Wiley, vol. 26, no. 32, pp. 5893–5902, Jun 2016. [doi]
Bibtex
@article{Su_2016,
doi = {10.1002/adfm.201602158},
url = {https://doi.org/10.1002%2Fadfm.201602158},
year = 2016,
month = {jun},
publisher = {Wiley},
volume = {26},
number = {32},
pages = {5893--5902},
author = {Yuezeng Su and Zhaoquan Yao and Fan Zhang and Hai Wang and Zoltan Mics and Enrique C{\'{a}}novas and Mischa Bonn and Xiaodong Zhuang and Xinliang Feng},
title = {Sulfur-Enriched Conjugated Polymer Nanosheet Derived Sulfur and Nitrogen co-Doped Porous Carbon Nanosheets as Electrocatalysts for Oxygen Reduction Reaction and Zinc-Air Battery},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ang Li, Leon Shuaiwen Song, Eric Brugel, Akash Kumar, Daniel Chavarria, Henk Corporaal, "X: A Comprehensive Analytic Model for Parallel Machines", In Proceeding: 30th International Parallel and Distributed Processing Symposium (IPDPS), May 2016. [Bibtex & Downloads]
X: A Comprehensive Analytic Model for Parallel Machines
Reference
Ang Li, Leon Shuaiwen Song, Eric Brugel, Akash Kumar, Daniel Chavarria, Henk Corporaal, "X: A Comprehensive Analytic Model for Parallel Machines", In Proceeding: 30th International Parallel and Distributed Processing Symposium (IPDPS), May 2016.
Bibtex
@inproceedings{li2016x,
title={X: A Comprehensive Analytic Model for Parallel Machines},
author={Li, Ang and Song, Leon Shuaiwen and Brugel, Eric and Kumar, Akash and Chavarria, Daniel and Corporaal, Henk},
booktitle={30th International Parallel and Distributed Processing Symposium (IPDPS)},
year={2016},
month={may},
organization={IEEE}
}Downloads
IPDPS x-model [PDF]
Related Paths
Permalink
- Andrés Goens, Jeronimo Castrillon, Maximilian Odendahl, Rainer Leupers, "An Optimal Allocation of Memory Buffers for Complex Multicore Platforms", In Journal of Systems Architecture, Elsevier, vol. 66-67, pp. 69–83, May 2016. [doi] [Bibtex & Downloads]
An Optimal Allocation of Memory Buffers for Complex Multicore Platforms
Reference
Andrés Goens, Jeronimo Castrillon, Maximilian Odendahl, Rainer Leupers, "An Optimal Allocation of Memory Buffers for Complex Multicore Platforms", In Journal of Systems Architecture, Elsevier, vol. 66-67, pp. 69–83, May 2016. [doi]
Abstract
In deeply embedded heterogeneous multicores the allocation of data to memories is crucial for application performance. For applications with stringent throughput constraints, the allocation is often done manually by carefully assigning static memory locations to the logical buffers of the application. Today, designers are confronted with applications with thousands of buffers and architectures with hundreds of memories, rendering manual approaches impractical. In this paper we present an automatic approach for statically allocating logical buffers to physical memories, assuming a fixed task-to-processor mapping and respecting multiple throughput constraints.
In our approach, we model the application in a data-centric way, by explicitly defining buffers and associating computational tasks that access the buffers within well-specified time intervals. Besides, we use an architecture model that allows to perform an allocation that is aware of the topology of the multicore and the physical bandwidth constraints of the interconnect. We present a layered approach to describe and solve the buffer-allocation problem as well as related subproblems, using mixed-integer linear pro- gramming. We show that the buffer-allocation problem is NP-complete, and present a more scalable formulation as a semi-definite programming problem. We evaluate the proposed LP methods by allocating around 1000 buffers corresponding to processing one frame in the Long-Term Evolution (LTE) standard, onto a multicore with 80 processing elements. We introduce a solution approach that allowed to find an optimal allocation in around 2 hours, which is at least two orders of magnitude faster than a straightforward formulation.Bibtex
@Article{goens_jsa16,
Title={An Optimal Allocation of Memory Buffers for Complex Multicore Platforms},
Author={Goens, Andr\'{e}s and Castrillon, Jeronimo and Odendahl, Maximilian and Leupers, Rainer},
Journal={Journal of Systems Architecture},
volume={66-67},
pages={69--83},
doi={10.1016/j.sysarc.2016.05.002},
publisher={Elsevier},
Year={2016},
month=may,
abstract={In deeply embedded heterogeneous multicores the allocation of data to memories is crucial for application performance. For applications with stringent throughput constraints, the allocation is often done manually by carefully assigning static memory locations to the logical buffers of the application. Today, designers are confronted with applications with thousands of buffers and architectures with hundreds of memories, rendering manual approaches impractical. In this paper we present an automatic approach for statically allocating logical buffers to physical memories, assuming a fixed task-to-processor mapping and respecting multiple throughput constraints.
In our approach, we model the application in a data-centric way, by explicitly defining buffers and associating computational tasks that access the buffers within well-specified time intervals. Besides, we use an architecture model that allows to perform an allocation that is aware of the topology of the multicore and the physical bandwidth constraints of the interconnect. We present a layered approach to describe and solve the buffer-allocation problem as well as related subproblems, using mixed-integer linear pro- gramming. We show that the buffer-allocation problem is NP-complete, and present a more scalable formulation as a semi-definite programming problem. We evaluate the proposed LP methods by allocating around 1000 buffers corresponding to processing one frame in the Long-Term Evolution (LTE) standard, onto a multicore with 80 processing elements. We introduce a solution approach that allowed to find an optimal allocation in around 2 hours, which is at least two orders of magnitude faster than a straightforward formulation.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pham Nam Khanh, Akash Kumar, Khin Mi Mi Aung, "Machine Learning Approach to Generate Pareto Front for List-scheduling Algorithms", Proceedings of the 19th International Workshop on Software and Compilers for Embedded Systems, SCOPES, Sankt Goar, Germany, May 23-25, 2016, pp. 127–134, May 2016. (Awarded with Best presentation award of SCOPES 2016) [doi] [Bibtex & Downloads]
Machine Learning Approach to Generate Pareto Front for List-scheduling Algorithms
Reference
Pham Nam Khanh, Akash Kumar, Khin Mi Mi Aung, "Machine Learning Approach to Generate Pareto Front for List-scheduling Algorithms", Proceedings of the 19th International Workshop on Software and Compilers for Embedded Systems, SCOPES, Sankt Goar, Germany, May 23-25, 2016, pp. 127–134, May 2016. (Awarded with Best presentation award of SCOPES 2016) [doi]
Bibtex
@inproceedings{DBLP:conf/scopes/KhanhKA16,
author={Khanh, Pham Nam and Kumar, Akash and Aung, Khin Mi Mi},
title={Machine Learning Approach to Generate Pareto Front for List-scheduling Algorithms},
booktitle={Proceedings of the 19th International Workshop on Software and Compilers for Embedded Systems, {SCOPES}, Sankt Goar, Germany, May 23-25, 2016},
pages={127--134},
year={2016},
month={May},
crossref={DBLP:conf/scopes/2016},
url={http://doi.acm.org/10.1145/2906363.2906380},
doi={10.1145/2906363.2906380},
comment={Awarded with Best presentation award of SCOPES 2016}
}Downloads
scopes_2016_camera_ready [PDF]
Related Paths
Permalink
- Christoph Hofmann, Elke Franz, Silvia Santini, "A metric for adaptive routing on trustworthy paths" , Chapter in Open Problems in Network Security (Camenisch, Jan and Kesdoğan, Doğan) , Springer, vol. 9591, pp. 11-25, May 2016. [Bibtex & Downloads]
A metric for adaptive routing on trustworthy paths
Reference
Christoph Hofmann, Elke Franz, Silvia Santini, "A metric for adaptive routing on trustworthy paths" , Chapter in Open Problems in Network Security (Camenisch, Jan and Kesdoğan, Doğan) , Springer, vol. 9591, pp. 11-25, May 2016.
Bibtex
@InCollection{ auto-key*cv,
author = {Christoph Hofmann and Elke Franz and Silvia Santini},
title = {A metric for adaptive routing on trustworthy paths},
booktitle = {Open Problems in Network Security},
editor = {Camenisch, Jan and Kesdoğan, Doğan},
publisher = {Springer},
volume = {9591},
series = {Lecture Notes in Computer Science},
pages = {11-25},
month = may,
year = {2016},
project = {A08},
annote = {http://link.springer.com/chapter/10.1007%2F978-3-319-39028-4_2}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Zappone, P. H. Lin, E. Jorswieck, "Confidential and energy-efficient multiple-antenna communications with artificial noise", In Proceeding: 2016 23rd International Conference on Telecommunications (ICT), pp. 1-5, May 2016. [doi] [Bibtex & Downloads]
Confidential and energy-efficient multiple-antenna communications with artificial noise
Reference
A. Zappone, P. H. Lin, E. Jorswieck, "Confidential and energy-efficient multiple-antenna communications with artificial noise", In Proceeding: 2016 23rd International Conference on Telecommunications (ICT), pp. 1-5, May 2016. [doi]
Bibtex
@inproceedings{7500433,
Author = {A. Zappone and P. H. Lin and E. Jorswieck},
Booktitle = {2016 23rd International Conference on Telecommunications (ICT)},
Date-Added = {2016-11-07 06:36:29 +0000},
Date-Modified = {2016-11-07 06:36:29 +0000},
Doi = {10.1109/ICT.2016.7500433},
Keywords = {mathematical programming;resource allocation;telecommunication security;wireless channels;CSI;artificial noise technique;confidential communications;energy-efficient communications;multiple-antenna wiretap channels;nonconvex fractional program;polynomial complexity;radio resource allocation framework;sequential fractional programming algorithm;sequential optimization;statistical channel state information;Channel estimation;Complexity theory;Optimization;Programming;Radio transmitters;Reliability;Resource management;Energy efficiency;MISO-SE;artificial noise;fractional programming;physical layer security;power control;resource allocation;statistical CSI},
Month = {May},
Pages = {1-5},
Title = {Confidential and energy-efficient multiple-antenna communications with artificial noise},
Year = {2016},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ICT.2016.7500433}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- N. U. Hassan, M. Schlüter, G. P. Fettweis, "Fully parallel window decoder architecture for spatially-coupled LDPC codes", In Proceeding: 2016 IEEE International Conference on Communications (ICC), pp. 1-6, May 2016. [Bibtex & Downloads]
Fully parallel window decoder architecture for spatially-coupled LDPC codes
Reference
N. U. Hassan, M. Schlüter, G. P. Fettweis, "Fully parallel window decoder architecture for spatially-coupled LDPC codes", In Proceeding: 2016 IEEE International Conference on Communications (ICC), pp. 1-6, May 2016.
Bibtex
@INPROCEEDINGS{HassanHAEC2016-1,
author={N. U. Hassan and M. Schlüter and G. P. Fettweis},
booktitle={2016 IEEE International Conference on Communications (ICC)},
title={Fully parallel window decoder architecture for spatially-coupled LDPC codes},
year={2016},
pages={1-6},
month={May},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamen N. Taber, Dmitry A. Kislitsyn, Christian F. Gervasi, Jon M. Mills, Ariel E. Rosenfield, Lei Zhang, Stefan C. B. Mannsfeld, James S. Prell, Alejandro L. Briseno, George V. Nazin, "Real-space visualization of conformation-independent oligothiophene electronic structure", In The Journal of Chemical Physics, AIP Publishing, vol. 144, no. 19, pp. 194703, May 2016. [doi] [Bibtex & Downloads]
Real-space visualization of conformation-independent oligothiophene electronic structure
Reference
Benjamen N. Taber, Dmitry A. Kislitsyn, Christian F. Gervasi, Jon M. Mills, Ariel E. Rosenfield, Lei Zhang, Stefan C. B. Mannsfeld, James S. Prell, Alejandro L. Briseno, George V. Nazin, "Real-space visualization of conformation-independent oligothiophene electronic structure", In The Journal of Chemical Physics, AIP Publishing, vol. 144, no. 19, pp. 194703, May 2016. [doi]
Bibtex
@article{Taber_2016,
doi = {10.1063/1.4949765},
url = {https://doi.org/10.1063%2F1.4949765},
year = 2016,
month = {may},
publisher = {{AIP} Publishing},
volume = {144},
number = {19},
pages = {194703},
author = {Benjamen N. Taber and Dmitry A. Kislitsyn and Christian F. Gervasi and Jon M. Mills and Ariel E. Rosenfield and Lei Zhang and Stefan C. B. Mannsfeld and James S. Prell and Alejandro L. Briseno and George V. Nazin},
title = {Real-space visualization of conformation-independent oligothiophene electronic structure},
journal = {The Journal of Chemical Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- T. Kämpfe, A. Haußmann, L. M. Eng, P. Reichenbach, A. Thiessen, T. Woike, R. Steudtner, "Time-resolved photoluminescence spectroscopy ofNbNb4$\mathplus$andO-polarons inLiNbO3single crystals", In Physical Review B, American Physical Society (APS), vol. 93, no. 17, May 2016. [doi] [Bibtex & Downloads]
Time-resolved photoluminescence spectroscopy ofNbNb4$\mathplus$andO-polarons inLiNbO3single crystals
Reference
T. Kämpfe, A. Haußmann, L. M. Eng, P. Reichenbach, A. Thiessen, T. Woike, R. Steudtner, "Time-resolved photoluminescence spectroscopy ofNbNb4$\mathplus$andO-polarons inLiNbO3single crystals", In Physical Review B, American Physical Society (APS), vol. 93, no. 17, May 2016. [doi]
Bibtex
@article{K_mpfe_2016,
doi = {10.1103/physrevb.93.174116},
url = {https://doi.org/10.1103%2Fphysrevb.93.174116},
year = 2016,
month = {may},
publisher = {American Physical Society ({APS})},
volume = {93},
number = {17},
author = {T. Kämpfe and A. Hau{\ss}mann and L. M. Eng and P. Reichenbach and A. Thiessen and T. Woike and R. Steudtner},
title = {Time-resolved photoluminescence spectroscopy {ofNbNb}4$\mathplus${andO}-polarons {inLiNbO}3single crystals},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florian Günther, Sibylle Gemming, Gotthard Seifert, "Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor\textendashAcceptor Polymers: A Theoretical Study", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 120, no. 18, pp. 9581–9587, May 2016. [doi] [Bibtex & Downloads]
Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor\textendashAcceptor Polymers: A Theoretical Study
Reference
Florian Günther, Sibylle Gemming, Gotthard Seifert, "Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor\textendashAcceptor Polymers: A Theoretical Study", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 120, no. 18, pp. 9581–9587, May 2016. [doi]
Bibtex
@article{G_nther_2016,
doi = {10.1021/acs.jpcc.6b01310},
url = {https://doi.org/10.1021%2Facs.jpcc.6b01310},
year = 2016,
month = {may},
publisher = {American Chemical Society ({ACS})},
volume = {120},
number = {18},
pages = {9581--9587},
author = {Florian Günther and Sibylle Gemming and Gotthard Seifert},
title = {Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor{\textendash}Acceptor Polymers: A Theoretical Study},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nils Asmussen, Marcus Völp, Benedikt Nöthen, Hermann Härtig, Gerhard Fettweis, "M3: A Hardware/Operating-System Co-Design to Tame Heterogeneous Manycores" (to appear), Proceedings of the 21st International Conference on Architectural Support for Programming Languages and Operating Systems, ACM, April 2016. [Bibtex & Downloads]
M3: A Hardware/Operating-System Co-Design to Tame Heterogeneous Manycores
Reference
Nils Asmussen, Marcus Völp, Benedikt Nöthen, Hermann Härtig, Gerhard Fettweis, "M3: A Hardware/Operating-System Co-Design to Tame Heterogeneous Manycores" (to appear), Proceedings of the 21st International Conference on Architectural Support for Programming Languages and Operating Systems, ACM, April 2016.
Bibtex
@inproceedings{asmussen2016,
author={Asmussen, Nils and V\"olp, Marcus and N\"othen, Benedikt and H\"artig, Hermann and Fettweis, Gerhard},
title={M3: A Hardware/Operating-System Co-Design to Tame Heterogeneous Manycores},
booktitle={Proceedings of the 21st International Conference on Architectural Support for Programming Languages and Operating Systems},
series={ASPLOS},
year={2016},
month={April},
location={Atlanta, GA, USA},
publisher={ACM},
url={http://os.inf.tu-dresden.de/papers_ps/asmussen-m3-asplos16.pdf}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Meissner, Falko Sojka, Lars Matthes, Friedhelm Bechstedt, Xinliang Feng, Klaus Müllen, Stefan C. B. Mannsfeld, Roman Forker, Torsten Fritz, "Flexible 2D Crystals of Polycyclic Aromatics Stabilized by Static Distortion Waves", In ACS Nano, American Chemical Society (ACS), vol. 10, no. 7, pp. 6474–6483, Apr 2016. [doi] [Bibtex & Downloads]
Flexible 2D Crystals of Polycyclic Aromatics Stabilized by Static Distortion Waves
Reference
Matthias Meissner, Falko Sojka, Lars Matthes, Friedhelm Bechstedt, Xinliang Feng, Klaus Müllen, Stefan C. B. Mannsfeld, Roman Forker, Torsten Fritz, "Flexible 2D Crystals of Polycyclic Aromatics Stabilized by Static Distortion Waves", In ACS Nano, American Chemical Society (ACS), vol. 10, no. 7, pp. 6474–6483, Apr 2016. [doi]
Bibtex
@article{Meissner_2016,
doi = {10.1021/acsnano.6b00935},
url = {https://doi.org/10.1021%2Facsnano.6b00935},
year = 2016,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {10},
number = {7},
pages = {6474--6483},
author = {Matthias Meissner and Falko Sojka and Lars Matthes and Friedhelm Bechstedt and Xinliang Feng and Klaus Müllen and Stefan C. B. Mannsfeld and Roman Forker and Torsten Fritz},
title = {Flexible 2D Crystals of Polycyclic Aromatics Stabilized by Static Distortion Waves},
journal = {{ACS} Nano}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jeronimo Castrillon, "Programming Heterogeneous Embedded Systems for IoT", In Workshop get-togethers toward a sustainable collaboration in IoT (invited talk), Apr 2016. ([link]) [Bibtex & Downloads]
Programming Heterogeneous Embedded Systems for IoT
Reference
Jeronimo Castrillon, "Programming Heterogeneous Embedded Systems for IoT", In Workshop get-togethers toward a sustainable collaboration in IoT (invited talk), Apr 2016. ([link])
Bibtex
@Misc{castrillon2016tunis,
author={Castrillon, Jeronimo},
title={Programming Heterogeneous Embedded Systems for IoT},
howpublished={Workshop get-togethers toward a sustainable collaboration in IoT (invited talk)},
month=apr,
year={2016},
location={Tunis, Tunisia},
comment={[link]},
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/160418_castrillon_dataflow4IoT.pdf}
}Downloads
160418_castrillon_dataflow4IoT [PDF]
Related Paths
Permalink
- Sven Karol, "Using Rewritable Attribute Grammars for Semantic-Aware Code Transformations", In Invited talk in the Thematic Session on Program transformation and analysis approaches for future computing systems at the HiPEAC Spring 2016 Computing Systems Week, April 2016. ([link]) [Bibtex & Downloads]
Using Rewritable Attribute Grammars for Semantic-Aware Code Transformations
Reference
Sven Karol, "Using Rewritable Attribute Grammars for Semantic-Aware Code Transformations", In Invited talk in the Thematic Session on Program transformation and analysis approaches for future computing systems at the HiPEAC Spring 2016 Computing Systems Week, April 2016. ([link])
Bibtex
@misc{karol2016csw,
author={Sven Karol},
title={Using Rewritable Attribute Grammars for Semantic-Aware Code Transformations},
year={2016},
month={April},
howpublished={Invited talk in the Thematic Session on Program transformation and analysis approaches for future computing systems at the HiPEAC Spring 2016 Computing Systems Week},
location={Porto, Portugal},
comment={[link]},
}Downloads
No Downloads available for this publication
Permalink
- Alessio Zappone, Luca Sanguinetti, Giacomo Bacci, Eduard A. Jorswieck, Mérouane Debbah, "Energy-efficient power control: A look at 5G wireless technologies" , In IEEE Transactions on Signal Processing, vol. 64, no. 7, pp. 1668-1683, Apr 2016. [Bibtex & Downloads]
Energy-efficient power control: A look at 5G wireless technologies
Reference
Alessio Zappone, Luca Sanguinetti, Giacomo Bacci, Eduard A. Jorswieck, Mérouane Debbah, "Energy-efficient power control: A look at 5G wireless technologies" , In IEEE Transactions on Signal Processing, vol. 64, no. 7, pp. 1668-1683, Apr 2016.
Bibtex
@Article{ auto-key*dc,
author = {Alessio Zappone and Luca Sanguinetti and Giacomo Bacci and Eduard A. Jorswieck and Mérouane Debbah},
title = {Energy-efficient power control: {A look at 5G} wireless technologies},
journal = {IEEE Transactions on Signal Processing},
volume = {64},
number = {7},
pages = {1668-1683},
month = apr,
year = {2016},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahnaz Sinaie, Alessio Zappone, Eduard A. Jorswieck, Paeiz Azmi, "A novel power consumption model for effective energy efficiency in wireless networks" , In IEEE Wireless Communications Letters, vol. 5, no. 2, pp. 152-155, Apr 2016. [Bibtex & Downloads]
A novel power consumption model for effective energy efficiency in wireless networks
Reference
Mahnaz Sinaie, Alessio Zappone, Eduard A. Jorswieck, Paeiz Azmi, "A novel power consumption model for effective energy efficiency in wireless networks" , In IEEE Wireless Communications Letters, vol. 5, no. 2, pp. 152-155, Apr 2016.
Bibtex
@Article{ auto-key*dd,
author = {Mahnaz Sinaie and Alessio Zappone and Eduard A. Jorswieck and Paeiz Azmi},
title = {A novel power consumption model for effective energy efficiency in wireless networks},
journal = {IEEE Wireless Communications Letters},
volume = {5},
number = {2},
pages = {152-155},
month = apr,
year = {2016},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Chres Wiant Sørensen, Achuthan Paramanathan, Juan Guerreron, Morten Videbæk Pedersen, Daniel Enrique Lucani Roetter, Frank H. P. Fitzek, "Leaner and Meaner: Network Coding in SIMD enabled Commercial Devices", Proceedings of the IEEE Wireless Communications and Networking Conference (WCNC), Apr 2016. [Bibtex & Downloads]
Leaner and Meaner: Network Coding in SIMD enabled Commercial Devices
Reference
Chres Wiant Sørensen, Achuthan Paramanathan, Juan Guerreron, Morten Videbæk Pedersen, Daniel Enrique Lucani Roetter, Frank H. P. Fitzek, "Leaner and Meaner: Network Coding in SIMD enabled Commercial Devices", Proceedings of the IEEE Wireless Communications and Networking Conference (WCNC), Apr 2016.
Bibtex
@InProceedings{ sorensen2016leaner,
author = {Chres Wiant Sørensen and Achuthan Paramanathan and Juan Guerreron and Morten Videbæk Pedersen and Daniel Enrique Lucani Roetter and Frank H. P. Fitzek},
title = {Leaner and Meaner: {Network} Coding in {SIMD} enabled Commercial Devices},
booktitle = {Proceedings of the IEEE Wireless Communications and Networking Conference (WCNC)},
month = apr,
year = {2016},
project = {A13}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michele Pianigiani, Robert Kirchner, Enrico Sovernigo, Alessandro Pozzato, Massimo Tormen, Helmut Schift, "Effect of nanoimprint on the elastic modulus of PMMA: Comparison between standard and ultrafast thermal NIL", In Microelectronic Engineering, Elsevier BV, vol. 155, pp. 85–91, Apr 2016. [doi] [Bibtex & Downloads]
Effect of nanoimprint on the elastic modulus of PMMA: Comparison between standard and ultrafast thermal NIL
Reference
Michele Pianigiani, Robert Kirchner, Enrico Sovernigo, Alessandro Pozzato, Massimo Tormen, Helmut Schift, "Effect of nanoimprint on the elastic modulus of PMMA: Comparison between standard and ultrafast thermal NIL", In Microelectronic Engineering, Elsevier BV, vol. 155, pp. 85–91, Apr 2016. [doi]
Bibtex
@article{Pianigiani_2016,
doi = {10.1016/j.mee.2016.03.019},
url = {https://doi.org/10.1016%2Fj.mee.2016.03.019},
year = 2016,
month = {apr},
publisher = {Elsevier {BV}},
volume = {155},
pages = {85--91},
author = {Michele Pianigiani and Robert Kirchner and Enrico Sovernigo and Alessandro Pozzato and Massimo Tormen and Helmut Schift},
title = {Effect of nanoimprint on the elastic modulus of {PMMA}: Comparison between standard and ultrafast thermal {NIL}},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Sven Karol, Norman A. Rink, Bálint Gyapjas, Jeronimo Castrillon, "Fault Tolerance with Aspects: a Feasibility Study", Proceedings of the 15th International Conference on Modularity, ACM, pp. 66–69, New York, NY, USA, Mar 2016. [doi] [Bibtex & Downloads]
Fault Tolerance with Aspects: a Feasibility Study
Reference
Sven Karol, Norman A. Rink, Bálint Gyapjas, Jeronimo Castrillon, "Fault Tolerance with Aspects: a Feasibility Study", Proceedings of the 15th International Conference on Modularity, ACM, pp. 66–69, New York, NY, USA, Mar 2016. [doi]
Bibtex
@inproceedings{karol2016faulttolerance,
author={Karol, Sven and Rink, Norman A. and Gyapjas, B\'{a}lint and Castrillon, Jeronimo},
title={Fault Tolerance with Aspects: a Feasibility Study},
booktitle={Proceedings of the 15th International Conference on Modularity},
series={MODULARITY 2016},
year={2016},
pages={66--69},
address={New York, NY, USA},
month={mar},
publisher={ACM},
doi={10.1145/2889443.2889453},
isbn={978-1-4503-3995-7/16/03},
location={M{\'a}laga, Spain},
comment={}
}Downloads
1603_Karol_Modularity_preprint [PDF]
Related Paths
Permalink
- Ang Li, Leon Shuaiwen Song, Akash Kumar, Eddy Z. Zhang, Daniel Chavarria Gerardo, Henk Corporaal, "Critical Points Based Register-Concurrency Autotuning for GPUs", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), March 2016. [Bibtex & Downloads]
Critical Points Based Register-Concurrency Autotuning for GPUs
Reference
Ang Li, Leon Shuaiwen Song, Akash Kumar, Eddy Z. Zhang, Daniel Chavarria Gerardo, Henk Corporaal, "Critical Points Based Register-Concurrency Autotuning for GPUs", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), March 2016.
Bibtex
@inproceedings{li2016date,
title={Critical Points Based Register-Concurrency Autotuning for GPUs},
author={Li, Ang and Song, Leon Shuaiwen and Kumar, Akash and Zhang, Eddy Z. and Chavarria Gerardo, Daniel and Corporaal, Henk},
booktitle={Design, Automation and Test in Europe Conference and Exhibition (DATE)},
year={2016},
month={march},
organization={IEEE}
}Downloads
DATE-16-camera-ready [PDF]
Related Paths
Permalink
- Shyamsundar Venkataraman, Rui Santos, Akash Kumar, "A Flexible Inexact TMR Technique for SRAM-based FPGAs", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), March 2016. [Bibtex & Downloads]
A Flexible Inexact TMR Technique for SRAM-based FPGAs
Reference
Shyamsundar Venkataraman, Rui Santos, Akash Kumar, "A Flexible Inexact TMR Technique for SRAM-based FPGAs", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), March 2016.
Bibtex
@inproceedings{rui2016date,
title={A Flexible Inexact TMR Technique for SRAM-based FPGAs},
author={Venkataraman, Shyamsundar and Santos, Rui and Kumar, Akash},
booktitle={Design, Automation and Test in Europe Conference and Exhibition (DATE)},
year={2016},
month={march},
organization={IEEE}
}Downloads
DATE 2016 Camera ready [PDF]
Related Paths
Permalink
- Siva Satyendra Sahoo, Akash Kumar, Bharadwaj Veeravalli, "Design and Evaluation of Reliability-oriented Task Re-Mapping in MPSoCs usingTime-Series Analysis of Intermittent faults", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), Mar 2016. [Bibtex & Downloads]
Design and Evaluation of Reliability-oriented Task Re-Mapping in MPSoCs usingTime-Series Analysis of Intermittent faults
Reference
Siva Satyendra Sahoo, Akash Kumar, Bharadwaj Veeravalli, "Design and Evaluation of Reliability-oriented Task Re-Mapping in MPSoCs usingTime-Series Analysis of Intermittent faults", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), Mar 2016.
Bibtex
@inproceedings{siva2016date,
title={Design and Evaluation of Reliability-oriented Task Re-Mapping in MPSoCs usingTime-Series Analysis of Intermittent faults},
author={Siva Satyendra Sahoo and Akash Kumar and Bharadwaj Veeravalli},
booktitle={Design, Automation and Test in Europe Conference and Exhibition (DATE)},
year={2016},
month={mar},
organization={IEEE}
}Downloads
date-2016-385-camera ready [PDF]
Related Paths
Permalink
- G. Darbandy, M. Claus, M. Schröter, "High-Performance Reconfigurable Si Nanowire Field-Effect Transistor Based on Simplified Device Design", In IEEE Transactions on Nanotechnology, vol. 15, no. 2, pp. 289-294, March 2016. [doi] [Bibtex & Downloads]
High-Performance Reconfigurable Si Nanowire Field-Effect Transistor Based on Simplified Device Design
Reference
G. Darbandy, M. Claus, M. Schröter, "High-Performance Reconfigurable Si Nanowire Field-Effect Transistor Based on Simplified Device Design", In IEEE Transactions on Nanotechnology, vol. 15, no. 2, pp. 289-294, March 2016. [doi]
Bibtex
@ARTICLE{7394187,
author={G. Darbandy and M. Claus and M. Schröter},
journal={IEEE Transactions on Nanotechnology},
title={High-Performance Reconfigurable Si Nanowire Field-Effect Transistor Based on Simplified Device Design},
year={2016},
volume={15},
number={2},
pages={289-294},
keywords={elemental semiconductors;field effect transistors;nanowires;semiconductor device models;silicon;Si;device simulation;n-type polarity;nanowire;p-type polarity;reconfigurable field-effect transistors;Control systems;Data models;Field effect transistors;Logic gates;Schottky barriers;Silicon;RFET;Reconfigurable/Reprogrammable transistor;Reconfigurable/reprogrammable transistor;Schottky Barrier Source/Drain;Schottky barrier source/drain;Si nanowire},
doi={10.1109/TNANO.2016.2521897},
ISSN={1536-125X},
month={March},}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Menard, "Mapping KPN-Based Applications to the NoC-Based Tomahawk Architectures", Master's thesis, TU Dresden, 3/2016. [Bibtex & Downloads]
Mapping KPN-Based Applications to the NoC-Based Tomahawk Architectures
Reference
Christian Menard, "Mapping KPN-Based Applications to the NoC-Based Tomahawk Architectures", Master's thesis, TU Dresden, 3/2016.
Bibtex
@mastersthesis{Christian2016Mappin,
title={Mapping KPN-Based Applications to the NoC-Based Tomahawk Architectures},
author={Christian Menard},
year={2016},
month={3},
school={TU Dresden},
}Downloads
1603_Menard_DA [PDF]
Related Paths
Permalink
- P. H. Lin, F. Gabry, R. Thobaben, E. A. Jorswieck, M. Skoglund, "Multi-Phase Smart Relaying and Cooperative Jamming in Secure Cognitive Radio Networks", In IEEE Transactions on Cognitive Communications and Networking, vol. 2, no. 1, pp. 38-52, March 2016. [doi] [Bibtex & Downloads]
Multi-Phase Smart Relaying and Cooperative Jamming in Secure Cognitive Radio Networks
Reference
P. H. Lin, F. Gabry, R. Thobaben, E. A. Jorswieck, M. Skoglund, "Multi-Phase Smart Relaying and Cooperative Jamming in Secure Cognitive Radio Networks", In IEEE Transactions on Cognitive Communications and Networking, vol. 2, no. 1, pp. 38-52, March 2016. [doi]
Bibtex
@article{7485847,
Author = {P. H. Lin and F. Gabry and R. Thobaben and E. A. Jorswieck and M. Skoglund},
Date-Added = {2016-11-07 06:35:14 +0000},
Date-Modified = {2016-11-07 06:35:14 +0000},
Doi = {10.1109/TCCN.2016.2577043},
Journal = {IEEE Transactions on Cognitive Communications and Networking},
Keywords = {cognitive radio;cooperative communication;jamming;Gelfand-Pinsker coding;cooperative jamming;cooperative secure communications;four-node cognitive radio network;geometric positions;multiphase smart relaying;primary secrecy rates;primary transmission;secondary receiver;Cognitive radio;Encoding;Interference;Jamming;Radio transmitters;Receivers;Upper bound;Gelfand-Pinsker coding;Overlay cognitive radio;clean relaying;physical layer security;secure coexistence;wiretap channel},
Month = {March},
Number = {1},
Pages = {38-52},
Title = {Multi-Phase Smart Relaying and Cooperative Jamming in Secure Cognitive Radio Networks},
Volume = {2},
Year = {2016},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/TCCN.2016.2577043}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Tittmann-Otto, S. Hermann, J. Kalbacova, M. Hartmann, M. Toader, R. D. Rodriguez, S. E. Schulz, D. R. T. Zahn, T. Gessner, "Effect of cleaning procedures on the electrical properties of carbon nanotube transistors\textemdashA statistical study", In Journal of Applied Physics, AIP Publishing, vol. 119, no. 12, pp. 124509, Mar 2016. [doi] [Bibtex & Downloads]
Effect of cleaning procedures on the electrical properties of carbon nanotube transistors\textemdashA statistical study
Reference
J. Tittmann-Otto, S. Hermann, J. Kalbacova, M. Hartmann, M. Toader, R. D. Rodriguez, S. E. Schulz, D. R. T. Zahn, T. Gessner, "Effect of cleaning procedures on the electrical properties of carbon nanotube transistors\textemdashA statistical study", In Journal of Applied Physics, AIP Publishing, vol. 119, no. 12, pp. 124509, Mar 2016. [doi]
Bibtex
@article{Tittmann_Otto_2016,
doi = {10.1063/1.4944835},
url = {https://doi.org/10.1063%2F1.4944835},
year = 2016,
month = {mar},
publisher = {{AIP} Publishing},
volume = {119},
number = {12},
pages = {124509},
author = {J. Tittmann-Otto and S. Hermann and J. Kalbacova and M. Hartmann and M. Toader and R. D. Rodriguez and S. E. Schulz and D. R. T. Zahn and T. Gessner},
title = {Effect of cleaning procedures on the electrical properties of carbon nanotube transistors{\textemdash}A statistical study},
journal = {Journal of Applied Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Kirchner, V.A. Guzenko, I. Vartiainen, N. Chidambaram, H. Schift, "ZEP520A \textemdash A resist for electron-beam grayscale lithography and thermal reflow", In Microelectronic Engineering, Elsevier BV, vol. 153, pp. 71–76, Mar 2016. [doi] [Bibtex & Downloads]
ZEP520A \textemdash A resist for electron-beam grayscale lithography and thermal reflow
Reference
R. Kirchner, V.A. Guzenko, I. Vartiainen, N. Chidambaram, H. Schift, "ZEP520A \textemdash A resist for electron-beam grayscale lithography and thermal reflow", In Microelectronic Engineering, Elsevier BV, vol. 153, pp. 71–76, Mar 2016. [doi]
Bibtex
@article{Kirchner_2016,
doi = {10.1016/j.mee.2016.01.017},
url = {https://doi.org/10.1016%2Fj.mee.2016.01.017},
year = 2016,
month = {mar},
publisher = {Elsevier {BV}},
volume = {153},
pages = {71--76},
author = {R. Kirchner and V.A. Guzenko and I. Vartiainen and N. Chidambaram and H. Schift},
title = {{ZEP}520A {\textemdash} A resist for electron-beam grayscale lithography and thermal reflow},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Stefan Pfirrmann, Robert Kirchner, Olga Lohse, Vitaliy A. Guzenko, Anja Voigt, Irina Harder, Anett Kolander, Helmut Schift, Gabi Grützner, "mr-PosEBR: a novel positive tone resist for high resolution electron beam lithography and 3D surface patterning", SPIE Proceedings (Christoph K. Hohle and Todd R. Younkin), SPIE, Mar 2016. [doi] [Bibtex & Downloads]
mr-PosEBR: a novel positive tone resist for high resolution electron beam lithography and 3D surface patterning
Reference
Stefan Pfirrmann, Robert Kirchner, Olga Lohse, Vitaliy A. Guzenko, Anja Voigt, Irina Harder, Anett Kolander, Helmut Schift, Gabi Grützner, "mr-PosEBR: a novel positive tone resist for high resolution electron beam lithography and 3D surface patterning", SPIE Proceedings (Christoph K. Hohle and Todd R. Younkin), SPIE, Mar 2016. [doi]
Bibtex
@inproceedings{Pfirrmann_2016,
doi = {10.1117/12.2219165},
url = {https://doi.org/10.1117%2F12.2219165},
year = 2016,
month = {mar},
publisher = ,
author = {Stefan Pfirrmann and Robert Kirchner and Olga Lohse and Vitaliy A. Guzenko and Anja Voigt and Irina Harder and Anett Kolander and Helmut Schift and Gabi Grützner},
editor = {Christoph K. Hohle and Todd R. Younkin},
title = {mr-{PosEBR}: a novel positive tone resist for high resolution electron beam lithography and 3D surface patterning},
booktitle = {{SPIE} Proceedings}
}Downloads
No Downloads available for this publication
Permalink
- Tuan D. A. Nguyen, Akash Kumar, "PRFloor: An Automatic Floorplanner for Partially Reconfigurable FPGA Systems", In Proceeding: The 24th ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA), Feb 2016. [Bibtex & Downloads]
PRFloor: An Automatic Floorplanner for Partially Reconfigurable FPGA Systems
Reference
Tuan D. A. Nguyen, Akash Kumar, "PRFloor: An Automatic Floorplanner for Partially Reconfigurable FPGA Systems", In Proceeding: The 24th ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA), Feb 2016.
Bibtex
@inproceedings{tuan2016fpga,
title={PRFloor: An Automatic Floorplanner for Partially Reconfigurable FPGA Systems},
author={Tuan D. A. Nguyen and Akash Kumar},
booktitle={The 24th ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA)},
year={2016},
month={Feb},
organization={IEEE}
}Downloads
fp029-nguyenA [PDF]
Related Paths
Permalink
- Alessio Zappone, Pin-Hsun Lin, Eduard A. Jorswieck, "Secrecy and energy efficiency in multiple-antenna systems" , Feb 2016. [Bibtex & Downloads]
Secrecy and energy efficiency in multiple-antenna systems
Reference
Alessio Zappone, Pin-Hsun Lin, Eduard A. Jorswieck, "Secrecy and energy efficiency in multiple-antenna systems" , Feb 2016.
Bibtex
@Unpublished{ auto-key*db,
project = {A08},
author = {Alessio Zappone and Pin-Hsun Lin and Eduard A. Jorswieck},
title = {Secrecy and energy efficiency in multiple-antenna systems},
month = feb,
year = {2016},
note = {submitted to IEEE Transactions on Signal Processing}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alexander H. Endres, Manuel Schaffroth, Fabian Paulus, Hilmar Reiss, Hubert Wadepohl, Frank Rominger, Roland Krämer, Uwe H. F. Bunz, "Coronene-Containing N-Heteroarenes: 13 Rings in a Row", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 138, no. 6, pp. 1792–1795, Feb 2016. [doi] [Bibtex & Downloads]
Coronene-Containing N-Heteroarenes: 13 Rings in a Row
Reference
Alexander H. Endres, Manuel Schaffroth, Fabian Paulus, Hilmar Reiss, Hubert Wadepohl, Frank Rominger, Roland Krämer, Uwe H. F. Bunz, "Coronene-Containing N-Heteroarenes: 13 Rings in a Row", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 138, no. 6, pp. 1792–1795, Feb 2016. [doi]
Bibtex
@article{Endres_2016,
doi = {10.1021/jacs.5b12642},
url = {https://doi.org/10.1021%2Fjacs.5b12642},
year = 2016,
month = {feb},
publisher = {American Chemical Society ({ACS})},
volume = {138},
number = {6},
pages = {1792--1795},
author = {Alexander H. Endres and Manuel Schaffroth and Fabian Paulus and Hilmar Reiss and Hubert Wadepohl and Frank Rominger and Roland Krämer and Uwe H. F. Bunz},
title = {Coronene-Containing N-Heteroarenes: 13 Rings in a Row},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Amit Kumar Singh, Mohammad Shafique, Akash Kumar, Joerg Henkel, "Resource and Throughput Aware Execution Trace Analysis for Efficient Run-Time Mapping on MPSoCs", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 35, no. 1, pp. 72-85, Jan 2016. [doi] [Bibtex & Downloads]
Resource and Throughput Aware Execution Trace Analysis for Efficient Run-Time Mapping on MPSoCs
Reference
Amit Kumar Singh, Mohammad Shafique, Akash Kumar, Joerg Henkel, "Resource and Throughput Aware Execution Trace Analysis for Efficient Run-Time Mapping on MPSoCs", In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 35, no. 1, pp. 72-85, Jan 2016. [doi]
Bibtex
@article{singh2016resource,
author={Amit Kumar Singh and Mohammad Shafique and Akash Kumar and Joerg Henkel},
journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems},
title={Resource and Throughput Aware Execution Trace Analysis for Efficient Run-Time Mapping on MPSoCs},
year={2016},
volume={35},
number={1},
pages={72-85},
doi={10.1109/TCAD.2015.2446938},
ISSN={0278-0070},
month={Jan},}Downloads
TCAD-2016-RunTimeTraceMatch [PDF]
Related Paths
Permalink
- Vasyl Skrypnychuk, Gert-Jan A. H. Wetzelaer, Pavlo I. Gordiichuk, Stefan C. B. Mannsfeld, Andreas Herrmann, Michael F. Toney, David R. Barbero, "Ultrahigh Mobility in an Organic Semiconductor by Vertical Chain Alignment", In Advanced Materials, Wiley, vol. 28, no. 12, pp. 2359–2366, Jan 2016. [doi] [Bibtex & Downloads]
Ultrahigh Mobility in an Organic Semiconductor by Vertical Chain Alignment
Reference
Vasyl Skrypnychuk, Gert-Jan A. H. Wetzelaer, Pavlo I. Gordiichuk, Stefan C. B. Mannsfeld, Andreas Herrmann, Michael F. Toney, David R. Barbero, "Ultrahigh Mobility in an Organic Semiconductor by Vertical Chain Alignment", In Advanced Materials, Wiley, vol. 28, no. 12, pp. 2359–2366, Jan 2016. [doi]
Bibtex
@article{Skrypnychuk_2016,
doi = {10.1002/adma.201503422},
url = {https://doi.org/10.1002%2Fadma.201503422},
year = 2016,
month = {jan},
publisher = {Wiley},
volume = {28},
number = {12},
pages = {2359--2366},
author = {Vasyl Skrypnychuk and Gert-Jan A. H. Wetzelaer and Pavlo I. Gordiichuk and Stefan C. B. Mannsfeld and Andreas Herrmann and Michael F. Toney and David R. Barbero},
title = {Ultrahigh Mobility in an Organic Semiconductor by Vertical Chain Alignment},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Julia A. Reinspach, Ying Diao, Gaurav Giri, Torsten Sachse, Kemar England, Yan Zhou, Christopher Tassone, Brian J. Worfolk, Martin Presselt, Michael F. Toney, Stefan Mannsfeld, Zhenan Bao, "Tuning the Morphology of Solution-Sheared P3HT:PCBM Films", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 8, no. 3, pp. 1742–1751, Jan 2016. [doi] [Bibtex & Downloads]
Tuning the Morphology of Solution-Sheared P3HT:PCBM Films
Reference
Julia A. Reinspach, Ying Diao, Gaurav Giri, Torsten Sachse, Kemar England, Yan Zhou, Christopher Tassone, Brian J. Worfolk, Martin Presselt, Michael F. Toney, Stefan Mannsfeld, Zhenan Bao, "Tuning the Morphology of Solution-Sheared P3HT:PCBM Films", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 8, no. 3, pp. 1742–1751, Jan 2016. [doi]
Bibtex
@article{Reinspach_2016,
doi = {10.1021/acsami.5b09349},
url = {https://doi.org/10.1021%2Facsami.5b09349},
year = 2016,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {8},
number = {3},
pages = {1742--1751},
author = {Julia A. Reinspach and Ying Diao and Gaurav Giri and Torsten Sachse and Kemar England and Yan Zhou and Christopher Tassone and Brian J. Worfolk and Martin Presselt and Michael F. Toney and Stefan Mannsfeld and Zhenan Bao},
title = {Tuning the Morphology of Solution-Sheared P3HT:{PCBM} Films},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Schröter, Tommy Rosenbaum, Pascal Chevalier, Bernd Heinemann, Sorin P. Voinigescu, Ed Preisler, Josef Böck, Anindya Mukherjee, "SiGe HBT technology: Future trends and TCAD based roadmap" , In Proceedings of the IEEE, vol. PP, no. 99, pp. 1-19, Jan 2016. [Bibtex & Downloads]
SiGe HBT technology: Future trends and TCAD based roadmap
Reference
Michael Schröter, Tommy Rosenbaum, Pascal Chevalier, Bernd Heinemann, Sorin P. Voinigescu, Ed Preisler, Josef Böck, Anindya Mukherjee, "SiGe HBT technology: Future trends and TCAD based roadmap" , In Proceedings of the IEEE, vol. PP, no. 99, pp. 1-19, Jan 2016.
Bibtex
@Article{ auto-key*bv,
author = {Michael Schröter and Tommy Rosenbaum and Pascal Chevalier and Bernd Heinemann and Sorin P. Voinigescu and Ed Preisler and Josef Böck and Anindya Mukherjee},
title = {{SiGe HBT technology: Future} trends and {TCAD} based roadmap},
journal = {Proceedings of the IEEE},
volume = {PP},
number = {99},
pages = {1-19},
month = jan,
year = {2016},
project = {A06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pin-Hsun Lin, Eduard A. Jorswieck, "On the fast fading Gaussian wiretap channel with statistical channel state information at the transmitter" , In IEEE Transactions on Information Forensics and Security, vol. 11, no. 1, pp. 46-58, Jan 2016. [Bibtex & Downloads]
On the fast fading Gaussian wiretap channel with statistical channel state information at the transmitter
Reference
Pin-Hsun Lin, Eduard A. Jorswieck, "On the fast fading Gaussian wiretap channel with statistical channel state information at the transmitter" , In IEEE Transactions on Information Forensics and Security, vol. 11, no. 1, pp. 46-58, Jan 2016.
Bibtex
@Article{ auto-key*da,
author = {Pin-Hsun Lin and Eduard A. Jorswieck},
title = {On the fast fading {Gaussian} wiretap channel with statistical channel state information at the transmitter},
journal = {IEEE Transactions on Information Forensics and Security},
volume = {11},
number = {1},
pages = {46-58},
month = jan,
year = {2016},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xiaodan Gu, Julia Reinspach, Brian J. Worfolk, Ying Diao, Yan Zhou, Hongping Yan, Kevin Gu, Stefan Mannsfeld, Michael F. Toney, Zhenan Bao, "Compact Roll-to-Roll Coater for in Situ X-ray Diffraction Characterization of Organic Electronics Printing", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 8, no. 3, pp. 1687–1694, Jan 2016. [doi] [Bibtex & Downloads]
Compact Roll-to-Roll Coater for in Situ X-ray Diffraction Characterization of Organic Electronics Printing
Reference
Xiaodan Gu, Julia Reinspach, Brian J. Worfolk, Ying Diao, Yan Zhou, Hongping Yan, Kevin Gu, Stefan Mannsfeld, Michael F. Toney, Zhenan Bao, "Compact Roll-to-Roll Coater for in Situ X-ray Diffraction Characterization of Organic Electronics Printing", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 8, no. 3, pp. 1687–1694, Jan 2016. [doi]
Bibtex
@article{Gu_2016,
doi = {10.1021/acsami.5b09174},
url = {https://doi.org/10.1021%2Facsami.5b09174},
year = 2016,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {8},
number = {3},
pages = {1687--1694},
author = {Xiaodan Gu and Julia Reinspach and Brian J. Worfolk and Ying Diao and Yan Zhou and Hongping Yan and Kevin Gu and Stefan Mannsfeld and Michael F. Toney and Zhenan Bao},
title = {Compact Roll-to-Roll Coater for in Situ X-ray Diffraction Characterization of Organic Electronics Printing},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas I. Reppas, Georgios Lolas, Andreas Deutsch, Haralampos Hatzikirou, "The Extrinsic Noise Effect on Lateral Inhibition Differentiation Waves", In ACM Trans. Model. Comput. Simul., ACM, vol. 26, no. 3, pp. 19:1–19:18, New York, NY, USA, Jan 2016. [doi] [Bibtex & Downloads]
The Extrinsic Noise Effect on Lateral Inhibition Differentiation Waves
Reference
Andreas I. Reppas, Georgios Lolas, Andreas Deutsch, Haralampos Hatzikirou, "The Extrinsic Noise Effect on Lateral Inhibition Differentiation Waves", In ACM Trans. Model. Comput. Simul., ACM, vol. 26, no. 3, pp. 19:1–19:18, New York, NY, USA, Jan 2016. [doi]
Bibtex
@article{Reppas:2016:ENE:2876000.2832908,
author = {Reppas, Andreas I. and Lolas, Georgios and Deutsch, Andreas and Hatzikirou, Haralampos},
title = {The Extrinsic Noise Effect on Lateral Inhibition Differentiation Waves},
journal = {ACM Trans. Model. Comput. Simul.},
issue_date = {February 2016},
volume = {26},
number = {3},
month = jan,
year = {2016},
issn = {1049-3301},
pages = {19:1--19:18},
articleno = {19},
numpages = {18},
url = {http://doi.acm.org/10.1145/2832908},
doi = {10.1145/2832908},
acmid = {2832908},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Cellular automata, cell fate, differentiation wave, noise, notch/delta},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sayanti Banerjee, Markus Löffler, Uwe Mühle, Katarzyna Berent, Walter Weber, Ehrenfried Zschech, "TEM Study of Schottky Junctions in Reconfigurable Silicon Nanowire Devices", In Advanced Engineering Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
TEM Study of Schottky Junctions in Reconfigurable Silicon Nanowire Devices
Reference
Sayanti Banerjee, Markus Löffler, Uwe Mühle, Katarzyna Berent, Walter Weber, Ehrenfried Zschech, "TEM Study of Schottky Junctions in Reconfigurable Silicon Nanowire Devices", In Advanced Engineering Materials, Wiley Online Library, 2016.
Bibtex
@article{banerjee2015tem,
title={TEM Study of Schottky Junctions in Reconfigurable Silicon Nanowire Devices},
author={Banerjee, Sayanti and Löffler, Markus and Mühle, Uwe and Berent, Katarzyna and Weber, Walter and Zschech, Ehrenfried},
journal={Advanced Engineering Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Evgeniya Sheremet, Raul D Rodriguez, Alexander L Agapov, Alexei P Sokolov, Michael Hietschold, Dietrich RT Zahn, "Nanoscale imaging and identification of a four-component carbon sample", In Carbon, Elsevier, vol. 96, pp. 588–593, 2016. [Bibtex & Downloads]
Nanoscale imaging and identification of a four-component carbon sample
Reference
Evgeniya Sheremet, Raul D Rodriguez, Alexander L Agapov, Alexei P Sokolov, Michael Hietschold, Dietrich RT Zahn, "Nanoscale imaging and identification of a four-component carbon sample", In Carbon, Elsevier, vol. 96, pp. 588–593, 2016.
Bibtex
@article{sheremet2016nanoscale,
title={Nanoscale imaging and identification of a four-component carbon sample},
author={Sheremet, Evgeniya and Rodriguez, Raul D and Agapov, Alexander L and Sokolov, Alexei P and Hietschold, Michael and Zahn, Dietrich RT},
journal={Carbon},
volume={96},
pages={588--593},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nghia Trong Dinh, Enrico Sowade, Thomas Blaudeck, Sascha Hermann, Raul D Rodriguez, Dietrich RT Zahn, Stefan E Schulz, Reinhard R Baumann, Olfa Kanoun, "High-resolution inkjet printing of conductive carbon nanotube twin lines utilizing evaporation-driven self-assembly", In Carbon, Elsevier, vol. 96, pp. 382–393, 2016. [Bibtex & Downloads]
High-resolution inkjet printing of conductive carbon nanotube twin lines utilizing evaporation-driven self-assembly
Reference
Nghia Trong Dinh, Enrico Sowade, Thomas Blaudeck, Sascha Hermann, Raul D Rodriguez, Dietrich RT Zahn, Stefan E Schulz, Reinhard R Baumann, Olfa Kanoun, "High-resolution inkjet printing of conductive carbon nanotube twin lines utilizing evaporation-driven self-assembly", In Carbon, Elsevier, vol. 96, pp. 382–393, 2016.
Bibtex
@article{dinh2016high,
title={High-resolution inkjet printing of conductive carbon nanotube twin lines utilizing evaporation-driven self-assembly},
author={Dinh, Nghia Trong and Sowade, Enrico and Blaudeck, Thomas and Hermann, Sascha and Rodriguez, Raul D and Zahn, Dietrich RT and Schulz, Stefan E and Baumann, Reinhard R and Kanoun, Olfa},
journal={Carbon},
volume={96},
pages={382--393},
year={2016},
publisher={Elsevier},
url={http://www.sciencedirect.com/science/article/pii/S0008622315302906}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ludwig Bormann, Franz Selzer, Nelli Weiß, David Kneppe, Karl Leo, Lars Müller-Meskamp, "Doped hole transport layers processed from solution: Planarization and bridging the voids in noncontinuous silver nanowire electrodes", In Organic Electronics, Elsevier, vol. 28, pp. 163–171, 2016. [Bibtex & Downloads]
Doped hole transport layers processed from solution: Planarization and bridging the voids in noncontinuous silver nanowire electrodes
Reference
Ludwig Bormann, Franz Selzer, Nelli Weiß, David Kneppe, Karl Leo, Lars Müller-Meskamp, "Doped hole transport layers processed from solution: Planarization and bridging the voids in noncontinuous silver nanowire electrodes", In Organic Electronics, Elsevier, vol. 28, pp. 163–171, 2016.
Bibtex
@article{bormann2016doped,
title={Doped hole transport layers processed from solution: Planarization and bridging the voids in noncontinuous silver nanowire electrodes},
author={Bormann, Ludwig and Selzer, Franz and Wei{\ss}, Nelli and Kneppe, David and Leo, Karl and M{\"u}ller-Meskamp, Lars},
journal={Organic Electronics},
volume={28},
pages={163--171},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Irma Slowik, Yiyang Zhang, Andreas Mischok, Robert Bruckner, Vadim G Lyssenko, Hartmut Frob, Nils M Kronenberg, Malte C Gather, Karl Leo, "Fano-Like Interference in the Emission Spectra of a Multimode Organic Microcavity", In Selected Topics in Quantum Electronics, IEEE Journal of, IEEE, vol. 22, no. 1, pp. 1–6, 2016. [Bibtex & Downloads]
Fano-Like Interference in the Emission Spectra of a Multimode Organic Microcavity
Reference
Irma Slowik, Yiyang Zhang, Andreas Mischok, Robert Bruckner, Vadim G Lyssenko, Hartmut Frob, Nils M Kronenberg, Malte C Gather, Karl Leo, "Fano-Like Interference in the Emission Spectra of a Multimode Organic Microcavity", In Selected Topics in Quantum Electronics, IEEE Journal of, IEEE, vol. 22, no. 1, pp. 1–6, 2016.
Bibtex
@article{slowik2016fano,
title={Fano-Like Interference in the Emission Spectra of a Multimode Organic Microcavity},
author={Slowik, Irma and Zhang, Yiyang and Mischok, Andreas and Bruckner, Robert and Lyssenko, Vadim G and Frob, Hartmut and Kronenberg, Nils M and Gather, Malte C and Leo, Karl},
journal={Selected Topics in Quantum Electronics, IEEE Journal of},
volume={22},
number={1},
pages={1--6},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tao Zhang, Dan Gieseler, Rainer Jordan, "Lights on! A significant photoenhancement effect on ATRP by ambient laboratory light", In Polymer Chemistry, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
Lights on! A significant photoenhancement effect on ATRP by ambient laboratory light
Reference
Tao Zhang, Dan Gieseler, Rainer Jordan, "Lights on! A significant photoenhancement effect on ATRP by ambient laboratory light", In Polymer Chemistry, Royal Society of Chemistry, 2016.
Bibtex
@article{zhang2016lights,
title={Lights on! A significant photoenhancement effect on ATRP by ambient laboratory light},
author={Zhang, Tao and Gieseler, Dan and Jordan, Rainer},
journal={Polymer Chemistry},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Johannes Mey, Sven Karol, Uwe Aßmann, Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Using Semantics-Aware Composition and Weaving for Multi-Variant Progressive Parallelization" , In Procedia Computer Science, Elsevier, vol. 80, pp. 1554–1565, 2016. [doi] [Bibtex & Downloads]
Using Semantics-Aware Composition and Weaving for Multi-Variant Progressive Parallelization
Reference
Johannes Mey, Sven Karol, Uwe Aßmann, Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Using Semantics-Aware Composition and Weaving for Multi-Variant Progressive Parallelization" , In Procedia Computer Science, Elsevier, vol. 80, pp. 1554–1565, 2016. [doi]
Bibtex
@article{karol16b,
Title={Using Semantics-Aware Composition and Weaving for Multi-Variant Progressive Parallelization},
Author={Johannes Mey and Sven Karol and Uwe Aßmann and Immo Huismann and Jörg Stiller and Jochen Fröhlich},
journal={Procedia Computer Science},
volume={80},
pages={1554--1565},
note={International Conference on Computational Science 2016, \{ICCS\} 2016, 6-8 June 2016, San Diego,California,\{USA\},
issn={1877-0509},
year={2016},
doi={10.1016/j.procs.2016.05.482},
Publisher ={Elsevier},
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Schröter, M. Claus, S. Hermann, J. Tittman-Otto, M. Haferlach, S. Mothes, S. Schulz, "CNTFET-based RF electronics - State-of-the-art and future prospects", In IEEE Topical Meetings on Silicon Monolithic Integrated Circuits in RF Systems (SIRF), 2016. [Bibtex & Downloads]
CNTFET-based RF electronics - State-of-the-art and future prospects
Reference
M. Schröter, M. Claus, S. Hermann, J. Tittman-Otto, M. Haferlach, S. Mothes, S. Schulz, "CNTFET-based RF electronics - State-of-the-art and future prospects", In IEEE Topical Meetings on Silicon Monolithic Integrated Circuits in RF Systems (SIRF), 2016.
Bibtex
@article{clauscntfet2016,
author={M. Schröter and M. Claus and S. Hermann and J. Tittman-Otto and M. Haferlach and S. Mothes and S. Schulz},
title={CNTFET-based RF electronics - State-of-the-art and future prospects},
journal={IEEE Topical Meetings on Silicon Monolithic Integrated Circuits in RF Systems (SIRF)},
year={2016},
}Downloads
No Downloads available for this publication
Permalink
- M. Haferlach, M. Claus, A. Pacheco, M. Alexandru, S. Hermann, T. Nardmann, M. Schröter, "Electrical characterization of emerging transistor technologies: issues and challenges", In IEEE Trans. on Nanotechnology, 2016. [Bibtex & Downloads]
Electrical characterization of emerging transistor technologies: issues and challenges
Reference
M. Haferlach, M. Claus, A. Pacheco, M. Alexandru, S. Hermann, T. Nardmann, M. Schröter, "Electrical characterization of emerging transistor technologies: issues and challenges", In IEEE Trans. on Nanotechnology, 2016.
Bibtex
@article{haferlach2016electrical,
author={M. Haferlach and M. Claus and A. Pacheco and M. Alexandru and S. Hermann and T. Nardmann and M. Schröter},
title={Electrical characterization of emerging transistor technologies: issues and challenges},
journal={IEEE Trans. on Nanotechnology},
year={2016},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Aránzazu Garitagoitia Cid, Rüdiger Rosenkranz, Ehrenfried Zschech, "Optimization of the SEM Working Conditions: EsB Detector at Low Voltage", In Advanced Engineering Materials, vol. 18, no. 2, pp. 185–193, 2016. [doi] [Bibtex & Downloads]
Optimization of the SEM Working Conditions: EsB Detector at Low Voltage
Reference
Aránzazu Garitagoitia Cid, Rüdiger Rosenkranz, Ehrenfried Zschech, "Optimization of the SEM Working Conditions: EsB Detector at Low Voltage", In Advanced Engineering Materials, vol. 18, no. 2, pp. 185–193, 2016. [doi]
Bibtex
@article {ADEMADEM201500161,
author={Garitagoitia Cid, Aránzazu and Rosenkranz, Rüdiger and Zschech, Ehrenfried},
title={Optimization of the SEM Working Conditions: EsB Detector at Low Voltage},
journal={Advanced Engineering Materials},
volume={18},
number={2},
issn={1527-2648},
url={http://dx.doi.org/10.1002/adem.201500161},
doi={10.1002/adem.201500161},
pages={185--193},
year={2016},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Manuel Oliva-Ramirez, Angel Barranco, Markus Löffler, Francisco Yubero, Agustin R. González-Elipe, "Optofluidic Modulation of Self-Associated Nanostructural Units Forming Planar Bragg Microcavities", In ACS Nano, vol. 10, no. 1, pp. 1256-1264, 2016. [doi] [Bibtex & Downloads]
Optofluidic Modulation of Self-Associated Nanostructural Units Forming Planar Bragg Microcavities
Reference
Manuel Oliva-Ramirez, Angel Barranco, Markus Löffler, Francisco Yubero, Agustin R. González-Elipe, "Optofluidic Modulation of Self-Associated Nanostructural Units Forming Planar Bragg Microcavities", In ACS Nano, vol. 10, no. 1, pp. 1256-1264, 2016. [doi]
Bibtex
@article{ramirez2016optofluidic,
author={Manuel Oliva-Ramirez and Angel Barranco and Markus Löffler and Francisco Yubero and Agustin R. González-Elipe},
title={Optofluidic Modulation of Self-Associated Nanostructural Units Forming Planar Bragg Microcavities},
journal={ACS Nano},
volume={10},
number={1},
pages={1256-1264},
year={2016},
doi={10.1021/acsnano.5b06625},
note={PMID: 26653767},
URL={http://dx.doi.org/10.1021/acsnano.5b06625},
eprint={http://dx.doi.org/10.1021/acsnano.5b06625}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Vladimir Sayevich, Bin Cai, Albrecht Benad, Danny Haubold, Luisa Sonntag, Nikolai Gaponik, Vladimir Lesnyak, Alexander Eychmüller, "3D-Anordnung anorganischer kolloidaler Nanokristalle zu Gelen und Aerogelen", In Angewandte Chemie, pp. n/a–n/a, 2016. [doi] [Bibtex & Downloads]
3D-Anordnung anorganischer kolloidaler Nanokristalle zu Gelen und Aerogelen
Reference
Vladimir Sayevich, Bin Cai, Albrecht Benad, Danny Haubold, Luisa Sonntag, Nikolai Gaponik, Vladimir Lesnyak, Alexander Eychmüller, "3D-Anordnung anorganischer kolloidaler Nanokristalle zu Gelen und Aerogelen", In Angewandte Chemie, pp. n/a–n/a, 2016. [doi]
Bibtex
@article {ANGE:ANGE201600094,
author={Sayevich, Vladimir and Cai, Bin and Benad, Albrecht and Haubold, Danny and Sonntag, Luisa and Gaponik, Nikolai and Lesnyak, Vladimir and Eychmüller, Alexander},
title={3D-Anordnung anorganischer kolloidaler Nanokristalle zu Gelen und Aerogelen},
journal={Angewandte Chemie},
issn={1521-3757},
url={http://dx.doi.org/10.1002/ange.201600094},
doi={10.1002/ange.201600094},
pages={n/a--n/a},
keywords={Aerogele, Anorganische Liganden, Gele, Halbleiternanokristalle, Vernetzte Partikel},
year={2016},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Raul D. Rodriguez, Thomas Blaudeck, Jana Kalbacova, Evgeniya Sheremet, Steffen Schulze, David Adner, Sascha Hermann, Michael Hietschold, Heinrich Lang, Stefan E. Schulz, Dietrich R. T. Zahn, "Metal nanoparticles reveal the organization of single-walled carbon nanotubes in bundles", In RSC Adv., The Royal Society of Chemistry, vol. 6, pp. 15753-15758, 2016. [doi] [Bibtex & Downloads]
Metal nanoparticles reveal the organization of single-walled carbon nanotubes in bundles
Reference
Raul D. Rodriguez, Thomas Blaudeck, Jana Kalbacova, Evgeniya Sheremet, Steffen Schulze, David Adner, Sascha Hermann, Michael Hietschold, Heinrich Lang, Stefan E. Schulz, Dietrich R. T. Zahn, "Metal nanoparticles reveal the organization of single-walled carbon nanotubes in bundles", In RSC Adv., The Royal Society of Chemistry, vol. 6, pp. 15753-15758, 2016. [doi]
Abstract
Single-walled carbon nanotubes (SWCNTs) were decorated with metal nanoparticles. Using a complementary analysis with spatially resolved micro-Raman spectroscopy, high resolution transmission electron microscopy, electron diffraction, and tip-enhanced Raman spectroscopy, we show that the SWCNTs form bundles in which smaller diameter SWCNTs are the ones preferentially affected by the presence of Au and Ag nanoparticles. This result is exploited to evaluate the structural organization of SWCNTs with mixed chiralities in bundles, leading us to postulate that smaller diameter SWCNTs surround larger ones. We found that this effect occurs for very distinct scenarios including SWCNTs both in nanometer thin films and in field effect transistor configurations at the wafer-level, suggesting a universal phenomenon for SWCNTs deposited from dispersions.
Bibtex
@Article{C5RA28181D,
author= {Rodriguez, Raul D. and Blaudeck, Thomas and Kalbacova, Jana and Sheremet, Evgeniya and Schulze, Steffen and Adner, David and Hermann, Sascha and Hietschold, Michael and Lang, Heinrich and Schulz, Stefan E. and Zahn, Dietrich R. T.},
title= {Metal nanoparticles reveal the organization of single-walled carbon nanotubes in bundles},
journal={RSC Adv.},
year={2016},
volume={6},
issue={19},
pages={15753-15758},
publisher={The Royal Society of Chemistry},
doi={10.1039/C5RA28181D},
url={http://dx.doi.org/10.1039/C5RA28181D},
abstract={Single-walled carbon nanotubes (SWCNTs) were decorated with metal nanoparticles. Using a complementary analysis with spatially resolved micro-Raman spectroscopy{,} high resolution transmission electron microscopy{,} electron diffraction{,} and tip-enhanced Raman spectroscopy{,} we show that the SWCNTs form bundles in which smaller diameter SWCNTs are the ones preferentially affected by the presence of Au and Ag nanoparticles. This result is exploited to evaluate the structural organization of SWCNTs with mixed chiralities in bundles{,} leading us to postulate that smaller diameter SWCNTs surround larger ones. We found that this effect occurs for very distinct scenarios including SWCNTs both in nanometer thin films and in field effect transistor configurations at the wafer-level{,} suggesting a universal phenomenon for SWCNTs deposited from dispersions.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anibal Pacheco-Sanchez, Martin Claus, Sven Mothes, Michael Schröter, "Contact resistance extraction methods for short- and long-channel carbon nanotube field-effect transistors", In Solid-State Electronics, vol. 125, pp. 161 - 166, 2016. [doi] [Bibtex & Downloads]
Contact resistance extraction methods for short- and long-channel carbon nanotube field-effect transistors
Reference
Anibal Pacheco-Sanchez, Martin Claus, Sven Mothes, Michael Schröter, "Contact resistance extraction methods for short- and long-channel carbon nanotube field-effect transistors", In Solid-State Electronics, vol. 125, pp. 161 - 166, 2016. [doi]
Bibtex
@article{PachecoSanchez2016161,
title = "Contact resistance extraction methods for short- and long-channel carbon nanotube field-effect transistors ",
journal = "Solid-State Electronics ",
volume = "125",
number = "",
pages = "161 - 166",
year = "2016",
note = "Extended papers selected from \{ESSDERC\} 2015 ",
issn = "0038-1101",
doi = "http://dx.doi.org/10.1016/j.sse.2016.07.011",
url = "http://www.sciencedirect.com/science/article/pii/S0038110116300910",
author = "Anibal Pacheco-Sanchez and Martin Claus and Sven Mothes and Michael Schröter",
keywords = "CNTFET",
keywords = "Contact resistance",
keywords = "Y-function method "
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Tittmann-Otto, S. Hermann, J. Kalbacova, M. Hartmann, M. Toader, RD Rodriguez, SE Schulz, DRT Zahn, T. Gessner, "Effect of cleaning procedures on the electrical properties of carbon nanotube transistors—A statistical study", In Journal of Applied Physics, AIP Publishing, vol. 119, no. 12, pp. 124509, 2016. [Bibtex & Downloads]
Effect of cleaning procedures on the electrical properties of carbon nanotube transistors—A statistical study
Reference
J. Tittmann-Otto, S. Hermann, J. Kalbacova, M. Hartmann, M. Toader, RD Rodriguez, SE Schulz, DRT Zahn, T. Gessner, "Effect of cleaning procedures on the electrical properties of carbon nanotube transistors—A statistical study", In Journal of Applied Physics, AIP Publishing, vol. 119, no. 12, pp. 124509, 2016.
Bibtex
@article{tittmann2016effect,
title={Effect of cleaning procedures on the electrical properties of carbon nanotube transistors—A statistical study},
author={Tittmann-Otto, J and Hermann, S and Kalbacova, J and Hartmann, M and Toader, M and Rodriguez, RD and Schulz, SE and Zahn, DRT and Gessner, T},
journal={Journal of Applied Physics},
volume={119},
number={12},
pages={124509},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Fast static condensation for the Helmholtz equation in a
spectral-element discretization", Chapter in Parallel Processing and Applied Mathematics, Springer, pp. 371–380, 2016. [doi] [Bibtex & Downloads]
Fast static condensation for the Helmholtz equation in a spectral-element discretization
Reference
Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Fast static condensation for the Helmholtz equation in a spectral-element discretization", Chapter in Parallel Processing and Applied Mathematics, Springer, pp. 371–380, 2016. [doi]
Bibtex
@InCollection{huismann_2016_condensation,
author= {Huismann, Immo and Stiller, J{\"o}rg and Fr{\"o}hlich, Jochen},
title= {Fast static condensation for the Helmholtz equation in a
spectral-element discretization},
booktitle= {Parallel Processing and Applied Mathematics},
publisher= {Springer},
year= {2016},
pages= {371--380},
doi= {10.1007/978-3-319-32152-3_35},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Grube, "Silicon Nanowires: Pushing Energy Storage Capacity in Li Based Battery Systems", In Proceeding: 18th International Meeting on Lithium Batteries (June 19-24, 2016), 2016. [Bibtex & Downloads]
Silicon Nanowires: Pushing Energy Storage Capacity in Li Based Battery Systems
Reference
Matthias Grube, "Silicon Nanowires: Pushing Energy Storage Capacity in Li Based Battery Systems", In Proceeding: 18th International Meeting on Lithium Batteries (June 19-24, 2016), 2016.
Bibtex
@inproceedings{grube2016silicon,
title={Silicon Nanowires: Pushing Energy Storage Capacity in Li Based Battery Systems},
author={Grube, Matthias},
booktitle={18th International Meeting on Lithium Batteries (June 19-24, 2016)},
year={2016},
organization={Ecs}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path, Biological Systems Path
Permalink
- Tim Baldauf, Andre Heinzig, Thomas Mikolajick, Walter Michael Weber, Jens Trommer, "Strain-engineering for improved tunneling in reconfigurable silicon nanowire transistors", In Proceeding: 2016 Joint International EUROSOI Workshop and International Conference on Ultimate Integration on Silicon (EUROSOI-ULIS), pp. 1–4, 2016. [Bibtex & Downloads]
Strain-engineering for improved tunneling in reconfigurable silicon nanowire transistors
Reference
Tim Baldauf, Andre Heinzig, Thomas Mikolajick, Walter Michael Weber, Jens Trommer, "Strain-engineering for improved tunneling in reconfigurable silicon nanowire transistors", In Proceeding: 2016 Joint International EUROSOI Workshop and International Conference on Ultimate Integration on Silicon (EUROSOI-ULIS), pp. 1–4, 2016.
Bibtex
@inproceedings{baldauf2016strain,
title={Strain-engineering for improved tunneling in reconfigurable silicon nanowire transistors},
author={Baldauf, Tim and Heinzig, Andre and Mikolajick, Thomas and Weber, Walter Michael and Trommer, Jens},
booktitle={2016 Joint International EUROSOI Workshop and International Conference on Ultimate Integration on Silicon (EUROSOI-ULIS)},
pages={1--4},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Sebastian Pregl, André Heinzig, Larysa Baraban, Gianaurelio Cuniberti, Thomas Mikolajick, Walter M Weber, "Printable Parallel Arrays of Si Nanowire Schottky-Barrier-FETs With Tunable Polarity for Complementary Logic", In IEEE Transactions on Nanotechnology, IEEE, vol. 15, no. 3, pp. 549–556, 2016. [Bibtex & Downloads]
Printable Parallel Arrays of Si Nanowire Schottky-Barrier-FETs With Tunable Polarity for Complementary Logic
Reference
Sebastian Pregl, André Heinzig, Larysa Baraban, Gianaurelio Cuniberti, Thomas Mikolajick, Walter M Weber, "Printable Parallel Arrays of Si Nanowire Schottky-Barrier-FETs With Tunable Polarity for Complementary Logic", In IEEE Transactions on Nanotechnology, IEEE, vol. 15, no. 3, pp. 549–556, 2016.
Bibtex
@article{pregl2016printable,
title={Printable Parallel Arrays of Si Nanowire Schottky-Barrier-FETs With Tunable Polarity for Complementary Logic},
author={Pregl, Sebastian and Heinzig, Andr{\'e} and Baraban, Larysa and Cuniberti, Gianaurelio and Mikolajick, Thomas and Weber, Walter M},
journal={IEEE Transactions on Nanotechnology},
volume={15},
number={3},
pages={549--556},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Jens Trommer, Tim Baldauf, Thomas Mikolajick, Walter M Weber, Michael Raitza, others, "Reconfigurable nanowire transistors with multiple independent gates for efficient and programmable combinational circuits", In Proceeding: 2016 Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 169–174, 2016. [Bibtex & Downloads]
Reconfigurable nanowire transistors with multiple independent gates for efficient and programmable combinational circuits
Reference
Jens Trommer, Tim Baldauf, Thomas Mikolajick, Walter M Weber, Michael Raitza, others, "Reconfigurable nanowire transistors with multiple independent gates for efficient and programmable combinational circuits", In Proceeding: 2016 Design, Automation & Test in Europe Conference & Exhibition (DATE), pp. 169–174, 2016.
Bibtex
@inproceedings{trommer2016reconfigurable,
title={Reconfigurable nanowire transistors with multiple independent gates for efficient and programmable combinational circuits},
author={Trommer, Jens and Baldauf, Tim and Mikolajick, Thomas and Weber, Walter M and Raitza, Michael and others},
booktitle={2016 Design, Automation \& Test in Europe Conference \& Exhibition (DATE)},
pages={169--174},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Walter Weber, "High-Yield Reconfigurable Silicon and Germanium Nanowire Transistors and Compact Logic Circuits (Invited)", In Proceeding: PRiME 2016/230th ECS Meeting (October 2-7, 2016), 2016. [Bibtex & Downloads]
High-Yield Reconfigurable Silicon and Germanium Nanowire Transistors and Compact Logic Circuits (Invited)
Reference
Walter Weber, "High-Yield Reconfigurable Silicon and Germanium Nanowire Transistors and Compact Logic Circuits (Invited)", In Proceeding: PRiME 2016/230th ECS Meeting (October 2-7, 2016), 2016.
Bibtex
@inproceedings{weber2016invited,
title={High-Yield Reconfigurable Silicon and Germanium Nanowire Transistors and Compact Logic Circuits (Invited)},
author={Weber, Walter},
booktitle={PRiME 2016/230th ECS Meeting (October 2-7, 2016)},
year={2016},
organization={Ecs}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jonas F Nawroth, Claudia Neisser, Artur Erbe, Rainer Jordan, "Nanopatterned polymer brushes by reactive writing", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 14, pp. 7513–7522, 2016. [Bibtex & Downloads]
Nanopatterned polymer brushes by reactive writing
Reference
Jonas F Nawroth, Claudia Neisser, Artur Erbe, Rainer Jordan, "Nanopatterned polymer brushes by reactive writing", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 14, pp. 7513–7522, 2016.
Bibtex
@article{nawroth2016nanopatterned,
title={Nanopatterned polymer brushes by reactive writing},
author={Nawroth, Jonas F and Neisser, Claudia and Erbe, Artur and Jordan, Rainer},
journal={Nanoscale},
volume={8},
number={14},
pages={7513--7522},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Organic / Polymer Path
Permalink
- Aniruddha Mitra, Felix Ruhnow, Salvatore Girardo, Diez Stefan, "Three-Dimensional Motility of the Highly Processive Kinesin-8 Along the Microtubule Lattice", In Biophysical Journal, Elsevier, vol. 110, no. 3, pp. 461a, 2016. [Bibtex & Downloads]
Three-Dimensional Motility of the Highly Processive Kinesin-8 Along the Microtubule Lattice
Reference
Aniruddha Mitra, Felix Ruhnow, Salvatore Girardo, Diez Stefan, "Three-Dimensional Motility of the Highly Processive Kinesin-8 Along the Microtubule Lattice", In Biophysical Journal, Elsevier, vol. 110, no. 3, pp. 461a, 2016.
Bibtex
@article{mitra2016three,
title={Three-Dimensional Motility of the Highly Processive Kinesin-8 Along the Microtubule Lattice},
author={Mitra, Aniruddha and Ruhnow, Felix and Girardo, Salvatore and Stefan, Diez},
journal={Biophysical Journal},
volume={110},
number={3},
pages={461a},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path, Biological Systems Path, Biomolecular-Assembled Circuits Path
Permalink
- Michael Matthies, Nayan P Agarwal, Thorsten L Schmidt, "Design and synthesis of triangulated DNA origami trusses", In Nano letters, ACS Publications, vol. 16, no. 3, pp. 2108–2113, 2016. [Bibtex & Downloads]
Design and synthesis of triangulated DNA origami trusses
Reference
Michael Matthies, Nayan P Agarwal, Thorsten L Schmidt, "Design and synthesis of triangulated DNA origami trusses", In Nano letters, ACS Publications, vol. 16, no. 3, pp. 2108–2113, 2016.
Bibtex
@article{matthies2016design,
title={Design and synthesis of triangulated DNA origami trusses},
author={Matthies, Michael and Agarwal, Nayan P and Schmidt, Thorsten L},
journal={Nano letters},
volume={16},
number={3},
pages={2108--2113},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path
Permalink
- Till Korten, Samata Chaudhuri, Elena Tavkin, Marcus Braun, Stefan Diez, "Kinesin-1 Expressed in Insect Cells Improves Microtubule in Vitro Gliding Performance, Long-Term Stability and Guiding Efficiency in Nanostructures", In IEEE transactions on nanobioscience, IEEE, vol. 15, no. 1, pp. 62–69, 2016. [Bibtex & Downloads]
Kinesin-1 Expressed in Insect Cells Improves Microtubule in Vitro Gliding Performance, Long-Term Stability and Guiding Efficiency in Nanostructures
Reference
Till Korten, Samata Chaudhuri, Elena Tavkin, Marcus Braun, Stefan Diez, "Kinesin-1 Expressed in Insect Cells Improves Microtubule in Vitro Gliding Performance, Long-Term Stability and Guiding Efficiency in Nanostructures", In IEEE transactions on nanobioscience, IEEE, vol. 15, no. 1, pp. 62–69, 2016.
Bibtex
@article{korten2016kinesin,
title={Kinesin-1 Expressed in Insect Cells Improves Microtubule in Vitro Gliding Performance, Long-Term Stability and Guiding Efficiency in Nanostructures},
author={Korten, Till and Chaudhuri, Samata and Tavkin, Elena and Braun, Marcus and Diez, Stefan},
journal={IEEE transactions on nanobioscience},
volume={15},
number={1},
pages={62--69},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path, Chemical Information Processing Path
Permalink
- Vera Fiehler, Fabian Patrovsky, Lisa Ortmann, Susan Derenko, Andreas Hille, Lukas M Eng, "Plasmonic Nanorod Antenna Array: Analysis in Reflection and Transmission", In The Journal of Physical Chemistry C, ACS Publications, 2016. [Bibtex & Downloads]
Plasmonic Nanorod Antenna Array: Analysis in Reflection and Transmission
Reference
Vera Fiehler, Fabian Patrovsky, Lisa Ortmann, Susan Derenko, Andreas Hille, Lukas M Eng, "Plasmonic Nanorod Antenna Array: Analysis in Reflection and Transmission", In The Journal of Physical Chemistry C, ACS Publications, 2016.
Bibtex
@article{fiehler2016plasmonic,
title={Plasmonic Nanorod Antenna Array: Analysis in Reflection and Transmission},
author={Fiehler, Vera and Patrovsky, Fabian and Ortmann, Lisa and Derenko, Susan and Hille, Andreas and Eng, Lukas M},
journal={The Journal of Physical Chemistry C},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, other
Permalink
- Rico Illing, Corinna Burkart, Daniel Pfitzner, Dirk Jungmann, Larysa Baraban, Gianaurelio Cuniberti, "Ecotoxicity assessment using ciliate cells in millifluidic droplets", In Biomicrofluidics, AIP Publishing, vol. 10, no. 2, pp. 024115, 2016. [Bibtex & Downloads]
Ecotoxicity assessment using ciliate cells in millifluidic droplets
Reference
Rico Illing, Corinna Burkart, Daniel Pfitzner, Dirk Jungmann, Larysa Baraban, Gianaurelio Cuniberti, "Ecotoxicity assessment using ciliate cells in millifluidic droplets", In Biomicrofluidics, AIP Publishing, vol. 10, no. 2, pp. 024115, 2016.
Bibtex
@article{illing2016ecotoxicity,
title={Ecotoxicity assessment using ciliate cells in millifluidic droplets},
author={Illing, Rico and Burkart, Corinna and Pfitzner, Daniel and Jungmann, Dirk and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Biomicrofluidics},
volume={10},
number={2},
pages={024115},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Ingo Dirnstorfer, Thomas Mikolajick, "Dielectric Nanomaterials for Silicon Solar Cells", Chapter in Nanomaterials for Sustainable Energy, Springer, pp. 41–94, 2016. [Bibtex & Downloads]
Dielectric Nanomaterials for Silicon Solar Cells
Reference
Ingo Dirnstorfer, Thomas Mikolajick, "Dielectric Nanomaterials for Silicon Solar Cells", Chapter in Nanomaterials for Sustainable Energy, Springer, pp. 41–94, 2016.
Bibtex
@incollection{dirnstorfer2016dielectric,
title={Dielectric Nanomaterials for Silicon Solar Cells},
author={Dirnstorfer, Ingo and Mikolajick, Thomas},
booktitle={Nanomaterials for Sustainable Energy},
pages={41--94},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Bergoi Ibarlucea, Xavier Munoz-Berbel, Pedro Ortiz, Stephanus Büttgenbach, César Fernández-Sánchez, Andreu Lloberaabc, "Self-validating lab-on-a-chip for monitoring enzyme-catalyzed biological reactions", In Sensors and Actuators B: Chemical, Elsevier, 2016. [Bibtex & Downloads]
Self-validating lab-on-a-chip for monitoring enzyme-catalyzed biological reactions
Reference
Bergoi Ibarlucea, Xavier Munoz-Berbel, Pedro Ortiz, Stephanus Büttgenbach, César Fernández-Sánchez, Andreu Lloberaabc, "Self-validating lab-on-a-chip for monitoring enzyme-catalyzed biological reactions", In Sensors and Actuators B: Chemical, Elsevier, 2016.
Bibtex
@article{ibarlucea2016self,
title={Self-validating lab-on-a-chip for monitoring enzyme-catalyzed biological reactions},
author={Ibarlucea, Bergoi and Munoz-Berbel, Xavier and Ortiz, Pedro and B{\"u}ttgenbach, Stephanus and Fern{\'a}ndez-S{\'a}nchez, C{\'e}sar and Lloberaabc, Andreu},
journal={Sensors and Actuators B: Chemical},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Permalink
- Ingo Dirnstorfer, Talha Chohan, Paul M Jordan, Martin Knaut, Daniel K Simon, Johann W Bartha, Thomas Mikolajick, "Al 2 O 3-TiO 2 Nanolaminates for Conductive Silicon Surface Passivation", In IEEE Journal of Photovoltaics, IEEE, vol. 6, no. 1, pp. 86–91, 2016. [Bibtex & Downloads]
Al 2 O 3-TiO 2 Nanolaminates for Conductive Silicon Surface Passivation
Reference
Ingo Dirnstorfer, Talha Chohan, Paul M Jordan, Martin Knaut, Daniel K Simon, Johann W Bartha, Thomas Mikolajick, "Al 2 O 3-TiO 2 Nanolaminates for Conductive Silicon Surface Passivation", In IEEE Journal of Photovoltaics, IEEE, vol. 6, no. 1, pp. 86–91, 2016.
Bibtex
@article{dirnstorfer20162,
title={Al 2 O 3-TiO 2 Nanolaminates for Conductive Silicon Surface Passivation},
author={Dirnstorfer, Ingo and Chohan, Talha and Jordan, Paul M and Knaut, Martin and Simon, Daniel K and Bartha, Johann W and Mikolajick, Thomas},
journal={IEEE Journal of Photovoltaics},
volume={6},
number={1},
pages={86--91},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Jinhui Zhu, Jun Yang, Rongrong Miao, Zhaoquan Yao, Xiaodong Zhuang, Xinliang Feng, "Nitrogen-Enriched, Ordered Mesoporous Carbons for Potential Electrochemical Energy Storage", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
Nitrogen-Enriched, Ordered Mesoporous Carbons for Potential Electrochemical Energy Storage
Reference
Jinhui Zhu, Jun Yang, Rongrong Miao, Zhaoquan Yao, Xiaodong Zhuang, Xinliang Feng, "Nitrogen-Enriched, Ordered Mesoporous Carbons for Potential Electrochemical Energy Storage", In Journal of Materials Chemistry A, Royal Society of Chemistry, 2016.
Bibtex
@article{zhu2016nitrogen,
title={Nitrogen-Enriched, Ordered Mesoporous Carbons for Potential Electrochemical Energy Storage},
author={Zhu, Jinhui and Yang, Jun and Miao, Rongrong and Yao, Zhaoquan and Zhuang, Xiaodong and Feng, Xinliang},
journal={Journal of Materials Chemistry A},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng, Carbon Path, Prof. Feng
Permalink
- Meltiani Belekoukia, Madeshwaran Sekkarapatti Ramasamy, Sheng Yang, Xinliang Feng, Georgios Paterakis, Vassilios Dracopoulos, Costas Galiotis, Panagiotis Lianos, "Electrochemically exfoliated graphene/PEDOT composite films as efficient Pt-free counter electrode for dye-sensitized solar cells", In Electrochimica Acta, Elsevier, vol. 194, pp. 110–115, 2016. [Bibtex & Downloads]
Electrochemically exfoliated graphene/PEDOT composite films as efficient Pt-free counter electrode for dye-sensitized solar cells
Reference
Meltiani Belekoukia, Madeshwaran Sekkarapatti Ramasamy, Sheng Yang, Xinliang Feng, Georgios Paterakis, Vassilios Dracopoulos, Costas Galiotis, Panagiotis Lianos, "Electrochemically exfoliated graphene/PEDOT composite films as efficient Pt-free counter electrode for dye-sensitized solar cells", In Electrochimica Acta, Elsevier, vol. 194, pp. 110–115, 2016.
Bibtex
@article{belekoukia2016electrochemically,
title={Electrochemically exfoliated graphene/PEDOT composite films as efficient Pt-free counter electrode for dye-sensitized solar cells},
author={Belekoukia, Meltiani and Ramasamy, Madeshwaran Sekkarapatti and Yang, Sheng and Feng, Xinliang and Paterakis, Georgios and Dracopoulos, Vassilios and Galiotis, Costas and Lianos, Panagiotis},
journal={Electrochimica Acta},
volume={194},
pages={110--115},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng, Organic / Polymer Path
Permalink
- Simone Conti, Maria G del Rosso, Artur Ciesielski, Jürgen Weippert, Artur Böttcher, Yuyoung Shin, Georgian Melinte, Ovidiu Ersen, Cinzia Casiraghi, Xinliang Feng, others, "Cover Picture: Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene (ChemPhysChem 3/2016)", In ChemPhysChem, Wiley Online Library, vol. 17, no. 3, pp. 328–328, 2016. [Bibtex & Downloads]
Cover Picture: Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene (ChemPhysChem 3/2016)
Reference
Simone Conti, Maria G del Rosso, Artur Ciesielski, Jürgen Weippert, Artur Böttcher, Yuyoung Shin, Georgian Melinte, Ovidiu Ersen, Cinzia Casiraghi, Xinliang Feng, others, "Cover Picture: Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene (ChemPhysChem 3/2016)", In ChemPhysChem, Wiley Online Library, vol. 17, no. 3, pp. 328–328, 2016.
Bibtex
@article{conti2016cover,
title={Cover Picture: Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene (ChemPhysChem 3/2016)},
author={Conti, Simone and del Rosso, Maria G and Ciesielski, Artur and Weippert, J{\"u}rgen and B{\"o}ttcher, Artur and Shin, Yuyoung and Melinte, Georgian and Ersen, Ovidiu and Casiraghi, Cinzia and Feng, Xinliang and others},
journal={ChemPhysChem},
volume={17},
number={3},
pages={328--328},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng, Organic / Polymer Path, Prof. Feng
Permalink
- Zhaoyang Liu, Zhong-Shuai Wu, Sheng Yang, Renhao Dong, Xinliang Feng, Klaus Müllen, "Ultraflexible In-Plane Micro-Supercapacitors by Direct Printing of Solution-Processable Electrochemically Exfoliated Graphene", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Ultraflexible In-Plane Micro-Supercapacitors by Direct Printing of Solution-Processable Electrochemically Exfoliated Graphene
Reference
Zhaoyang Liu, Zhong-Shuai Wu, Sheng Yang, Renhao Dong, Xinliang Feng, Klaus Müllen, "Ultraflexible In-Plane Micro-Supercapacitors by Direct Printing of Solution-Processable Electrochemically Exfoliated Graphene", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{liu2016ultraflexible,
title={Ultraflexible In-Plane Micro-Supercapacitors by Direct Printing of Solution-Processable Electrochemically Exfoliated Graphene},
author={Liu, Zhaoyang and Wu, Zhong-Shuai and Yang, Sheng and Dong, Renhao and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng, Organic / Polymer Path, Prof. Feng
Permalink
- Sheng Yang, Martin R Lohe, Klaus Müllen, Xinliang Feng, "New-Generation Graphene from Electrochemical Approaches: Production and Applications", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
New-Generation Graphene from Electrochemical Approaches: Production and Applications
Reference
Sheng Yang, Martin R Lohe, Klaus Müllen, Xinliang Feng, "New-Generation Graphene from Electrochemical Approaches: Production and Applications", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{yang2016new,
title={New-Generation Graphene from Electrochemical Approaches: Production and Applications},
author={Yang, Sheng and Lohe, Martin R and M{\"u}llen, Klaus and Feng, Xinliang},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng, Carbon Path, Organic / Polymer Path, Prof. Feng
Permalink
- Ali Maghsoumi, Akimitsu Narita, Renhao Dong, Xinliang Feng, Chiara Castiglioni, Klaus Müllen, Matteo Tommasini, "Edge chlorination of hexa-peri-hexabenzocoronene investigated by density functional theory and vibrational spectroscopy", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 18, no. 17, pp. 11869–11878, 2016. [Bibtex & Downloads]
Edge chlorination of hexa-peri-hexabenzocoronene investigated by density functional theory and vibrational spectroscopy
Reference
Ali Maghsoumi, Akimitsu Narita, Renhao Dong, Xinliang Feng, Chiara Castiglioni, Klaus Müllen, Matteo Tommasini, "Edge chlorination of hexa-peri-hexabenzocoronene investigated by density functional theory and vibrational spectroscopy", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 18, no. 17, pp. 11869–11878, 2016.
Bibtex
@article{maghsoumi2016edge,
title={Edge chlorination of hexa-peri-hexabenzocoronene investigated by density functional theory and vibrational spectroscopy},
author={Maghsoumi, Ali and Narita, Akimitsu and Dong, Renhao and Feng, Xinliang and Castiglioni, Chiara and M{\"u}llen, Klaus and Tommasini, Matteo},
journal={Physical Chemistry Chemical Physics},
volume={18},
number={17},
pages={11869--11878},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Shigeki Kawai, Andrea Benassi, Enrico Gnecco, Hajo Söde, Rémy Pawlak, Xinliang Feng, Klaus Müllen, Daniele Passerone, Carlo A Pignedoli, Pascal Ruffieux, others, "Superlubricity of graphene nanoribbons on gold surfaces", In Science, American Association for the Advancement of Science, vol. 351, no. 6276, pp. 957–961, 2016. [Bibtex & Downloads]
Superlubricity of graphene nanoribbons on gold surfaces
Reference
Shigeki Kawai, Andrea Benassi, Enrico Gnecco, Hajo Söde, Rémy Pawlak, Xinliang Feng, Klaus Müllen, Daniele Passerone, Carlo A Pignedoli, Pascal Ruffieux, others, "Superlubricity of graphene nanoribbons on gold surfaces", In Science, American Association for the Advancement of Science, vol. 351, no. 6276, pp. 957–961, 2016.
Bibtex
@article{kawai2016superlubricity,
title={Superlubricity of graphene nanoribbons on gold surfaces},
author={Kawai, Shigeki and Benassi, Andrea and Gnecco, Enrico and S{\"o}de, Hajo and Pawlak, R{\'e}my and Feng, Xinliang and M{\"u}llen, Klaus and Passerone, Daniele and Pignedoli, Carlo A and Ruffieux, Pascal and others},
journal={Science},
volume={351},
number={6276},
pages={957--961},
year={2016},
publisher={American Association for the Advancement of Science}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Organic / Polymer Path, Prof. Feng
Permalink
- Zhixiao Xu, Xiaodong Zhuang, Chongqing Yang, Jing Cao, Zhaoquan Yao, Yanping Tang, Jianzhong Jiang, Dongqing Wu, Xinliang Feng, "Nitrogen-Doped Porous Carbon Superstructures Derived from Hierarchical Assembly of Polyimide Nanosheets", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Nitrogen-Doped Porous Carbon Superstructures Derived from Hierarchical Assembly of Polyimide Nanosheets
Reference
Zhixiao Xu, Xiaodong Zhuang, Chongqing Yang, Jing Cao, Zhaoquan Yao, Yanping Tang, Jianzhong Jiang, Dongqing Wu, Xinliang Feng, "Nitrogen-Doped Porous Carbon Superstructures Derived from Hierarchical Assembly of Polyimide Nanosheets", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{xu2016nitrogen,
title={Nitrogen-Doped Porous Carbon Superstructures Derived from Hierarchical Assembly of Polyimide Nanosheets},
author={Xu, Zhixiao and Zhuang, Xiaodong and Yang, Chongqing and Cao, Jing and Yao, Zhaoquan and Tang, Yanping and Jiang, Jianzhong and Wu, Dongqing and Feng, Xinliang},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Yang Hou, Martin R Lohe, Jian Zhang, Shaohua Liu, Xiaodong Zhuang, Xinliang Feng, "Vertically oriented cobalt selenide/NiFe layered-double-hydroxide nanosheets supported on exfoliated graphene foil: an efficient 3D electrode for overall water splitting", In Energy & Environmental Science, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
Vertically oriented cobalt selenide/NiFe layered-double-hydroxide nanosheets supported on exfoliated graphene foil: an efficient 3D electrode for overall water splitting
Reference
Yang Hou, Martin R Lohe, Jian Zhang, Shaohua Liu, Xiaodong Zhuang, Xinliang Feng, "Vertically oriented cobalt selenide/NiFe layered-double-hydroxide nanosheets supported on exfoliated graphene foil: an efficient 3D electrode for overall water splitting", In Energy & Environmental Science, Royal Society of Chemistry, 2016.
Bibtex
@article{hou2016vertically,
title={Vertically oriented cobalt selenide/NiFe layered-double-hydroxide nanosheets supported on exfoliated graphene foil: an efficient 3D electrode for overall water splitting},
author={Hou, Yang and Lohe, Martin R and Zhang, Jian and Liu, Shaohua and Zhuang, Xiaodong and Feng, Xinliang},
journal={Energy \& Environmental Science},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Feng Qiu, Fan Zhang, Ruizhi Tang, Yubin Fu, Xinyang Wang, Sheng Han, Xiaodong Zhuang, Xinliang Feng, "Triple boron-cored chromophores bearing discotic 5, 11, 17-triazatrinaphthylene-based ligands", In Organic letters, ACS Publications, vol. 18, no. 6, pp. 1398–1401, 2016. [Bibtex & Downloads]
Triple boron-cored chromophores bearing discotic 5, 11, 17-triazatrinaphthylene-based ligands
Reference
Feng Qiu, Fan Zhang, Ruizhi Tang, Yubin Fu, Xinyang Wang, Sheng Han, Xiaodong Zhuang, Xinliang Feng, "Triple boron-cored chromophores bearing discotic 5, 11, 17-triazatrinaphthylene-based ligands", In Organic letters, ACS Publications, vol. 18, no. 6, pp. 1398–1401, 2016.
Bibtex
@article{qiu2016triple,
title={Triple boron-cored chromophores bearing discotic 5, 11, 17-triazatrinaphthylene-based ligands},
author={Qiu, Feng and Zhang, Fan and Tang, Ruizhi and Fu, Yubin and Wang, Xinyang and Han, Sheng and Zhuang, Xiaodong and Feng, Xinliang},
journal={Organic letters},
volume={18},
number={6},
pages={1398--1401},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Yang Hou, Zhenhai Wen, Shumao Cui, Xinliang Feng, Junhong Chen, "Strongly Coupled Ternary Hybrid Aerogels of N-deficient Porous Graphitic-C3N4 Nanosheets/N-Doped Graphene/NiFe-Layered Double Hydroxide for Solar-Driven Photoelectrochemical Water Oxidation", In Nano letters, ACS Publications, vol. 16, no. 4, pp. 2268–2277, 2016. [Bibtex & Downloads]
Strongly Coupled Ternary Hybrid Aerogels of N-deficient Porous Graphitic-C3N4 Nanosheets/N-Doped Graphene/NiFe-Layered Double Hydroxide for Solar-Driven Photoelectrochemical Water Oxidation
Reference
Yang Hou, Zhenhai Wen, Shumao Cui, Xinliang Feng, Junhong Chen, "Strongly Coupled Ternary Hybrid Aerogels of N-deficient Porous Graphitic-C3N4 Nanosheets/N-Doped Graphene/NiFe-Layered Double Hydroxide for Solar-Driven Photoelectrochemical Water Oxidation", In Nano letters, ACS Publications, vol. 16, no. 4, pp. 2268–2277, 2016.
Bibtex
@article{hou2016strongly,
title={Strongly Coupled Ternary Hybrid Aerogels of N-deficient Porous Graphitic-C3N4 Nanosheets/N-Doped Graphene/NiFe-Layered Double Hydroxide for Solar-Driven Photoelectrochemical Water Oxidation},
author={Hou, Yang and Wen, Zhenhai and Cui, Shumao and Feng, Xinliang and Chen, Junhong},
journal={Nano letters},
volume={16},
number={4},
pages={2268--2277},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- P. Fantuzzi, L. Martini, A. Candini, V. Corradini, U. del Pennino, Y. Hu, X. Feng, K. Müllen, A. Narita, M. Affronte, "Fabrication of three terminal devices by ElectroSpray deposition of graphene nanoribbons", In Carbon, Elsevier, vol. 104, pp. 112–118, 2016. [Bibtex & Downloads]
Fabrication of three terminal devices by ElectroSpray deposition of graphene nanoribbons
Reference
P. Fantuzzi, L. Martini, A. Candini, V. Corradini, U. del Pennino, Y. Hu, X. Feng, K. Müllen, A. Narita, M. Affronte, "Fabrication of three terminal devices by ElectroSpray deposition of graphene nanoribbons", In Carbon, Elsevier, vol. 104, pp. 112–118, 2016.
Bibtex
@article{fantuzzi2016fabrication,
title={Fabrication of three terminal devices by ElectroSpray deposition of graphene nanoribbons},
author={Fantuzzi, P and Martini, L and Candini, A and Corradini, V and del Pennino, U and Hu, Y and Feng, X and M{\"u}llen, K and Narita, A and Affronte, M},
journal={Carbon},
volume={104},
pages={112--118},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Organic / Polymer Path
Permalink
- Tim Dumslaff, Bo Yang, Ali Maghsoumi, Gangamallaiah Velpula, Kunal S Mali, Chiara Castiglioni, Steven De Feyter, Matteo Tommasini, Akimitsu Narita, Xinliang Feng, others, "Adding Four Extra K-Regions to Hexa-peri-hexabenzocoronene", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 14, pp. 4726–4729, 2016. [Bibtex & Downloads]
Adding Four Extra K-Regions to Hexa-peri-hexabenzocoronene
Reference
Tim Dumslaff, Bo Yang, Ali Maghsoumi, Gangamallaiah Velpula, Kunal S Mali, Chiara Castiglioni, Steven De Feyter, Matteo Tommasini, Akimitsu Narita, Xinliang Feng, others, "Adding Four Extra K-Regions to Hexa-peri-hexabenzocoronene", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 14, pp. 4726–4729, 2016.
Bibtex
@article{dumslaff2016adding,
title={Adding Four Extra K-Regions to Hexa-peri-hexabenzocoronene},
author={Dumslaff, Tim and Yang, Bo and Maghsoumi, Ali and Velpula, Gangamallaiah and Mali, Kunal S and Castiglioni, Chiara and De Feyter, Steven and Tommasini, Matteo and Narita, Akimitsu and Feng, Xinliang and others},
journal={Journal of the American Chemical Society},
volume={138},
number={14},
pages={4726--4729},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Uliana Beser, Marcel Kastler, Ali Maghsoumi, Manfred Wagner, Chiara Castiglioni, Matteo Tommasini, Akimitsu Narita, Xinliang Feng, Klaus Müllen, "A C216-Nanographene Molecule with Defined Cavity as Extended Coronoid", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 13, pp. 4322–4325, 2016. [Bibtex & Downloads]
A C216-Nanographene Molecule with Defined Cavity as Extended Coronoid
Reference
Uliana Beser, Marcel Kastler, Ali Maghsoumi, Manfred Wagner, Chiara Castiglioni, Matteo Tommasini, Akimitsu Narita, Xinliang Feng, Klaus Müllen, "A C216-Nanographene Molecule with Defined Cavity as Extended Coronoid", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 13, pp. 4322–4325, 2016.
Bibtex
@article{beser2016c216,
title={A C216-Nanographene Molecule with Defined Cavity as Extended Coronoid},
author={Beser, Uliana and Kastler, Marcel and Maghsoumi, Ali and Wagner, Manfred and Castiglioni, Chiara and Tommasini, Matteo and Narita, Akimitsu and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={138},
number={13},
pages={4322--4325},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Jian Zhang, Tao Wang, Darius Pohl, Bernd Rellinghaus, Renhao Dong, Shaohua Liu, Xiaodong Zhuang, Xinliang Feng, "Interface Engineering of MoS2/Ni3S2 Heterostructures for Highly Enhanced Electrochemical Overall-Water-Splitting Activity", In Angewandte Chemie, Wiley Online Library, vol. 128, no. 23, pp. 6814–6819, 2016. [Bibtex & Downloads]
Interface Engineering of MoS2/Ni3S2 Heterostructures for Highly Enhanced Electrochemical Overall-Water-Splitting Activity
Reference
Jian Zhang, Tao Wang, Darius Pohl, Bernd Rellinghaus, Renhao Dong, Shaohua Liu, Xiaodong Zhuang, Xinliang Feng, "Interface Engineering of MoS2/Ni3S2 Heterostructures for Highly Enhanced Electrochemical Overall-Water-Splitting Activity", In Angewandte Chemie, Wiley Online Library, vol. 128, no. 23, pp. 6814–6819, 2016.
Bibtex
@article{zhang2016interface,
title={Interface Engineering of MoS2/Ni3S2 Heterostructures for Highly Enhanced Electrochemical Overall-Water-Splitting Activity},
author={Zhang, Jian and Wang, Tao and Pohl, Darius and Rellinghaus, Bernd and Dong, Renhao and Liu, Shaohua and Zhuang, Xiaodong and Feng, Xinliang},
journal={Angewandte Chemie},
volume={128},
number={23},
pages={6814--6819},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, DCN, Prof. Feng
Permalink
- Xiaodong Zhuang, Xinliang Feng, "Silicon-Compatible Carbon-Based Micro-Supercapacitors", In Angewandte Chemie International Edition, Wiley Online Library, vol. 55, no. 21, pp. 6136–6138, 2016. [Bibtex & Downloads]
Silicon-Compatible Carbon-Based Micro-Supercapacitors
Reference
Xiaodong Zhuang, Xinliang Feng, "Silicon-Compatible Carbon-Based Micro-Supercapacitors", In Angewandte Chemie International Edition, Wiley Online Library, vol. 55, no. 21, pp. 6136–6138, 2016.
Bibtex
@article{zhuang2016silicon,
title={Silicon-Compatible Carbon-Based Micro-Supercapacitors},
author={Zhuang, Xiaodong and Feng, Xinliang},
journal={Angewandte Chemie International Edition},
volume={55},
number={21},
pages={6136--6138},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Carbon Path, Prof. Feng
Permalink
- Xiaodong Zhuang, Xinliang Feng, "Silicium-kompatible Mikro-Superkondensatoren", In Angewandte Chemie, Wiley Online Library, vol. 128, no. 21, pp. 6244–6246, 2016. [Bibtex & Downloads]
Silicium-kompatible Mikro-Superkondensatoren
Reference
Xiaodong Zhuang, Xinliang Feng, "Silicium-kompatible Mikro-Superkondensatoren", In Angewandte Chemie, Wiley Online Library, vol. 128, no. 21, pp. 6244–6246, 2016.
Bibtex
@article{zhuang2016silicium,
title={Silicium-kompatible Mikro-Superkondensatoren},
author={Zhuang, Xiaodong and Feng, Xinliang},
journal={Angewandte Chemie},
volume={128},
number={21},
pages={6244--6246},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Marco A Squillaci, Feng Qiu, Alessandro Aliprandi, Fan Zhang, Xinliang Feng, Paolo Samorì, "Direct Patterning of Organic Functional Polymers through Conventional Photolithography and Noninvasive Cross-Link Agents", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Direct Patterning of Organic Functional Polymers through Conventional Photolithography and Noninvasive Cross-Link Agents
Reference
Marco A Squillaci, Feng Qiu, Alessandro Aliprandi, Fan Zhang, Xinliang Feng, Paolo Samorì, "Direct Patterning of Organic Functional Polymers through Conventional Photolithography and Noninvasive Cross-Link Agents", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{squillaci2016direct,
title={Direct Patterning of Organic Functional Polymers through Conventional Photolithography and Noninvasive Cross-Link Agents},
author={Squillaci, Marco A and Qiu, Feng and Aliprandi, Alessandro and Zhang, Fan and Feng, Xinliang and Samor{\`\i}, Paolo},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Xiaodong Zhuang, Wuxue Zhao, Fan Zhang, Yu Cao, Feng Liu, Shuai Bi, Xinliang Feng, "A Two-Dimensional Conjugated Polymer Framework with Fully sp2-bonded Carbon Skeleton", In Polymer Chemistry, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
A Two-Dimensional Conjugated Polymer Framework with Fully sp2-bonded Carbon Skeleton
Reference
Xiaodong Zhuang, Wuxue Zhao, Fan Zhang, Yu Cao, Feng Liu, Shuai Bi, Xinliang Feng, "A Two-Dimensional Conjugated Polymer Framework with Fully sp2-bonded Carbon Skeleton", In Polymer Chemistry, Royal Society of Chemistry, 2016.
Bibtex
@article{zhuang2016two,
title={A Two-Dimensional Conjugated Polymer Framework with Fully sp2-bonded Carbon Skeleton},
author={Zhuang, Xiaodong and Zhao, Wuxue and Zhang, Fan and Cao, Yu and Liu, Feng and Bi, Shuai and Feng, Xinliang},
journal={Polymer Chemistry},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Organic / Polymer Path, Prof. Feng
Permalink
- Zhikun Zheng, Ronny Grünker, Xinliang Feng, "Synthetic Two-Dimensional Materials: A New Paradigm of Membranes for Ultimate Separation", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Synthetic Two-Dimensional Materials: A New Paradigm of Membranes for Ultimate Separation
Reference
Zhikun Zheng, Ronny Grünker, Xinliang Feng, "Synthetic Two-Dimensional Materials: A New Paradigm of Membranes for Ultimate Separation", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{zheng2016synthetic,
title={Synthetic Two-Dimensional Materials: A New Paradigm of Membranes for Ultimate Separation},
author={Zheng, Zhikun and Gr{\"u}nker, Ronny and Feng, Xinliang},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Kai Yuan, Xiaodong Zhuang, Haiyan Fu, Gunther Brunklaus, Michael Forster, Yiwang Chen, Xinliang Feng, Ullrich Scherf, "Two-Dimensional Core-Shelled Porous Hybrids as Highly Efficient Catalysts for the Oxygen Reduction Reaction", In Angewandte Chemie, Wiley Online Library, vol. 128, no. 24, pp. 6972–6977, 2016. [Bibtex & Downloads]
Two-Dimensional Core-Shelled Porous Hybrids as Highly Efficient Catalysts for the Oxygen Reduction Reaction
Reference
Kai Yuan, Xiaodong Zhuang, Haiyan Fu, Gunther Brunklaus, Michael Forster, Yiwang Chen, Xinliang Feng, Ullrich Scherf, "Two-Dimensional Core-Shelled Porous Hybrids as Highly Efficient Catalysts for the Oxygen Reduction Reaction", In Angewandte Chemie, Wiley Online Library, vol. 128, no. 24, pp. 6972–6977, 2016.
Bibtex
@article{yuan2016two,
title={Two-Dimensional Core-Shelled Porous Hybrids as Highly Efficient Catalysts for the Oxygen Reduction Reaction},
author={Yuan, Kai and Zhuang, Xiaodong and Fu, Haiyan and Brunklaus, Gunther and Forster, Michael and Chen, Yiwang and Feng, Xinliang and Scherf, Ullrich},
journal={Angewandte Chemie},
volume={128},
number={24},
pages={6972--6977},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Junzhi Liu, Silvio Osella, Ji Ma, Reinhard Berger, David Beljonne, Dieter Schollmeyer, Xinliang Feng, Klaus Müllen, "Fused Dibenzo [a, m] rubicene: A New Bowl-shaped Subunit of C70 Containing Two Pentagons", In Journal of the American Chemical Society, ACS Publications, 2016. [Bibtex & Downloads]
Fused Dibenzo [a, m] rubicene: A New Bowl-shaped Subunit of C70 Containing Two Pentagons
Reference
Junzhi Liu, Silvio Osella, Ji Ma, Reinhard Berger, David Beljonne, Dieter Schollmeyer, Xinliang Feng, Klaus Müllen, "Fused Dibenzo [a, m] rubicene: A New Bowl-shaped Subunit of C70 Containing Two Pentagons", In Journal of the American Chemical Society, ACS Publications, 2016.
Bibtex
@article{liu2016fused,
title={Fused Dibenzo [a, m] rubicene: A New Bowl-shaped Subunit of C70 Containing Two Pentagons},
author={Liu, Junzhi and Osella, Silvio and Ma, Ji and Berger, Reinhard and Beljonne, David and Schollmeyer, Dieter and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Journal of the American Chemical Society},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Liu Yi, Tomasz Marszalek, Wojciech Pisula, Xinliang Feng, "Derivatizing Tribenzothiophene Fused Hexa-peri-hexabenzocoronenes with Tunable Optoelectronic Properties", In Chemistry–An Asian Journal, Wiley Online Library, 2016. [Bibtex & Downloads]
Derivatizing Tribenzothiophene Fused Hexa-peri-hexabenzocoronenes with Tunable Optoelectronic Properties
Reference
Liu Yi, Tomasz Marszalek, Wojciech Pisula, Xinliang Feng, "Derivatizing Tribenzothiophene Fused Hexa-peri-hexabenzocoronenes with Tunable Optoelectronic Properties", In Chemistry–An Asian Journal, Wiley Online Library, 2016.
Bibtex
@article{yi2016derivatizing,
title={Derivatizing Tribenzothiophene Fused Hexa-peri-hexabenzocoronenes with Tunable Optoelectronic Properties},
author={Yi, Liu and Marszalek, Tomasz and Pisula, Wojciech and Feng, Xinliang},
journal={Chemistry--An Asian Journal},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Marwen Zorgui, Zouheir Rezki, Basel Alomair, Eduard A Jorswieck, Mohamed-Slim Alouini, "On the Ergodic Secret-Key Agreement Over Spatially Correlated Multiple-Antenna Channels With Public Discussion", In Signal Processing, IEEE Transactions on, IEEE, vol. 64, no. 2, pp. 495–510, 2016. [Bibtex & Downloads]
On the Ergodic Secret-Key Agreement Over Spatially Correlated Multiple-Antenna Channels With Public Discussion
Reference
Marwen Zorgui, Zouheir Rezki, Basel Alomair, Eduard A Jorswieck, Mohamed-Slim Alouini, "On the Ergodic Secret-Key Agreement Over Spatially Correlated Multiple-Antenna Channels With Public Discussion", In Signal Processing, IEEE Transactions on, IEEE, vol. 64, no. 2, pp. 495–510, 2016.
Bibtex
@article{zorgui2016ergodic,
title={On the Ergodic Secret-Key Agreement Over Spatially Correlated Multiple-Antenna Channels With Public Discussion},
author={Zorgui, Marwen and Rezki, Zouheir and Alomair, Basel and Jorswieck, Eduard A and Alouini, Mohamed-Slim},
journal={Signal Processing, IEEE Transactions on},
volume={64},
number={2},
pages={495--510},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Henrik Klessig, David Öhmann, Andreas I Reppas, Haralampos Hatzikirou, Majid Abedi, Meryem Simsek, Gerhard P Fettweis, "From immune cells to self-organizing ultra-dense small cell networks", In IEEE Journal on Selected Areas in Communications, IEEE, vol. 34, no. 4, pp. 800–811, 2016. [Bibtex & Downloads]
From immune cells to self-organizing ultra-dense small cell networks
Reference
Henrik Klessig, David Öhmann, Andreas I Reppas, Haralampos Hatzikirou, Majid Abedi, Meryem Simsek, Gerhard P Fettweis, "From immune cells to self-organizing ultra-dense small cell networks", In IEEE Journal on Selected Areas in Communications, IEEE, vol. 34, no. 4, pp. 800–811, 2016.
Bibtex
@article{klessig2016immune,
title={From immune cells to self-organizing ultra-dense small cell networks},
author={Klessig, Henrik and {\"O}hmann, David and Reppas, Andreas I and Hatzikirou, Haralampos and Abedi, Majid and Simsek, Meryem and Fettweis, Gerhard P},
journal={IEEE Journal on Selected Areas in Communications},
volume={34},
number={4},
pages={800--811},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Biological Systems Path, Biological Systems Path, Biological Systems Path
Permalink
- Siavash Ghiasvand, Florina M Ciorba, Ronny Tsch, Wolfgang E Nagel, others, "Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers", In Proceeding: 2016 24th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP), pp. 377–381, 2016. [Bibtex & Downloads]
Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers
Reference
Siavash Ghiasvand, Florina M Ciorba, Ronny Tsch, Wolfgang E Nagel, others, "Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers", In Proceeding: 2016 24th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP), pp. 377–381, 2016.
Bibtex
@inproceedings{ghiasvand2016lessons,
title={Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers},
author={Ghiasvand, Siavash and Ciorba, Florina M and Tsch, Ronny and Nagel, Wolfgang E and others},
booktitle={2016 24th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)},
pages={377--381},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Resilience Path, HAEC, Resilience Path
Permalink
- Pan Cao, Wenjia Liu, John S Thompson, Chenyang Yang, Eduard A Jorswieck, "Semidynamic Green Resource Management in Downlink Heterogeneous Networks by Group Sparse Power Control", In IEEE Journal on Selected Areas in Communications, IEEE, vol. 34, no. 5, pp. 1250–1266, 2016. [Bibtex & Downloads]
Semidynamic Green Resource Management in Downlink Heterogeneous Networks by Group Sparse Power Control
Reference
Pan Cao, Wenjia Liu, John S Thompson, Chenyang Yang, Eduard A Jorswieck, "Semidynamic Green Resource Management in Downlink Heterogeneous Networks by Group Sparse Power Control", In IEEE Journal on Selected Areas in Communications, IEEE, vol. 34, no. 5, pp. 1250–1266, 2016.
Bibtex
@article{cao2016semidynamic,
title={Semidynamic Green Resource Management in Downlink Heterogeneous Networks by Group Sparse Power Control},
author={Cao, Pan and Liu, Wenjia and Thompson, John S and Yang, Chenyang and Jorswieck, Eduard A},
journal={IEEE Journal on Selected Areas in Communications},
volume={34},
number={5},
pages={1250--1266},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jan Dirk Leufker, David Fritsche, Gregor Tretter, Corrado Carta, Frank Ellinger, "Dualband 180 GHz and 205 GHz medium-power high-gain amplifier on 130 nm BiCMOS", In Proceeding: 2016 21st International Conference on Microwave, Radar and Wireless Communications (MIKON), pp. 1–4, 2016. [Bibtex & Downloads]
Dualband 180 GHz and 205 GHz medium-power high-gain amplifier on 130 nm BiCMOS
Reference
Jan Dirk Leufker, David Fritsche, Gregor Tretter, Corrado Carta, Frank Ellinger, "Dualband 180 GHz and 205 GHz medium-power high-gain amplifier on 130 nm BiCMOS", In Proceeding: 2016 21st International Conference on Microwave, Radar and Wireless Communications (MIKON), pp. 1–4, 2016.
Bibtex
@inproceedings{leufker2016dualband,
title={Dualband 180 GHz and 205 GHz medium-power high-gain amplifier on 130 nm BiCMOS},
author={Leufker, Jan Dirk and Fritsche, David and Tretter, Gregor and Carta, Corrado and Ellinger, Frank},
booktitle={2016 21st International Conference on Microwave, Radar and Wireless Communications (MIKON)},
pages={1--4},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Joerg Thalheim, Pramod Bhatotia, Christof Fetzer, "Inspector: Data Provenance using Intel Processor Trace (PT)", In Proceeding: proceedings of IEEE International Conference on Distributed Computing Systems (ICDCS), 2016. [Bibtex & Downloads]
Inspector: Data Provenance using Intel Processor Trace (PT)
Reference
Joerg Thalheim, Pramod Bhatotia, Christof Fetzer, "Inspector: Data Provenance using Intel Processor Trace (PT)", In Proceeding: proceedings of IEEE International Conference on Distributed Computing Systems (ICDCS), 2016.
Bibtex
@inproceedings{inspector-icdcs-2016,
author={Joerg Thalheim and Pramod Bhatotia and Christof Fetzer},
title = ,
booktitle = {proceedings of IEEE International Conference on Distributed Computing Systems (ICDCS)},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dmitrii Kuvaiskii, Oleksii Oleksenko, Pramod Bhatotia, Pascal Felber, Christof Fetzer, "Elzar: Triple Modular Redundancy using Intel AVX", In Proceeding: proceedings of IEEE/IFIP International Conference on Dependable Systems and Networks (DSN), 2016. [Bibtex & Downloads]
Elzar: Triple Modular Redundancy using Intel AVX
Reference
Dmitrii Kuvaiskii, Oleksii Oleksenko, Pramod Bhatotia, Pascal Felber, Christof Fetzer, "Elzar: Triple Modular Redundancy using Intel AVX", In Proceeding: proceedings of IEEE/IFIP International Conference on Dependable Systems and Networks (DSN), 2016.
Bibtex
@inproceedings{elzar-dsn-2016,
author = {Dmitrii Kuvaiskii and Oleksii Oleksenko and Pramod Bhatotia and Pascal Felber and Christof Fetzer},
title = ,
booktitle = {proceedings of IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dmitrii Kuvaiskii, Rasha Faqeh, Pramod Bhatotia, Pascal Felber, Christof Fetzer, "HAFT: Hardware-assisted Fault Tolerance", In Proceeding: proceedings of ACM European Conference on Computer Systems (EuroSys), 2016. [Bibtex & Downloads]
HAFT: Hardware-assisted Fault Tolerance
Reference
Dmitrii Kuvaiskii, Rasha Faqeh, Pramod Bhatotia, Pascal Felber, Christof Fetzer, "HAFT: Hardware-assisted Fault Tolerance", In Proceeding: proceedings of ACM European Conference on Computer Systems (EuroSys), 2016.
Bibtex
@inproceedings{haft-eurosys-2016,
author = {Dmitrii Kuvaiskii and Rasha Faqeh and Pramod Bhatotia and Pascal Felber and Christof Fetzer},
title = ,
booktitle = {proceedings of ACM European Conference on Computer Systems (EuroSys)},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dhanya R. Krishnan, Do Le Quoc, Pramod Bhatotia, Christof Fetzer, Rodrigo Rodrigues, "IncApprox: A Data Analytics System for Incremental Approximate Computing", In Proceeding: proceedings of International Conference on World Wide Web (WWW), 2016. [Bibtex & Downloads]
IncApprox: A Data Analytics System for Incremental Approximate Computing
Reference
Dhanya R. Krishnan, Do Le Quoc, Pramod Bhatotia, Christof Fetzer, Rodrigo Rodrigues, "IncApprox: A Data Analytics System for Incremental Approximate Computing", In Proceeding: proceedings of International Conference on World Wide Web (WWW), 2016.
Bibtex
@inproceedings{incapprox-www-2016,
author = {Dhanya R. Krishnan and Do Le Quoc and Pramod Bhatotia and Christof Fetzer and Rodrigo Rodrigues},
title = ,
booktitle = {proceedings of International Conference on World Wide Web (WWW)},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shaohua Liu, Faxing Wang, Renhao Dong, Tao Zhang, Jian Zhang, Xiaodong Zhuang, Yiyong Mai, Xinliang Feng, "Dual-Template Synthesis of 2D Mesoporous Polypyrrole Nanosheets with Controlled Pore Size", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Dual-Template Synthesis of 2D Mesoporous Polypyrrole Nanosheets with Controlled Pore Size
Reference
Shaohua Liu, Faxing Wang, Renhao Dong, Tao Zhang, Jian Zhang, Xiaodong Zhuang, Yiyong Mai, Xinliang Feng, "Dual-Template Synthesis of 2D Mesoporous Polypyrrole Nanosheets with Controlled Pore Size", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{liu2016dual,
title={Dual-Template Synthesis of 2D Mesoporous Polypyrrole Nanosheets with Controlled Pore Size},
author={Liu, Shaohua and Wang, Faxing and Dong, Renhao and Zhang, Tao and Zhang, Jian and Zhuang, Xiaodong and Mai, Yiyong and Feng, Xinliang},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- J. Huang, M. Löffler, W. Moeller, E. Zschech, "Ga contamination in silicon by Focused Ion Beam milling: Dynamic model simulation and Atom Probe Tomography experiment" , In Microelectronics Reliability, vol. 64, no. , pp. 390-392, 2016. [doi] [Bibtex & Downloads]
Ga contamination in silicon by Focused Ion Beam milling: Dynamic model simulation and Atom Probe Tomography experiment
Reference
J. Huang, M. Löffler, W. Moeller, E. Zschech, "Ga contamination in silicon by Focused Ion Beam milling: Dynamic model simulation and Atom Probe Tomography experiment" , In Microelectronics Reliability, vol. 64, no. , pp. 390-392, 2016. [doi]
Abstract
Abstract Focused Ion Beam (FIB) milling is a widely used and important technique to prepare Transmission Electron Microscopy (TEM) lamella samples. However, it unavoidably introduces contamination in the samples like implanted ions. While the conventional ion-solid simulation model, Binary Collision Approximation (BCA), is unable to describe the \FIB\ process, a dynamic \BCA\ model is used in this study to predict the level of Ga implantation along the substrate depth. The \FIB\ process involves significant material transport and local composition alteration, which requires a dynamic model for simulation. To validate the dynamic \BCA\ model s application on simulating the \FIB\ process, atomic level composition analysis Atom Probe Tomography (APT) is performed on Ga \FIB\ processed silicon samples. The experimental data confirm that the dynamic \BCA\ model is capable to predict \FIB\ induced Ga ion implantation in silicon samples.
Bibtex
@article{Huang2016390,
title = Ga contamination in silicon by Focused Ion Beam milling: Dynamic model simulation and Atom Probe Tomography experiment,
journal = Microelectronics Reliability,
volume = 64,
number = ,
pages = 390 - 392,
year = 2016,
note = Proceedings of the 27th European Symposium on Reliability of Electron Devices, Failure Physics and Analysis,
issn = 0026-2714,
doi = http://dx.doi.org/10.1016/j.microrel.2016.07.087,
url = http://www.sciencedirect.com/science/article/pii/S002627141630230X,
author = J. Huang and M. Löffler and W. Moeller and E. Zschech,
keywords = FIB,
keywords = APT,
keywords = BCA,
abstract = Abstract Focused Ion Beam (FIB) milling is a widely used and important technique to prepare Transmission Electron Microscopy (TEM) lamella samples. However, it unavoidably introduces contamination in the samples like implanted ions. While the conventional ion-solid simulation model, Binary Collision Approximation (BCA), is unable to describe the \{FIB\} process, a dynamic \{BCA\} model is used in this study to predict the level of Ga implantation along the substrate depth. The \{FIB\} process involves significant material transport and local composition alteration, which requires a dynamic model for simulation. To validate the dynamic \{BCA\} model's application on simulating the \{FIB\} process, atomic level composition analysis Atom Probe Tomography (APT) is performed on Ga \{FIB\} processed silicon samples. The experimental data confirm that the dynamic \{BCA\} model is capable to predict \{FIB\} induced Ga ion implantation in silicon samples.
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pham Nam Khanh, Amit Kumar Singh, Akash Kumar, Khin Mi Mi Aung, "Leakage Aware Resource Management Approach with Machine Learning Optimization Framework for Partially Reconfigurable Architectures", In Microprocessors and Microsystems, 2016. [Bibtex & Downloads]
Leakage Aware Resource Management Approach with Machine Learning Optimization Framework for Partially Reconfigurable Architectures
Reference
Pham Nam Khanh, Amit Kumar Singh, Akash Kumar, Khin Mi Mi Aung, "Leakage Aware Resource Management Approach with Machine Learning Optimization Framework for Partially Reconfigurable Architectures", In Microprocessors and Microsystems, 2016.
Bibtex
@article{Khanh-Micpro-2016,
title = {Leakage Aware Resource Management Approach with Machine Learning Optimization Framework for Partially Reconfigurable Architectures},
journal = {Microprocessors and Microsystems },
year = {2016},
author = {Pham Nam Khanh and Amit Kumar Singh and Akash Kumar and Khin Mi Mi Aung}
}Downloads
MICPRO-2016-Khanh [PDF]
Related Paths
Permalink
- C. Lopez-Santos, R. Alvarez, A. Garcia-Valenzuela, V. Rico, M. Loeffler, A. R. Gonzalez-Elipe, A. Palmero, "Nanocolumnar association and domain formation in porous thin films grown by evaporation at oblique angles", In Nanotechnology, vol. 27, no. 39, pp. 395702, 2016. [Bibtex & Downloads]
Nanocolumnar association and domain formation in porous thin films grown by evaporation at oblique angles
Reference
C. Lopez-Santos, R. Alvarez, A. Garcia-Valenzuela, V. Rico, M. Loeffler, A. R. Gonzalez-Elipe, A. Palmero, "Nanocolumnar association and domain formation in porous thin films grown by evaporation at oblique angles", In Nanotechnology, vol. 27, no. 39, pp. 395702, 2016.
Abstract
Porous thin films grown at oblique angles by evaporation techniques are formed by tilted nanocolumnar structures which, depending on the material type and growth conditions, associate along certain preferential directions, giving rise to large domains. This arrangement, commonly denoted as bundling association, is investigated in the present work by performing fundamental experiments and growth simulations. It is proved that trapping processes of vapor species at the film surface, together with the shadowing mechanism, mediate the anisotropic widening of the nanocolumns and promote their preferential coalescence along certain directions, giving rise to domains with different shape and size. The role of these two processes is thoroughly studied in connection with the formation of these domains in materials as different as SiO 2 and TiO 2 .
Bibtex
@article{0957-4484-27-39-395702,
author={C. Lopez-Santos and R. Alvarez and A. Garcia-Valenzuela and V. Rico and M. Loeffler and A. R. Gonzalez-Elipe and A. Palmero},
title={Nanocolumnar association and domain formation in porous thin films grown by evaporation at oblique angles},
journal={Nanotechnology},
volume={27},
number={39},
pages={395702},
url={http://stacks.iop.org/0957-4484/27/i=39/a=395702},
year={2016},
abstract={Porous thin films grown at oblique angles by evaporation techniques are formed by tilted nanocolumnar structures which, depending on the material type and growth conditions, associate along certain preferential directions, giving rise to large domains. This arrangement, commonly denoted as bundling association, is investigated in the present work by performing fundamental experiments and growth simulations. It is proved that trapping processes of vapor species at the film surface, together with the shadowing mechanism, mediate the anisotropic widening of the nanocolumns and promote their preferential coalescence along certain directions, giving rise to domains with different shape and size. The role of these two processes is thoroughly studied in connection with the formation of these domains in materials as different as SiO 2 and TiO 2 .}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christel Baier, Sascha Klüppelholz, Hermann de Meer, Florian Niedermeier, Sascha Wunderlich, "Greener Bits: Formal Analysis of Demand Response", In Proceeding: Proc. of the 14th International Symposium on Automated Technology for Verification and Analysis (ATVA), Springer, vol. 9938, pp. 323–339, 2016. [doi] [Bibtex & Downloads]
Greener Bits: Formal Analysis of Demand Response
Reference
Christel Baier, Sascha Klüppelholz, Hermann de Meer, Florian Niedermeier, Sascha Wunderlich, "Greener Bits: Formal Analysis of Demand Response", In Proceeding: Proc. of the 14th International Symposium on Automated Technology for Verification and Analysis (ATVA), Springer, vol. 9938, pp. 323–339, 2016. [doi]
Bibtex
@inproceedings{BKMNW16,
author = {Christel Baier and Sascha Kl{\"u}ppelholz and Hermann de Meer and Florian Niedermeier and Sascha Wunderlich},
title = {Greener Bits: Formal Analysis of Demand Response},
booktitle = {Proc. of the 14th International Symposium on Automated Technology for Verification and Analysis (ATVA)},
pages = {323--339},
year = {2016},
doi = {10.1007/978-3-319-46520-3_21},
series = {Lecture Notes in Computer Science},
volume = {9938},
publisher = {Springer},
ee = {http://dx.doi.org/10.1007/978-3-319-46520-3_21},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, "Cost-Utility Analysis in Probabilistic Models", In Proceeding: Proc. of the 10th International Symposium on Theoretical Aspects of Software Engineering (TASE), IEEE, pp. 1, 2016. [doi] [Bibtex & Downloads]
Cost-Utility Analysis in Probabilistic Models
Reference
Christel Baier, "Cost-Utility Analysis in Probabilistic Models", In Proceeding: Proc. of the 10th International Symposium on Theoretical Aspects of Software Engineering (TASE), IEEE, pp. 1, 2016. [doi]
Bibtex
@inproceedings{B16-TASE,
author = {Christel Baier},
title = {Cost-Utility Analysis in Probabilistic Models},
booktitle = {Proc. of the 10th International Symposium on Theoretical Aspects of Software Engineering (TASE)},
pages = {1},
year = {2016},
doi = {http://dx.doi.org/10.1109/TASE.2016.10},
publisher = ,
note = {Abstract for invited talk}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Daniel Gburek, Christel Baier, Sascha Klüppelholz, "Composition of Stochastic Transition Systems Based on Spans and Couplings", In Proceeding: Proc. of the 43rd International Colloquium on Automata, Languages and Programming (ICALP), Schloss Dagstuhl - Leibniz-Zentrum für Informatik, vol. 55, pp. 102:1–102:15, 2016. [Bibtex & Downloads]
Composition of Stochastic Transition Systems Based on Spans and Couplings
Reference
Daniel Gburek, Christel Baier, Sascha Klüppelholz, "Composition of Stochastic Transition Systems Based on Spans and Couplings", In Proceeding: Proc. of the 43rd International Colloquium on Automata, Languages and Programming (ICALP), Schloss Dagstuhl - Leibniz-Zentrum für Informatik, vol. 55, pp. 102:1–102:15, 2016.
Bibtex
@inproceedings{GBK16,
author = {Daniel Gburek and Christel Baier and Sascha Kl{\"u}ppelholz},
title = {Composition of Stochastic Transition Systems Based on Spans and Couplings},
booktitle = {Proc. of the 43rd International Colloquium on Automata, Languages and Programming (ICALP)},
year = {2016},
volume = {55},
pages = {102:1--102:15},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum f{\"u}r Informatik},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Stefan Kiefer, Joachim Klein, Sascha Klüppelholz, David Müller, James Worrell, "Markov Chains and Unambiguous Büchi Automata", In Proceeding: Proc. of the 28th International Conference on Computer Aided Verification (CAV) - Part I, Springer, vol. 9779, pp. 23–42, 2016. [Bibtex & Downloads]
Markov Chains and Unambiguous Büchi Automata
Reference
Christel Baier, Stefan Kiefer, Joachim Klein, Sascha Klüppelholz, David Müller, James Worrell, "Markov Chains and Unambiguous Büchi Automata", In Proceeding: Proc. of the 28th International Conference on Computer Aided Verification (CAV) - Part I, Springer, vol. 9779, pp. 23–42, 2016.
Bibtex
@inproceedings{BKKKMW16,
author = {Christel Baier and Stefan Kiefer and Joachim Klein and Sascha Kl{\"u}ppelholz and David M{\"u}ller and James Worrell},
title = {Markov Chains and Unambiguous {B{\"u}chi} Automata},
booktitle = {Proc. of the 28th International Conference on Computer Aided Verification (CAV) - Part {I}},
year = {2016},
series = {Lecture Notes in Computer Science},
publisher = {Springer},
volume = {9779},
pages = {23--42},
ee = {http://dx.doi.org/10.1007/978-3-319-41528-4_2},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Joachim Klein, Christel Baier, Philipp Chrszon, Marcus Daum, Clemens Dubslaff, Sascha Klüppelholz, Steffen Märcker, David Müller, "Advances in Symbolic Probabilistic
Model Checking with PRISM", In Proceeding: Proc. of the 22th International Conference on
Tools and Algorithms
for the Construction and Analysis of Systems (TACAS), Springer, vol. 9636, pp. 349–366, 2016. [Bibtex & Downloads]
Advances in Symbolic Probabilistic Model Checking with PRISM
Reference
Joachim Klein, Christel Baier, Philipp Chrszon, Marcus Daum, Clemens Dubslaff, Sascha Klüppelholz, Steffen Märcker, David Müller, "Advances in Symbolic Probabilistic Model Checking with PRISM", In Proceeding: Proc. of the 22th International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS), Springer, vol. 9636, pp. 349–366, 2016.
Bibtex
@inproceedings{KBCDDKMM16,
author = {Joachim Klein and Christel Baier and Philipp Chrszon and Marcus Daum and Clemens Dubslaff and Sascha Kl{\"u}ppelholz and Steffen M{\"a}rcker and David M{\"u}ller},
title = {Advances in Symbolic Probabilistic
Model Checking with {PRISM}},
booktitle = {Proc. of the 22th International Conference on
Tools and Algorithms
for the Construction and Analysis of Systems (TACAS)},
pages = {349--366},
year = {2016},
series = {Lecture Notes in Computer Science},
volume = {9636},
publisher = {Springer},
ee = {http://dx.doi.org/10.1007/978-3-662-49674-9_20},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- A. Zappone, P. H. Lin, E. Jorswieck, "Energy Efficiency of Confidential Multi-Antenna Systems with Artificial Noise and Statistical CSI", In IEEE Journal of Selected Topics in Signal Processing, vol. PP, no. 99, pp. 1-1, 2016. [doi] [Bibtex & Downloads]
Energy Efficiency of Confidential Multi-Antenna Systems with Artificial Noise and Statistical CSI
Reference
A. Zappone, P. H. Lin, E. Jorswieck, "Energy Efficiency of Confidential Multi-Antenna Systems with Artificial Noise and Statistical CSI", In IEEE Journal of Selected Topics in Signal Processing, vol. PP, no. 99, pp. 1-1, 2016. [doi]
Bibtex
@article{7563422,
Author = {A. Zappone and P. H. Lin and E. Jorswieck},
Date-Added = {2016-11-07 06:34:00 +0000},
Date-Modified = {2016-11-07 06:34:00 +0000},
Doi = {10.1109/JSTSP.2016.2607690},
Issn = {1932-4553},
Journal = {IEEE Journal of Selected Topics in Signal Processing},
Keywords = {Channel estimation;Complexity theory;Optimization;Programming;Reliability;Resource management;Transmitters;Energy efficiency;MISO-SE;artificial noise;fractional programming;physical layer security;power control;resource allocation;statistical CSI},
Number = {99},
Pages = {1-1},
Title = {Energy Efficiency of Confidential Multi-Antenna Systems with Artificial Noise and Statistical CSI},
Volume = {PP},
Year = {2016},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/JSTSP.2016.2607690}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jieying Chen, Michel Ludwig, Dirk Walther, "On Computing Minimal EL-Subsumption Modules", Proceedings of the Joint Ontology Workshops 2016 Episode 2:
The French Summer of Ontology co-located with the 9th
International Conference on Formal Ontology in Information
Systems (FOIS 2016), Annecy, France, July 6-9, 2016. (Oliver Kutz and Sergio de Cesare and Maria M. Hedblom and Tarek
Richard Besold and Tony Veale and Frederik Gailly and
Giancarlo Guizzardi and Mark Lycett and Chris Partridge and
Oscar Pastor and Michael Grüninger and Fabian Neuhaus
and Till Mossakowski and Stefano Borgo and Loris Bozzato and
Chiara Del Vescovo and Martin Homola and Frank Loebe and
Adrien Barton and Jean-Rémi Bourguet), vol. 1660, 2016. [Bibtex & Downloads]
On Computing Minimal EL-Subsumption Modules
Reference
Jieying Chen, Michel Ludwig, Dirk Walther, "On Computing Minimal EL-Subsumption Modules", Proceedings of the Joint Ontology Workshops 2016 Episode 2: The French Summer of Ontology co-located with the 9th International Conference on Formal Ontology in Information Systems (FOIS 2016), Annecy, France, July 6-9, 2016. (Oliver Kutz and Sergio de Cesare and Maria M. Hedblom and Tarek Richard Besold and Tony Veale and Frederik Gailly and Giancarlo Guizzardi and Mark Lycett and Chris Partridge and Oscar Pastor and Michael Grüninger and Fabian Neuhaus and Till Mossakowski and Stefano Borgo and Loris Bozzato and Chiara Del Vescovo and Martin Homola and Frank Loebe and Adrien Barton and Jean-Rémi Bourguet), vol. 1660, 2016.
Bibtex
@InProceedings{conf/fois/ChenL016,
author = {Jieying Chen and Michel Ludwig and Dirk Walther},
title = {On Computing Minimal EL-Subsumption Modules},
year = 2016,
editor = {Oliver Kutz and Sergio de Cesare and Maria M. Hedblom and Tarek
Richard Besold and Tony Veale and Frederik Gailly and
Giancarlo Guizzardi and Mark Lycett and Chris Partridge and
Oscar Pastor and Michael Gr{\"{u}}ninger and Fabian Neuhaus
and Till Mossakowski and Stefano Borgo and Loris Bozzato and
Chiara Del Vescovo and Martin Homola and Frank Loebe and
Adrien Barton and Jean{-}R{\'{e}}mi Bourguet},
booktitle = {Proceedings of the Joint Ontology Workshops 2016 Episode 2:
The French Summer of Ontology co-located with the 9th
International Conference on Formal Ontology in Information
Systems {(FOIS} 2016), Annecy, France, July 6-9, 2016.},
url = {http://ceur-ws.org/Vol-1660/womocoe-paper6.pdf},
series = {{CEUR} Workshop Proceedings},
volume = {1660},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Philipp Chrszon, Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "Family-Based Modeling and Analysis for
Probabilistic Systems - Featuring ProFeat", In Proceeding: Proc. of the 19th International Conference on
Fundamental Approaches to Software Engineering (FASE), Springer, vol. 9633, pp. 287–304, 2016. [Bibtex & Downloads]
Family-Based Modeling and Analysis for Probabilistic Systems - Featuring ProFeat
Reference
Philipp Chrszon, Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "Family-Based Modeling and Analysis for Probabilistic Systems - Featuring ProFeat", In Proceeding: Proc. of the 19th International Conference on Fundamental Approaches to Software Engineering (FASE), Springer, vol. 9633, pp. 287–304, 2016.
Bibtex
@inproceedings{CDKB16,
author = {Philipp Chrszon, Clemens Dubslaff, Sascha Kl{\"u}ppelholz, Christel Baier},
title = {Family-Based Modeling and Analysis for
Probabilistic Systems - Featuring {ProFeat}},
booktitle = {Proc. of the 19th International Conference on
Fundamental Approaches to Software Engineering (FASE)},
pages = {287--304},
year = {2016},
ee = {http://dx.doi.org/10.1007/978-3-662-49665-7_17},
series = {Lecture Notes in Computer Science},
volume = {9633},
publisher = {Springer},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Philipp Chrszon, Clemens Dubslaff, Christel Baier, Joachim Klein, Sascha Klüppelholz, "Modeling Role-Based Systems with Exogenous Coordination", In Proceeding: Theory and Practice of Formal Methods - Essays Dedicated to Frank
de Boer on the Occasion of His 60th Birthday, Springer, vol. 9660, pp. 122–139, 2016. [Bibtex & Downloads]
Modeling Role-Based Systems with Exogenous Coordination
Reference
Philipp Chrszon, Clemens Dubslaff, Christel Baier, Joachim Klein, Sascha Klüppelholz, "Modeling Role-Based Systems with Exogenous Coordination", In Proceeding: Theory and Practice of Formal Methods - Essays Dedicated to Frank de Boer on the Occasion of His 60th Birthday, Springer, vol. 9660, pp. 122–139, 2016.
Bibtex
@inproceedings{CDBKK16,
author = {Philipp Chrszon, Clemens Dubslaff, Christel Baier, Joachim Klein, Sascha Kl{\"u}ppelholz},
title = {Modeling Role-Based Systems with Exogenous Coordination},
booktitle = {Theory and Practice of Formal Methods - Essays Dedicated to Frank
de Boer on the Occasion of His 60th Birthday},
pages = {122--139},
ee = {http://dx.doi.org/10.1007/978-3-319-30734-3_10},
series = {Lecture Notes in Computer Science},
volume = {9660},
publisher = {Springer},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Matthias Lieber, Kerstin Gößner, Wolfgang E. Nagel, "The Potential of Diffusive Load Balancing at Large Scale", Proceedings of the 23rd European MPI Users' Group Meeting, ACM, pp. 154–157, 2016. [doi] [Bibtex & Downloads]
The Potential of Diffusive Load Balancing at Large Scale
Reference
Matthias Lieber, Kerstin Gößner, Wolfgang E. Nagel, "The Potential of Diffusive Load Balancing at Large Scale", Proceedings of the 23rd European MPI Users' Group Meeting, ACM, pp. 154–157, 2016. [doi]
Bibtex
@inproceedings{Lieber:2016:PDL:2966884.2966887,
author = {Lieber, Matthias and G\"{o}\ssner, Kerstin and Nagel, Wolfgang E.},
title = {The Potential of Diffusive Load Balancing at Large Scale},
booktitle = {Proceedings of the 23rd European MPI Users' Group Meeting},
series = {EuroMPI 2016},
year = {2016},
location = {Edinburgh, United Kingdom},
pages = {154--157},
url = {http://doi.acm.org/10.1145/2966884.2966887},
doi = {10.1145/2966884.2966887},
publisher = {ACM},
keywords = {Dynamic Load Balancing, HPC, Workload Diffusion}
}Downloads
2016-eurompi-diffusion [PDF]
Related Paths
Permalink
- Tomas Karnagel, "Heterogeneity-Aware Query Optimization", In Proceeding: VLDB 2016 PhD Workshop, 2016. [Bibtex & Downloads]
Heterogeneity-Aware Query Optimization
Reference
Tomas Karnagel, "Heterogeneity-Aware Query Optimization", In Proceeding: VLDB 2016 PhD Workshop, 2016.
Bibtex
@inproceedings{karnagel2016heterogeneity,
title={Heterogeneity-Aware Query Optimization},
author={Karnagel, Tomas},
booktitle={VLDB 2016 PhD Workshop},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Limitations of Intra-operator Parallelism Using Heterogeneous Computing Resources", Springer International Publishing, pp. 291–305, Cham, 2016. [doi] [Bibtex & Downloads]
Limitations of Intra-operator Parallelism Using Heterogeneous Computing Resources
Reference
Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Limitations of Intra-operator Parallelism Using Heterogeneous Computing Resources", Springer International Publishing, pp. 291–305, Cham, 2016. [doi]
Bibtex
@Inbook{Karnagel2016,
author="Karnagel, Tomas and Habich, Dirk and Lehner, Wolfgang",
editor="Pokorn{\'y}, Jaroslav and Ivanovi{\'{c}}, Mirjana and Thalheim, Bernhard and {\v{S}}aloun, Petr",
title="Limitations of Intra-operator Parallelism Using Heterogeneous Computing Resources",
bookTitle="Advances in Databases and Information Systems: 20th East European Conference, ADBIS 2016, Prague, Czech Republic, August 28-31, 2016, Proceedings",
year="2016",
publisher="Springer International Publishing",
address="Cham",
pages="291--305",
isbn="978-3-319-44039-2",
doi="10.1007/978-3-319-44039-2_20",
url="http://dx.doi.org/10.1007/978-3-319-44039-2_20"
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Haas, Tomas Karnagel, Oliver Arnold, Erik Laux, Benjamin Schlegel, Gerhard Fettweis, Wolfgang Lehner, "HW/SW-Database-CoDesign for Compressed Bitmap Index Processing", In Proceeding: ASAP 2016, the 27th Annual IEEE International Conference on Application-specific Systems, Architectures and Processors, Jul 6th-8th 2016, London, England, 2016. [Bibtex & Downloads]
HW/SW-Database-CoDesign for Compressed Bitmap Index Processing
Reference
Sebastian Haas, Tomas Karnagel, Oliver Arnold, Erik Laux, Benjamin Schlegel, Gerhard Fettweis, Wolfgang Lehner, "HW/SW-Database-CoDesign for Compressed Bitmap Index Processing", In Proceeding: ASAP 2016, the 27th Annual IEEE International Conference on Application-specific Systems, Architectures and Processors, Jul 6th-8th 2016, London, England, 2016.
Bibtex
@inproceedings{bitix,
author = {Haas, Sebastian and Karnagel, Tomas and Arnold, Oliver and Laux, Erik and Schlegel, Benjamin and Fettweis, Gerhard and Lehner, Wolfgang},
title = ,
booktitle = {ASAP 2016, the 27th Annual IEEE International Conference on Application-specific Systems, Architectures and Processors, Jul 6th-8th 2016, London, England},
year = {2016},
}Downloads
No Downloads available for this publication
Permalink
- Matthias Werner, Till Kolditz, Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Multi-GPU Approximation Methods for Silent Data Corruption of AN-Coding", In Proceeding: 2th International Workshop on Boolean Problems, IWSBP 2016, September 22-23, Freiberg, Germany, 2016. [Bibtex & Downloads]
Multi-GPU Approximation Methods for Silent Data Corruption of AN-Coding
Reference
Matthias Werner, Till Kolditz, Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Multi-GPU Approximation Methods for Silent Data Corruption of AN-Coding", In Proceeding: 2th International Workshop on Boolean Problems, IWSBP 2016, September 22-23, Freiberg, Germany, 2016.
Bibtex
@inproceedings{ANcoding,
author = {Werner, Matthias and Kolditz, Till and Karnagel, Tomas and Habich, Dirk and Lehner, Wolfgang},
title = ,
booktitle = {2th International Workshop on Boolean Problems, IWSBP 2016, September 22-23, Freiberg, Germany},
year = {2016},
}Downloads
No Downloads available for this publication
Permalink
- Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch, "Column-Oriented Datalog Materialization for Large Knowledge Graphs", Proceedings of the 30th AAAI Conference on Artificial Intelligence (Dale Schuurmans and Michael P. Wellman), AAAI Press, pp. 258-264, 2016. [Bibtex & Downloads]
Column-Oriented Datalog Materialization for Large Knowledge Graphs
Reference
Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch, "Column-Oriented Datalog Materialization for Large Knowledge Graphs", Proceedings of the 30th AAAI Conference on Artificial Intelligence (Dale Schuurmans and Michael P. Wellman), AAAI Press, pp. 258-264, 2016.
Bibtex
@inproceedings{UJK2016,
author = {Jacopo Urbani and Ceriel Jacobs and Markus Kr{\"{o}}tzsch},
title = {Column-Oriented Datalog Materialization for Large Knowledge Graphs},
editor = {Dale Schuurmans and Michael P. Wellman},
booktitle = {Proceedings of the 30th {AAAI} Conference on Artificial Intelligence},
publisher = {AAAI Press},
year = {2016},
pages = {258-264}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus Krötzsch, Sebastian Rudolph, "Is Your Database System a Semantic Web Reasoner?", In KI, Springer, vol. 30, no. 2, pp. 169-176, 2016. [doi] [Bibtex & Downloads]
Is Your Database System a Semantic Web Reasoner?
Reference
Markus Krötzsch, Sebastian Rudolph, "Is Your Database System a Semantic Web Reasoner?", In KI, Springer, vol. 30, no. 2, pp. 169-176, 2016. [doi]
Bibtex
@article{KR2016,
author = {Markus Kr{\"{o}}tzsch and Sebastian Rudolph},
title = {Is Your Database System a Semantic Web Reasoner?},
journal = {KI},
volume = {30},
number = {2},
publisher = {Springer},
year = {2016},
pages = {169-176},
doi = {10.1007/s13218-015-0412-x}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus Krötzsch, Tomáš Masopust, Michaël Thomazo, "On the Complexity of Universality for Partially Ordered NFAs", Proceedings of the 41st International Symposium on Mathematical Foundations of Computer Science (MFCS 2016) (Piotr Faliszewski and Anca Muscholl and Rolf Niedermeier), Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik, vol. 58, pp. 61:1–61:14, 2016. [doi] [Bibtex & Downloads]
On the Complexity of Universality for Partially Ordered NFAs
Reference
Markus Krötzsch, Tomáš Masopust, Michaël Thomazo, "On the Complexity of Universality for Partially Ordered NFAs", Proceedings of the 41st International Symposium on Mathematical Foundations of Computer Science (MFCS 2016) (Piotr Faliszewski and Anca Muscholl and Rolf Niedermeier), Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik, vol. 58, pp. 61:1–61:14, 2016. [doi]
Bibtex
@inproceedings{KMT2016,
author = {Markus Kr{\"{o}}tzsch and Tom{\'{a}}{\v{s}} Masopust and Micha{\"{e}}l Thomazo},
title = {On the Complexity of Universality for Partially Ordered {NFAs}},
editor = {Piotr Faliszewski and Anca Muscholl and Rolf Niedermeier},
booktitle = {Proceedings of the 41st International Symposium on Mathematical Foundations of Computer Science (MFCS 2016)},
series = {Leibniz International Proceedings in Informatics},
volume = {58},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik},
year = {2016},
pages = {61:1--61:14},
doi = {10.4230/LIPIcs.MFCS.2016.61}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus Krötzsch, Veronika Thost, "Ontologies for Knowledge Graphs: Breaking the Rules", Proceedings of the 15th International Semantic Web Conference (ISWC 2016) (Yolanda Gil and Elena Simperl and Paul Groth and Freddy Lecue and Markus Krötzsch and Alasdair Gray and Marta Sabou and Fabian Flöck and Hideaki Takeda), Springer, vol. 9981, pp. 376-392, 2016. [doi] [Bibtex & Downloads]
Ontologies for Knowledge Graphs: Breaking the Rules
Reference
Markus Krötzsch, Veronika Thost, "Ontologies for Knowledge Graphs: Breaking the Rules", Proceedings of the 15th International Semantic Web Conference (ISWC 2016) (Yolanda Gil and Elena Simperl and Paul Groth and Freddy Lecue and Markus Krötzsch and Alasdair Gray and Marta Sabou and Fabian Flöck and Hideaki Takeda), Springer, vol. 9981, pp. 376-392, 2016. [doi]
Bibtex
@inproceedings{KT2016,
author = {Markus Kr{\"{o}}tzsch and Veronika Thost},
title = {Ontologies for Knowledge Graphs: Breaking the Rules},
editor = {Yolanda Gil and Elena Simperl and Paul Groth and Freddy Lecue and Markus Kr{\"{o}}tzsch and Alasdair Gray and Marta Sabou and Fabian Fl{\"{o}}ck and Hideaki Takeda},
booktitle = {Proceedings of the 15th International Semantic Web Conference (ISWC 2016)},
series = {LNCS},
volume = {9981},
publisher = {Springer},
year = {2016},
pages = {376-392},
doi = {10.1007/978-3-319-46523-4_23}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch, "VLog: A Column-Oriented Datalog System for Large Knowledge Graphs", Proceedings of the 15th International Semantic Web Conf. (ISWC'16), Posters and Demos (Takahiro Kawamura and Heiko Paulheim), CEUR-WS.org, vol. 1690, 2016. [Bibtex & Downloads]
VLog: A Column-Oriented Datalog System for Large Knowledge Graphs
Reference
Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch, "VLog: A Column-Oriented Datalog System for Large Knowledge Graphs", Proceedings of the 15th International Semantic Web Conf. (ISWC'16), Posters and Demos (Takahiro Kawamura and Heiko Paulheim), CEUR-WS.org, vol. 1690, 2016.
Bibtex
@inproceedings{UJK2016,
author = {Jacopo Urbani and Ceriel Jacobs and Markus Kr{\"{o}}tzsch},
title = {{VLog}: A Column-Oriented {Datalog} System for Large Knowledge Graphs},
editor = {Takahiro Kawamura and Heiko Paulheim},
booktitle = {Proceedings of the 15th International Semantic Web Conf. (ISWC'16), Posters and Demos},
series = {CEUR Workshop Proceedings},
volume = {1690},
publisher = {CEUR-WS.org},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Veikko F. Geyer, Pablo Sartori, Benjamin M. Friedrich, Frank Jülicher, Jonathon Howard, "Independent control of the static and dynamic components of the Chlamydomonas flagellar beat", In Curr. Biol., vol. 26, pp. 1098–1103, 2016. [doi] [Bibtex & Downloads]
Independent control of the static and dynamic components of the Chlamydomonas flagellar beat
Reference
Veikko F. Geyer, Pablo Sartori, Benjamin M. Friedrich, Frank Jülicher, Jonathon Howard, "Independent control of the static and dynamic components of the Chlamydomonas flagellar beat", In Curr. Biol., vol. 26, pp. 1098–1103, 2016. [doi]
Bibtex
@article{Geyer:2016,
author = {Geyer, Veikko F. and Sartori, Pablo and Friedrich, Benjamin M. and J\"{u}licher, Frank and Howard, Jonathon},
doi = {10.1016/j.cub.2016.02.053},
issn = {09609822},
journal = {Curr. Biol.},
pages = {1098--1103},
title = ,
volume = {26},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- B M Friedrich, "Hydrodynamic synchronization of flagellar oscillators", In Eur. Phys. J. Special Topics, vol. 225, pp. 2353–2368, 2016. [doi] [Bibtex & Downloads]
Hydrodynamic synchronization of flagellar oscillators
Reference
B M Friedrich, "Hydrodynamic synchronization of flagellar oscillators", In Eur. Phys. J. Special Topics, vol. 225, pp. 2353–2368, 2016. [doi]
Bibtex
@article{Friedrich2016,
author = {Friedrich, B M},
doi = {10.1140/epjst/e2016-60056-4},
journal = {Eur. Phys. J. Special Topics},
pages = {2353–2368},
title = ,
volume = {225},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- G. S. Klindt, Ruloff C., Wagner C., B. M. Friedrich, "The load-response of the flagellar beat", In Phys. Rev. Lett., vol. in press, 2016. [Bibtex & Downloads]
The load-response of the flagellar beat
Reference
G. S. Klindt, Ruloff C., Wagner C., B. M. Friedrich, "The load-response of the flagellar beat", In Phys. Rev. Lett., vol. in press, 2016.
Bibtex
@article{Klindt2016,
author = {Klindt, G. S. and Ruloff C. and Wagner C. and Friedrich, B. M.},
journal = {Phys. Rev. Lett.},
title = ,
volume = {in press},
year = {2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Hafner, Lisa Ziegler, Muhammad Ichwan, Tao Zhang, Maximilian Schneider, Michael Schiffmann, Claudia Thomas, Karsten Hinrichs, Rainer Jordan, Ihsan Amin, "Polymer Brushes: Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion (Adv. Mater. 7/2016)", In Advanced Materials, Wiley Online Library, vol. 28, no. 7, pp. 1330–1330, 2016. [Bibtex & Downloads]
Polymer Brushes: Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion (Adv. Mater. 7/2016)
Reference
Daniel Hafner, Lisa Ziegler, Muhammad Ichwan, Tao Zhang, Maximilian Schneider, Michael Schiffmann, Claudia Thomas, Karsten Hinrichs, Rainer Jordan, Ihsan Amin, "Polymer Brushes: Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion (Adv. Mater. 7/2016)", In Advanced Materials, Wiley Online Library, vol. 28, no. 7, pp. 1330–1330, 2016.
Bibtex
@article{hafner2016polymer,
title={Polymer Brushes: Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion (Adv. Mater. 7/2016)},
author={Hafner, Daniel and Ziegler, Lisa and Ichwan, Muhammad and Zhang, Tao and Schneider, Maximilian and Schiffmann, Michael and Thomas, Claudia and Hinrichs, Karsten and Jordan, Rainer and Amin, Ihsan},
journal={Advanced Materials},
volume={28},
number={7},
pages={1330--1330},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Organic / Polymer Path, Organic / Polymer Path
Permalink
- Richard Weichelt, Susanne Leubner, Anja Henning-Knechtel, Michael Mertig, Nikolai Gaponik, Thorsten-Lars Schmidt, Alexander Eychmüller, "Methods to Characterize the Oligonucleotide Functionalization of Quantum Dots", In Small, Wiley Online Library, vol. 12, no. 34, pp. 4763–4771, 2016. [Bibtex & Downloads]
Methods to Characterize the Oligonucleotide Functionalization of Quantum Dots
Reference
Richard Weichelt, Susanne Leubner, Anja Henning-Knechtel, Michael Mertig, Nikolai Gaponik, Thorsten-Lars Schmidt, Alexander Eychmüller, "Methods to Characterize the Oligonucleotide Functionalization of Quantum Dots", In Small, Wiley Online Library, vol. 12, no. 34, pp. 4763–4771, 2016.
Bibtex
@article{weichelt2016methods,
title={Methods to Characterize the Oligonucleotide Functionalization of Quantum Dots},
author={Weichelt, Richard and Leubner, Susanne and Henning-Knechtel, Anja and Mertig, Michael and Gaponik, Nikolai and Schmidt, Thorsten-Lars and Eychm{\"u}ller, Alexander},
journal={Small},
volume={12},
number={34},
pages={4763--4771},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path
Permalink
- Vladimir Sayevich, Bin Cai, Albrecht Benad, Danny Haubold, Luisa Sonntag, Nikolai Gaponik, Vladimir Lesnyak, Alexander Eychmüller, "3D Assembly of All-Inorganic Colloidal Nanocrystals into Gels and Aerogels", In Angewandte Chemie International Edition, Wiley Online Library, vol. 55, no. 21, pp. 6334–6338, 2016. [Bibtex & Downloads]
3D Assembly of All-Inorganic Colloidal Nanocrystals into Gels and Aerogels
Reference
Vladimir Sayevich, Bin Cai, Albrecht Benad, Danny Haubold, Luisa Sonntag, Nikolai Gaponik, Vladimir Lesnyak, Alexander Eychmüller, "3D Assembly of All-Inorganic Colloidal Nanocrystals into Gels and Aerogels", In Angewandte Chemie International Edition, Wiley Online Library, vol. 55, no. 21, pp. 6334–6338, 2016.
Bibtex
@article{sayevich20163d,
title={3D Assembly of All-Inorganic Colloidal Nanocrystals into Gels and Aerogels},
author={Sayevich, Vladimir and Cai, Bin and Benad, Albrecht and Haubold, Danny and Sonntag, Luisa and Gaponik, Nikolai and Lesnyak, Vladimir and Eychm{\"u}ller, Alexander},
journal={Angewandte Chemie International Edition},
volume={55},
number={21},
pages={6334--6338},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- Marius Toader, Sascha Hermann, Linda Scharfenberg, Martin Hartmann, Michael Mertig, Stefan E Schulz, Thomas Gessner, "Competitive Impact of Nanotubes Assembly and Contact Electrodes on the Performance of CNT-based FETs", In The Journal of Physical Chemistry C, ACS Publications, 2016. [Bibtex & Downloads]
Competitive Impact of Nanotubes Assembly and Contact Electrodes on the Performance of CNT-based FETs
Reference
Marius Toader, Sascha Hermann, Linda Scharfenberg, Martin Hartmann, Michael Mertig, Stefan E Schulz, Thomas Gessner, "Competitive Impact of Nanotubes Assembly and Contact Electrodes on the Performance of CNT-based FETs", In The Journal of Physical Chemistry C, ACS Publications, 2016.
Bibtex
@article{toader2016competitive,
title={Competitive Impact of Nanotubes Assembly and Contact Electrodes on the Performance of CNT-based FETs},
author={Toader, Marius and Hermann, Sascha and Scharfenberg, Linda and Hartmann, Martin and Mertig, Michael and Schulz, Stefan E and Gessner, Thomas},
journal={The Journal of Physical Chemistry C},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Carbon Path, Carbon Path
Permalink
- Franz Selzer, Carlo Floresca, David Kneppe, Ludwig Bormann, Christoph Sachse, Nelli Weiß, Alexander Eychmüller, Aram Amassian, Lars Müller-Meskamp, Karl Leo, "Electrical limit of silver nanowire electrodes: Direct measurement of the nanowire junction resistance", In Applied Physics Letters, AIP Publishing, vol. 108, no. 16, pp. 163302, 2016. [Bibtex & Downloads]
Electrical limit of silver nanowire electrodes: Direct measurement of the nanowire junction resistance
Reference
Franz Selzer, Carlo Floresca, David Kneppe, Ludwig Bormann, Christoph Sachse, Nelli Weiß, Alexander Eychmüller, Aram Amassian, Lars Müller-Meskamp, Karl Leo, "Electrical limit of silver nanowire electrodes: Direct measurement of the nanowire junction resistance", In Applied Physics Letters, AIP Publishing, vol. 108, no. 16, pp. 163302, 2016.
Bibtex
@article{selzer2016electrical,
title={Electrical limit of silver nanowire electrodes: Direct measurement of the nanowire junction resistance},
author={Selzer, Franz and Floresca, Carlo and Kneppe, David and Bormann, Ludwig and Sachse, Christoph and Wei{\ss}, Nelli and Eychm{\"u}ller, Alexander and Amassian, Aram and M{\"u}ller-Meskamp, Lars and Leo, Karl},
journal={Applied Physics Letters},
volume={108},
number={16},
pages={163302},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Organic / Polymer Path
Permalink
- T. Kämpfe, A. Haußmann, LM Eng, P. Reichenbach, A. Thiessen, T. Woike, R. Steudtner, "Time-resolved photoluminescence spectroscopy of Nb Nb 4+ and O- polarons in LiNbO 3 single crystals", In Physical Review B, APS, vol. 93, no. 17, pp. 174116, 2016. [Bibtex & Downloads]
Time-resolved photoluminescence spectroscopy of Nb Nb 4+ and O- polarons in LiNbO 3 single crystals
Reference
T. Kämpfe, A. Haußmann, LM Eng, P. Reichenbach, A. Thiessen, T. Woike, R. Steudtner, "Time-resolved photoluminescence spectroscopy of Nb Nb 4+ and O- polarons in LiNbO 3 single crystals", In Physical Review B, APS, vol. 93, no. 17, pp. 174116, 2016.
Bibtex
@article{kampfe2016time,
title={Time-resolved photoluminescence spectroscopy of Nb Nb 4+ and O- polarons in LiNbO 3 single crystals},
author={K{\"a}mpfe, T and Hau{\ss}mann, A and Eng, LM and Reichenbach, P and Thiessen, A and Woike, T and Steudtner, R},
journal={Physical Review B},
volume={93},
number={17},
pages={174116},
year={2016},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Carbon Path
Permalink
- Ralf Schneider, Florian Weigert, Vladimir Lesnyak, Susanne Leubner, Tommy Lorenz, Thomas Behnke, Aliaksei Dubavik, Jan-Ole Joswig, Ute Resch-Genger, Nikolai Gaponik, others, "pH and Concentration Dependence of the Optical Properties of Thiol-Capped CdTe Nanocrystals in Water and D 2 O", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
pH and Concentration Dependence of the Optical Properties of Thiol-Capped CdTe Nanocrystals in Water and D 2 O
Reference
Ralf Schneider, Florian Weigert, Vladimir Lesnyak, Susanne Leubner, Tommy Lorenz, Thomas Behnke, Aliaksei Dubavik, Jan-Ole Joswig, Ute Resch-Genger, Nikolai Gaponik, others, "pH and Concentration Dependence of the Optical Properties of Thiol-Capped CdTe Nanocrystals in Water and D 2 O", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, 2016.
Bibtex
@article{schneider2016ph,
title={pH and Concentration Dependence of the Optical Properties of Thiol-Capped CdTe Nanocrystals in Water and D 2 O},
author={Schneider, Ralf and Weigert, Florian and Lesnyak, Vladimir and Leubner, Susanne and Lorenz, Tommy and Behnke, Thomas and Dubavik, Aliaksei and Joswig, Jan-Ole and Resch-Genger, Ute and Gaponik, Nikolai and others},
journal={Physical Chemistry Chemical Physics},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path
Permalink
- Stefanie Roos, Martin Beck, Thorsten Strufe, "Anonymous Addresses for Efficient and Resilient Routing in F2F Overlays", In Proceeding: IEEE INFOCOM, 2016. [Bibtex & Downloads]
Anonymous Addresses for Efficient and Resilient Routing in F2F Overlays
Reference
Stefanie Roos, Martin Beck, Thorsten Strufe, "Anonymous Addresses for Efficient and Resilient Routing in F2F Overlays", In Proceeding: IEEE INFOCOM, 2016.
Bibtex
@inproceedings{roos16anonymous,
title = {Anonymous Addresses for Efficient and Resilient Routing in F2F Overlays},
author = {Stefanie Roos and Martin Beck and Thorsten Strufe},
booktitle = {IEEE INFOCOM},
year = 2016
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pascal Brueckner, Martin Beck, Thorsten Strufe, "Poster: Increasing the Exposure of Honeypots", In Proceeding: Research in Attack, Intrusions, and Defenses (RAID), 2016. [Bibtex & Downloads]
Poster: Increasing the Exposure of Honeypots
Reference
Pascal Brueckner, Martin Beck, Thorsten Strufe, "Poster: Increasing the Exposure of Honeypots", In Proceeding: Research in Attack, Intrusions, and Defenses (RAID), 2016.
Bibtex
@inproceedings{brueckner16increasing,
title = {Poster: Increasing the Exposure of Honeypots},
author = {Pascal Brueckner and Martin Beck and Thorsten Strufe},
booktitle = {Research in Attack, Intrusions, and Defenses (RAID)},
year = 2016
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christoph Hofmann, Elke Franz, Silvia Santini, "Open Problems in Network Security: IFIP WG 11.4 International Workshop, iNetSec 2015, Zurich, Switzerland, October 29, 2015, Revised Selected Papers", Springer International Publishing, pp. 11–25, Cham, 2016. [doi] [Bibtex & Downloads]
Open Problems in Network Security: IFIP WG 11.4 International Workshop, iNetSec 2015, Zurich, Switzerland, October 29, 2015, Revised Selected Papers
Reference
Christoph Hofmann, Elke Franz, Silvia Santini, "Open Problems in Network Security: IFIP WG 11.4 International Workshop, iNetSec 2015, Zurich, Switzerland, October 29, 2015, Revised Selected Papers", Springer International Publishing, pp. 11–25, Cham, 2016. [doi]
Bibtex
@INBOOK{HoFS_16,
chapter = {A Metric for Adaptive Routing on Trustworthy Paths},
pages = {11--25},
title = {Open Problems in Network Security: IFIP WG 11.4 International Workshop, iNetSec 2015, Zurich, Switzerland, October 29, 2015, Revised Selected Papers},
publisher = {Springer International Publishing},
year = {2016},
editor = {Camenisch, Jan and Kesdo{\u{g}}an, Do{\u{g}}an},
author = {Hofmann, Christoph and Franz, Elke and Santini, Silvia},
address = {Cham},
doi = {10.1007/978-3-319-39028-4_2},
isbn = {978-3-319-39028-4},
owner = {ef1},
timestamp = {2016.06.01},
url = {http://dx.doi.org/10.1007/978-3-319-39028-4_2}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Pfennig, E. Franz, "eSPOC: enhanced Secure Practical Network Coding for Better Efficiency and Lower Latency", In Proceeding: Proc. of GlobeCom NetCod 2016 (to appear), 2016. [Bibtex & Downloads]
eSPOC: enhanced Secure Practical Network Coding for Better Efficiency and Lower Latency
Reference
S. Pfennig, E. Franz, "eSPOC: enhanced Secure Practical Network Coding for Better Efficiency and Lower Latency", In Proceeding: Proc. of GlobeCom NetCod 2016 (to appear), 2016.
Bibtex
@INPROCEEDINGS{PfFr_16,
author = {S. Pfennig and E. Franz},
title = {eSPOC: enhanced Secure Practical Network Coding for Better Efficiency and Lower Latency},
booktitle = {Proc. of GlobeCom NetCod 2016 (to appear)},
year = {2016},
owner = {spfennig},
timestamp = {2016.08.10}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza, "Reasoning in Fuzzy Description Logics using Automata", In Fuzzy Sets and Systems, vol. 298, pp. 22-43, 2016. [doi] [Bibtex & Downloads]
Reasoning in Fuzzy Description Logics using Automata
Reference
Stefan Borgwardt, Rafael Peñaloza, "Reasoning in Fuzzy Description Logics using Automata", In Fuzzy Sets and Systems, vol. 298, pp. 22-43, 2016. [doi]
Bibtex
@Article{journals/fss/BorgwardtP16,
author = {Stefan Borgwardt and Rafael Pe{\~{n}}aloza},
title = {Reasoning in Fuzzy Description Logics using Automata},
volume = 298,
year = 2016,
pages = {22-43},
doi = {10.1016/j.fss.2015.07.013},
url = {http://dx.doi.org/10.1016/j.fss.2015.07.013},
journal = {Fuzzy Sets and Systems},
}Downloads
No Downloads available for this publication
Permalink
- Franz Baader, Pavlos Marantidis, Alexander Okhotin, "Approximate Unification in the Description Logic FL_0", Logics in Artificial Intelligence - 15th European Conference, JELIA 2016, Larnaca, Cyprus, November 9-11, 2016, Proceedings (Loizos Michael and Antonis C. Kakas), vol. 10021, pp. 49-63, 2016. [doi] [Bibtex & Downloads]
Approximate Unification in the Description Logic FL_0
Reference
Franz Baader, Pavlos Marantidis, Alexander Okhotin, "Approximate Unification in the Description Logic FL_0", Logics in Artificial Intelligence - 15th European Conference, JELIA 2016, Larnaca, Cyprus, November 9-11, 2016, Proceedings (Loizos Michael and Antonis C. Kakas), vol. 10021, pp. 49-63, 2016. [doi]
Bibtex
@InProceedings{conf/jelia/BaaderMO16,
author = {Franz Baader and Pavlos Marantidis and Alexander Okhotin},
title = {Approximate Unification in the Description Logic FL\_0},
booktitle = {Logics in Artificial Intelligence - 15th European Conference, {JELIA} 2016, Larnaca, Cyprus, November 9-11, 2016, Proceedings},
pages = {49-63},
doi = {10.1007/978-3-319-48758-8_4},
url = {http://dx.doi.org/10.1007/978-3-319-48758-8_4},
editor = {Loizos Michael and Antonis C. Kakas},
series = {Lecture Notes in Computer Science},
volume = {10021},
year = {2016},
isbn = {978-3-319-48757-1},
}Downloads
No Downloads available for this publication
Permalink
- Philipp Müller, Ronny Grünker, Volodymyr Bon, Martin Pfeffermann, Irena Senkovska, Manfred S Weiss, Xinliang Feng, Stefan Kaskel, "Topological control of 3, 4-connected frameworks based on the Cu 2-paddle-wheel node: tbo or pto, and why?", In CrystEngComm, Royal Society of Chemistry, vol. 18, no. 42, pp. 8164–8171, 2016. [Bibtex & Downloads]
Topological control of 3, 4-connected frameworks based on the Cu 2-paddle-wheel node: tbo or pto, and why?
Reference
Philipp Müller, Ronny Grünker, Volodymyr Bon, Martin Pfeffermann, Irena Senkovska, Manfred S Weiss, Xinliang Feng, Stefan Kaskel, "Topological control of 3, 4-connected frameworks based on the Cu 2-paddle-wheel node: tbo or pto, and why?", In CrystEngComm, Royal Society of Chemistry, vol. 18, no. 42, pp. 8164–8171, 2016.
Bibtex
@article{muller2016topological,
title={Topological control of 3, 4-connected frameworks based on the Cu 2-paddle-wheel node: tbo or pto, and why?},
author={M{\"u}ller, Philipp and Gr{\"u}nker, Ronny and Bon, Volodymyr and Pfeffermann, Martin and Senkovska, Irena and Weiss, Manfred S and Feng, Xinliang and Kaskel, Stefan},
journal={CrystEngComm},
volume={18},
number={42},
pages={8164--8171},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Organic / Polymer Path, Prof. Feng
Permalink
- Xiao-Ye Wang, Xin-Chang Wang, Akimitsu Narita, Manfred Wagner, Xiao-Yu Cao, Xinliang Feng, Klaus Müllen, "Synthesis, Structure, and Chiroptical Properties of a Double [7] Heterohelicene", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 39, pp. 12783–12786, 2016. [Bibtex & Downloads]
Synthesis, Structure, and Chiroptical Properties of a Double [7] Heterohelicene
Reference
Xiao-Ye Wang, Xin-Chang Wang, Akimitsu Narita, Manfred Wagner, Xiao-Yu Cao, Xinliang Feng, Klaus Müllen, "Synthesis, Structure, and Chiroptical Properties of a Double [7] Heterohelicene", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 39, pp. 12783–12786, 2016.
Bibtex
@article{wang2016synthesis,
title={Synthesis, Structure, and Chiroptical Properties of a Double [7] Heterohelicene},
author={Wang, Xiao-Ye and Wang, Xin-Chang and Narita, Akimitsu and Wagner, Manfred and Cao, Xiao-Yu and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={138},
number={39},
pages={12783--12786},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Yunbin Hu, Xiao-Ye Wang, Pi-Xian Peng, Xin-Chang Wang, Xiao-Yu Cao, Xinliang Feng, Klaus Müllen, Akimitsu Narita, "Benzanelliertes Doppel-[7] Carbohelicen: Synthese, Struktur und physikochemische Eigenschaften", In Angewandte Chemie, Wiley Online Library, 2016. [Bibtex & Downloads]
Benzanelliertes Doppel-[7] Carbohelicen: Synthese, Struktur und physikochemische Eigenschaften
Reference
Yunbin Hu, Xiao-Ye Wang, Pi-Xian Peng, Xin-Chang Wang, Xiao-Yu Cao, Xinliang Feng, Klaus Müllen, Akimitsu Narita, "Benzanelliertes Doppel-[7] Carbohelicen: Synthese, Struktur und physikochemische Eigenschaften", In Angewandte Chemie, Wiley Online Library, 2016.
Bibtex
@article{hu2016benzanelliertes,
title={Benzanelliertes Doppel-[7] Carbohelicen: Synthese, Struktur und physikochemische Eigenschaften},
author={Hu, Yunbin and Wang, Xiao-Ye and Peng, Pi-Xian and Wang, Xin-Chang and Cao, Xiao-Yu and Feng, Xinliang and M{\"u}llen, Klaus and Narita, Akimitsu},
journal={Angewandte Chemie},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Hongyan Li, Yang Hou, Faxing Wang, Martin R Lohe, Xiaodong Zhuang, Li Niu, Xinliang Feng, "Flexible All-Solid-State Supercapacitors with High Volumetric Capacitances Boosted by Solution Processable MXene and Electrochemically Exfoliated Graphene", In Advanced Energy Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Flexible All-Solid-State Supercapacitors with High Volumetric Capacitances Boosted by Solution Processable MXene and Electrochemically Exfoliated Graphene
Reference
Hongyan Li, Yang Hou, Faxing Wang, Martin R Lohe, Xiaodong Zhuang, Li Niu, Xinliang Feng, "Flexible All-Solid-State Supercapacitors with High Volumetric Capacitances Boosted by Solution Processable MXene and Electrochemically Exfoliated Graphene", In Advanced Energy Materials, Wiley Online Library, 2016.
Bibtex
@article{li2016flexible,
title={Flexible All-Solid-State Supercapacitors with High Volumetric Capacitances Boosted by Solution Processable MXene and Electrochemically Exfoliated Graphene},
author={Li, Hongyan and Hou, Yang and Wang, Faxing and Lohe, Martin R and Zhuang, Xiaodong and Niu, Li and Feng, Xinliang},
journal={Advanced Energy Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Paolo Samorì, Vincenzo Palermo, Xinliang Feng, "Chemical Approaches to 2D Materials", In Advanced Materials, Wiley Online Library, vol. 28, no. 29, pp. 6027–6029, 2016. [Bibtex & Downloads]
Chemical Approaches to 2D Materials
Reference
Paolo Samorì, Vincenzo Palermo, Xinliang Feng, "Chemical Approaches to 2D Materials", In Advanced Materials, Wiley Online Library, vol. 28, no. 29, pp. 6027–6029, 2016.
Bibtex
@article{samori2016chemical,
title={Chemical Approaches to 2D Materials},
author={Samor{\`\i}, Paolo and Palermo, Vincenzo and Feng, Xinliang},
journal={Advanced Materials},
volume={28},
number={29},
pages={6027--6029},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Carlos Sánchez-Sánchez, Thomas Dienel, Okan Deniz, Pascal Ruffieux, Reinhard Berger, Xinliang Feng, Klaus Müllen, Roman Fasel, "Purely Armchair or Partially Chiral: Noncontact Atomic Force Microscopy Characterization of Dibromo-Bianthryl-Based Graphene Nanoribbons Grown on Cu (111)", In ACS nano, ACS Publications, vol. 10, no. 8, pp. 8006–8011, 2016. [Bibtex & Downloads]
Purely Armchair or Partially Chiral: Noncontact Atomic Force Microscopy Characterization of Dibromo-Bianthryl-Based Graphene Nanoribbons Grown on Cu (111)
Reference
Carlos Sánchez-Sánchez, Thomas Dienel, Okan Deniz, Pascal Ruffieux, Reinhard Berger, Xinliang Feng, Klaus Müllen, Roman Fasel, "Purely Armchair or Partially Chiral: Noncontact Atomic Force Microscopy Characterization of Dibromo-Bianthryl-Based Graphene Nanoribbons Grown on Cu (111)", In ACS nano, ACS Publications, vol. 10, no. 8, pp. 8006–8011, 2016.
Bibtex
@article{sanchez2016purely,
title={Purely Armchair or Partially Chiral: Noncontact Atomic Force Microscopy Characterization of Dibromo-Bianthryl-Based Graphene Nanoribbons Grown on Cu (111)},
author={S{\'a}nchez-S{\'a}nchez, Carlos and Dienel, Thomas and Deniz, Okan and Ruffieux, Pascal and Berger, Reinhard and Feng, Xinliang and Müllen, Klaus and Fasel, Roman},
journal={ACS nano},
volume={10},
number={8},
pages={8006--8011},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Organic / Polymer Path
Permalink
- Yunbin Hu, Xiao-Ye Wang, Pi-Xian Peng, Xin-Chang Wang, Xiao-Yu Cao, Xinliang Feng, Klaus Müllen, Akimitsu Narita, "Benzo-Fused Double [7] Carbohelicene: Synthesis, Structures, and Physicochemical Properties", In Angewandte Chemie International Edition, Wiley Online Library, 2016. [Bibtex & Downloads]
Benzo-Fused Double [7] Carbohelicene: Synthesis, Structures, and Physicochemical Properties
Reference
Yunbin Hu, Xiao-Ye Wang, Pi-Xian Peng, Xin-Chang Wang, Xiao-Yu Cao, Xinliang Feng, Klaus Müllen, Akimitsu Narita, "Benzo-Fused Double [7] Carbohelicene: Synthesis, Structures, and Physicochemical Properties", In Angewandte Chemie International Edition, Wiley Online Library, 2016.
Bibtex
@article{hu2016benzo,
title={Benzo-Fused Double [7] Carbohelicene: Synthesis, Structures, and Physicochemical Properties},
author={Hu, Yunbin and Wang, Xiao-Ye and Peng, Pi-Xian and Wang, Xin-Chang and Cao, Xiao-Yu and Feng, Xinliang and M{\"u}llen, Klaus and Narita, Akimitsu},
journal={Angewandte Chemie International Edition},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Yafei He, Dominik Gehrig, Fan Zhang, Chenbao Lu, Chao Zhang, Ming Cai, Yuanyuan Wang, Frédéric Laquai, Xiaodong Zhuang, Xinliang Feng, "Highly Efficient Electrocatalysts for Oxygen Reduction Reaction Based on 1D Ternary Doped Porous Carbons Derived from Carbon Nanotube Directed Conjugated Microporous Polymers", In Advanced Functional Materials, Wiley Online Library, vol. 26, no. 45, pp. 8255–8265, 2016. [Bibtex & Downloads]
Highly Efficient Electrocatalysts for Oxygen Reduction Reaction Based on 1D Ternary Doped Porous Carbons Derived from Carbon Nanotube Directed Conjugated Microporous Polymers
Reference
Yafei He, Dominik Gehrig, Fan Zhang, Chenbao Lu, Chao Zhang, Ming Cai, Yuanyuan Wang, Frédéric Laquai, Xiaodong Zhuang, Xinliang Feng, "Highly Efficient Electrocatalysts for Oxygen Reduction Reaction Based on 1D Ternary Doped Porous Carbons Derived from Carbon Nanotube Directed Conjugated Microporous Polymers", In Advanced Functional Materials, Wiley Online Library, vol. 26, no. 45, pp. 8255–8265, 2016.
Bibtex
@article{he2016highly,
title={Highly Efficient Electrocatalysts for Oxygen Reduction Reaction Based on 1D Ternary Doped Porous Carbons Derived from Carbon Nanotube Directed Conjugated Microporous Polymers},
author={He, Yafei and Gehrig, Dominik and Zhang, Fan and Lu, Chenbao and Zhang, Chao and Cai, Ming and Wang, Yuanyuan and Laquai, Fr{\'e}d{\'e}ric and Zhuang, Xiaodong and Feng, Xinliang},
journal={Advanced Functional Materials},
volume={26},
number={45},
pages={8255--8265},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Organic / Polymer Path, Prof. Feng
Permalink
- Zhong-Shuai Wu, Yijun Zheng, Shuanghao Zheng, Sen Wang, Chenglin Sun, Khaled Parvez, Taichi Ikeda, Xinhe Bao, Klaus Müllen, Xinliang Feng, "Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance
Reference
Zhong-Shuai Wu, Yijun Zheng, Shuanghao Zheng, Sen Wang, Chenglin Sun, Khaled Parvez, Taichi Ikeda, Xinhe Bao, Klaus Müllen, Xinliang Feng, "Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{wu2016stacked,
title={Stacked-Layer Heterostructure Films of 2D Thiophene Nanosheets and Graphene for High-Rate All-Solid-State Pseudocapacitors with Enhanced Volumetric Capacitance},
author={Wu, Zhong-Shuai and Zheng, Yijun and Zheng, Shuanghao and Wang, Sen and Sun, Chenglin and Parvez, Khaled and Ikeda, Taichi and Bao, Xinhe and M{\"u}llen, Klaus and Feng, Xinliang},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Yi Liu, Akimitsu Narita, Joan Teyssandier, Manfred Wagner, Steven De Feyter, Xinliang Feng, Klaus Müllen, "A Shape-Persistent Polyphenylene Spoked Wheel", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 48, pp. 15539–15542, 2016. [Bibtex & Downloads]
A Shape-Persistent Polyphenylene Spoked Wheel
Reference
Yi Liu, Akimitsu Narita, Joan Teyssandier, Manfred Wagner, Steven De Feyter, Xinliang Feng, Klaus Müllen, "A Shape-Persistent Polyphenylene Spoked Wheel", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 48, pp. 15539–15542, 2016.
Bibtex
@article{liu2016shape,
title={A Shape-Persistent Polyphenylene Spoked Wheel},
author={Liu, Yi and Narita, Akimitsu and Teyssandier, Joan and Wagner, Manfred and De Feyter, Steven and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={138},
number={48},
pages={15539--15542},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Wanzheng Zhang, Fan Zhang, Ruizhi Tang, Yubin Fu, Xinyang Wang, Xiaodong Zhuang, Gufeng He, Xinliang Feng, "Angular BN-Heteroacenes with syn-Structure-Induced Promising Properties as Host Materials of Blue Organic Light-Emitting Diodes", In Organic Letters, ACS Publications, vol. 18, no. 15, pp. 3618–3621, 2016. [Bibtex & Downloads]
Angular BN-Heteroacenes with syn-Structure-Induced Promising Properties as Host Materials of Blue Organic Light-Emitting Diodes
Reference
Wanzheng Zhang, Fan Zhang, Ruizhi Tang, Yubin Fu, Xinyang Wang, Xiaodong Zhuang, Gufeng He, Xinliang Feng, "Angular BN-Heteroacenes with syn-Structure-Induced Promising Properties as Host Materials of Blue Organic Light-Emitting Diodes", In Organic Letters, ACS Publications, vol. 18, no. 15, pp. 3618–3621, 2016.
Bibtex
@article{zhang2016angular,
title={Angular BN-Heteroacenes with syn-Structure-Induced Promising Properties as Host Materials of Blue Organic Light-Emitting Diodes},
author={Zhang, Wanzheng and Zhang, Fan and Tang, Ruizhi and Fu, Yubin and Wang, Xinyang and Zhuang, Xiaodong and He, Gufeng and Feng, Xinliang},
journal={Organic Letters},
volume={18},
number={15},
pages={3618--3621},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Jian Zhang, Tao Wang, Pan Liu, Shaohua Liu, Renhao Dong, Xiaodong Zhuang, Mingwei Chen, Xinliang Feng, "Engineering water dissociation sites in MoS 2 nanosheets for accelerated electrocatalytic hydrogen production", In Energy & Environmental Science, Royal Society of Chemistry, vol. 9, no. 9, pp. 2789–2793, 2016. [Bibtex & Downloads]
Engineering water dissociation sites in MoS 2 nanosheets for accelerated electrocatalytic hydrogen production
Reference
Jian Zhang, Tao Wang, Pan Liu, Shaohua Liu, Renhao Dong, Xiaodong Zhuang, Mingwei Chen, Xinliang Feng, "Engineering water dissociation sites in MoS 2 nanosheets for accelerated electrocatalytic hydrogen production", In Energy & Environmental Science, Royal Society of Chemistry, vol. 9, no. 9, pp. 2789–2793, 2016.
Bibtex
@article{zhang2016engineering,
title={Engineering water dissociation sites in MoS 2 nanosheets for accelerated electrocatalytic hydrogen production},
author={Zhang, Jian and Wang, Tao and Liu, Pan and Liu, Shaohua and Dong, Renhao and Zhuang, Xiaodong and Chen, Mingwei and Feng, Xinliang},
journal={Energy \& Environmental Science},
volume={9},
number={9},
pages={2789--2793},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Jia Liu, Thomas Dienel, Junzhi Liu, Oliver Groening, Jinming Cai, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Building Pentagons into Graphenic Structures by On-Surface Polymerization and Aromatic Cyclodehydrogenation of Phenyl-Substituted Polycyclic Aromatic Hydrocarbons", In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 31, pp. 17588–17593, 2016. [Bibtex & Downloads]
Building Pentagons into Graphenic Structures by On-Surface Polymerization and Aromatic Cyclodehydrogenation of Phenyl-Substituted Polycyclic Aromatic Hydrocarbons
Reference
Jia Liu, Thomas Dienel, Junzhi Liu, Oliver Groening, Jinming Cai, Xinliang Feng, Klaus Müllen, Pascal Ruffieux, Roman Fasel, "Building Pentagons into Graphenic Structures by On-Surface Polymerization and Aromatic Cyclodehydrogenation of Phenyl-Substituted Polycyclic Aromatic Hydrocarbons", In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 31, pp. 17588–17593, 2016.
Bibtex
@article{liu2016building,
title={Building Pentagons into Graphenic Structures by On-Surface Polymerization and Aromatic Cyclodehydrogenation of Phenyl-Substituted Polycyclic Aromatic Hydrocarbons},
author={Liu, Jia and Dienel, Thomas and Liu, Junzhi and Groening, Oliver and Cai, Jinming and Feng, Xinliang and Müllen, Klaus and Ruffieux, Pascal and Fasel, Roman},
journal={The Journal of Physical Chemistry C},
volume={120},
number={31},
pages={17588--17593},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Xiao-Ye Wang, Akimitsu Narita, Wen Zhang, Xinliang Feng, Klaus Müllen, "Synthesis of Stable Nanographenes with OBO-Doped Zigzag Edges Based on Tandem Demethylation-Electrophilic Borylation", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 29, pp. 9021–9024, 2016. [Bibtex & Downloads]
Synthesis of Stable Nanographenes with OBO-Doped Zigzag Edges Based on Tandem Demethylation-Electrophilic Borylation
Reference
Xiao-Ye Wang, Akimitsu Narita, Wen Zhang, Xinliang Feng, Klaus Müllen, "Synthesis of Stable Nanographenes with OBO-Doped Zigzag Edges Based on Tandem Demethylation-Electrophilic Borylation", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 29, pp. 9021–9024, 2016.
Bibtex
@article{wang2016synthesis,
title={Synthesis of Stable Nanographenes with OBO-Doped Zigzag Edges Based on Tandem Demethylation-Electrophilic Borylation},
author={Wang, Xiao-Ye and Narita, Akimitsu and Zhang, Wen and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={138},
number={29},
pages={9021--9024},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Xinliang Feng, "Hauchdünne Kohlenstoffmaterialien für High-Tech-Anwendungen-2.5 D...", In Dresdner Transferbrief, 2016. [Bibtex & Downloads]
Hauchdünne Kohlenstoffmaterialien für High-Tech-Anwendungen-2.5 D...
Reference
Xinliang Feng, "Hauchdünne Kohlenstoffmaterialien für High-Tech-Anwendungen-2.5 D...", In Dresdner Transferbrief, 2016.
Bibtex
@article{feng2016hauchdunne,
title={Hauchd{\"u}nne Kohlenstoffmaterialien f{\"u}r High-Tech-Anwendungen-2.5 D...},
author={Feng, Xinliang},
journal={Dresdner Transferbrief},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng
Permalink
- Jörg Stiller, "Robust multigrid for high-order discontinuous Galerkin methods: A fast Poisson solver suitable for high-aspect ratio Cartesian grids", In arXiv preprint arXiv:1603.02524, 2016. [Bibtex & Downloads]
Robust multigrid for high-order discontinuous Galerkin methods: A fast Poisson solver suitable for high-aspect ratio Cartesian grids
Reference
Jörg Stiller, "Robust multigrid for high-order discontinuous Galerkin methods: A fast Poisson solver suitable for high-aspect ratio Cartesian grids", In arXiv preprint arXiv:1603.02524, 2016.
Bibtex
@article{stiller2016robust,
title={Robust multigrid for high-order discontinuous Galerkin methods: A fast Poisson solver suitable for high-aspect ratio Cartesian grids},
author={Stiller, J{\"o}rg},
journal={arXiv preprint arXiv:1603.02524},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Orchestration Path
Permalink
- Christel Baier, Stefan Kiefer, Joachim Klein, Sascha Klüppelholz, David Müller, James Worrell, "Markov Chains and Unambiguous B$\backslash$" uchi Automata", In arXiv preprint arXiv:1605.00950, 2016. [Bibtex & Downloads]
Markov Chains and Unambiguous B$\backslash$" uchi Automata
Reference
Christel Baier, Stefan Kiefer, Joachim Klein, Sascha Klüppelholz, David Müller, James Worrell, "Markov Chains and Unambiguous B$\backslash$" uchi Automata", In arXiv preprint arXiv:1605.00950, 2016.
Bibtex
@article{baier2016markov,
title={Markov Chains and Unambiguous B$\backslash$" uchi Automata},
author={Baier, Christel and Kiefer, Stefan and Klein, Joachim and Kl{\"u}ppelholz, Sascha and M{\"u}ller, David and Worrell, James},
journal={arXiv preprint arXiv:1605.00950},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path, other
Permalink
- Sebastian Haas, Oliver Arnold, Stefan Scholze, Sebastian Höppner, Georg Ellguth, Andreas Dixius, Annett Ungethüm, Eric Mier, Benedikt Nöthen, Emil Matúš, others, "A database accelerator for energy-efficient query processing and optimization", In Proceeding: Nordic Circuits and Systems Conference (NORCAS), 2016 IEEE, pp. 1–5, 2016. [Bibtex & Downloads]
A database accelerator for energy-efficient query processing and optimization
Reference
Sebastian Haas, Oliver Arnold, Stefan Scholze, Sebastian Höppner, Georg Ellguth, Andreas Dixius, Annett Ungethüm, Eric Mier, Benedikt Nöthen, Emil Matúš, others, "A database accelerator for energy-efficient query processing and optimization", In Proceeding: Nordic Circuits and Systems Conference (NORCAS), 2016 IEEE, pp. 1–5, 2016.
Bibtex
@inproceedings{haas2016database,
title={A database accelerator for energy-efficient query processing and optimization},
author={Haas, Sebastian and Arnold, Oliver and Scholze, Stefan and H{\"o}ppner, Sebastian and Ellguth, Georg and Dixius, Andreas and Ungeth{\"u}m, Annett and Mier, Eric and N{\"o}then, Benedikt and Mat{\'u}{\v{s}}, Emil and others},
booktitle={Nordic Circuits and Systems Conference (NORCAS), 2016 IEEE},
pages={1--5},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Orchestration Path
Permalink
- Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Cascadic Multigrid in a Spectral-Element Context", In PAMM, Wiley Online Library, vol. 16, no. 1, pp. 841–842, 2016. [Bibtex & Downloads]
Cascadic Multigrid in a Spectral-Element Context
Reference
Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Cascadic Multigrid in a Spectral-Element Context", In PAMM, Wiley Online Library, vol. 16, no. 1, pp. 841–842, 2016.
Bibtex
@article{huismann2016cascadic,
title={Cascadic Multigrid in a Spectral-Element Context},
author={Huismann, Immo and Stiller, J{\"o}rg and Fr{\"o}hlich, Jochen},
journal={PAMM},
volume={16},
number={1},
pages={841--842},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Orchestration Path
Permalink
- Joerg Stiller, "Robust Multigrid for Cartesian Interior Penalty DG Formulations of the Poisson Equation in 3D", In arXiv preprint arXiv:1612.04796, 2016. [Bibtex & Downloads]
Robust Multigrid for Cartesian Interior Penalty DG Formulations of the Poisson Equation in 3D
Reference
Joerg Stiller, "Robust Multigrid for Cartesian Interior Penalty DG Formulations of the Poisson Equation in 3D", In arXiv preprint arXiv:1612.04796, 2016.
Bibtex
@article{stiller2016robust,
title={Robust Multigrid for Cartesian Interior Penalty DG Formulations of the Poisson Equation in 3D},
author={Stiller, Joerg},
journal={arXiv preprint arXiv:1612.04796},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, other
Permalink
- Jörg Stiller, "Nonuniformly weighted Schwarz smoothers for spectral element multigrid", In Journal of Scientific Computing, Springer, pp. 1–16, 2016. [Bibtex & Downloads]
Nonuniformly weighted Schwarz smoothers for spectral element multigrid
Reference
Jörg Stiller, "Nonuniformly weighted Schwarz smoothers for spectral element multigrid", In Journal of Scientific Computing, Springer, pp. 1–16, 2016.
Bibtex
@article{stiller2016nonuniformly,
title={Nonuniformly weighted Schwarz smoothers for spectral element multigrid},
author={Stiller, J{\"o}rg},
journal={Journal of Scientific Computing},
pages={1--16},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Orchestration Path
Permalink
- Jan Dirk Leufker, David Fritsche, Guido Belfiore, Corrado Carta, Frank Ellinger, "Multi-Gb/s OOK mm-wave modulator ICs on 28 nm low-power digital CMOS", In Proceeding: Ph. D. Research in Microelectronics and Electronics (PRIME), 2016 12th Conference on, pp. 1–4, 2016. [Bibtex & Downloads]
Multi-Gb/s OOK mm-wave modulator ICs on 28 nm low-power digital CMOS
Reference
Jan Dirk Leufker, David Fritsche, Guido Belfiore, Corrado Carta, Frank Ellinger, "Multi-Gb/s OOK mm-wave modulator ICs on 28 nm low-power digital CMOS", In Proceeding: Ph. D. Research in Microelectronics and Electronics (PRIME), 2016 12th Conference on, pp. 1–4, 2016.
Bibtex
@inproceedings{leufker2016multi,
title={Multi-Gb/s OOK mm-wave modulator ICs on 28 nm low-power digital CMOS},
author={Leufker, Jan Dirk and Fritsche, David and Belfiore, Guido and Carta, Corrado and Ellinger, Frank},
booktitle={Ph. D. Research in Microelectronics and Electronics (PRIME), 2016 12th Conference on},
pages={1--4},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Édgar Roldán, Ana Lisica, Daniel Sánchez-Taltavull, Stephan W Grill, "Stochastic resetting in backtrack recovery by RNA polymerases", In Physical Review E, APS, vol. 93, no. 6, pp. 062411, 2016. [Bibtex & Downloads]
Stochastic resetting in backtrack recovery by RNA polymerases
Reference
Édgar Roldán, Ana Lisica, Daniel Sánchez-Taltavull, Stephan W Grill, "Stochastic resetting in backtrack recovery by RNA polymerases", In Physical Review E, APS, vol. 93, no. 6, pp. 062411, 2016.
Bibtex
@article{roldan2016stochastic,
title={Stochastic resetting in backtrack recovery by RNA polymerases},
author={Rold{\'a}n, {\'E}dgar and Lisica, Ana and S{\'a}nchez-Taltavull, Daniel and Grill, Stephan W},
journal={Physical Review E},
volume={93},
number={6},
pages={062411},
year={2016},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Biological Systems Path, other
Permalink
- Alessio Zappone, Eduard Jorswieck, Amir Leshem, "Distributed resource allocation for energy efficiency in MIMO OFDMA wireless networks", In IEEE Journal on Selected Areas in Communications, IEEE, vol. 34, no. 12, pp. 3451–3465, 2016. [Bibtex & Downloads]
Distributed resource allocation for energy efficiency in MIMO OFDMA wireless networks
Reference
Alessio Zappone, Eduard Jorswieck, Amir Leshem, "Distributed resource allocation for energy efficiency in MIMO OFDMA wireless networks", In IEEE Journal on Selected Areas in Communications, IEEE, vol. 34, no. 12, pp. 3451–3465, 2016.
Bibtex
@article{zappone2016distributed,
title={Distributed resource allocation for energy efficiency in MIMO OFDMA wireless networks},
author={Zappone, Alessio and Jorswieck, Eduard and Leshem, Amir},
journal={IEEE Journal on Selected Areas in Communications},
volume={34},
number={12},
pages={3451--3465},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cong Sun, Eduard Axel Jorswieck, Ya-xiang Yuan, "Sum Rate Maximization for Non-Regenerative MIMO Relay Networks", In IEEE Transactions on Signal Processing, IEEE-INST ELECTRICAL ELECTRONICS ENGINEERS INC 445 HOES LANE, PISCATAWAY, NJ 08855-4141 USA, vol. 64, no. 24, pp. 6392–6405, 2016. [Bibtex & Downloads]
Sum Rate Maximization for Non-Regenerative MIMO Relay Networks
Reference
Cong Sun, Eduard Axel Jorswieck, Ya-xiang Yuan, "Sum Rate Maximization for Non-Regenerative MIMO Relay Networks", In IEEE Transactions on Signal Processing, IEEE-INST ELECTRICAL ELECTRONICS ENGINEERS INC 445 HOES LANE, PISCATAWAY, NJ 08855-4141 USA, vol. 64, no. 24, pp. 6392–6405, 2016.
Bibtex
@article{sun2016sum,
title={Sum Rate Maximization for Non-Regenerative MIMO Relay Networks},
author={Sun, Cong and Jorswieck, Eduard Axel and Yuan, Ya-xiang},
journal={IEEE Transactions on Signal Processing},
volume={64},
number={24},
pages={6392--6405},
year={2016},
publisher={IEEE-INST ELECTRICAL ELECTRONICS ENGINEERS INC 445 HOES LANE, PISCATAWAY, NJ 08855-4141 USA}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sandra Bender, Meik Dörpinghaus, Gerhard Fettweis, "On the Achievable Rate of Bandlimited Continuous-Time AWGN Channels with 1-Bit Output Quantization", In arXiv preprint arXiv:1612.08176, 2016. [Bibtex & Downloads]
On the Achievable Rate of Bandlimited Continuous-Time AWGN Channels with 1-Bit Output Quantization
Reference
Sandra Bender, Meik Dörpinghaus, Gerhard Fettweis, "On the Achievable Rate of Bandlimited Continuous-Time AWGN Channels with 1-Bit Output Quantization", In arXiv preprint arXiv:1612.08176, 2016.
Bibtex
@article{bender2016achievable,
title={On the Achievable Rate of Bandlimited Continuous-Time AWGN Channels with 1-Bit Output Quantization},
author={Bender, Sandra and D{\"o}rpinghaus, Meik and Fettweis, Gerhard},
journal={arXiv preprint arXiv:1612.08176},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus Krötzsch, Tomáš Masopust, Michaël Thomazo, "Complexity of Universality and Related Problems for Partially Ordered NFAs", In arXiv preprint arXiv:1609.03460, 2016. [Bibtex & Downloads]
Complexity of Universality and Related Problems for Partially Ordered NFAs
Reference
Markus Krötzsch, Tomáš Masopust, Michaël Thomazo, "Complexity of Universality and Related Problems for Partially Ordered NFAs", In arXiv preprint arXiv:1609.03460, 2016.
Bibtex
@article{krotzsch2016complexity,
title={Complexity of Universality and Related Problems for Partially Ordered NFAs},
author={Kr{\"o}tzsch, Markus and Masopust, Tom{\'a}{\v{s}} and Thomazo, Micha{\"e}l},
journal={arXiv preprint arXiv:1609.03460},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Goran Muri\'c, Eduard Jorswieck, Christian Scheunert, "Using LTI Dynamics to Identify the Influential Nodes in a Network", In PloS one, Public Library of Science, vol. 11, no. 12, pp. e0168514, 2016. [Bibtex & Downloads]
Using LTI Dynamics to Identify the Influential Nodes in a Network
Reference
Goran Muri\'c, Eduard Jorswieck, Christian Scheunert, "Using LTI Dynamics to Identify the Influential Nodes in a Network", In PloS one, Public Library of Science, vol. 11, no. 12, pp. e0168514, 2016.
Bibtex
@article{muric2016using,
title={Using LTI Dynamics to Identify the Influential Nodes in a Network},
author={Muri{\'c}, Goran and Jorswieck, Eduard and Scheunert, Christian},
journal={PloS one},
volume={11},
number={12},
pages={e0168514},
year={2016},
publisher={Public Library of Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Kaschura, Axel Fischer, Markus P Klinger, Duy Hai Doan, Thomas Koprucki, Annegret Glitzky, Daniel Kasemann, Johannes Widmer, Karl Leo, "Operation mechanism of high performance organic permeable base transistors with an insulated and perforated base electrode", In Journal of Applied Physics, AIP Publishing, vol. 120, no. 9, pp. 094501, 2016. [Bibtex & Downloads]
Operation mechanism of high performance organic permeable base transistors with an insulated and perforated base electrode
Reference
Felix Kaschura, Axel Fischer, Markus P Klinger, Duy Hai Doan, Thomas Koprucki, Annegret Glitzky, Daniel Kasemann, Johannes Widmer, Karl Leo, "Operation mechanism of high performance organic permeable base transistors with an insulated and perforated base electrode", In Journal of Applied Physics, AIP Publishing, vol. 120, no. 9, pp. 094501, 2016.
Bibtex
@article{kaschura2016operation,
title={Operation mechanism of high performance organic permeable base transistors with an insulated and perforated base electrode},
author={Kaschura, Felix and Fischer, Axel and Klinger, Markus P and Doan, Duy Hai and Koprucki, Thomas and Glitzky, Annegret and Kasemann, Daniel and Widmer, Johannes and Leo, Karl},
journal={Journal of Applied Physics},
volume={120},
number={9},
pages={094501},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Permalink
- M. Toader, R. Schubel, M. Hartmann, L. Scharfenberg, R. Jordan, M. Mertig, SE Schulz, T. Gessner, S. Hermann, "Enhancement of carbon nanotube FET performance via direct synthesis of poly (sodium 4-styrenesulfonate) in the transistor channel", In Chemical Physics Letters, Elsevier, vol. 661, pp. 1–5, 2016. [Bibtex & Downloads]
Enhancement of carbon nanotube FET performance via direct synthesis of poly (sodium 4-styrenesulfonate) in the transistor channel
Reference
M. Toader, R. Schubel, M. Hartmann, L. Scharfenberg, R. Jordan, M. Mertig, SE Schulz, T. Gessner, S. Hermann, "Enhancement of carbon nanotube FET performance via direct synthesis of poly (sodium 4-styrenesulfonate) in the transistor channel", In Chemical Physics Letters, Elsevier, vol. 661, pp. 1–5, 2016.
Bibtex
@article{toader2016enhancement,
title={Enhancement of carbon nanotube FET performance via direct synthesis of poly (sodium 4-styrenesulfonate) in the transistor channel},
author={Toader, M and Schubel, R and Hartmann, M and Scharfenberg, L and Jordan, R and Mertig, M and Schulz, SE and Gessner, T and Hermann, S},
journal={Chemical Physics Letters},
volume={661},
pages={1--5},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Carbon Path, Carbon Path
Permalink
- Fatih N Gür, Friedrich W Schwarz, Jingjing Ye, Stefan Diez, Thorsten L Schmidt, "Toward self-assembled plasmonic devices: High-yield arrangement of gold nanoparticles on dna origami templates" , In ACS nano, ACS Publications, vol. 10, no. 5, pp. 5374–5382, 2016. [Bibtex & Downloads]
Toward self-assembled plasmonic devices: High-yield arrangement of gold nanoparticles on dna origami templates
Reference
Fatih N Gür, Friedrich W Schwarz, Jingjing Ye, Stefan Diez, Thorsten L Schmidt, "Toward self-assembled plasmonic devices: High-yield arrangement of gold nanoparticles on dna origami templates" , In ACS nano, ACS Publications, vol. 10, no. 5, pp. 5374–5382, 2016.
Bibtex
@article{gür2016toward,
title={Toward self-assembled plasmonic devices: High-yield arrangement of gold nanoparticles on dna origami templates},
author={Gür, Fatih N and Schwarz, Friedrich W and Ye, Jingjing and Diez, Stefan and Schmidt, Thorsten L},
journal={ACS nano},
volume={10},
number={5},
pages={5374--5382},
year={2016},
publisher={ACS Publications}
}
Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path
Permalink
- Alexander Haußmann, André Gemeinhardt, Mathias Schröder, Thomas Kämpfe, Lukas M Eng, "Bottom-up assembly of molecular nanostructures by means of ferroelectric lithography", In Langmuir, ACS Publications, 2016. [Bibtex & Downloads]
Bottom-up assembly of molecular nanostructures by means of ferroelectric lithography
Reference
Alexander Haußmann, André Gemeinhardt, Mathias Schröder, Thomas Kämpfe, Lukas M Eng, "Bottom-up assembly of molecular nanostructures by means of ferroelectric lithography", In Langmuir, ACS Publications, 2016.
Bibtex
@article{haussmann2016bottom,
title={Bottom-up assembly of molecular nanostructures by means of ferroelectric lithography},
author={Hau{\ss}mann, Alexander and Gemeinhardt, Andr{\'e} and Schr{\"o}der, Mathias and K{\"a}mpfe, Thomas and Eng, Lukas M},
journal={Langmuir},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Carbon Path, Biomolecular-Assembled Circuits Path
Permalink
- Jinbo Pang, Alicja Bachmatiuk, Imad Ibrahim, Lei Fu, Daniela Placha, Grazyna Simha Martynkova, Barbara Trzebicka, Thomas Gemming, Juergen Eckert, Mark H Rümmeli, "CVD growth of 1D and 2D sp2 carbon nanomaterials", In Journal of materials science, Springer, vol. 51, no. 2, pp. 640–667, 2016. [Bibtex & Downloads]
CVD growth of 1D and 2D sp2 carbon nanomaterials
Reference
Jinbo Pang, Alicja Bachmatiuk, Imad Ibrahim, Lei Fu, Daniela Placha, Grazyna Simha Martynkova, Barbara Trzebicka, Thomas Gemming, Juergen Eckert, Mark H Rümmeli, "CVD growth of 1D and 2D sp2 carbon nanomaterials", In Journal of materials science, Springer, vol. 51, no. 2, pp. 640–667, 2016.
Bibtex
@article{pang2016cvd,
title={CVD growth of 1D and 2D sp2 carbon nanomaterials},
author={Pang, Jinbo and Bachmatiuk, Alicja and Ibrahim, Imad and Fu, Lei and Placha, Daniela and Martynkova, Grazyna Simha and Trzebicka, Barbara and Gemming, Thomas and Eckert, Juergen and R{\"u}mmeli, Mark H},
journal={Journal of materials science},
volume={51},
number={2},
pages={640--667},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Carbon Path, Carbon Path
Permalink
- Imad Ibrahim, Thomas Gemming, Walter M Weber, Thomas Mikolajick, Zhongfan Liu, Mark H Rümmeli, "Current Progress in the Chemical Vapor Deposition of Type-Selected Horizontally Aligned Single-Walled Carbon Nanotubes", In ACS nano, ACS Publications, vol. 10, no. 8, pp. 7248–7266, 2016. [Bibtex & Downloads]
Current Progress in the Chemical Vapor Deposition of Type-Selected Horizontally Aligned Single-Walled Carbon Nanotubes
Reference
Imad Ibrahim, Thomas Gemming, Walter M Weber, Thomas Mikolajick, Zhongfan Liu, Mark H Rümmeli, "Current Progress in the Chemical Vapor Deposition of Type-Selected Horizontally Aligned Single-Walled Carbon Nanotubes", In ACS nano, ACS Publications, vol. 10, no. 8, pp. 7248–7266, 2016.
Bibtex
@article{ibrahim2016current,
title={Current Progress in the Chemical Vapor Deposition of Type-Selected Horizontally Aligned Single-Walled Carbon Nanotubes},
author={Ibrahim, Imad and Gemming, Thomas and Weber, Walter M and Mikolajick, Thomas and Liu, Zhongfan and Rümmeli, Mark H},
journal={ACS nano},
volume={10},
number={8},
pages={7248--7266},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Silicon Nanowire Path
Permalink
- Simon Böttger, Sascha Hermann, Stefan E Schulz, Thomas Gessner, "Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube–field-effect transistors", In Nanotechnology, IOP Publishing, vol. 27, no. 43, pp. 435203, 2016. [Bibtex & Downloads]
Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube–field-effect transistors
Reference
Simon Böttger, Sascha Hermann, Stefan E Schulz, Thomas Gessner, "Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube–field-effect transistors", In Nanotechnology, IOP Publishing, vol. 27, no. 43, pp. 435203, 2016.
Bibtex
@article{bottger2016length,
title={Length separation of single-walled carbon nanotubes and its impact on structural and electrical properties of wafer-level fabricated carbon nanotube--field-effect transistors},
author={B{\"o}ttger, Simon and Hermann, Sascha and Schulz, Stefan E and Gessner, Thomas},
journal={Nanotechnology},
volume={27},
number={43},
pages={435203},
year={2016},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Carbon Path, Carbon Path
Permalink
- Florian Fuchs, Andreas Zienert, Sven Mothes, Martin Claus, Sibylle Gemming, Jorg Schuster, "Comparison of atomistic quantum transport and numerical device simulation for carbon nanotube field-effect transistors", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on, pp. 261–264, 2016. [Bibtex & Downloads]
Comparison of atomistic quantum transport and numerical device simulation for carbon nanotube field-effect transistors
Reference
Florian Fuchs, Andreas Zienert, Sven Mothes, Martin Claus, Sibylle Gemming, Jorg Schuster, "Comparison of atomistic quantum transport and numerical device simulation for carbon nanotube field-effect transistors", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on, pp. 261–264, 2016.
Bibtex
@inproceedings{fuchs2016comparison,
title={Comparison of atomistic quantum transport and numerical device simulation for carbon nanotube field-effect transistors},
author={Fuchs, Florian and Zienert, Andreas and Mothes, Sven and Claus, Martin and Gemming, Sibylle and Schuster, Jorg},
booktitle={Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on},
pages={261--264},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Carbon Path, Carbon Path
Permalink
- Svetlana Melkhanova, Miro Haluska, René Hübner, Tim Kunze, Adrian Keller, Gintautas Abrasonis, Sibylle Gemming, Matthias Krause, "Carbon: nickel nanocomposite templates–predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 31, pp. 14888–14897, 2016. [Bibtex & Downloads]
Carbon: nickel nanocomposite templates–predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes
Reference
Svetlana Melkhanova, Miro Haluska, René Hübner, Tim Kunze, Adrian Keller, Gintautas Abrasonis, Sibylle Gemming, Matthias Krause, "Carbon: nickel nanocomposite templates–predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 31, pp. 14888–14897, 2016.
Bibtex
@article{melkhanova2016carbon,
title={Carbon: nickel nanocomposite templates--predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes},
author={Melkhanova, Svetlana and Haluska, Miro and H{\"u}bner, Ren{\'e} and Kunze, Tim and Keller, Adrian and Abrasonis, Gintautas and Gemming, Sibylle and Krause, Matthias},
journal={Nanoscale},
volume={8},
number={31},
pages={14888--14897},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Artem Fediai, Dmitry A Ryndyk, Gotthard Seifert, Sven Mothes, Michael Schroter, Martin Claus, Gianaurelio Cuniberti, "Impact of incomplete metal coverage on the electrical properties of metal-CNT contacts: A large-scale ab initio study", In Applied Physics Letters, AIP Publishing, vol. 109, no. 10, pp. 103101, 2016. [Bibtex & Downloads]
Impact of incomplete metal coverage on the electrical properties of metal-CNT contacts: A large-scale ab initio study
Reference
Artem Fediai, Dmitry A Ryndyk, Gotthard Seifert, Sven Mothes, Michael Schroter, Martin Claus, Gianaurelio Cuniberti, "Impact of incomplete metal coverage on the electrical properties of metal-CNT contacts: A large-scale ab initio study", In Applied Physics Letters, AIP Publishing, vol. 109, no. 10, pp. 103101, 2016.
Bibtex
@article{fediai2016impact,
title={Impact of incomplete metal coverage on the electrical properties of metal-CNT contacts: A large-scale ab initio study},
author={Fediai, Artem and Ryndyk, Dmitry A and Seifert, Gotthard and Mothes, Sven and Schroter, Michael and Claus, Martin and Cuniberti, Gianaurelio},
journal={Applied Physics Letters},
volume={109},
number={10},
pages={103101},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anibal Pacheco-Sanchez, Dominik Loroch, Sven Mothes, Michael Schröter, Martin Claus, "Carbon nanotube field-effect transistor performance in the scope of the 2026 ITRS requirements", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on, pp. 277–280, 2016. [Bibtex & Downloads]
Carbon nanotube field-effect transistor performance in the scope of the 2026 ITRS requirements
Reference
Anibal Pacheco-Sanchez, Dominik Loroch, Sven Mothes, Michael Schröter, Martin Claus, "Carbon nanotube field-effect transistor performance in the scope of the 2026 ITRS requirements", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on, pp. 277–280, 2016.
Bibtex
@inproceedings{pacheco2016carbon,
title={Carbon nanotube field-effect transistor performance in the scope of the 2026 ITRS requirements},
author={Pacheco-Sanchez, Anibal and Loroch, Dominik and Mothes, Sven and Schr{\"o}ter, Michael and Claus, Martin},
booktitle={Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on},
pages={277--280},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Artem Fediai, Dmitry A Ryndyk, Gianaurelio Cuniberti, "The modular approach enables a fully ab initio simulation of the contacts between 3D and 2D materials", In Journal of Physics: Condensed Matter, IOP Publishing, vol. 28, no. 39, pp. 395303, 2016. [Bibtex & Downloads]
The modular approach enables a fully ab initio simulation of the contacts between 3D and 2D materials
Reference
Artem Fediai, Dmitry A Ryndyk, Gianaurelio Cuniberti, "The modular approach enables a fully ab initio simulation of the contacts between 3D and 2D materials", In Journal of Physics: Condensed Matter, IOP Publishing, vol. 28, no. 39, pp. 395303, 2016.
Bibtex
@article{fediai2016modular,
title={The modular approach enables a fully ab initio simulation of the contacts between 3D and 2D materials},
author={Fediai, Artem and Ryndyk, Dmitry A and Cuniberti, Gianaurelio},
journal={Journal of Physics: Condensed Matter},
volume={28},
number={39},
pages={395303},
year={2016},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Artem Fediai, Dmitry A. Ryndyk, Gotthard Seifert, Sven Mothes, Martin Claus, Michael Schroter, Gianaurelio Cuniberti, "Towards an optimal contact metal for CNTFETs", In Nanoscale, The Royal Society of Chemistry, vol. 8, pp. 10240-10251, 2016. [doi] [Bibtex & Downloads]
Towards an optimal contact metal for CNTFETs
Reference
Artem Fediai, Dmitry A. Ryndyk, Gotthard Seifert, Sven Mothes, Martin Claus, Michael Schroter, Gianaurelio Cuniberti, "Towards an optimal contact metal for CNTFETs", In Nanoscale, The Royal Society of Chemistry, vol. 8, pp. 10240-10251, 2016. [doi]
Abstract
Downscaling of the contact length Lc of a side-contacted carbon nanotube field-effect transistor (CNTFET) is challenging because of the rapidly increasing contact resistance as Lc falls below 20-50 nm. If in agreement with existing experimental results, theoretical work might answer the question, which metals yield the lowest CNT-metal contact resistance and what physical mechanisms govern the geometry dependence of the contact resistance. However, at the scale of 10 nm, parameter-free models of electron transport become computationally prohibitively expensive. In our work we used a dedicated combination of the Green function formalism and density functional theory to perform an overall ab initio simulation of extended CNT-metal contacts of an arbitrary length (including infinite), a previously not achievable level of simulations. We provide a systematic and comprehensive discussion of metal-CNT contact properties as a function of the metal type and the contact length. We have found and been able to explain very uncommon relations between chemical, physical and electrical properties observed in CNT-metal contacts. The calculated electrical characteristics are in reasonable quantitative agreement and exhibit similar trends as the latest experimental data in terms of: (i) contact resistance for Lc = [infinity], (ii) scaling of contact resistance Rc(Lc); (iii) metal-defined polarity of a CNTFET. Our results can guide technology development and contact material selection for downscaling the length of side-contacts below 10 nm.
Bibtex
@Article{C6NR01012A,
author ="Fediai, Artem and Ryndyk, Dmitry A. and Seifert, Gotthard and Mothes, Sven and Claus, Martin and Schroter, Michael and Cuniberti, Gianaurelio",
title ="Towards an optimal contact metal for CNTFETs",
journal ="Nanoscale",
year ="2016",
volume ="8",
issue ="19",
pages ="10240-10251",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C6NR01012A",
url ="http://dx.doi.org/10.1039/C6NR01012A",
abstract ="Downscaling of the contact length Lc of a side-contacted carbon nanotube field-effect transistor (CNTFET) is challenging because of the rapidly increasing contact resistance as Lc falls below 20-50 nm. If in agreement with existing experimental results{,} theoretical work might answer the question{,} which metals yield the lowest CNT-metal contact resistance and what physical mechanisms govern the geometry dependence of the contact resistance. However{,} at the scale of 10 nm{,} parameter-free models of electron transport become computationally prohibitively expensive. In our work we used a dedicated combination of the Green function formalism and density functional theory to perform an overall ab initio simulation of extended CNT-metal contacts of an arbitrary length (including infinite){,} a previously not achievable level of simulations. We provide a systematic and comprehensive discussion of metal-CNT contact properties as a function of the metal type and the contact length. We have found and been able to explain very uncommon relations between chemical{,} physical and electrical properties observed in CNT-metal contacts. The calculated electrical characteristics are in reasonable quantitative agreement and exhibit similar trends as the latest experimental data in terms of: (i) contact resistance for Lc = [infinity]{,} (ii) scaling of contact resistance Rc(Lc); (iii) metal-defined polarity of a CNTFET. Our results can guide technology development and contact material selection for downscaling the length of side-contacts below 10 nm."}Downloads
No Downloads available for this publication
Related Paths
Permalink
- F. Kuschewski, H.-G. von Ribbeck, J. Döring, S. Winnerl, L. M. Eng, S. C. Kehr, "Narrow-band near-field nanoscopy in the spectral range from 1.3 to 8.5 THz", In Applied Physics Letters, vol. 108, no. 11, pp. 113102, 2016. [doi] [Bibtex & Downloads]
Narrow-band near-field nanoscopy in the spectral range from 1.3 to 8.5 THz
Reference
F. Kuschewski, H.-G. von Ribbeck, J. Döring, S. Winnerl, L. M. Eng, S. C. Kehr, "Narrow-band near-field nanoscopy in the spectral range from 1.3 to 8.5 THz", In Applied Physics Letters, vol. 108, no. 11, pp. 113102, 2016. [doi]
Bibtex
@article{doi:10.1063/1.4943793,
author = {F. Kuschewski and H.-G. von Ribbeck and J. Döring and S. Winnerl and L. M. Eng and S. C. Kehr},
title = {Narrow-band near-field nanoscopy in the spectral range from 1.3 to 8.5 THz},
journal = {Applied Physics Letters},
volume = {108},
number = {11},
pages = {113102},
year = {2016},
doi = {10.1063/1.4943793},
URL = {
http://dx.doi.org/10.1063/1.4943793
},
eprint = {
http://dx.doi.org/10.1063/1.4943793
}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Hille, M. Moeferdt, C. Wolff, C. Matyssek, R. Rodriguez-Oliveros, C. Prohm, J. Niegemann, S. Grafstroem, L. M. Eng, K. Busch, "Second Harmonic Generation from Metal Nano-Particle Resonators: Numerical Analysis On the Basis of the Hydrodynamic Drude Model", In Journal of Physical Chemistry C, vol. 120, no. 2, pp. 1163–1169, 2016. [doi] [Bibtex & Downloads]
Second Harmonic Generation from Metal Nano-Particle Resonators: Numerical Analysis On the Basis of the Hydrodynamic Drude Model
Reference
A. Hille, M. Moeferdt, C. Wolff, C. Matyssek, R. Rodriguez-Oliveros, C. Prohm, J. Niegemann, S. Grafstroem, L. M. Eng, K. Busch, "Second Harmonic Generation from Metal Nano-Particle Resonators: Numerical Analysis On the Basis of the Hydrodynamic Drude Model", In Journal of Physical Chemistry C, vol. 120, no. 2, pp. 1163–1169, 2016. [doi]
Bibtex
@article{aufsatz68144,
affiliation = {Professur für Experimentalphysik/Photophysik/Nanooptik},
title = {Second Harmonic Generation from Metal Nano-Particle Resonators: Numerical Analysis On the Basis of the Hydrodynamic Drude Model},
journal = {Journal of Physical Chemistry C},
keywords = {second harmonic generation, SHG, metal nanoparticle arrays},
pages = {1163--1169},
issn = {1932-7447},
year = {2016},
peerreview = {Ja},
openaccess = {Nein},
volume = {120},
number = {2},
doi = {doi:10.1021/acs.jpcc.5b08348},
author = {Hille, A. and Moeferdt, M. and Wolff, C. and Matyssek, C. and Rodriguez-Oliveros, R. and Prohm, C. and Niegemann, J. and Grafstroem, S. and Eng, L. M. and Busch, K.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Henning-Knechtel, Matthew Wiens, Mathias Lakatos, Andreas Heerwig, Frieder Ostermaier, Nora Haufe, Michael Mertig, "Dielectrophoresis of gold nanoparticles conjugated to DNA origami structures", In Beilstein Journal of Nanotechnology, vol. 7, pp. 948-956, 2016. [doi] [Bibtex & Downloads]
Dielectrophoresis of gold nanoparticles conjugated to DNA origami structures
Reference
Anja Henning-Knechtel, Matthew Wiens, Mathias Lakatos, Andreas Heerwig, Frieder Ostermaier, Nora Haufe, Michael Mertig, "Dielectrophoresis of gold nanoparticles conjugated to DNA origami structures", In Beilstein Journal of Nanotechnology, vol. 7, pp. 948-956, 2016. [doi]
Bibtex
@Article{Henning-Knechtel2016,
author="Anja Henning-Knechtel and Matthew Wiens and Mathias Lakatos and Andreas Heerwig and Frieder Ostermaier and Nora Haufe and Michael Mertig",
title="Dielectrophoresis of gold nanoparticles conjugated to DNA origami structures",
journal="Beilstein Journal of Nanotechnology",
year="2016",
volume="7",
pages="948-956",
issn="2190-4286",
doi="10.3762/bjnano.7.87",
copyright="Henning-Knechtel et al.; licensee Beilstein-Institut.",
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcel Haft, Martin Grönke, Markus Gellesch, Sabine Wurmehl, Bernd Büchner, Michael Mertig, Silke Hampel, "Tailored nanoparticles and wires of Sn, Ge and Pb inside carbon nanotubes", In Carbon, vol. 101, pp. 352 - 360, 2016. [doi] [Bibtex & Downloads]
Tailored nanoparticles and wires of Sn, Ge and Pb inside carbon nanotubes
Reference
Marcel Haft, Martin Grönke, Markus Gellesch, Sabine Wurmehl, Bernd Büchner, Michael Mertig, Silke Hampel, "Tailored nanoparticles and wires of Sn, Ge and Pb inside carbon nanotubes", In Carbon, vol. 101, pp. 352 - 360, 2016. [doi]
Bibtex
@article{Haft2016352,
title = "Tailored nanoparticles and wires of Sn, Ge and Pb inside carbon nanotubes ",
journal = "Carbon ",
volume = "101",
number = "",
pages = "352 - 360",
year = "2016",
note = "",
issn = "0008-6223",
doi = "http://dx.doi.org/10.1016/j.carbon.2016.01.098",
url = "http://www.sciencedirect.com/science/article/pii/S0008622316300860",
author = "Marcel Haft and Martin Grönke and Markus Gellesch and Sabine Wurmehl and Bernd Büchner and Michael Mertig and Silke Hampel"
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Juliane Posseckardt, Jiawei Zhang, Michael Mertig, "Mobility of a supported lipid bilayer on dispersed single-walled carbon nanotubes", In physica status solidi (a), vol. 213, no. 6, pp. 1427–1433, 2016. [doi] [Bibtex & Downloads]
Mobility of a supported lipid bilayer on dispersed single-walled carbon nanotubes
Reference
Juliane Posseckardt, Jiawei Zhang, Michael Mertig, "Mobility of a supported lipid bilayer on dispersed single-walled carbon nanotubes", In physica status solidi (a), vol. 213, no. 6, pp. 1427–1433, 2016. [doi]
Bibtex
@article {PSSA:PSSA201533084,
author = {Posseckardt, Juliane and Zhang, Jiawei and Mertig, Michael},
title = {Mobility of a supported lipid bilayer on dispersed single-walled carbon nanotubes},
journal = {physica status solidi (a)},
volume = {213},
number = {6},
issn = {1862-6319},
url = {http://dx.doi.org/10.1002/pssa.201533084},
doi = {10.1002/pssa.201533084},
pages = {1427--1433},
keywords = {carbon nanotubes, fluorescence, mobility, photobleaching, supported lipid bilayers},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Irma Slowik, Nils M. Kronenberg, Markus Franke, Axel Fischer, Andreas Richter, Malte C. Gather, Karl Leo, "Elastomer based electrically tunable, optical microcavities", In Applied Physics Letters, vol. 109, no. 17, pp. 171104, 2016. [doi] [Bibtex & Downloads]
Elastomer based electrically tunable, optical microcavities
Reference
Irma Slowik, Nils M. Kronenberg, Markus Franke, Axel Fischer, Andreas Richter, Malte C. Gather, Karl Leo, "Elastomer based electrically tunable, optical microcavities", In Applied Physics Letters, vol. 109, no. 17, pp. 171104, 2016. [doi]
Bibtex
@article{doi:10.1063/1.4966549,
author = {Irma Slowik and Nils M. Kronenberg and Markus Franke and Axel Fischer and Andreas Richter and Malte C. Gather and Karl Leo},
title = {Elastomer based electrically tunable, optical microcavities},
journal = {Applied Physics Letters},
volume = {109},
number = {17},
pages = {171104},
year = {2016},
doi = {10.1063/1.4966549},
URL = {
http://dx.doi.org/10.1063/1.4966549
},
eprint = {
http://dx.doi.org/10.1063/1.4966549
}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Sebastian Haefner, Philipp Frank, Martin Elstner, Johannes Nowak, Stefan Odenbach, Andreas Richter, "Smart hydrogels as storage elements with dispensing functionality in discontinuous microfluidic systems", In Lab Chip, The Royal Society of Chemistry, vol. 16, pp. 3977-3989, 2016. [doi] [Bibtex & Downloads]
Smart hydrogels as storage elements with dispensing functionality in discontinuous microfluidic systems
Reference
Sebastian Haefner, Philipp Frank, Martin Elstner, Johannes Nowak, Stefan Odenbach, Andreas Richter, "Smart hydrogels as storage elements with dispensing functionality in discontinuous microfluidic systems", In Lab Chip, The Royal Society of Chemistry, vol. 16, pp. 3977-3989, 2016. [doi]
Abstract
Smart hydrogels are useful elements in microfluidic systems because they respond to environmental stimuli and are capable of storing reagents. We present here a concept of using hydrogels (poly(N-isopropylacrylamide)) as an interface between continuous and discontinuous microfluidics. Their swelling and shrinking capabilities allow them to act as storage elements for reagents absorbed in the swelling process. When the swollen hydrogel collapses in an oil-filled channel, the incorporated water and molecules are expelled from the hydrogel and form a water reservoir. Water-in-oil droplets can be released from the reservoir generating different sized droplets depending on the flow regime at various oil flow rates (dispensing functionality). Different hydrogel sizes and microfluidic structures are discussed in terms of their storage and droplet formation capabilities. The time behaviour of the hydrogel element is investigated by dynamic swelling experiments and computational fluid dynamics simulations. By precise temperature control, the device acts as an active droplet generator and converts continuous to discontinuous flows.
Bibtex
@Article{C6LC00806B,
author ="Haefner, Sebastian and Frank, Philipp and Elstner, Martin and Nowak, Johannes and Odenbach, Stefan and Richter, Andreas",
title ="Smart hydrogels as storage elements with dispensing functionality in discontinuous microfluidic systems",
journal ="Lab Chip",
year ="2016",
volume ="16",
issue ="20",
pages ="3977-3989",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C6LC00806B",
url ="http://dx.doi.org/10.1039/C6LC00806B",
abstract ="Smart hydrogels are useful elements in microfluidic systems because they respond to environmental stimuli and are capable of storing reagents. We present here a concept of using hydrogels (poly(N-isopropylacrylamide)) as an interface between continuous and discontinuous microfluidics. Their swelling and shrinking capabilities allow them to act as storage elements for reagents absorbed in the swelling process. When the swollen hydrogel collapses in an oil-filled channel{,} the incorporated water and molecules are expelled from the hydrogel and form a water reservoir. Water-in-oil droplets can be released from the reservoir generating different sized droplets depending on the flow regime at various oil flow rates (dispensing functionality). Different hydrogel sizes and microfluidic structures are discussed in terms of their storage and droplet formation capabilities. The time behaviour of the hydrogel element is investigated by dynamic swelling experiments and computational fluid dynamics simulations. By precise temperature control{,} the device acts as an active droplet generator and converts continuous to discontinuous flows."}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- A. T. Krause, S. Zschoche, M. Rohn, C. Hempel, A. Richter, D. Appelhans, B. Voit, "Swelling behavior of bisensitive interpenetrating polymer networks for microfluidic applications", In Soft Matter, The Royal Society of Chemistry, vol. 12, pp. 5529-5536, 2016. [doi] [Bibtex & Downloads]
Swelling behavior of bisensitive interpenetrating polymer networks for microfluidic applications
Reference
A. T. Krause, S. Zschoche, M. Rohn, C. Hempel, A. Richter, D. Appelhans, B. Voit, "Swelling behavior of bisensitive interpenetrating polymer networks for microfluidic applications", In Soft Matter, The Royal Society of Chemistry, vol. 12, pp. 5529-5536, 2016. [doi]
Abstract
Bisensitive interpenetrating polymer network (IPN) hydrogels of temperature sensitive net-poly(N-isopropylacrylamide) and pH sensitive net-poly(acrylic acid-co-acrylamide) for microfluidic applications were prepared via a sequential synthesis using free radical polymerization. The IPN indicated a suitable reversible alteration of swelling in response to the change in pH and temperature. The adequate change of the hydrogel volume is a basic requirement for microfluidic applications. Using the introduced correction factor f, it is possible to determine the cooperative diffusion coefficient (Dcoop) of cylindrical samples at any aspect ratio. The determined cooperative diffusion coefficient allowed the evaluation of varying swelling processes of different network structures. The presence of the second sub-network of the IPN improved the swelling behaviour of the first sub-network compared to the individual networks.
Bibtex
@Article{C6SM00720A,
author ="Krause, A. T. and Zschoche, S. and Rohn, M. and Hempel, C. and Richter, A. and Appelhans, D. and Voit, B.",
title ="Swelling behavior of bisensitive interpenetrating polymer networks for microfluidic applications",
journal ="Soft Matter",
year ="2016",
volume ="12",
issue ="25",
pages ="5529-5536",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C6SM00720A",
url ="http://dx.doi.org/10.1039/C6SM00720A",
abstract ="Bisensitive interpenetrating polymer network (IPN) hydrogels of temperature sensitive net-poly(N-isopropylacrylamide) and pH sensitive net-poly(acrylic acid-co-acrylamide) for microfluidic applications were prepared via a sequential synthesis using free radical polymerization. The IPN indicated a suitable reversible alteration of swelling in response to the change in pH and temperature. The adequate change of the hydrogel volume is a basic requirement for microfluidic applications. Using the introduced correction factor f{,} it is possible to determine the cooperative diffusion coefficient (Dcoop) of cylindrical samples at any aspect ratio. The determined cooperative diffusion coefficient allowed the evaluation of varying swelling processes of different network structures. The presence of the second sub-network of the IPN improved the swelling behaviour of the first sub-network compared to the individual networks."}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Joseph Páez Chávez, Andreas Voigt, Jörg Schreiter, Uwe Marschner, Stefan Siegmund, Andreas Richter, "A new self-excited chemo-fluidic oscillator based on stimuli-responsive hydrogels: Mathematical modeling and dynamic behavior", In Applied Mathematical Modelling, vol. 40, no. 23–24, pp. 9719 - 9738, 2016. [doi] [Bibtex & Downloads]
A new self-excited chemo-fluidic oscillator based on stimuli-responsive hydrogels: Mathematical modeling and dynamic behavior
Reference
Joseph Páez Chávez, Andreas Voigt, Jörg Schreiter, Uwe Marschner, Stefan Siegmund, Andreas Richter, "A new self-excited chemo-fluidic oscillator based on stimuli-responsive hydrogels: Mathematical modeling and dynamic behavior", In Applied Mathematical Modelling, vol. 40, no. 23–24, pp. 9719 - 9738, 2016. [doi]
Abstract
Abstract This work concerns the modeling and dynamical study of a chemo-fluidic oscillator with the ability of coupling chemical and fluidic domains. The coupling is made possible by means of stimuli-responsive (also referred to as smart) hydrogels, which are able to change their volume under small variations of special thermodynamic parameters, in a reversible and reproducible manner. The paper presents a piecewise-smooth dynamical system describing the behavior of this chemo-fluidic oscillator. Specialized path-following algorithms are applied to study the periodic response of the system under parameter variations. Our investigation reveals that the origin of the oscillatory behavior is connected to the presence of a Hopf bifurcation in the system. Furthermore, the effect of several system parameters on the frequency of oscillation is studied in detail.
Bibtex
@article{PáezChávez20169719,
title = "A new self-excited chemo-fluidic oscillator based on stimuli-responsive hydrogels: Mathematical modeling and dynamic behavior ",
journal = "Applied Mathematical Modelling ",
volume = "40",
number = "23–24",
pages = "9719 - 9738",
year = "2016",
note = "",
issn = "0307-904X",
doi = "https://doi.org/10.1016/j.apm.2016.06.038",
url = "http://www.sciencedirect.com/science/article/pii/S0307904X16303493",
author = "Joseph Páez Chávez and Andreas Voigt and Jörg Schreiter and Uwe Marschner and Stefan Siegmund and Andreas Richter",
keywords = "Chemo-fluidic oscillator",
keywords = "Phase transition polymer",
keywords = "Microfluidic circuit",
keywords = "Non-smooth dynamical system",
keywords = "Numerical continuation",
keywords = "Bifurcation ",
abstract = "Abstract This work concerns the modeling and dynamical study of a chemo-fluidic oscillator with the ability of coupling chemical and fluidic domains. The coupling is made possible by means of stimuli-responsive (also referred to as smart) hydrogels, which are able to change their volume under small variations of special thermodynamic parameters, in a reversible and reproducible manner. The paper presents a piecewise-smooth dynamical system describing the behavior of this chemo-fluidic oscillator. Specialized path-following algorithms are applied to study the periodic response of the system under parameter variations. Our investigation reveals that the origin of the oscillatory behavior is connected to the presence of a Hopf bifurcation in the system. Furthermore, the effect of several system parameters on the frequency of oscillation is studied in detail. "
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Philipp Frank, Sebastian Haefner, Martin Elstner, Andreas Richter, "Fully-Programmable, Low-Cost, “Do-It-Yourself” Pressure Source for General Purpose Use in the Microfluidic Laboratory" , In Inventions, vol. 1, no. 2, 2016. [doi] [Bibtex & Downloads]
Fully-Programmable, Low-Cost, “Do-It-Yourself” Pressure Source for General Purpose Use in the Microfluidic Laboratory
Reference
Philipp Frank, Sebastian Haefner, Martin Elstner, Andreas Richter, "Fully-Programmable, Low-Cost, “Do-It-Yourself” Pressure Source for General Purpose Use in the Microfluidic Laboratory" , In Inventions, vol. 1, no. 2, 2016. [doi]
Abstract
Microfluidics is still a fast growing field and an interesting market, which increasingly demands sophisticated equipment and specific engineering solutions. Aside from the widely discussed chip technology, the external equipment and machinery to operate such a microfluidic chip system comes into focus. A number of companies offer solutions to pursue the various requests made by the microfluidic community. Commercially available systems for pumping fluids are versatile but also highly expensive. Here, we present a fully-programmable pressure source, which is low-cost and can be utilized for pressure-controlled fluid driving, destructive bonding tests, and other pressure-relevant experiments. We evaluated our setup and compared the performance to a commercially available system. Furthermore, we demonstrated the use of the system in the field of droplet microfluidics as a possible application. Our development aims to lower the entrance threshold for microfluidic technology and make it more accessible to a broader audience.
Bibtex
@Article{inventions1020013,
AUTHOR = {Frank, Philipp and Haefner, Sebastian and Elstner, Martin and Richter, Andreas},
TITLE = {Fully-Programmable, Low-Cost, “Do-It-Yourself” Pressure Source for General Purpose Use in the Microfluidic Laboratory},
JOURNAL = {Inventions},
VOLUME = {1},
YEAR = {2016},
NUMBER = {2},
ARTICLE NUMBER = {13},
URL = {http://www.mdpi.com/2411-5134/1/2/13},
ISSN = {2411-5134},
ABSTRACT = {Microfluidics is still a fast growing field and an interesting market, which increasingly demands sophisticated equipment and specific engineering solutions. Aside from the widely discussed chip technology, the external equipment and machinery to operate such a microfluidic chip system comes into focus. A number of companies offer solutions to pursue the various requests made by the microfluidic community. Commercially available systems for pumping fluids are versatile but also highly expensive. Here, we present a fully-programmable pressure source, which is low-cost and can be utilized for pressure-controlled fluid driving, destructive bonding tests, and other pressure-relevant experiments. We evaluated our setup and compared the performance to a commercially available system. Furthermore, we demonstrated the use of the system in the field of droplet microfluidics as a possible application. Our development aims to lower the entrance threshold for microfluidic technology and make it more accessible to a broader audience.},
DOI = {10.3390/inventions1020013}
}
Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Adrian Ehrenhofer, Gert Bingel, Georgi Paschew, Marcus Tietze, Raoul Schröder, Andreas Richter, Thomas Wallmersperger, "Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry – Experiments and numerical simulation", In Sensors and Actuators B: Chemical, vol. 232, pp. 499 - 505, 2016. [doi] [Bibtex & Downloads]
Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry – Experiments and numerical simulation
Reference
Adrian Ehrenhofer, Gert Bingel, Georgi Paschew, Marcus Tietze, Raoul Schröder, Andreas Richter, Thomas Wallmersperger, "Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry – Experiments and numerical simulation", In Sensors and Actuators B: Chemical, vol. 232, pp. 499 - 505, 2016. [doi]
Bibtex
@article{EHRENHOFER2016499,
title = "Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry – Experiments and numerical simulation",
journal = "Sensors and Actuators B: Chemical",
volume = "232",
number = "",
pages = "499 - 505",
year = "2016",
note = "",
issn = "0925-4005",
doi = "http://dx.doi.org/10.1016/j.snb.2016.03.152",
url = "http://www.sciencedirect.com/science/article/pii/S0925400516304464",
author = "Adrian Ehrenhofer and Gert Bingel and Georgi Paschew and Marcus Tietze and Raoul Schröder and Andreas Richter and Thomas Wallmersperger",
keywords = "Polymeric membranes",
keywords = "Finite element simulation",
keywords = "Hydrogel swelling",
keywords = "Microfluidics",
keywords = "Micromechanical pore valve",
keywords = "Particle separation"
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Sebastian Haefner, Mathias Rohn, Philipp Frank, Georgi Paschew, Martin Elstner, Andreas Richter, "Improved PNIPAAm-Hydrogel Photopatterning by Process Optimisation with Respect to UV Light Sources and Oxygen Content" , In Gels, vol. 2, no. 1, 2016. [doi] [Bibtex & Downloads]
Improved PNIPAAm-Hydrogel Photopatterning by Process Optimisation with Respect to UV Light Sources and Oxygen Content
Reference
Sebastian Haefner, Mathias Rohn, Philipp Frank, Georgi Paschew, Martin Elstner, Andreas Richter, "Improved PNIPAAm-Hydrogel Photopatterning by Process Optimisation with Respect to UV Light Sources and Oxygen Content" , In Gels, vol. 2, no. 1, 2016. [doi]
Abstract
Poly-N-isopropylacrylamide (PNIPAAm) hydrogels, known for their sensor and actuator capabilities, can be photolithographically structured for microsystem applications. For usage in microsystems, the preparation, and hence the characteristics, of these hydrogels (e.g., degree of swelling, size, cooperative diffusion coefficient) are key features, and have to be as reproducible as possible. A common method of hydrogel fabrication is free radical polymerisation using a thermally-initiated system or a photoinitiator system. Due to the reaction quenching by oxygen, the polymer solution has to be rinsed with protective inert gases like nitrogen or argon before the polymerisation process. In this paper, we focus on the preparation reproducibility of PNIPAAm hydrogels under different conditions, and investigate the influence of oxygen and the UV light source during the photopolymerisation process. The flushing of the polymer solution with inert gas is not sufficient for photostructuring approaches, so a glove box preparation resulting in better quality. Moreover, the usage of a wide-band UV light source yields higher reproducibility to the photostructuring process compared to a narrow-band UV source.
Bibtex
@Article{gels2010010,
AUTHOR = {Haefner, Sebastian and Rohn, Mathias and Frank, Philipp and Paschew, Georgi and Elstner, Martin and Richter, Andreas},
TITLE = {Improved PNIPAAm-Hydrogel Photopatterning by Process Optimisation with Respect to UV Light Sources and Oxygen Content},
JOURNAL = {Gels},
VOLUME = {2},
YEAR = {2016},
NUMBER = {1},
ARTICLE NUMBER = {10},
URL = {http://www.mdpi.com/2310-2861/2/1/10},
ISSN = {2310-2861},
ABSTRACT = {Poly-N-isopropylacrylamide (PNIPAAm) hydrogels, known for their sensor and actuator capabilities, can be photolithographically structured for microsystem applications. For usage in microsystems, the preparation, and hence the characteristics, of these hydrogels (e.g., degree of swelling, size, cooperative diffusion coefficient) are key features, and have to be as reproducible as possible. A common method of hydrogel fabrication is free radical polymerisation using a thermally-initiated system or a photoinitiator system. Due to the reaction quenching by oxygen, the polymer solution has to be rinsed with protective inert gases like nitrogen or argon before the polymerisation process. In this paper, we focus on the preparation reproducibility of PNIPAAm hydrogels under different conditions, and investigate the influence of oxygen and the UV light source during the photopolymerisation process. The flushing of the polymer solution with inert gas is not sufficient for photostructuring approaches, so a glove box preparation resulting in better quality. Moreover, the usage of a wide-band UV light source yields higher reproducibility to the photostructuring process compared to a narrow-band UV source.},
DOI = {10.3390/gels2010010}
}
Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- M. Franke, I. Slowik, G. Paschew, U. Merkel, H. Fröb, K. Leo, A. Richter, "Electrically tunable, optical microcavity based on metallized and ultra-soft PDMS gel", vol. 9798, pp. 979832-979832-9, 2016. [doi] [Bibtex & Downloads]
Electrically tunable, optical microcavity based on metallized and ultra-soft PDMS gel
Reference
M. Franke, I. Slowik, G. Paschew, U. Merkel, H. Fröb, K. Leo, A. Richter, "Electrically tunable, optical microcavity based on metallized and ultra-soft PDMS gel", vol. 9798, pp. 979832-979832-9, 2016. [doi]
Abstract
Tunable, optical microcavities (MC) gain more and more importance for display, laser or other optical applications. The setup of dielectric elastomer actuators (DEA) enables a simple integration of an optical cavity, since reflective electrodes can confine a cavity that is filled with a transparent elastomer. Applying a voltage to the electrodes leads to squeezing of the elastomer and, due to the cavity thickness decrease, the resonator modes of interfering light changes. In this work we present an electrically tunable, optical MC based on ultra-soft poly(dimethylsiloxane) (PDMS). The PDMS gel is coated on a glass substrate with a distributed Bragg reflector, an ITO bottom electrode and a flexible, highly reflective metal electrode and mirror on top. The usage of an ultra-soft PDMS gel, with a storage modulus of about 1kPa, allows to decrease the operating voltage down to a few hundred or even several ten volts. The critical step of fabrication is the metallization of the PDMS gel layer that requires a previous oxidizing surface activation to gain reflective and conductive silver based layers on top. Therefore, the effects of oxygen plasma and UV/ozone treatment on PDMS and the created metal layer were investigated intensively. The performance of the electrically tunable, optical MC is tremendously dependent from an adequate surface activation and structuring of the top electrodes considering the mirror displacement and activation voltage. Here we could show that tunable MCs based on oxygen plasma activated PDMS show a homogenous and high thickness decrease up to 70% at 200V.
Bibtex
@proceeding{doi:10.1117/12.2219197,
author = {Franke, M. and Slowik, I. and Paschew, G. and Merkel, U. and Fröb, H. and Leo, K. and Richter, A.},
title = {
Electrically tunable, optical microcavity based on metallized and ultra-soft PDMS gel
},
journal = {Proc. SPIE},
volume = {9798},
number = {},
pages = {979832-979832-9},
abstract = {
Tunable, optical microcavities (MC) gain more and more importance for display, laser or other optical applications. The setup of dielectric elastomer actuators (DEA) enables a simple integration of an optical cavity, since reflective electrodes can confine a cavity that is filled with a transparent elastomer. Applying a voltage to the electrodes leads to squeezing of the elastomer and, due to the cavity thickness decrease, the resonator modes of interfering light changes. In this work we present an electrically tunable, optical MC based on ultra-soft poly(dimethylsiloxane) (PDMS). The PDMS gel is coated on a glass substrate with a distributed Bragg reflector, an ITO bottom electrode and a flexible, highly reflective metal electrode and mirror on top. The usage of an ultra-soft PDMS gel, with a storage modulus of about 1kPa, allows to decrease the operating voltage down to a few hundred or even several ten volts. The critical step of fabrication is the metallization of the PDMS gel layer that requires a previous oxidizing surface activation to gain reflective and conductive silver based layers on top. Therefore, the effects of oxygen plasma and UV/ozone treatment on PDMS and the created metal layer were investigated intensively. The performance of the electrically tunable, optical MC is tremendously dependent from an adequate surface activation and structuring of the top electrodes considering the mirror displacement and activation voltage. Here we could show that tunable MCs based on oxygen plasma activated PDMS show a homogenous and high thickness decrease up to 70% at 200V.
},
year = {2016},
doi = {10.1117/12.2219197},
URL = { http://dx.doi.org/10.1117/12.2219197},
eprint = {}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Adrian Ehrenhofer, Thomas Wallmersperger, Andreas Richter, "Simulation of controllable permeation in PNIPAAm coated membranes", vol. 9800, pp. 980016-980016-13, 2016. [doi] [Bibtex & Downloads]
Simulation of controllable permeation in PNIPAAm coated membranes
Reference
Adrian Ehrenhofer, Thomas Wallmersperger, Andreas Richter, "Simulation of controllable permeation in PNIPAAm coated membranes", vol. 9800, pp. 980016-980016-13, 2016. [doi]
Abstract
Membranes separate fluid compartments and can comprise transport structures for selective permeation. In biology, channel proteins are specialized in their atomic structure to allow transport of specific compounds (selectivity). Conformational changes in protein structure allow the control of the permeation abilities by outer stimuli (gating). In polymeric membranes, the selectivity is due to electrostatic or size-exclusion. It can thus be controlled by size variation or electric charges. Controllable permeation can be useful to determine particle-size distributions in continuous flow, e.g. in microfluidics and biomedicine to gain cell diameter profiles in blood. The present approach uses patterned polyethylene terephthalate (PET) membranes with hydrogel surface coating for permeation control by size-exclusion. The thermosensitive hydrogel poly(N-isopropylacrylamide) (PNIPAAm) is structured with a cross-shaped pore geometry. A change in the temperature of the water flow through the membrane leads to a pore shape variation. The temperature dependent behavior of PNIPAAm can be numerically modeled with a temperature expansion model, where the swelling and deswelling is depicted by temperature dependent expansion coefficients. In the present study, the free swelling behavior was implemented to the Finite Element tool ABAQUS for the complex composite structure of the permeation control membrane. Experimental values of the geometry characteristics were derived from microscopy images with the tool Image J and compared to simulation results. Numerical simulations using the derived thermo-mechanical model for different pore geometries (circular, rectangle, cross and triangle) were performed. With this study, we show that the temperature expansion model with values from the free swelling behavior can be used to adequately predict the deformation behavior of the complex membrane system. The predictions can be used to optimize the behavior of the membrane pores and the overall performance of the smart membrane.
Bibtex
@proceeding{doi:10.1117/12.2219117,
author = {Ehrenhofer, Adrian and Wallmersperger, Thomas and Richter, Andreas},
title = {
Simulation of controllable permeation in PNIPAAm coated membranes
},
journal = {Proc. SPIE},
volume = {9800},
number = {},
pages = {980016-980016-13},
abstract = {
Membranes separate fluid compartments and can comprise transport structures for selective permeation. In biology, channel proteins are specialized in their atomic structure to allow transport of specific compounds (selectivity). Conformational changes in protein structure allow the control of the permeation abilities by outer stimuli (gating). In polymeric membranes, the selectivity is due to electrostatic or size-exclusion. It can thus be controlled by size variation or electric charges. Controllable permeation can be useful to determine particle-size distributions in continuous flow, e.g. in microfluidics and biomedicine to gain cell diameter profiles in blood. The present approach uses patterned polyethylene terephthalate (PET) membranes with hydrogel surface coating for permeation control by size-exclusion. The thermosensitive hydrogel poly(N-isopropylacrylamide) (PNIPAAm) is structured with a cross-shaped pore geometry. A change in the temperature of the water flow through the membrane leads to a pore shape variation. The temperature dependent behavior of PNIPAAm can be numerically modeled with a temperature expansion model, where the swelling and deswelling is depicted by temperature dependent expansion coefficients. In the present study, the free swelling behavior was implemented to the Finite Element tool ABAQUS for the complex composite structure of the permeation control membrane. Experimental values of the geometry characteristics were derived from microscopy images with the tool Image J and compared to simulation results. Numerical simulations using the derived thermo-mechanical model for different pore geometries (circular, rectangle, cross and triangle) were performed. With this study, we show that the temperature expansion model with values from the free swelling behavior can be used to adequately predict the deformation behavior of the complex membrane system. The predictions can be used to optimize the behavior of the membrane pores and the overall performance of the smart membrane.
},
year = {2016},
doi = {10.1117/12.2219117},
URL = { http://dx.doi.org/10.1117/12.2219117},
eprint = {}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Georgi Paschew, Jörg Schreiter, Andreas Voigt, Cesare Pini, Joseph Páez Chávez, Merle Allerdißen, Uwe Marschner, Stefan Siegmund, René Schüffny, Frank Jülicher, Andreas Richter, "Autonomous Chemical Oscillator Circuit Based on Bidirectional Chemical-Microfluidic Coupling", In Advanced Materials Technologies, vol. 1, no. 1, pp. 1600005–n/a, 2016. [doi] [Bibtex & Downloads]
Autonomous Chemical Oscillator Circuit Based on Bidirectional Chemical-Microfluidic Coupling
Reference
Georgi Paschew, Jörg Schreiter, Andreas Voigt, Cesare Pini, Joseph Páez Chávez, Merle Allerdißen, Uwe Marschner, Stefan Siegmund, René Schüffny, Frank Jülicher, Andreas Richter, "Autonomous Chemical Oscillator Circuit Based on Bidirectional Chemical-Microfluidic Coupling", In Advanced Materials Technologies, vol. 1, no. 1, pp. 1600005–n/a, 2016. [doi]
Bibtex
@article {ADMT:ADMT201600005,
author = {Paschew, Georgi and Schreiter, Jörg and Voigt, Andreas and Pini, Cesare and Chávez, Joseph Páez and Allerdißen, Merle and Marschner, Uwe and Siegmund, Stefan and Schüffny, René and Jülicher, Frank and Richter, Andreas},
title = {Autonomous Chemical Oscillator Circuit Based on Bidirectional Chemical-Microfluidic Coupling},
journal = {Advanced Materials Technologies},
volume = {1},
number = {1},
issn = {2365-709X},
url = {http://dx.doi.org/10.1002/admt.201600005},
doi = {10.1002/admt.201600005},
pages = {1600005--n/a},
keywords = {chemical-fluidic coupling, chemofluidic oscillators, chemofluidic transistors, chemofluidic volume phase transition transistors, CVPT},
year = {2016},
note = {1600005},
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Xiaoqing Yu, Wensi Zhang, Panpan Zhang, Zhiqiang Su, "Fabrication technologies and sensing applications of graphene-based composite films: Advances and challenges", In Biosensors and Bioelectronics, Elsevier, 2016. [Bibtex & Downloads]
Fabrication technologies and sensing applications of graphene-based composite films: Advances and challenges
Reference
Xiaoqing Yu, Wensi Zhang, Panpan Zhang, Zhiqiang Su, "Fabrication technologies and sensing applications of graphene-based composite films: Advances and challenges", In Biosensors and Bioelectronics, Elsevier, 2016.
Bibtex
@article{yu2016fabrication,
title={Fabrication technologies and sensing applications of graphene-based composite films: Advances and challenges},
author={Yu, Xiaoqing and Zhang, Wensi and Zhang, Panpan and Su, Zhiqiang},
journal={Biosensors and Bioelectronics},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, other
Permalink
- Qiang Wei, Robert Pötzsch, Xiaoling Liu, Hartmut Komber, Anton Kiriy, Brigitte Voit, Paul-Anton Will, Simone Lenk, Sebastian Reineke, "Hyperbranched Polymers with High Transparency and Inherent High Refractive Index for Application in Organic Light-Emitting Diodes", In Advanced Functional Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Hyperbranched Polymers with High Transparency and Inherent High Refractive Index for Application in Organic Light-Emitting Diodes
Reference
Qiang Wei, Robert Pötzsch, Xiaoling Liu, Hartmut Komber, Anton Kiriy, Brigitte Voit, Paul-Anton Will, Simone Lenk, Sebastian Reineke, "Hyperbranched Polymers with High Transparency and Inherent High Refractive Index for Application in Organic Light-Emitting Diodes", In Advanced Functional Materials, Wiley Online Library, 2016.
Bibtex
@article{wei2016hyperbranched,
title={Hyperbranched Polymers with High Transparency and Inherent High Refractive Index for Application in Organic Light-Emitting Diodes},
author={Wei, Qiang and P{\"o}tzsch, Robert and Liu, Xiaoling and Komber, Hartmut and Kiriy, Anton and Voit, Brigitte and Will, Paul-Anton and Lenk, Simone and Reineke, Sebastian},
journal={Advanced Functional Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Vladimir Sayevich, Chris Guhrenz, Maria Sin, Volodymyr M Dzhagan, Alexander Weiz, Daniel Kasemann, Eike Brunner, Michael Ruck, Dietrich RT Zahn, Karl Leo, others, "Chloride and Indium-Chloride-Complex Inorganic Ligands for Efficient Stabilization of Nanocrystals in Solution and Doping of Nanocrystal Solids", In Advanced Functional Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Chloride and Indium-Chloride-Complex Inorganic Ligands for Efficient Stabilization of Nanocrystals in Solution and Doping of Nanocrystal Solids
Reference
Vladimir Sayevich, Chris Guhrenz, Maria Sin, Volodymyr M Dzhagan, Alexander Weiz, Daniel Kasemann, Eike Brunner, Michael Ruck, Dietrich RT Zahn, Karl Leo, others, "Chloride and Indium-Chloride-Complex Inorganic Ligands for Efficient Stabilization of Nanocrystals in Solution and Doping of Nanocrystal Solids", In Advanced Functional Materials, Wiley Online Library, 2016.
Bibtex
@article{sayevich2016chloride,
title={Chloride and Indium-Chloride-Complex Inorganic Ligands for Efficient Stabilization of Nanocrystals in Solution and Doping of Nanocrystal Solids},
author={Sayevich, Vladimir and Guhrenz, Chris and Sin, Maria and Dzhagan, Volodymyr M and Weiz, Alexander and Kasemann, Daniel and Brunner, Eike and Ruck, Michael and Zahn, Dietrich RT and Leo, Karl and others},
journal={Advanced Functional Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Ivan A Verzhbitskiy, Marzio De Corato, Alice Ruini, Elisa Molinari, Akimitsu Narita, Yunbin Hu, Matthias G Schwab, Matteo Bruna, Duhee Yoon, Silvia Milana, others, "Raman fingerprints of atomically precise graphene nanoribbons", In Nano letters, ACS Publications, 2016. [Bibtex & Downloads]
Raman fingerprints of atomically precise graphene nanoribbons
Reference
Ivan A Verzhbitskiy, Marzio De Corato, Alice Ruini, Elisa Molinari, Akimitsu Narita, Yunbin Hu, Matthias G Schwab, Matteo Bruna, Duhee Yoon, Silvia Milana, others, "Raman fingerprints of atomically precise graphene nanoribbons", In Nano letters, ACS Publications, 2016.
Bibtex
@article{verzhbitskiy2016raman,
title={Raman fingerprints of atomically precise graphene nanoribbons},
author={Verzhbitskiy, Ivan A and Corato, Marzio De and Ruini, Alice and Molinari, Elisa and Narita, Akimitsu and Hu, Yunbin and Schwab, Matthias G and Bruna, Matteo and Yoon, Duhee and Milana, Silvia and others},
journal={Nano letters},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, other
Permalink
- Ana Lisica, Christoph Engel, Marcus Jahnel, Édgar Roldán, Eric A Galburt, Patrick Cramer, Stephan W Grill, "Mechanisms of backtrack recovery by RNA polymerases I and II", In Proceedings of the National Academy of Sciences, National Acad Sciences, vol. 113, no. 11, pp. 2946–2951, 2016. [Bibtex & Downloads]
Mechanisms of backtrack recovery by RNA polymerases I and II
Reference
Ana Lisica, Christoph Engel, Marcus Jahnel, Édgar Roldán, Eric A Galburt, Patrick Cramer, Stephan W Grill, "Mechanisms of backtrack recovery by RNA polymerases I and II", In Proceedings of the National Academy of Sciences, National Acad Sciences, vol. 113, no. 11, pp. 2946–2951, 2016.
Bibtex
@article{lisica2016mechanisms,
title={Mechanisms of backtrack recovery by RNA polymerases I and II},
author={Lisica, Ana and Engel, Christoph and Jahnel, Marcus and Rold{\'a}n, {\'E}dgar and Galburt, Eric A and Cramer, Patrick and Grill, Stephan W},
journal={Proceedings of the National Academy of Sciences},
volume={113},
number={11},
pages={2946--2951},
year={2016},
publisher={National Acad Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Biological Systems Path, other, Biological Systems Path
Permalink
- Ludwig Bormann, Frederik Nehm, Nelli Weiß, Vasileios C Nikolis, Franz Selzer, Alexander Eychmüller, Lars Müller-Meskamp, Koen Vandewal, Karl Leo, "Degradation of sexithiophene cascade organic solar cells", In Advanced Energy Materials, Wiley Online Library, vol. 6, no. 9, 2016. [Bibtex & Downloads]
Degradation of sexithiophene cascade organic solar cells
Reference
Ludwig Bormann, Frederik Nehm, Nelli Weiß, Vasileios C Nikolis, Franz Selzer, Alexander Eychmüller, Lars Müller-Meskamp, Koen Vandewal, Karl Leo, "Degradation of sexithiophene cascade organic solar cells", In Advanced Energy Materials, Wiley Online Library, vol. 6, no. 9, 2016.
Bibtex
@article{bormann2016degradation,
title={Degradation of sexithiophene cascade organic solar cells},
author={Bormann, Ludwig and Nehm, Frederik and Wei{\ss}, Nelli and Nikolis, Vasileios C and Selzer, Franz and Eychm{\"u}ller, Alexander and M{\"u}ller-Meskamp, Lars and Vandewal, Koen and Leo, Karl},
journal={Advanced Energy Materials},
volume={6},
number={9},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Irma Slowik, Axel Fischer, Stefan Gutsche, Robert Brückner, Hartmut Fröb, Simone Lenk, Sebastian Reineke, Karl Leo, "New concept for organic light-emitting devices under high excitations using emission from a metal-free area", In Proceeding: SPIE Photonics Europe, pp. 989507–989507, 2016. [Bibtex & Downloads]
New concept for organic light-emitting devices under high excitations using emission from a metal-free area
Reference
Irma Slowik, Axel Fischer, Stefan Gutsche, Robert Brückner, Hartmut Fröb, Simone Lenk, Sebastian Reineke, Karl Leo, "New concept for organic light-emitting devices under high excitations using emission from a metal-free area", In Proceeding: SPIE Photonics Europe, pp. 989507–989507, 2016.
Bibtex
@inproceedings{slowik2016new,
title={New concept for organic light-emitting devices under high excitations using emission from a metal-free area},
author={Slowik, Irma and Fischer, Axel and Gutsche, Stefan and Br{\"u}ckner, Robert and Fr{\"o}b, Hartmut and Lenk, Simone and Reineke, Sebastian and Leo, Karl},
booktitle={SPIE Photonics Europe},
pages={989507--989507},
year={2016},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Stefan Meister, Robert Brückner, Hartmut Fröb, Karl Leo, "Electrical investigations of hybrid OLED microcavity structures with novel encapsulation methods", In Proceeding: SPIE Photonics Europe, pp. 98950B–98950B, 2016. [Bibtex & Downloads]
Electrical investigations of hybrid OLED microcavity structures with novel encapsulation methods
Reference
Stefan Meister, Robert Brückner, Hartmut Fröb, Karl Leo, "Electrical investigations of hybrid OLED microcavity structures with novel encapsulation methods", In Proceeding: SPIE Photonics Europe, pp. 98950B–98950B, 2016.
Bibtex
@inproceedings{meister2016electrical,
title={Electrical investigations of hybrid OLED microcavity structures with novel encapsulation methods},
author={Meister, Stefan and Br{\"u}ckner, Robert and Fr{\"o}b, Hartmut and Leo, Karl},
booktitle={SPIE Photonics Europe},
pages={98950B--98950B},
year={2016},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Ludwig Bormann, Frederik Nehm, Luisa Sonntag, Fan-Yu Chen, Franz Selzer, Lars Mueller-Meskamp, Alexander Eychmüller, Karl Leo, "Degradation of Flexible, ITO-free Oligothiophene Organic Solar Cells", In ACS applied materials & interfaces, ACS Publications, 2016. [Bibtex & Downloads]
Degradation of Flexible, ITO-free Oligothiophene Organic Solar Cells
Reference
Ludwig Bormann, Frederik Nehm, Luisa Sonntag, Fan-Yu Chen, Franz Selzer, Lars Mueller-Meskamp, Alexander Eychmüller, Karl Leo, "Degradation of Flexible, ITO-free Oligothiophene Organic Solar Cells", In ACS applied materials & interfaces, ACS Publications, 2016.
Bibtex
@article{bormann2016degradation,
title={Degradation of Flexible, ITO-free Oligothiophene Organic Solar Cells},
author={Bormann, Ludwig and Nehm, Frederik and Sonntag, Luisa and Chen, Fan-Yu and Selzer, Franz and Mueller-Meskamp, Lars and Eychm{\"u}ller, Alexander and Leo, Karl},
journal={ACS applied materials \& interfaces},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Yoonseok Park, Ludwig Bormann, Lars Müller-Meskamp, Koen Vandewal, Karl Leo, "Efficient flexible organic photovoltaics using silver nanowires and polymer based transparent electrodes", In Organic Electronics, Elsevier, vol. 36, pp. 68–72, 2016. [Bibtex & Downloads]
Efficient flexible organic photovoltaics using silver nanowires and polymer based transparent electrodes
Reference
Yoonseok Park, Ludwig Bormann, Lars Müller-Meskamp, Koen Vandewal, Karl Leo, "Efficient flexible organic photovoltaics using silver nanowires and polymer based transparent electrodes", In Organic Electronics, Elsevier, vol. 36, pp. 68–72, 2016.
Bibtex
@article{park2016efficient,
title={Efficient flexible organic photovoltaics using silver nanowires and polymer based transparent electrodes},
author={Park, Yoonseok and Bormann, Ludwig and M{\"u}ller-Meskamp, Lars and Vandewal, Koen and Leo, Karl},
journal={Organic Electronics},
volume={36},
pages={68--72},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Pascal Ruffieux, Shiyong Wang, Bo Yang, Carlos Sánchez-Sánchez, Jia Liu, Thomas Dienel, Leopold Talirz, Prashant Shinde, Carlo A Pignedoli, Daniele Passerone, others, "On-surface synthesis of graphene nanoribbons with zigzag edge topology", In Nature, Nature Publishing Group, vol. 531, no. 7595, pp. 489–492, 2016. [Bibtex & Downloads]
On-surface synthesis of graphene nanoribbons with zigzag edge topology
Reference
Pascal Ruffieux, Shiyong Wang, Bo Yang, Carlos Sánchez-Sánchez, Jia Liu, Thomas Dienel, Leopold Talirz, Prashant Shinde, Carlo A Pignedoli, Daniele Passerone, others, "On-surface synthesis of graphene nanoribbons with zigzag edge topology", In Nature, Nature Publishing Group, vol. 531, no. 7595, pp. 489–492, 2016.
Bibtex
@article{ruffieux2016surface,
title={On-surface synthesis of graphene nanoribbons with zigzag edge topology},
author={Ruffieux, Pascal and Wang, Shiyong and Yang, Bo and S{\'a}nchez-S{\'a}nchez, Carlos and Liu, Jia and Dienel, Thomas and Talirz, Leopold and Shinde, Prashant and Pignedoli, Carlo A and Passerone, Daniele and others},
journal={Nature},
volume={531},
number={7595},
pages={489--492},
year={2016},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, other
Permalink
- André Martin, Andrey Brito, Christof Fetzer, "Real-time social network graph analysis using StreamMine3G", Proceedings of the 10th ACM International Conference on Distributed and Event-based Systems, pp. 322–329, 2016. [Bibtex & Downloads]
Real-time social network graph analysis using StreamMine3G
Reference
André Martin, Andrey Brito, Christof Fetzer, "Real-time social network graph analysis using StreamMine3G", Proceedings of the 10th ACM International Conference on Distributed and Event-based Systems, pp. 322–329, 2016.
Bibtex
@inproceedings{martin2016real,
title={Real-time social network graph analysis using StreamMine3G},
author={Martin, Andr{\'e} and Brito, Andrey and Fetzer, Christof},
booktitle={Proceedings of the 10th ACM International Conference on Distributed and Event-based Systems},
pages={322--329},
year={2016},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Resilience Path, Resilience Path
Permalink
- Yuanhao Gong, Ivo F Sbalzarini, "A Natural-Scene Gradient Distribution Prior and its Application in Light-Microscopy Image Processing", In IEEE Journal of Selected Topics in Signal Processing, IEEE, vol. 10, no. 1, pp. 99–114, 2016. [Bibtex & Downloads]
A Natural-Scene Gradient Distribution Prior and its Application in Light-Microscopy Image Processing
Reference
Yuanhao Gong, Ivo F Sbalzarini, "A Natural-Scene Gradient Distribution Prior and its Application in Light-Microscopy Image Processing", In IEEE Journal of Selected Topics in Signal Processing, IEEE, vol. 10, no. 1, pp. 99–114, 2016.
Bibtex
@article{gong2016natural,
title={A Natural-Scene Gradient Distribution Prior and its Application in Light-Microscopy Image Processing},
author={Gong, Yuanhao and Sbalzarini, Ivo F},
journal={IEEE Journal of Selected Topics in Signal Processing},
volume={10},
number={1},
pages={99--114},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Biological Systems Path, Biological Systems Path
Permalink
- Georgi Stoychev, Cordula Reuther, Stefan Diez, Leonid Ionov, "Controlled Retention and Release of Biomolecular Transport Systems Using Shape-Changing Polymer Bilayers", In Angewandte Chemie, vol. 128, no. 52, pp. 16340–16343, 2016. [doi] [Bibtex & Downloads]
Controlled Retention and Release of Biomolecular Transport Systems Using Shape-Changing Polymer Bilayers
Reference
Georgi Stoychev, Cordula Reuther, Stefan Diez, Leonid Ionov, "Controlled Retention and Release of Biomolecular Transport Systems Using Shape-Changing Polymer Bilayers", In Angewandte Chemie, vol. 128, no. 52, pp. 16340–16343, 2016. [doi]
Bibtex
@article {ANGE:ANGE201608299,
author = {Stoychev, Georgi and Reuther, Cordula and Diez, Stefan and Ionov, Leonid},
title = {Controlled Retention and Release of Biomolecular Transport Systems Using Shape-Changing Polymer Bilayers},
journal = {Angewandte Chemie},
volume = {128},
number = {52},
issn = {1521-3757},
url = {http://dx.doi.org/10.1002/ange.201608299},
doi = {10.1002/ange.201608299},
pages = {16340--16343},
keywords = {Hydrogele, Motorproteine, Selbstfaltung, Transport von Biomolekülen},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dan V. Nicolau, Mercy Lard, Till Korten, Falco C. M. J. M. van Delft, Malin Persson, Elina Bengtsson, Alf Månsson, Stefan Diez, Heiner Linke, Dan V. Nicolau, "Parallel computation with molecular-motor-propelled agents in nanofabricated networks", In Proceedings of the National Academy of Sciences, vol. 113, no. 10, pp. 2591-2596, 2016. [doi] [Bibtex & Downloads]
Parallel computation with molecular-motor-propelled agents in nanofabricated networks
Reference
Dan V. Nicolau, Mercy Lard, Till Korten, Falco C. M. J. M. van Delft, Malin Persson, Elina Bengtsson, Alf Månsson, Stefan Diez, Heiner Linke, Dan V. Nicolau, "Parallel computation with molecular-motor-propelled agents in nanofabricated networks", In Proceedings of the National Academy of Sciences, vol. 113, no. 10, pp. 2591-2596, 2016. [doi]
Abstract
The combinatorial nature of many important mathematical problems, including nondeterministic-polynomial-time (NP)-complete problems, places a severe limitation on the problem size that can be solved with conventional, sequentially operating electronic computers. There have been significant efforts in conceiving parallel-computation approaches in the past, for example: DNA computation, quantum computation, and microfluidics-based computation. However, these approaches have not proven, so far, to be scalable and practical from a fabrication and operational perspective. Here, we report the foundations of an alternative parallel-computation system in which a given combinatorial problem is encoded into a graphical, modular network that is embedded in a nanofabricated planar device. Exploring the network in a parallel fashion using a large number of independent, molecular-motor-propelled agents then solves the mathematical problem. This approach uses orders of magnitude less energy than conventional computers, thus addressing issues related to power consumption and heat dissipation. We provide a proof-of-concept demonstration of such a device by solving, in a parallel fashion, the small instance 2, 5, 9 of the subset sum problem, which is a benchmark NP-complete problem. Finally, we discuss the technical advances necessary to make our system scalable with presently available technology.
Bibtex
@article{Nicolau08032016,
author = {Nicolau, Dan V. and Lard, Mercy and Korten, Till and van Delft, Falco C. M. J. M. and Persson, Malin and Bengtsson, Elina and Månsson, Alf and Diez, Stefan and Linke, Heiner and Nicolau, Dan V.},
title = {Parallel computation with molecular-motor-propelled agents in nanofabricated networks},
volume = {113},
number = {10},
pages = {2591-2596},
year = {2016},
doi = {10.1073/pnas.1510825113},
abstract ={The combinatorial nature of many important mathematical problems, including nondeterministic-polynomial-time (NP)-complete problems, places a severe limitation on the problem size that can be solved with conventional, sequentially operating electronic computers. There have been significant efforts in conceiving parallel-computation approaches in the past, for example: DNA computation, quantum computation, and microfluidics-based computation. However, these approaches have not proven, so far, to be scalable and practical from a fabrication and operational perspective. Here, we report the foundations of an alternative parallel-computation system in which a given combinatorial problem is encoded into a graphical, modular network that is embedded in a nanofabricated planar device. Exploring the network in a parallel fashion using a large number of independent, molecular-motor-propelled agents then solves the mathematical problem. This approach uses orders of magnitude less energy than conventional computers, thus addressing issues related to power consumption and heat dissipation. We provide a proof-of-concept demonstration of such a device by solving, in a parallel fashion, the small instance {2, 5, 9} of the subset sum problem, which is a benchmark NP-complete problem. Finally, we discuss the technical advances necessary to make our system scalable with presently available technology.},
URL = {http://www.pnas.org/content/113/10/2591.abstract},
eprint = {http://www.pnas.org/content/113/10/2591.full.pdf},
journal = {Proceedings of the National Academy of Sciences}
}Downloads
No Downloads available for this publication
Permalink
- Niko Münzenrieder, Daniil Karnaushenko, Luisa Petti, Giuseppe Cantarella, Christian Vogt, Lars Büthe, Dmitriy D Karnaushenko, Oliver G Schmidt, Denys Makarov, Gerhard Tröster, "Entirely Flexible On-Site Conditioned Magnetic Sensorics", In Advanced Electronic Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Entirely Flexible On-Site Conditioned Magnetic Sensorics
Reference
Niko Münzenrieder, Daniil Karnaushenko, Luisa Petti, Giuseppe Cantarella, Christian Vogt, Lars Büthe, Dmitriy D Karnaushenko, Oliver G Schmidt, Denys Makarov, Gerhard Tröster, "Entirely Flexible On-Site Conditioned Magnetic Sensorics", In Advanced Electronic Materials, Wiley Online Library, 2016.
Bibtex
@article{munzenrieder2016entirely,
title={Entirely Flexible On-Site Conditioned Magnetic Sensorics},
author={M{\"u}nzenrieder, Niko and Karnaushenko, Daniil and Petti, Luisa and Cantarella, Giuseppe and Vogt, Christian and B{\"u}the, Lars and Karnaushenko, Dmitriy D and Schmidt, Oliver G and Makarov, Denys and Tr{\"o}ster, Gerhard},
journal={Advanced Electronic Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Katja Uhlig, Thomas Wegener, Jian He, Michael Zeiser, Johannes Bookhold, Inna Dewald, Neus Godino, Magnus Jaeger, Thomas Hellweg, Andreas Fery, Claus Duschl, "Patterned Thermoresponsive Microgel Coatings for Noninvasive Processing of Adherent Cells", In Biomacromolecules, vol. 17, no. 3, pp. 1110-1116, 2016. [doi] [Bibtex & Downloads]
Patterned Thermoresponsive Microgel Coatings for Noninvasive Processing of Adherent Cells
Reference
Katja Uhlig, Thomas Wegener, Jian He, Michael Zeiser, Johannes Bookhold, Inna Dewald, Neus Godino, Magnus Jaeger, Thomas Hellweg, Andreas Fery, Claus Duschl, "Patterned Thermoresponsive Microgel Coatings for Noninvasive Processing of Adherent Cells", In Biomacromolecules, vol. 17, no. 3, pp. 1110-1116, 2016. [doi]
Bibtex
@article{doi:10.1021/acs.biomac.5b01728,
author = {Uhlig, Katja and Wegener, Thomas and He, Jian and Zeiser, Michael and Bookhold, Johannes and Dewald, Inna and Godino, Neus and Jaeger, Magnus and Hellweg, Thomas and Fery, Andreas and Duschl, Claus},
title = {Patterned Thermoresponsive Microgel Coatings for Noninvasive Processing of Adherent Cells},
journal = {Biomacromolecules},
volume = {17},
number = {3},
pages = {1110-1116},
year = {2016},
doi = {10.1021/acs.biomac.5b01728},
note ={PMID: 26879608},
URL = {http://dx.doi.org/10.1021/acs.biomac.5b01728},
eprint = {http://dx.doi.org/10.1021/acs.biomac.5b01728}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Moritz Tebbe, Sarah Lentz, Luca Guerrini, Andreas Fery, Ramon A. Alvarez-Puebla, Nicolas Pazos-Perez, "Fabrication and optical enhancing properties of discrete supercrystals", In Nanoscale, The Royal Society of Chemistry, vol. 8, pp. 12702-12709, 2016. [doi] [Bibtex & Downloads]
Fabrication and optical enhancing properties of discrete supercrystals
Reference
Moritz Tebbe, Sarah Lentz, Luca Guerrini, Andreas Fery, Ramon A. Alvarez-Puebla, Nicolas Pazos-Perez, "Fabrication and optical enhancing properties of discrete supercrystals", In Nanoscale, The Royal Society of Chemistry, vol. 8, pp. 12702-12709, 2016. [doi]
Abstract
Discrete gold nanoparticle crystals with tunable size and morphology are fabricated via a fast and inexpensive template-assisted method. The highly precise hierarchical organization of the plasmonic building blocks yields superstructures with outstanding behaviour for surface-enhanced Raman scattering analysis.
Bibtex
@Article{C5NR09017B,
author ="Tebbe, Moritz and Lentz, Sarah and Guerrini, Luca and Fery, Andreas and Alvarez-Puebla, Ramon A. and Pazos-Perez, Nicolas",
title ="Fabrication and optical enhancing properties of discrete supercrystals",
journal ="Nanoscale",
year ="2016",
volume ="8",
issue ="25",
pages ="12702-12709",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C5NR09017B",
url ="http://dx.doi.org/10.1039/C5NR09017B",
abstract ="Discrete gold nanoparticle crystals with tunable size and morphology are fabricated via a fast and inexpensive template-assisted method. The highly precise hierarchical organization of the plasmonic building blocks yields superstructures with outstanding behaviour for surface-enhanced Raman scattering analysis."}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Matthias Stöter, Sebastian Gödrich, Patrick Feicht, Sabine Rosenfeldt, Herbert Thurn, Jens W. Neubauer, Maximilian Seuss, Peter Lindner, Hussein Kalo, Michael Möller, Andreas Fery, Stephan Förster, Georg Papastavrou, Josef Breu, "Controlled Exfoliation of Layered Silicate Heterostructures into Bilayers and Their Conversion into Giant Janus Platelets", In Angewandte Chemie International Edition, vol. 55, no. 26, pp. 7398–7402, 2016. [doi] [Bibtex & Downloads]
Controlled Exfoliation of Layered Silicate Heterostructures into Bilayers and Their Conversion into Giant Janus Platelets
Reference
Matthias Stöter, Sebastian Gödrich, Patrick Feicht, Sabine Rosenfeldt, Herbert Thurn, Jens W. Neubauer, Maximilian Seuss, Peter Lindner, Hussein Kalo, Michael Möller, Andreas Fery, Stephan Förster, Georg Papastavrou, Josef Breu, "Controlled Exfoliation of Layered Silicate Heterostructures into Bilayers and Their Conversion into Giant Janus Platelets", In Angewandte Chemie International Edition, vol. 55, no. 26, pp. 7398–7402, 2016. [doi]
Bibtex
@article {ANIE:ANIE201601611,
author = {Stöter, Matthias and Gödrich, Sebastian and Feicht, Patrick and Rosenfeldt, Sabine and Thurn, Herbert and Neubauer, Jens W. and Seuss, Maximilian and Lindner, Peter and Kalo, Hussein and Möller, Michael and Fery, Andreas and Förster, Stephan and Papastavrou, Georg and Breu, Josef},
title = {Controlled Exfoliation of Layered Silicate Heterostructures into Bilayers and Their Conversion into Giant Janus Platelets},
journal = {Angewandte Chemie International Edition},
volume = {55},
number = {26},
issn = {1521-3773},
url = {http://dx.doi.org/10.1002/anie.201601611},
doi = {10.1002/anie.201601611},
pages = {7398--7402},
keywords = {atomic force microscopy, hybrid materials, nanomaterials, silicate, thin layers},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- C. R. Singh, T. Honold, T. P. Gujar, M. Retsch, A. Fery, M. Karg, M. Thelakkat, "The role of colloidal plasmonic nanostructures in organic solar cells", In Phys. Chem. Chem. Phys., The Royal Society of Chemistry, vol. 18, pp. 23155-23163, 2016. [doi] [Bibtex & Downloads]
The role of colloidal plasmonic nanostructures in organic solar cells
Reference
C. R. Singh, T. Honold, T. P. Gujar, M. Retsch, A. Fery, M. Karg, M. Thelakkat, "The role of colloidal plasmonic nanostructures in organic solar cells", In Phys. Chem. Chem. Phys., The Royal Society of Chemistry, vol. 18, pp. 23155-23163, 2016. [doi]
Abstract
Plasmonic particles can contribute via multiple processes to the light absorption process in solar cells. These particles are commonly introduced into organic solar cells via deposition techniques such as spin-coating or dip-coating. However, such techniques are inherently challenging to achieve homogenous surface coatings as they lack control of inter-particle spacing and particle density on larger areas. Here we introduce interface assisted colloidal self-assembly as a concept for the fabrication of well-defined macroscopic 2-dimensional monolayers of hydrogel encapsulated plasmonic gold nanoparticles. The monolayers showed a pronounced extinction in the visible wavelength range due to localized surface plasmon resonance with excellent optical homogeneity. Moreover this strategy allowed for the investigation of the potential of plasmonic monolayers at different interfaces of P3HT:PCBM based inverted organic solar cells. In general, for monolayers located anywhere underneath the active layer, the solar cell performance decreased due to parasitic absorption. However with thick active layers, where low hole mobility limited the charge transport to the top electrode, the plasmonic monolayer near that electrode spatially redistributed the light and charge generation close to the electrode led to an improved performance. This work systematically highlights the trade-offs that need to be critically considered for designing an efficient plasmonically enhanced organic solar cell.
Bibtex
@Article{C6CP04451D,
author ="Singh, C. R. and Honold, T. and Gujar, T. P. and Retsch, M. and Fery, A. and Karg, M. and Thelakkat, M.",
title ="The role of colloidal plasmonic nanostructures in organic solar cells",
journal ="Phys. Chem. Chem. Phys.",
year ="2016",
volume ="18",
issue ="33",
pages ="23155-23163",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C6CP04451D",
url ="http://dx.doi.org/10.1039/C6CP04451D",
abstract ="Plasmonic particles can contribute via multiple processes to the light absorption process in solar cells. These particles are commonly introduced into organic solar cells via deposition techniques such as spin-coating or dip-coating. However{,} such techniques are inherently challenging to achieve homogenous surface coatings as they lack control of inter-particle spacing and particle density on larger areas. Here we introduce interface assisted colloidal self-assembly as a concept for the fabrication of well-defined macroscopic 2-dimensional monolayers of hydrogel encapsulated plasmonic gold nanoparticles. The monolayers showed a pronounced extinction in the visible wavelength range due to localized surface plasmon resonance with excellent optical homogeneity. Moreover this strategy allowed for the investigation of the potential of plasmonic monolayers at different interfaces of P3HT:PCBM based inverted organic solar cells. In general{,} for monolayers located anywhere underneath the active layer{,} the solar cell performance decreased due to parasitic absorption. However with thick active layers{,} where low hole mobility limited the charge transport to the top electrode{,} the plasmonic monolayer near that electrode spatially redistributed the light and charge generation close to the electrode led to an improved performance. This work systematically highlights the trade-offs that need to be critically considered for designing an efficient plasmonically enhanced organic solar cell."}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Maximilian Seuss, Willi Schmolke, Astrid Drechsler, Andreas Fery, Sebastian Seiffert, "Core–Shell Microgels with Switchable Elasticity at Constant Interfacial Interaction", In ACS Applied Materials & Interfaces, vol. 8, no. 25, pp. 16317-16327, 2016. [doi] [Bibtex & Downloads]
Core–Shell Microgels with Switchable Elasticity at Constant Interfacial Interaction
Reference
Maximilian Seuss, Willi Schmolke, Astrid Drechsler, Andreas Fery, Sebastian Seiffert, "Core–Shell Microgels with Switchable Elasticity at Constant Interfacial Interaction", In ACS Applied Materials & Interfaces, vol. 8, no. 25, pp. 16317-16327, 2016. [doi]
Bibtex
@article{doi:10.1021/acsami.6b04339,
author = {Seuss, Maximilian and Schmolke, Willi and Drechsler, Astrid and Fery, Andreas and Seiffert, Sebastian},
title = {Core–Shell Microgels with Switchable Elasticity at Constant Interfacial Interaction},
journal = {ACS Applied Materials \& Interfaces},
volume = {8},
number = {25},
pages = {16317-16327},
year = {2016},
doi = {10.1021/acsami.6b04339},
note ={PMID: 27276500},
URL = {http://dx.doi.org/10.1021/acsami.6b04339},
eprint = {http://dx.doi.org/10.1021/acsami.6b04339}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Ling Peng, Shaohua Jiang, Maximilian Seuß, Andreas Fery, Gregor Lang, Thomas Scheibel, Seema Agarwal, "Two-in-One Composite Fibers With Side-by-Side Arrangement of Silk Fibroin and Poly(l-lactide) by Electrospinning", In Macromolecular Materials and Engineering, vol. 301, no. 1, pp. 48–55, 2016. [doi] [Bibtex & Downloads]
Two-in-One Composite Fibers With Side-by-Side Arrangement of Silk Fibroin and Poly(l-lactide) by Electrospinning
Reference
Ling Peng, Shaohua Jiang, Maximilian Seuß, Andreas Fery, Gregor Lang, Thomas Scheibel, Seema Agarwal, "Two-in-One Composite Fibers With Side-by-Side Arrangement of Silk Fibroin and Poly(l-lactide) by Electrospinning", In Macromolecular Materials and Engineering, vol. 301, no. 1, pp. 48–55, 2016. [doi]
Bibtex
@article {MAME:MAME201500217,
author = {Peng, Ling and Jiang, Shaohua and Seuß, Maximilian and Fery, Andreas and Lang, Gregor and Scheibel, Thomas and Agarwal, Seema},
title = {Two-in-One Composite Fibers With Side-by-Side Arrangement of Silk Fibroin and Poly(l-lactide) by Electrospinning},
journal = {Macromolecular Materials and Engineering},
volume = {301},
number = {1},
issn = {1439-2054},
url = {http://dx.doi.org/10.1002/mame.201500217},
doi = {10.1002/mame.201500217},
pages = {48--55},
keywords = {electrospinning, mechanical properties, secondary structure, side-by-side fibers, silk fibroin},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Jana Berger Yoonseok Park, "Light trapping for flexible organic photovoltaics" , vol. 9942, no. , pp. 9942-9942, 2016. [doi] [Bibtex & Downloads]
Light trapping for flexible organic photovoltaics
Reference
Jana Berger Yoonseok Park, "Light trapping for flexible organic photovoltaics" , vol. 9942, no. , pp. 9942-9942, 2016. [doi]
Bibtex
@proceeding{doi: 10.1117/12.2229582,
author = { Yoonseok Park,Jana Berger,Paul-Anton Will,Marcos Soldera,Bernhard Glatz,Lars Müller-Meskamp,Kurt Taretto,Andreas Fery,Andrés Fabián Lasagni,Koen Vandewal,Karl Leo},
title = {Light trapping for flexible organic photovoltaics},
journal = {Proc.SPIE},
volume = {9942},
number = {},
pages = {9942 - 9942 - 9},
year = {2016},
doi = {10.1117/12.2229582},
URL = {http://dx.doi.org/10.1117/12.2229582},
eprint = {}
}
Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Houwen Matthew Pan, Maximilian Seuss, Martin P. Neubauer, Dieter W. Trau, Andreas Fery, "Tuning the Mechanical Properties of Hydrogel Core–Shell Particles by Inwards Interweaving Self-Assembly", In ACS Applied Materials & Interfaces, vol. 8, no. 2, pp. 1493-1500, 2016. [doi] [Bibtex & Downloads]
Tuning the Mechanical Properties of Hydrogel Core–Shell Particles by Inwards Interweaving Self-Assembly
Reference
Houwen Matthew Pan, Maximilian Seuss, Martin P. Neubauer, Dieter W. Trau, Andreas Fery, "Tuning the Mechanical Properties of Hydrogel Core–Shell Particles by Inwards Interweaving Self-Assembly", In ACS Applied Materials & Interfaces, vol. 8, no. 2, pp. 1493-1500, 2016. [doi]
Bibtex
@article{doi:10.1021/acsami.5b10886,
author = {Pan, Houwen Matthew and Seuss, Maximilian and Neubauer, Martin P. and Trau, Dieter W. and Fery, Andreas},
title = {Tuning the Mechanical Properties of Hydrogel Core–Shell Particles by Inwards Interweaving Self-Assembly},
journal = {ACS Applied Materials \& Interfaces},
volume = {8},
number = {2},
pages = {1493-1500},
year = {2016},
doi = {10.1021/acsami.5b10886},
note ={PMID: 26691168},
URL = {http://dx.doi.org/10.1021/acsami.5b10886},
eprint = {http://dx.doi.org/10.1021/acsami.5b10886}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Benedikt R. Neugirg, Sean R. Koebley, Hannes C. Schniepp, Andreas Fery, "AFM-based mechanical characterization of single nanofibres", In Nanoscale, The Royal Society of Chemistry, vol. 8, pp. 8414-8426, 2016. [doi] [Bibtex & Downloads]
AFM-based mechanical characterization of single nanofibres
Reference
Benedikt R. Neugirg, Sean R. Koebley, Hannes C. Schniepp, Andreas Fery, "AFM-based mechanical characterization of single nanofibres", In Nanoscale, The Royal Society of Chemistry, vol. 8, pp. 8414-8426, 2016. [doi]
Abstract
Nanofibres are found in a broad variety of hierarchical biological systems as fundamental structural units, and nanofibrillar components are playing an increasing role in the development of advanced functional materials. Accurate determination of the mechanical properties of single nanofibres is thus of great interest, yet measurement of these properties is challenging due to the intricate specimen handling and the exceptional force and deformation resolution that is required. The atomic force microscope (AFM) has emerged as an effective, reliable tool in the investigation of nanofibrillar mechanics, with the three most popular approaches-AFM-based tensile testing, three-point deformation testing, and nanoindentation-proving preferable to conventional tensile testing in many (but not all) cases. Here, we review the capabilities and limitations of each of these methods and give a comprehensive overview of the recent advances in this field.
Bibtex
@Article{C6NR00863A,
author ="Neugirg, Benedikt R. and Koebley, Sean R. and Schniepp, Hannes C. and Fery, Andreas",
title ="AFM-based mechanical characterization of single nanofibres",
journal ="Nanoscale",
year ="2016",
volume ="8",
issue ="16",
pages ="8414-8426",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C6NR00863A",
url ="http://dx.doi.org/10.1039/C6NR00863A",
abstract ="Nanofibres are found in a broad variety of hierarchical biological systems as fundamental structural units{,} and nanofibrillar components are playing an increasing role in the development of advanced functional materials. Accurate determination of the mechanical properties of single nanofibres is thus of great interest{,} yet measurement of these properties is challenging due to the intricate specimen handling and the exceptional force and deformation resolution that is required. The atomic force microscope (AFM) has emerged as an effective{,} reliable tool in the investigation of nanofibrillar mechanics{,} with the three most popular approaches-AFM-based tensile testing{,} three-point deformation testing{,} and nanoindentation-proving preferable to conventional tensile testing in many (but not all) cases. Here{,} we review the capabilities and limitations of each of these methods and give a comprehensive overview of the recent advances in this field."}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Benedikt R. Neugirg, Nicolas Helfricht, Steffen Czich, Hans-Werner Schmidt, Georg Papastavrou, Andreas Fery, "Long-range interaction forces between 1,3,5-cyclohexanetrisamide fibers in crossed-cylinder geometry", In Polymer, vol. 102, no. Supplement C, pp. 363 - 371, 2016. [doi] [Bibtex & Downloads]
Long-range interaction forces between 1,3,5-cyclohexanetrisamide fibers in crossed-cylinder geometry
Reference
Benedikt R. Neugirg, Nicolas Helfricht, Steffen Czich, Hans-Werner Schmidt, Georg Papastavrou, Andreas Fery, "Long-range interaction forces between 1,3,5-cyclohexanetrisamide fibers in crossed-cylinder geometry", In Polymer, vol. 102, no. Supplement C, pp. 363 - 371, 2016. [doi]
Bibtex
@article{NEUGIRG2016363,
title = "Long-range interaction forces between 1,3,5-cyclohexanetrisamide fibers in crossed-cylinder geometry",
journal = "Polymer",
volume = "102",
number = "Supplement C",
pages = "363 - 371",
year = "2016",
note = "Polymers at Interfaces: Probing Mechanics and Interactions by Atomic Force Microscopy",
issn = "0032-3861",
doi = "https://doi.org/10.1016/j.polymer.2016.03.068",
url = "http://www.sciencedirect.com/science/article/pii/S0032386116302142",
author = "Benedikt R. Neugirg and Nicolas Helfricht and Steffen Czich and Hans-Werner Schmidt and Georg Papastavrou and Andreas Fery",
keywords = "1,3,5-cyclohexanetrisamides, Electrospinning, Fibers, AFM, Direct force measurements, Surface forces"
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Benedikt R. Neugirg, Matthias Burgard, Andreas Greiner, Andreas Fery, "Tensile versus AFM testing of electrospun PVA nanofibers: Bridging the gap from Microscale to nanoscale", In Journal of Polymer Science Part B: Polymer Physics, vol. 54, no. 23, pp. 2418–2424, 2016. [doi] [Bibtex & Downloads]
Tensile versus AFM testing of electrospun PVA nanofibers: Bridging the gap from Microscale to nanoscale
Reference
Benedikt R. Neugirg, Matthias Burgard, Andreas Greiner, Andreas Fery, "Tensile versus AFM testing of electrospun PVA nanofibers: Bridging the gap from Microscale to nanoscale", In Journal of Polymer Science Part B: Polymer Physics, vol. 54, no. 23, pp. 2418–2424, 2016. [doi]
Bibtex
@article {POLB:POLB24225,
author = {Neugirg, Benedikt R. and Burgard, Matthias and Greiner, Andreas and Fery, Andreas},
title = {Tensile versus AFM testing of electrospun PVA nanofibers: Bridging the gap from Microscale to nanoscale},
journal = {Journal of Polymer Science Part B: Polymer Physics},
volume = {54},
number = {23},
issn = {1099-0488},
url = {http://dx.doi.org/10.1002/polb.24225},
doi = {10.1002/polb.24225},
pages = {2418--2424},
keywords = {atomic force microscopy (AFM), electrospinning, fibers, mechanics, mechanical properties, modulus, nanofibers, tensile testing},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Jens W. Neubauer, Longjian Xue, Johann Erath, Dirk-M. Drotlef, Aránzazu del Campo, Andreas Fery, "Monitoring the Contact Stress Distribution of Gecko-Inspired Adhesives Using Mechano-Sensitive Surface Coatings", In ACS Applied Materials & Interfaces, vol. 8, no. 28, pp. 17870-17877, 2016. [doi] [Bibtex & Downloads]
Monitoring the Contact Stress Distribution of Gecko-Inspired Adhesives Using Mechano-Sensitive Surface Coatings
Reference
Jens W. Neubauer, Longjian Xue, Johann Erath, Dirk-M. Drotlef, Aránzazu del Campo, Andreas Fery, "Monitoring the Contact Stress Distribution of Gecko-Inspired Adhesives Using Mechano-Sensitive Surface Coatings", In ACS Applied Materials & Interfaces, vol. 8, no. 28, pp. 17870-17877, 2016. [doi]
Bibtex
@article{doi:10.1021/acsami.6b05327,
author = {Neubauer, Jens W. and Xue, Longjian and Erath, Johann and Drotlef, Dirk-M. and Campo, Aránzazu del and Fery, Andreas},
title = {Monitoring the Contact Stress Distribution of Gecko-Inspired Adhesives Using Mechano-Sensitive Surface Coatings},
journal = {ACS Applied Materials \& Interfaces},
volume = {8},
number = {28},
pages = {17870-17877},
year = {2016},
doi = {10.1021/acsami.6b05327},
note ={PMID: 27327111},
URL = {http://dx.doi.org/10.1021/acsami.6b05327},
eprint = {http://dx.doi.org/10.1021/acsami.6b05327}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Martin Mayer, Moritz Tebbe, Christian Kuttner, Max J. Schnepf, Tobias A. F. Konig, Andreas Fery, "Template-assisted colloidal self-assembly of macroscopic magnetic metasurfaces", In Faraday Discuss., The Royal Society of Chemistry, vol. 191, pp. 159-176, 2016. [doi] [Bibtex & Downloads]
Template-assisted colloidal self-assembly of macroscopic magnetic metasurfaces
Reference
Martin Mayer, Moritz Tebbe, Christian Kuttner, Max J. Schnepf, Tobias A. F. Konig, Andreas Fery, "Template-assisted colloidal self-assembly of macroscopic magnetic metasurfaces", In Faraday Discuss., The Royal Society of Chemistry, vol. 191, pp. 159-176, 2016. [doi]
Abstract
We demonstrate a template-assisted colloidal self-assembly approach for magnetic metasurfaces on macroscopic areas. The choice of anisotropic colloidal particle geometry, assembly pattern and metallic film is based on rational design criteria, taking advantage of mirror-charge effects for gold nanorods placed on gold film. Monodisperse gold nanorods prepared utilizing wet-chemistry are arranged with high precision on wrinkled templates to form linear array-type assemblies and subsequently transferred to a thin gold film. Due to the obtained particle-to-film distance of 1.1 nm, the plasmonic mode of the nanorod is able to couple efficiently with the supporting metallic film, giving rise to a magnetic mode in the visible spectrum (721 nm). Conventional UV-vis-NIR measurements in close correlation with electromagnetic simulations provide evidence for the presence of a magnetic resonance on the macroscopic area. The herein presented scalable lithography-free fabrication process paves the road towards colloidal functional metasurfaces with an optical response in the effective magnetic permeability.
Bibtex
@Article{C6FD00013D,
author ="Mayer, Martin and Tebbe, Moritz and Kuttner, Christian and Schnepf, Max J. and Konig, Tobias A. F. and Fery, Andreas",
title ="Template-assisted colloidal self-assembly of macroscopic magnetic metasurfaces",
journal ="Faraday Discuss.",
year ="2016",
volume ="191",
issue ="0",
pages ="159-176",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C6FD00013D",
url ="http://dx.doi.org/10.1039/C6FD00013D",
abstract ="We demonstrate a template-assisted colloidal self-assembly approach for magnetic metasurfaces on macroscopic areas. The choice of anisotropic colloidal particle geometry{,} assembly pattern and metallic film is based on rational design criteria{,} taking advantage of mirror-charge effects for gold nanorods placed on gold film. Monodisperse gold nanorods prepared utilizing wet-chemistry are arranged with high precision on wrinkled templates to form linear array-type assemblies and subsequently transferred to a thin gold film. Due to the obtained particle-to-film distance of 1.1 nm{,} the plasmonic mode of the nanorod is able to couple efficiently with the supporting metallic film{,} giving rise to a magnetic mode in the visible spectrum (721 nm). Conventional UV-vis-NIR measurements in close correlation with electromagnetic simulations provide evidence for the presence of a magnetic resonance on the macroscopic area. The herein presented scalable lithography-free fabrication process paves the road towards colloidal functional metasurfaces with an optical response in the effective magnetic permeability."}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Xiaojun Sun, Junki Kim, Kyle D. Gilroy, Jingyue Liu, Tobias A. F. König, Dong Qin, "Gold-Based Cubic Nanoboxes with Well-Defined Openings at the Corners and Ultrathin Walls Less Than Two Nanometers Thick", In ACS Nano, vol. 10, no. 8, pp. 8019-8025, 2016. [doi] [Bibtex & Downloads]
Gold-Based Cubic Nanoboxes with Well-Defined Openings at the Corners and Ultrathin Walls Less Than Two Nanometers Thick
Reference
Xiaojun Sun, Junki Kim, Kyle D. Gilroy, Jingyue Liu, Tobias A. F. König, Dong Qin, "Gold-Based Cubic Nanoboxes with Well-Defined Openings at the Corners and Ultrathin Walls Less Than Two Nanometers Thick", In ACS Nano, vol. 10, no. 8, pp. 8019-8025, 2016. [doi]
Bibtex
@article{doi:10.1021/acsnano.6b04084,
author = {Sun, Xiaojun and Kim, Junki and Gilroy, Kyle D. and Liu, Jingyue and König, Tobias A. F. and Qin, Dong},
title = {Gold-Based Cubic Nanoboxes with Well-Defined Openings at the Corners and Ultrathin Walls Less Than Two Nanometers Thick},
journal = {ACS Nano},
volume = {10},
number = {8},
pages = {8019-8025},
year = {2016},
doi = {10.1021/acsnano.6b04084},
note ={PMID: 27458731},
URL = {http://dx.doi.org/10.1021/acsnano.6b04084},
eprint = {http://dx.doi.org/10.1021/acsnano.6b04084}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Christian Kuttner, Munish Chanana, Matthias Karg, Andreas Fery, "Macromolecular Decoration of Nanoparticles for Guiding Self-Assembly in 2D and 3D" , John Wiley & Sons, Inc., pp. 159-192, 2016. [doi] [Bibtex & Downloads]
Macromolecular Decoration of Nanoparticles for Guiding Self-Assembly in 2D and 3D
Reference
Christian Kuttner, Munish Chanana, Matthias Karg, Andreas Fery, "Macromolecular Decoration of Nanoparticles for Guiding Self-Assembly in 2D and 3D" , John Wiley & Sons, Inc., pp. 159-192, 2016. [doi]
Bibtex
@inbook
{
title = {Macromolecular Decoration of Nanoparticles for Guiding Self-Assembly in 2D and 3D},
author = {Kuttner, Christian and Chanana, Munish and Karg, Matthias and Fery, Andreas},
publisher = {John Wiley & Sons, Inc.},
isbn = {9781118887813},
url = {http://dx.doi.org/10.1002/9781118887813.ch6},
doi = {10.1002/9781118887813.ch6},
pages = {159-192},
keywords = {biomacromolecules, close-packed assemblies, core architectures, decorating nanoparticles, functional material design, interparticle separations, protein-modified nanoparticles},
booktitle = {Macromolecular Self-assembly},
year = {2016},
}
Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Roland P. M. Höller, Martin Dulle, Sabrina Thomä, Martin Mayer, Anja Maria Steiner, Stephan Förster, Andreas Fery, Christian Kuttner, Munish Chanana, "Protein-Assisted Assembly of Modular 3D Plasmonic Raspberry-like Core/Satellite Nanoclusters: Correlation of Structure and Optical Properties", In ACS Nano, vol. 10, no. 6, pp. 5740-5750, 2016. [doi] [Bibtex & Downloads]
Protein-Assisted Assembly of Modular 3D Plasmonic Raspberry-like Core/Satellite Nanoclusters: Correlation of Structure and Optical Properties
Reference
Roland P. M. Höller, Martin Dulle, Sabrina Thomä, Martin Mayer, Anja Maria Steiner, Stephan Förster, Andreas Fery, Christian Kuttner, Munish Chanana, "Protein-Assisted Assembly of Modular 3D Plasmonic Raspberry-like Core/Satellite Nanoclusters: Correlation of Structure and Optical Properties", In ACS Nano, vol. 10, no. 6, pp. 5740-5750, 2016. [doi]
Bibtex
@article{doi:10.1021/acsnano.5b07533,
author = {Höller, Roland P. M. and Dulle, Martin and Thomä, Sabrina and Mayer, Martin and Steiner, Anja Maria and Förster, Stephan and Fery, Andreas and Kuttner, Christian and Chanana, Munish},
title = {Protein-Assisted Assembly of Modular 3D Plasmonic Raspberry-like Core/Satellite Nanoclusters: Correlation of Structure and Optical Properties},
journal = {ACS Nano},
volume = {10},
number = {6},
pages = {5740-5750},
year = {2016},
doi = {10.1021/acsnano.5b07533},
note ={PMID: 26982386},
URL = {http://dx.doi.org/10.1021/acsnano.5b07533},
eprint = {http://dx.doi.org/10.1021/acsnano.5b07533}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Sieger Henke, Jeroen Leijten, Evelien Kemna, Martin Neubauer, Andreas Fery, Albert van den Berg, Aart van Apeldoorn, Marcel Karperien, "Enzymatic Crosslinking of Polymer Conjugates is Superior over Ionic or UV Crosslinking for the On-Chip Production of Cell-Laden Microgels", In Macromolecular Bioscience, vol. 16, no. 10, pp. 1524–1532, 2016. [doi] [Bibtex & Downloads]
Enzymatic Crosslinking of Polymer Conjugates is Superior over Ionic or UV Crosslinking for the On-Chip Production of Cell-Laden Microgels
Reference
Sieger Henke, Jeroen Leijten, Evelien Kemna, Martin Neubauer, Andreas Fery, Albert van den Berg, Aart van Apeldoorn, Marcel Karperien, "Enzymatic Crosslinking of Polymer Conjugates is Superior over Ionic or UV Crosslinking for the On-Chip Production of Cell-Laden Microgels", In Macromolecular Bioscience, vol. 16, no. 10, pp. 1524–1532, 2016. [doi]
Bibtex
@article {MABI:MABI201600174,
author = {Henke, Sieger and Leijten, Jeroen and Kemna, Evelien and Neubauer, Martin and Fery, Andreas and van den Berg, Albert and van Apeldoorn, Aart and Karperien, Marcel},
title = {Enzymatic Crosslinking of Polymer Conjugates is Superior over Ionic or UV Crosslinking for the On-Chip Production of Cell-Laden Microgels},
journal = {Macromolecular Bioscience},
volume = {16},
number = {10},
issn = {1616-5195},
url = {http://dx.doi.org/10.1002/mabi.201600174},
doi = {10.1002/mabi.201600174},
pages = {1524--1532},
keywords = {biomaterials, enzymatic, hydrogel, microfluidic, microgels},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Ali Ghaemi, Alexandra Philipp, Andreas Bauer, Klaus Last, Andreas Fery, Stephan Gekle, "Mechanical behaviour of micro-capsules and their rupture under compression", In Chemical Engineering Science, vol. 142, no. Supplement C, pp. 236 - 243, 2016. [doi] [Bibtex & Downloads]
Mechanical behaviour of micro-capsules and their rupture under compression
Reference
Ali Ghaemi, Alexandra Philipp, Andreas Bauer, Klaus Last, Andreas Fery, Stephan Gekle, "Mechanical behaviour of micro-capsules and their rupture under compression", In Chemical Engineering Science, vol. 142, no. Supplement C, pp. 236 - 243, 2016. [doi]
Bibtex
@article{GHAEMI2016236,
title = "Mechanical behaviour of micro-capsules and their rupture under compression",
journal = "Chemical Engineering Science",
volume = "142",
number = "Supplement C",
pages = "236 - 243",
year = "2016",
issn = "0009-2509",
doi = "https://doi.org/10.1016/j.ces.2015.11.002",
url = "http://www.sciencedirect.com/science/article/pii/S0009250915007125",
author = "Ali Ghaemi and Alexandra Philipp and Andreas Bauer and Klaus Last and Andreas Fery and Stephan Gekle",
keywords = "Microcapsule, Nanoindentation, Plasticity, Rupture, Finite element analysis, Simulations"
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Ziyin Fan, Moritz Tebbe, Andreas Fery, Seema Agarwal, Andreas Greiner, "Assembly of Gold Nanoparticles on Gold Nanorods Using Functionalized Poly(N-isopropylacrylamide) as Polymeric “Glue”", In Particle & Particle Systems Characterization, vol. 33, no. 9, pp. 698–702, 2016. [doi] [Bibtex & Downloads]
Assembly of Gold Nanoparticles on Gold Nanorods Using Functionalized Poly(N-isopropylacrylamide) as Polymeric “Glue”
Reference
Ziyin Fan, Moritz Tebbe, Andreas Fery, Seema Agarwal, Andreas Greiner, "Assembly of Gold Nanoparticles on Gold Nanorods Using Functionalized Poly(N-isopropylacrylamide) as Polymeric “Glue”", In Particle & Particle Systems Characterization, vol. 33, no. 9, pp. 698–702, 2016. [doi]
Bibtex
@article {PPSC:PPSC201600081,
author = {Fan, Ziyin and Tebbe, Moritz and Fery, Andreas and Agarwal, Seema and Greiner, Andreas},
title = {Assembly of Gold Nanoparticles on Gold Nanorods Using Functionalized Poly(N-isopropylacrylamide) as Polymeric “Glue”},
journal = {Particle & Particle Systems Characterization},
volume = {33},
number = {9},
issn = {1521-4117},
url = {http://dx.doi.org/10.1002/ppsc.201600081},
doi = {10.1002/ppsc.201600081},
pages = {698--702},
keywords = {gold, nanoparticles, nanorods, polymer conjugate},
year = {2016},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Inna Dewald, Julia Gensel, Eva Betthausen, Oleg V. Borisov, Axel H. E. Müller, Felix H. Schacher, Andreas Fery, "Splitting of Surface-Immobilized Multicompartment Micelles into Clusters upon Charge Inversion", In ACS Nano, vol. 10, no. 5, pp. 5180-5188, 2016. [doi] [Bibtex & Downloads]
Splitting of Surface-Immobilized Multicompartment Micelles into Clusters upon Charge Inversion
Reference
Inna Dewald, Julia Gensel, Eva Betthausen, Oleg V. Borisov, Axel H. E. Müller, Felix H. Schacher, Andreas Fery, "Splitting of Surface-Immobilized Multicompartment Micelles into Clusters upon Charge Inversion", In ACS Nano, vol. 10, no. 5, pp. 5180-5188, 2016. [doi]
Bibtex
@article{doi:10.1021/acsnano.6b00670,
author = {Dewald, Inna and Gensel, Julia and Betthausen, Eva and Borisov, Oleg V. and Müller, Axel H. E. and Schacher, Felix H. and Fery, Andreas},
title = {Splitting of Surface-Immobilized Multicompartment Micelles into Clusters upon Charge Inversion},
journal = {ACS Nano},
volume = {10},
number = {5},
pages = {5180-5188},
year = {2016},
doi = {10.1021/acsnano.6b00670},
note ={PMID: 27101441},
URL = {http://dx.doi.org/10.1021/acsnano.6b00670},
eprint = {http://dx.doi.org/10.1021/acsnano.6b00670}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Debalaya Sarker, Saswata Bhattacharya, Raul D Rodriguez, Evgeniya Sheremet, Debdulal Kabiraj, Devesh Kumar Avasthi, Dietrich RT Zahn, Heidemarie Schmidt, Pankaj Srivastava, Santanu Ghosh, "Unraveling The Origin of Enhanced Field Emission from Irradiated FeCo-SiO2 Nanocomposites: A Combined Experimental and First-Principles Based Study", In ACS applied materials & interfaces, ACS Publications, vol. 8, no. 7, pp. 4994–5001, 2016. [Bibtex & Downloads]
Unraveling The Origin of Enhanced Field Emission from Irradiated FeCo-SiO2 Nanocomposites: A Combined Experimental and First-Principles Based Study
Reference
Debalaya Sarker, Saswata Bhattacharya, Raul D Rodriguez, Evgeniya Sheremet, Debdulal Kabiraj, Devesh Kumar Avasthi, Dietrich RT Zahn, Heidemarie Schmidt, Pankaj Srivastava, Santanu Ghosh, "Unraveling The Origin of Enhanced Field Emission from Irradiated FeCo-SiO2 Nanocomposites: A Combined Experimental and First-Principles Based Study", In ACS applied materials & interfaces, ACS Publications, vol. 8, no. 7, pp. 4994–5001, 2016.
Bibtex
@article{sarker2016unraveling,
title={Unraveling The Origin of Enhanced Field Emission from Irradiated FeCo-SiO2 Nanocomposites: A Combined Experimental and First-Principles Based Study},
author={Sarker, Debalaya and Bhattacharya, Saswata and Rodriguez, Raul D and Sheremet, Evgeniya and Kabiraj, Debdulal and Avasthi, Devesh Kumar and Zahn, Dietrich RT and Schmidt, Heidemarie and Srivastava, Pankaj and Ghosh, Santanu},
journal={ACS applied materials \& interfaces},
volume={8},
number={7},
pages={4994--5001},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- AR Jalil, H. Chang, VK Bandari, P. Robaschik, J. Zhang, PF Siles, G. Li, D. Bürger, D. Grimm, X. Liu, others, "Fully Integrated Organic Nanocrystal Diode as High Performance Room Temperature NO2 Sensor.", In Advanced materials (Deerfield Beach, Fla.), 2016. [Bibtex & Downloads]
Fully Integrated Organic Nanocrystal Diode as High Performance Room Temperature NO2 Sensor.
Reference
AR Jalil, H. Chang, VK Bandari, P. Robaschik, J. Zhang, PF Siles, G. Li, D. Bürger, D. Grimm, X. Liu, others, "Fully Integrated Organic Nanocrystal Diode as High Performance Room Temperature NO2 Sensor.", In Advanced materials (Deerfield Beach, Fla.), 2016.
Bibtex
@article{jalil2016fully,
title={Fully Integrated Organic Nanocrystal Diode as High Performance Room Temperature NO2 Sensor.},
author={Jalil, AR and Chang, H and Bandari, VK and Robaschik, P and Zhang, J and Siles, PF and Li, G and B{\"u}rger, D and Grimm, D and Liu, X and others},
journal={Advanced materials (Deerfield Beach, Fla.)},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mohamed El Garah, Arezoo Dianat, Andrea Cadeddu, Rafael Gutierrez, Marco Cecchini, Timothy R Cook, Artur Ciesielski, Peter J Stang, Gianaurelio Cuniberti, Paolo Samorì, "Atomically Precise Prediction of 2D Self-Assembly of Weakly Bonded Nanostructures: STM Insight into Concentration-Dependent Architectures", In Small, Wiley Online Library, vol. 12, no. 3, pp. 343–350, 2016. [Bibtex & Downloads]
Atomically Precise Prediction of 2D Self-Assembly of Weakly Bonded Nanostructures: STM Insight into Concentration-Dependent Architectures
Reference
Mohamed El Garah, Arezoo Dianat, Andrea Cadeddu, Rafael Gutierrez, Marco Cecchini, Timothy R Cook, Artur Ciesielski, Peter J Stang, Gianaurelio Cuniberti, Paolo Samorì, "Atomically Precise Prediction of 2D Self-Assembly of Weakly Bonded Nanostructures: STM Insight into Concentration-Dependent Architectures", In Small, Wiley Online Library, vol. 12, no. 3, pp. 343–350, 2016.
Bibtex
@article{el2016atomically,
title={Atomically Precise Prediction of 2D Self-Assembly of Weakly Bonded Nanostructures: STM Insight into Concentration-Dependent Architectures},
author={El Garah, Mohamed and Dianat, Arezoo and Cadeddu, Andrea and Gutierrez, Rafael and Cecchini, Marco and Cook, Timothy R and Ciesielski, Artur and Stang, Peter J and Cuniberti, Gianaurelio and Samor{\`\i}, Paolo},
journal={Small},
volume={12},
number={3},
pages={343--350},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- Thomas Rauscher, Christian Immanuel Müller, Andreas Schmidt, Bernd Kieback, Lars Röntzsch, "Ni–Mo–B alloys as cathode material for alkaline water electrolysis", In International Journal of Hydrogen Energy, Elsevier, 2016. [Bibtex & Downloads]
Ni–Mo–B alloys as cathode material for alkaline water electrolysis
Reference
Thomas Rauscher, Christian Immanuel Müller, Andreas Schmidt, Bernd Kieback, Lars Röntzsch, "Ni–Mo–B alloys as cathode material for alkaline water electrolysis", In International Journal of Hydrogen Energy, Elsevier, 2016.
Bibtex
@article{rauscher2016ni,
title={Ni--Mo--B alloys as cathode material for alkaline water electrolysis},
author={Rauscher, Thomas and M{\"u}ller, Christian Immanuel and Schmidt, Andreas and Kieback, Bernd and R{\"o}ntzsch, Lars},
journal={International Journal of Hydrogen Energy},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Maria Guix, Anne K Meyer, Britta Koch, Oliver G Schmidt, "Carbonate-based Janus micromotors moving in ultra-light acidic environment generated by HeLa cells in situ", In Scientific Reports, Nature Publishing Group, vol. 6, pp. 21701, 2016. [Bibtex & Downloads]
Carbonate-based Janus micromotors moving in ultra-light acidic environment generated by HeLa cells in situ
Reference
Maria Guix, Anne K Meyer, Britta Koch, Oliver G Schmidt, "Carbonate-based Janus micromotors moving in ultra-light acidic environment generated by HeLa cells in situ", In Scientific Reports, Nature Publishing Group, vol. 6, pp. 21701, 2016.
Bibtex
@article{guix2016carbonate,
title={Carbonate-based Janus micromotors moving in ultra-light acidic environment generated by HeLa cells in situ},
author={Guix, Maria and Meyer, Anne K and Koch, Britta and Schmidt, Oliver G},
journal={Scientific Reports},
volume={6},
pages={21701},
year={2016},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Yevhen Karpov, Jatindranath Maiti, Roman Tkachov, Tetyana Beryozkina, Vasiliy Bakulev, Wei Liu, Hartmut Komber, Uwe Lappan, Mahmoud Al-Hussein, Manfred Stamm, others, "Copolymerization of zinc-activated isoindigo-and naphthalene-diimide based monomers: an efficient route to low bandgap $\pi$-conjugated random copolymers with tunable properties", In Polymer Chemistry, Royal Society of Chemistry, vol. 7, no. 15, pp. 2691–2697, 2016. [Bibtex & Downloads]
Copolymerization of zinc-activated isoindigo-and naphthalene-diimide based monomers: an efficient route to low bandgap $\pi$-conjugated random copolymers with tunable properties
Reference
Yevhen Karpov, Jatindranath Maiti, Roman Tkachov, Tetyana Beryozkina, Vasiliy Bakulev, Wei Liu, Hartmut Komber, Uwe Lappan, Mahmoud Al-Hussein, Manfred Stamm, others, "Copolymerization of zinc-activated isoindigo-and naphthalene-diimide based monomers: an efficient route to low bandgap $\pi$-conjugated random copolymers with tunable properties", In Polymer Chemistry, Royal Society of Chemistry, vol. 7, no. 15, pp. 2691–2697, 2016.
Bibtex
@article{karpov2016copolymerization,
title={Copolymerization of zinc-activated isoindigo-and naphthalene-diimide based monomers: an efficient route to low bandgap $\pi$-conjugated random copolymers with tunable properties},
author={Karpov, Yevhen and Maiti, Jatindranath and Tkachov, Roman and Beryozkina, Tetyana and Bakulev, Vasiliy and Liu, Wei and Komber, Hartmut and Lappan, Uwe and Al-Hussein, Mahmoud and Stamm, Manfred and others},
journal={Polymer Chemistry},
volume={7},
number={15},
pages={2691--2697},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, Andre Clausner, Uwe Muhle, Jurgen Gluch, Yvonne Standke, Rudiger Rosenkranz, Oliver Aubel, others, "TEM Investigation of Time-Dependent Dielectric Breakdown Mechanisms in Cu/Low-k Interconnects", IEEE, 2016. [Bibtex & Downloads]
TEM Investigation of Time-Dependent Dielectric Breakdown Mechanisms in Cu/Low-k Interconnects
Reference
Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, Andre Clausner, Uwe Muhle, Jurgen Gluch, Yvonne Standke, Rudiger Rosenkranz, Oliver Aubel, others, "TEM Investigation of Time-Dependent Dielectric Breakdown Mechanisms in Cu/Low-k Interconnects", IEEE, 2016.
Bibtex
@article{liao2016tem,
title={TEM Investigation of Time-Dependent Dielectric Breakdown Mechanisms in Cu/Low-k Interconnects},
author={Liao, Zhongquan and Gall, Martin and Yeap, Kong Boon and Sander, Christoph and Clausner, Andre and Muhle, Uwe and Gluch, Jurgen and Standke, Yvonne and Rosenkranz, Rudiger and Aubel, Oliver and others},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Veronika Magdanz, Maria Guix, Franziska Hebenstreit, Oliver G Schmidt, "Dynamic polymeric microtubes for the remote-controlled capture, guidance, and release of sperm cells", In Advanced materials, Wiley Online Library, vol. 28, no. 21, pp. 4084–4089, 2016. [Bibtex & Downloads]
Dynamic polymeric microtubes for the remote-controlled capture, guidance, and release of sperm cells
Reference
Veronika Magdanz, Maria Guix, Franziska Hebenstreit, Oliver G Schmidt, "Dynamic polymeric microtubes for the remote-controlled capture, guidance, and release of sperm cells", In Advanced materials, Wiley Online Library, vol. 28, no. 21, pp. 4084–4089, 2016.
Bibtex
@article{magdanz2016dynamic,
title={Dynamic polymeric microtubes for the remote-controlled capture, guidance, and release of sperm cells},
author={Magdanz, Veronika and Guix, Maria and Hebenstreit, Franziska and Schmidt, Oliver G},
journal={Advanced materials},
volume={28},
number={21},
pages={4084--4089},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- M. Cabello, M. Florentin, M. Alexandru, B. Schmidt, J. Rebollo, J. Montserrat, J. Millàn, P. Godignon, "Irradiation and Post-Annealed nMOSFETs with Al implanted p-well: Limit of Robustness.", In Proceeding: Materials Science Forum, vol. 858, 2016. [Bibtex & Downloads]
Irradiation and Post-Annealed nMOSFETs with Al implanted p-well: Limit of Robustness.
Reference
M. Cabello, M. Florentin, M. Alexandru, B. Schmidt, J. Rebollo, J. Montserrat, J. Millàn, P. Godignon, "Irradiation and Post-Annealed nMOSFETs with Al implanted p-well: Limit of Robustness.", In Proceeding: Materials Science Forum, vol. 858, 2016.
Bibtex
@inproceedings{cabello2016irradiation,
title={Irradiation and Post-Annealed nMOSFETs with Al implanted p-well: Limit of Robustness.},
author={Cabello, M and Florentin, M and Alexandru, M and Schmidt, B and Rebollo, J and Montserrat, J and Mill{\`a}n, J and Godignon, P},
booktitle={Materials Science Forum},
volume={858},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeffrey Kelling, Peter Zahn, Jörg Schuster, Sibylle Gemming, "Elastic and Piezoresistive Properties of Nickel Carbides from First-Principles", In arXiv preprint arXiv:1604.00328, 2016. [Bibtex & Downloads]
Elastic and Piezoresistive Properties of Nickel Carbides from First-Principles
Reference
Jeffrey Kelling, Peter Zahn, Jörg Schuster, Sibylle Gemming, "Elastic and Piezoresistive Properties of Nickel Carbides from First-Principles", In arXiv preprint arXiv:1604.00328, 2016.
Bibtex
@article{kelling2016elastic,
title={Elastic and Piezoresistive Properties of Nickel Carbides from First-Principles},
author={Kelling, Jeffrey and Zahn, Peter and Schuster, J{\"o}rg and Gemming, Sibylle},
journal={arXiv preprint arXiv:1604.00328},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- PF Siles, T. Hahn, G. Salvan, M. Knupfer, F. Zhu, DRT Zahn, OG Schmidt, "Tunable charge transfer properties in metal-phthalocyanine heterojunctions", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 16, pp. 8607–8617, 2016. [Bibtex & Downloads]
Tunable charge transfer properties in metal-phthalocyanine heterojunctions
Reference
PF Siles, T. Hahn, G. Salvan, M. Knupfer, F. Zhu, DRT Zahn, OG Schmidt, "Tunable charge transfer properties in metal-phthalocyanine heterojunctions", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 16, pp. 8607–8617, 2016.
Bibtex
@article{siles2016tunable,
title={Tunable charge transfer properties in metal-phthalocyanine heterojunctions},
author={Siles, PF and Hahn, T and Salvan, G and Knupfer, M and Zhu, F and Zahn, DRT and Schmidt, OG},
journal={Nanoscale},
volume={8},
number={16},
pages={8607--8617},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- D. Gräfe, S. Zschoche, D. Appelhans, B. Voit, "Tetra-sensitive graft copolymer gels with high volume changes", In RSC Advances, Royal Society of Chemistry, vol. 6, no. 41, pp. 34809–34817, 2016. [Bibtex & Downloads]
Tetra-sensitive graft copolymer gels with high volume changes
Reference
D. Gräfe, S. Zschoche, D. Appelhans, B. Voit, "Tetra-sensitive graft copolymer gels with high volume changes", In RSC Advances, Royal Society of Chemistry, vol. 6, no. 41, pp. 34809–34817, 2016.
Bibtex
@article{grafe2016tetra,
title={Tetra-sensitive graft copolymer gels with high volume changes},
author={Gr{\"a}fe, D and Zschoche, S and Appelhans, D and Voit, B},
journal={RSC Advances},
volume={6},
number={41},
pages={34809--34817},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jörg Meyer, Robin Ohmann, Anja Nickel, Cormac Toher, Roland Gresser, Karl Leo, Dmitry A Ryndyk, Francesca Moresco, Gianaurelio Cuniberti, "Influence of organic ligands on the line shape of the Kondo resonance", In Physical Review B, APS, vol. 93, no. 15, pp. 155118, 2016. [Bibtex & Downloads]
Influence of organic ligands on the line shape of the Kondo resonance
Reference
Jörg Meyer, Robin Ohmann, Anja Nickel, Cormac Toher, Roland Gresser, Karl Leo, Dmitry A Ryndyk, Francesca Moresco, Gianaurelio Cuniberti, "Influence of organic ligands on the line shape of the Kondo resonance", In Physical Review B, APS, vol. 93, no. 15, pp. 155118, 2016.
Bibtex
@article{meyer2016influence,
title={Influence of organic ligands on the line shape of the Kondo resonance},
author={Meyer, J{\"o}rg and Ohmann, Robin and Nickel, Anja and Toher, Cormac and Gresser, Roland and Leo, Karl and Ryndyk, Dmitry A and Moresco, Francesca and Cuniberti, Gianaurelio},
journal={Physical Review B},
volume={93},
number={15},
pages={155118},
year={2016},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florian Steffen Günther, Sibylle Gemming, Gotthard Seifert, "Hopping Based Charge Transfer in Diketopyrrolopyrrole Based Donor-Acceptor Polymers: A Theoretical Study", In The Journal of Physical Chemistry C, ACS Publications, 2016. [Bibtex & Downloads]
Hopping Based Charge Transfer in Diketopyrrolopyrrole Based Donor-Acceptor Polymers: A Theoretical Study
Reference
Florian Steffen Günther, Sibylle Gemming, Gotthard Seifert, "Hopping Based Charge Transfer in Diketopyrrolopyrrole Based Donor-Acceptor Polymers: A Theoretical Study", In The Journal of Physical Chemistry C, ACS Publications, 2016.
Bibtex
@article{gunther2016hopping,
title={Hopping Based Charge Transfer in Diketopyrrolopyrrole Based Donor-Acceptor Polymers: A Theoretical Study},
author={G{\"u}nther, Florian Steffen and Gemming, Sibylle and Seifert, Gotthard},
journal={The Journal of Physical Chemistry C},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nuno A Almeida, Pedro M Martins, Sara Teixeira, José A Lopes da Silva, Vitor Sencadas, K. Kühn, G. Cuniberti, S. Lanceros-Mendez, Paula AAP Marques, "TiO2/graphene oxide immobilized in P (VDF-TrFE) electrospun membranes with enhanced visible-light-induced photocatalytic performance", In Journal of Materials Science, Springer, vol. 51, no. 14, pp. 6974–6986, 2016. [Bibtex & Downloads]
TiO2/graphene oxide immobilized in P (VDF-TrFE) electrospun membranes with enhanced visible-light-induced photocatalytic performance
Reference
Nuno A Almeida, Pedro M Martins, Sara Teixeira, José A Lopes da Silva, Vitor Sencadas, K. Kühn, G. Cuniberti, S. Lanceros-Mendez, Paula AAP Marques, "TiO2/graphene oxide immobilized in P (VDF-TrFE) electrospun membranes with enhanced visible-light-induced photocatalytic performance", In Journal of Materials Science, Springer, vol. 51, no. 14, pp. 6974–6986, 2016.
Bibtex
@article{almeida2016tio2,
title={TiO2/graphene oxide immobilized in P (VDF-TrFE) electrospun membranes with enhanced visible-light-induced photocatalytic performance},
author={Almeida, Nuno A and Martins, Pedro M and Teixeira, Sara and da Silva, Jos{\'e} A Lopes and Sencadas, Vitor and K{\"u}hn, K and Cuniberti, G and Lanceros-Mendez, S and Marques, Paula AAP},
journal={Journal of Materials Science},
volume={51},
number={14},
pages={6974--6986},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Bahman Kheradmand-Boroujeni, Georg C Schmidt, Daniel Höft, Katherina Haase, Maxi Bellmann, Koichi Ishida, Reza Shabanpour, Tilo Meister, Corrado Carta, Arved C Hübler, others, "Small-signal characteristics of fully-printed high-current flexible all-polymer three-layer-dielectric transistors", In Organic Electronics, Elsevier, vol. 34, pp. 267–275, 2016. [Bibtex & Downloads]
Small-signal characteristics of fully-printed high-current flexible all-polymer three-layer-dielectric transistors
Reference
Bahman Kheradmand-Boroujeni, Georg C Schmidt, Daniel Höft, Katherina Haase, Maxi Bellmann, Koichi Ishida, Reza Shabanpour, Tilo Meister, Corrado Carta, Arved C Hübler, others, "Small-signal characteristics of fully-printed high-current flexible all-polymer three-layer-dielectric transistors", In Organic Electronics, Elsevier, vol. 34, pp. 267–275, 2016.
Bibtex
@article{kheradmand2016small,
title={Small-signal characteristics of fully-printed high-current flexible all-polymer three-layer-dielectric transistors},
author={Kheradmand-Boroujeni, Bahman and Schmidt, Georg C and H{\"o}ft, Daniel and Haase, Katherina and Bellmann, Maxi and Ishida, Koichi and Shabanpour, Reza and Meister, Tilo and Carta, Corrado and H{\"u}bler, Arved C and others},
journal={Organic Electronics},
volume={34},
pages={267--275},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Heyang Yuan, Yang Hou, Ibrahim M Abu Reesh, Junhong Chen, Zhen He, "Oxygen reduction reaction catalysts in microbial fuel cells for energy-efficient wastewater treatment: A review", In Materials Horizons, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
Oxygen reduction reaction catalysts in microbial fuel cells for energy-efficient wastewater treatment: A review
Reference
Heyang Yuan, Yang Hou, Ibrahim M Abu Reesh, Junhong Chen, Zhen He, "Oxygen reduction reaction catalysts in microbial fuel cells for energy-efficient wastewater treatment: A review", In Materials Horizons, Royal Society of Chemistry, 2016.
Bibtex
@article{yuan2016oxygen,
title={Oxygen reduction reaction catalysts in microbial fuel cells for energy-efficient wastewater treatment: A review},
author={Yuan, Heyang and Hou, Yang and Reesh, Ibrahim M Abu and Chen, Junhong and He, Zhen},
journal={Materials Horizons},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Yevhen Karpov, Tim Erdmann, Ivan Raguzin, Mahmoud Al-Hussein, Marcus Binner, Uwe Lappan, Manfred Stamm, Kirill L Gerasimov, Tetyana Beryozkina, Vasiliy Bakulev, others, "High Conductivity in Molecularly p-Doped Diketopyrrolopyrrole-Based Polymer: The Impact of a High Dopant Strength and Good Structural Order", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
High Conductivity in Molecularly p-Doped Diketopyrrolopyrrole-Based Polymer: The Impact of a High Dopant Strength and Good Structural Order
Reference
Yevhen Karpov, Tim Erdmann, Ivan Raguzin, Mahmoud Al-Hussein, Marcus Binner, Uwe Lappan, Manfred Stamm, Kirill L Gerasimov, Tetyana Beryozkina, Vasiliy Bakulev, others, "High Conductivity in Molecularly p-Doped Diketopyrrolopyrrole-Based Polymer: The Impact of a High Dopant Strength and Good Structural Order", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{karpov2016high,
title={High Conductivity in Molecularly p-Doped Diketopyrrolopyrrole-Based Polymer: The Impact of a High Dopant Strength and Good Structural Order},
author={Karpov, Yevhen and Erdmann, Tim and Raguzin, Ivan and Al-Hussein, Mahmoud and Binner, Marcus and Lappan, Uwe and Stamm, Manfred and Gerasimov, Kirill L and Beryozkina, Tetyana and Bakulev, Vasiliy and others},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Meghyn Bienvenu, Carsten Lutz, Frank Wolter, "Query and Predicate Emptiness in Ontology-Based Data Access", In Journal of Artificial Intelligence Research, vol. 56, pp. 1–59, 2016. [Bibtex & Downloads]
Query and Predicate Emptiness in Ontology-Based Data Access
Reference
Franz Baader, Meghyn Bienvenu, Carsten Lutz, Frank Wolter, "Query and Predicate Emptiness in Ontology-Based Data Access", In Journal of Artificial Intelligence Research, vol. 56, pp. 1–59, 2016.
Bibtex
@article{baader2016query,
title={Query and Predicate Emptiness in Ontology-Based Data Access},
author={Baader, Franz and Bienvenu, Meghyn and Lutz, Carsten and Wolter, Frank},
journal={Journal of Artificial Intelligence Research},
volume={56},
pages={1--59},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- L. Dinis, IA Martínez, É Roldán, JMR Parrondo, RA Rica, "Thermodynamics at the microscale: from effective heating to the Brownian Carnot engine", In Journal of Statistical Mechanics: Theory and Experiment, IOP Publishing, vol. 2016, no. 5, pp. 054003, 2016. [Bibtex & Downloads]
Thermodynamics at the microscale: from effective heating to the Brownian Carnot engine
Reference
L. Dinis, IA Martínez, É Roldán, JMR Parrondo, RA Rica, "Thermodynamics at the microscale: from effective heating to the Brownian Carnot engine", In Journal of Statistical Mechanics: Theory and Experiment, IOP Publishing, vol. 2016, no. 5, pp. 054003, 2016.
Bibtex
@article{dinis2016thermodynamics,
title={Thermodynamics at the microscale: from effective heating to the Brownian Carnot engine},
author={Dinis, L and Mart{\'\i}nez, IA and Rold{\'a}n, {\'E} and Parrondo, JMR and Rica, RA},
journal={Journal of Statistical Mechanics: Theory and Experiment},
volume={2016},
number={5},
pages={054003},
year={2016},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Sara Teixeira, PM Martins, S. Lanceros-Méndez, Klaus Kühn, Gianaurelio Cuniberti, "Reusability of photocatalytic TiO 2 and ZnO nanoparticles immobilized in poly (vinylidene difluoride)-co-trifluoroethylene", In Applied Surface Science, Elsevier, vol. 384, pp. 497–504, 2016. [Bibtex & Downloads]
Reusability of photocatalytic TiO 2 and ZnO nanoparticles immobilized in poly (vinylidene difluoride)-co-trifluoroethylene
Reference
Sara Teixeira, PM Martins, S. Lanceros-Méndez, Klaus Kühn, Gianaurelio Cuniberti, "Reusability of photocatalytic TiO 2 and ZnO nanoparticles immobilized in poly (vinylidene difluoride)-co-trifluoroethylene", In Applied Surface Science, Elsevier, vol. 384, pp. 497–504, 2016.
Bibtex
@article{teixeira2016reusability,
title={Reusability of photocatalytic TiO 2 and ZnO nanoparticles immobilized in poly (vinylidene difluoride)-co-trifluoroethylene},
author={Teixeira, Sara and Martins, PM and Lanceros-M{\'e}ndez, S and K{\"u}hn, Klaus and Cuniberti, Gianaurelio},
journal={Applied Surface Science},
volume={384},
pages={497--504},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Heyang Yuan, Yang Hou, Ibrahim M Abu-Reesh, Junhong Chen, Zhen He, "Oxygen reduction reaction catalysts used in microbial fuel cells for energy-efficient wastewater treatment: a review", In Materials Horizons, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
Oxygen reduction reaction catalysts used in microbial fuel cells for energy-efficient wastewater treatment: a review
Reference
Heyang Yuan, Yang Hou, Ibrahim M Abu-Reesh, Junhong Chen, Zhen He, "Oxygen reduction reaction catalysts used in microbial fuel cells for energy-efficient wastewater treatment: a review", In Materials Horizons, Royal Society of Chemistry, 2016.
Bibtex
@article{yuan2016oxygen,
title={Oxygen reduction reaction catalysts used in microbial fuel cells for energy-efficient wastewater treatment: a review},
author={Yuan, Heyang and Hou, Yang and Abu-Reesh, Ibrahim M and Chen, Junhong and He, Zhen},
journal={Materials Horizons},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Mariana Medina-Sánchez, Bergoi Ibarlucea, Nicolas Pérez, Dmitriy D Karnaushenko, Sonja M Weiz, Larysa Baraban, Gianaurelio Cuniberti, Oliver G Schmidt, "High-performance 3D tubular nanomembrane sensor for DNA detection", In Nano letters, ACS Publications, 2016. [Bibtex & Downloads]
High-performance 3D tubular nanomembrane sensor for DNA detection
Reference
Mariana Medina-Sánchez, Bergoi Ibarlucea, Nicolas Pérez, Dmitriy D Karnaushenko, Sonja M Weiz, Larysa Baraban, Gianaurelio Cuniberti, Oliver G Schmidt, "High-performance 3D tubular nanomembrane sensor for DNA detection", In Nano letters, ACS Publications, 2016.
Bibtex
@article{medina2016high,
title={High-performance 3D tubular nanomembrane sensor for DNA detection},
author={Medina-S{\'a}nchez, Mariana and Ibarlucea, Bergoi and P{\'e}rez, Nicolas and Karnaushenko, Dmitriy D and Weiz, Sonja M and Baraban, Larysa and Cuniberti, Gianaurelio and Schmidt, Oliver G},
journal={Nano letters},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wang Xi, Christine K Schmidt, Samuel Sanchez, David H Gracias, Rafael E Carazo-Salas, Richard Butler, Nicola Lawrence, Stephen P Jackson, Oliver G Schmidt, "Molecular Insights into Division of Single Human Cancer Cells in On-Chip Transparent Microtubes", In ACS nano, ACS Publications, 2016. [Bibtex & Downloads]
Molecular Insights into Division of Single Human Cancer Cells in On-Chip Transparent Microtubes
Reference
Wang Xi, Christine K Schmidt, Samuel Sanchez, David H Gracias, Rafael E Carazo-Salas, Richard Butler, Nicola Lawrence, Stephen P Jackson, Oliver G Schmidt, "Molecular Insights into Division of Single Human Cancer Cells in On-Chip Transparent Microtubes", In ACS nano, ACS Publications, 2016.
Bibtex
@article{xi2016molecular,
title={Molecular Insights into Division of Single Human Cancer Cells in On-Chip Transparent Microtubes},
author={Xi, Wang and Schmidt, Christine K and Sanchez, Samuel and Gracias, David H and Carazo-Salas, Rafael E and Butler, Richard and Lawrence, Nicola and Jackson, Stephen P and Schmidt, Oliver G},
journal={ACS nano},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- MohamedáEl Garah, AlejandroáSantana Bonilla, Pier GiorgioáCozzi, others, "Molecular design driving tetraporphyrin self-assembly on graphite in either face-on or edge-on arrangement: a joint STM, electrochemical and computational study", In Nanoscale, Royal Society of Chemistry, 2016. [Bibtex & Downloads]
Molecular design driving tetraporphyrin self-assembly on graphite in either face-on or edge-on arrangement: a joint STM, electrochemical and computational study
Reference
MohamedáEl Garah, AlejandroáSantana Bonilla, Pier GiorgioáCozzi, others, "Molecular design driving tetraporphyrin self-assembly on graphite in either face-on or edge-on arrangement: a joint STM, electrochemical and computational study", In Nanoscale, Royal Society of Chemistry, 2016.
Bibtex
@article{garah2016molecular,
title={Molecular design driving tetraporphyrin self-assembly on graphite in either face-on or edge-on arrangement: a joint STM, electrochemical and computational study},
author={Garah, Mohamed{\'a}El and Bonilla, Alejandro{\'a}Santana and Giorgio{\'a}Cozzi, Pier and others},
journal={Nanoscale},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Ismail Oukid, Johan Lasperas, Anisoara Nica, Thomas Willhalm, Wolfgang Lehner, "FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory", Proceedings of the 2016 International Conference on Management of Data, pp. 371–386, 2016. [Bibtex & Downloads]
FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory
Reference
Ismail Oukid, Johan Lasperas, Anisoara Nica, Thomas Willhalm, Wolfgang Lehner, "FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory", Proceedings of the 2016 International Conference on Management of Data, pp. 371–386, 2016.
Bibtex
@inproceedings{oukid2016fptree,
title={FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory},
author={Oukid, Ismail and Lasperas, Johan and Nica, Anisoara and Willhalm, Thomas and Lehner, Wolfgang},
booktitle={Proceedings of the 2016 International Conference on Management of Data},
pages={371--386},
year={2016},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Laura Kühn, Anne-Kristin Herrmann, Bogdan Rutkowski, Mehtap Oezaslan, Maarten Nachtegaal, Markus Klose, Lars Giebeler, Nikolai Gaponik, Jürgen Eckert, Thomas J Schmidt, others, "Alloying Behavior of Self-Assembled Noble Metal Nanoparticles", In Chemistry-A European Journal, Wiley Online Library, 2016. [Bibtex & Downloads]
Alloying Behavior of Self-Assembled Noble Metal Nanoparticles
Reference
Laura Kühn, Anne-Kristin Herrmann, Bogdan Rutkowski, Mehtap Oezaslan, Maarten Nachtegaal, Markus Klose, Lars Giebeler, Nikolai Gaponik, Jürgen Eckert, Thomas J Schmidt, others, "Alloying Behavior of Self-Assembled Noble Metal Nanoparticles", In Chemistry-A European Journal, Wiley Online Library, 2016.
Bibtex
@article{kuhn2016alloying,
title={Alloying Behavior of Self-Assembled Noble Metal Nanoparticles},
author={K{\"u}hn, Laura and Herrmann, Anne-Kristin and Rutkowski, Bogdan and Oezaslan, Mehtap and Nachtegaal, Maarten and Klose, Markus and Giebeler, Lars and Gaponik, Nikolai and Eckert, J{\"u}rgen and Schmidt, Thomas J and others},
journal={Chemistry-A European Journal},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahmoud Al-Hussein, Andreas Berndt, Dieter Jehnichen, Liane Häußler, Manfred Stamm, Doris Pospiech, "Structural investigation of P (BPMA/CPPHMA) and P (MMA/BPMA/CPPHMA) copolymers", In Colloid and Polymer Science, Springer, pp. 1–7, 2016. [Bibtex & Downloads]
Structural investigation of P (BPMA/CPPHMA) and P (MMA/BPMA/CPPHMA) copolymers
Reference
Mahmoud Al-Hussein, Andreas Berndt, Dieter Jehnichen, Liane Häußler, Manfred Stamm, Doris Pospiech, "Structural investigation of P (BPMA/CPPHMA) and P (MMA/BPMA/CPPHMA) copolymers", In Colloid and Polymer Science, Springer, pp. 1–7, 2016.
Bibtex
@article{al2016structural,
title={Structural investigation of P (BPMA/CPPHMA) and P (MMA/BPMA/CPPHMA) copolymers},
author={Al-Hussein, Mahmoud and Berndt, Andreas and Jehnichen, Dieter and H{\"a}u{\ss}ler, Liane and Stamm, Manfred and Pospiech, Doris},
journal={Colloid and Polymer Science},
pages={1--7},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adam Lackorzynski, Carsten Weinhold, Hermann Härtig, "Combining Predictable Execution with Full-Featured Commodity Systems", In OSPERT 2016, pp. 31, 2016. [Bibtex & Downloads]
Combining Predictable Execution with Full-Featured Commodity Systems
Reference
Adam Lackorzynski, Carsten Weinhold, Hermann Härtig, "Combining Predictable Execution with Full-Featured Commodity Systems", In OSPERT 2016, pp. 31, 2016.
Bibtex
@article{lackorzynski2016combining,
title={Combining Predictable Execution with Full-Featured Commodity Systems},
author={Lackorzynski, Adam and Weinhold, Carsten and H{\"a}rtig, Hermann},
journal={OSPERT 2016},
pages={31},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Peter Richter, Paul N Plassmeyer, Julia Harzdorf, Tobias Rüffer, Heinrich Lang, Jana Kalbacova, Nathanael Jöhrmann, Steffen Schulze, Michael Hietschold, Sri Sai Phani Kanth Arekapudi, others, "High quality magnetic oxide thin films prepared via aqueous solution processing", In Chemistry of Materials, ACS Publications, 2016. [Bibtex & Downloads]
High quality magnetic oxide thin films prepared via aqueous solution processing
Reference
Peter Richter, Paul N Plassmeyer, Julia Harzdorf, Tobias Rüffer, Heinrich Lang, Jana Kalbacova, Nathanael Jöhrmann, Steffen Schulze, Michael Hietschold, Sri Sai Phani Kanth Arekapudi, others, "High quality magnetic oxide thin films prepared via aqueous solution processing", In Chemistry of Materials, ACS Publications, 2016.
Bibtex
@article{richter2016high,
title={High quality magnetic oxide thin films prepared via aqueous solution processing},
author={Richter, Peter and Plassmeyer, Paul N and Harzdorf, Julia and R{\"u}ffer, Tobias and Lang, Heinrich and Kalbacova, Jana and J{\"o}hrmann, Nathanael and Schulze, Steffen and Hietschold, Michael and Arekapudi, Sri Sai Phani Kanth and others},
journal={Chemistry of Materials},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Aránzazu Garitagoitia Cid, Mona Sedighi, Markus Löffler, Willem F van Dorp, Ehrenfried Zschech, "Energy-Filtered Backscattered Imaging Using Low-Voltage Scanning Electron Microscopy: Characterizing Blends of ZnPc–C60 for Organic Solar Cells", In Advanced Engineering Materials, Wiley Online Library, vol. 18, no. 6, pp. 913–917, 2016. [Bibtex & Downloads]
Energy-Filtered Backscattered Imaging Using Low-Voltage Scanning Electron Microscopy: Characterizing Blends of ZnPc–C60 for Organic Solar Cells
Reference
Aránzazu Garitagoitia Cid, Mona Sedighi, Markus Löffler, Willem F van Dorp, Ehrenfried Zschech, "Energy-Filtered Backscattered Imaging Using Low-Voltage Scanning Electron Microscopy: Characterizing Blends of ZnPc–C60 for Organic Solar Cells", In Advanced Engineering Materials, Wiley Online Library, vol. 18, no. 6, pp. 913–917, 2016.
Bibtex
@article{garitagoitia2016energy,
title={Energy-Filtered Backscattered Imaging Using Low-Voltage Scanning Electron Microscopy: Characterizing Blends of ZnPc--C60 for Organic Solar Cells},
author={Garitagoitia Cid, Ar{\'a}nzazu and Sedighi, Mona and L{\"o}ffler, Markus and van Dorp, Willem F and Zschech, Ehrenfried},
journal={Advanced Engineering Materials},
volume={18},
number={6},
pages={913--917},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Emmanouil Dimakis, Leila Balaghi, Tina Tauchnitz, Rene Huebner, Lothar Bischoff, Harald Schneider, Manfred Helm, "Droplet-confined alternate pulsed epitaxy of GaAs nanowires on Si substrates down to CMOS-compatible temperatures", In Nano Letters, ACS Publications, 2016. [Bibtex & Downloads]
Droplet-confined alternate pulsed epitaxy of GaAs nanowires on Si substrates down to CMOS-compatible temperatures
Reference
Emmanouil Dimakis, Leila Balaghi, Tina Tauchnitz, Rene Huebner, Lothar Bischoff, Harald Schneider, Manfred Helm, "Droplet-confined alternate pulsed epitaxy of GaAs nanowires on Si substrates down to CMOS-compatible temperatures", In Nano Letters, ACS Publications, 2016.
Bibtex
@article{dimakis2016droplet,
title={Droplet-confined alternate pulsed epitaxy of GaAs nanowires on Si substrates down to CMOS-compatible temperatures},
author={Dimakis, Emmanouil and Balaghi, Leila and Tauchnitz, Tina and Huebner, Rene and Bischoff, Lothar and Schneider, Harald and Helm, Manfred},
journal={Nano Letters},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tim Erdmann, Simone Fabiano, Begoña Milián-Medina, David Hanifi, Zhihua Chen, Magnus Berggren, Johannes Gierschner, Alberto Salleo, Anton Kiriy, Brigitte Voit, others, "Naphthalenediimide Polymers with Finely Tuned in-Chain $\pi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties", In Advanced Materials, Wiley Online Library, 2016. [Bibtex & Downloads]
Naphthalenediimide Polymers with Finely Tuned in-Chain $\pi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties
Reference
Tim Erdmann, Simone Fabiano, Begoña Milián-Medina, David Hanifi, Zhihua Chen, Magnus Berggren, Johannes Gierschner, Alberto Salleo, Anton Kiriy, Brigitte Voit, others, "Naphthalenediimide Polymers with Finely Tuned in-Chain $\pi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties", In Advanced Materials, Wiley Online Library, 2016.
Bibtex
@article{erdmann2016naphthalenediimide,
title={Naphthalenediimide Polymers with Finely Tuned in-Chain $\pi$-Conjugation: Electronic Structure, Film Microstructure, and Charge Transport Properties},
author={Erdmann, Tim and Fabiano, Simone and Mili{\'a}n-Medina, Bego{\~n}a and Hanifi, David and Chen, Zhihua and Berggren, Magnus and Gierschner, Johannes and Salleo, Alberto and Kiriy, Anton and Voit, Brigitte and others},
journal={Advanced Materials},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Qiang Wei, Xingjie Zan, Xianping Qiu, Gözde Öktem, Karin Sahre, Anton Kiriy, Brigitte Voit, "High Refractive Index Hyperbranched Polymers Prepared by Two Naphthalene-Bearing Monomers via Thiol-Yne Reaction", In Macromolecular Chemistry and Physics, Wiley Online Library, vol. 217, no. 17, pp. 1977–1984, 2016. [Bibtex & Downloads]
High Refractive Index Hyperbranched Polymers Prepared by Two Naphthalene-Bearing Monomers via Thiol-Yne Reaction
Reference
Qiang Wei, Xingjie Zan, Xianping Qiu, Gözde Öktem, Karin Sahre, Anton Kiriy, Brigitte Voit, "High Refractive Index Hyperbranched Polymers Prepared by Two Naphthalene-Bearing Monomers via Thiol-Yne Reaction", In Macromolecular Chemistry and Physics, Wiley Online Library, vol. 217, no. 17, pp. 1977–1984, 2016.
Bibtex
@article{wei2016high,
title={High Refractive Index Hyperbranched Polymers Prepared by Two Naphthalene-Bearing Monomers via Thiol-Yne Reaction},
author={Wei, Qiang and Zan, Xingjie and Qiu, Xianping and {\"O}ktem, G{\"o}zde and Sahre, Karin and Kiriy, Anton and Voit, Brigitte},
journal={Macromolecular Chemistry and Physics},
volume={217},
number={17},
pages={1977--1984},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gerhard P Fettweis, "5G and the future of IoT", In Proceeding: European Solid-State Circuits Conference, ESSCIRC Conference 2016: 42nd, pp. 21–24, 2016. [Bibtex & Downloads]
5G and the future of IoT
Reference
Gerhard P Fettweis, "5G and the future of IoT", In Proceeding: European Solid-State Circuits Conference, ESSCIRC Conference 2016: 42nd, pp. 21–24, 2016.
Bibtex
@inproceedings{fettweis20165g,
title={5G and the future of IoT},
author={Fettweis, Gerhard P},
booktitle={European Solid-State Circuits Conference, ESSCIRC Conference 2016: 42nd},
pages={21--24},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Tilo Meister, Koichi Ishida, Reza Shabanpour, Bahman K Boroujeni, Corrado Carta, Niko Münzenrieder, Luisa Petti, Giuseppe Cantarella, Giovanni A Salvatore, Gerhard Tröster, others, "20.3 dB 0.39 mW AM detector with single-transistor active inductor in bendable a-IGZO TFT", In Proceeding: Solid-State Device Research Conference (ESSDERC), 2016 46th European, pp. 71–74, 2016. [Bibtex & Downloads]
20.3 dB 0.39 mW AM detector with single-transistor active inductor in bendable a-IGZO TFT
Reference
Tilo Meister, Koichi Ishida, Reza Shabanpour, Bahman K Boroujeni, Corrado Carta, Niko Münzenrieder, Luisa Petti, Giuseppe Cantarella, Giovanni A Salvatore, Gerhard Tröster, others, "20.3 dB 0.39 mW AM detector with single-transistor active inductor in bendable a-IGZO TFT", In Proceeding: Solid-State Device Research Conference (ESSDERC), 2016 46th European, pp. 71–74, 2016.
Bibtex
@inproceedings{meister201620,
title={20.3 dB 0.39 mW AM detector with single-transistor active inductor in bendable a-IGZO TFT},
author={Meister, Tilo and Ishida, Koichi and Shabanpour, Reza and Boroujeni, Bahman K and Carta, Corrado and M{\"u}nzenrieder, Niko and Petti, Luisa and Cantarella, Giuseppe and Salvatore, Giovanni A and Tr{\"o}ster, Gerhard and others},
booktitle={Solid-State Device Research Conference (ESSDERC), 2016 46th European},
pages={71--74},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- K. Ishida, T. Meister, R. Shabanpour, BK Boroujeni, C. Carta, G. Cantarella, L. Petti, N. Mtozenrieder, G A Salvatore, G. Troster, others, "Radio frequency electronics in a-IGZO TFT technology", In Proceeding: Active-Matrix Flatpanel Displays and Devices (AMFPD), 2016 The 23rd International Workshop on Active-Matrix Flatpanel Displays and Devices, pp. 273–276, 2016. [Bibtex & Downloads]
Radio frequency electronics in a-IGZO TFT technology
Reference
K. Ishida, T. Meister, R. Shabanpour, BK Boroujeni, C. Carta, G. Cantarella, L. Petti, N. Mtozenrieder, G A Salvatore, G. Troster, others, "Radio frequency electronics in a-IGZO TFT technology", In Proceeding: Active-Matrix Flatpanel Displays and Devices (AMFPD), 2016 The 23rd International Workshop on Active-Matrix Flatpanel Displays and Devices, pp. 273–276, 2016.
Bibtex
@inproceedings{ishida2016radio,
title={Radio frequency electronics in a-IGZO TFT technology},
author={Ishida, K and Meister, T and Shabanpour, R and Boroujeni, BK and Carta, C and Cantarella, G and Petti, L and Mtozenrieder, N and Salvatore, G A and Troster, G and others},
booktitle={Active-Matrix Flatpanel Displays and Devices (AMFPD), 2016 The 23rd International Workshop on Active-Matrix Flatpanel Displays and Devices},
pages={273--276},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Melanie Lorenz-Rothe, Karl Sebastian Schellhammer, Till Jägeler-Hoheisel, Rico Meerheim, Stefan Kraner, Moritz P Hein, Christoph Schünemann, Max L Tietze, Markus Hummert, Frank Ortmann, others, "From Fluorine to Fluorene—A Route to Thermally Stable aza-BODIPYs for Organic Solar Cell Application", In Advanced Electronic Materials, vol. 2, no. 10, 2016. [Bibtex & Downloads]
From Fluorine to Fluorene—A Route to Thermally Stable aza-BODIPYs for Organic Solar Cell Application
Reference
Melanie Lorenz-Rothe, Karl Sebastian Schellhammer, Till Jägeler-Hoheisel, Rico Meerheim, Stefan Kraner, Moritz P Hein, Christoph Schünemann, Max L Tietze, Markus Hummert, Frank Ortmann, others, "From Fluorine to Fluorene—A Route to Thermally Stable aza-BODIPYs for Organic Solar Cell Application", In Advanced Electronic Materials, vol. 2, no. 10, 2016.
Bibtex
@article{lorenz2016fluorine,
title={From Fluorine to Fluorene—A Route to Thermally Stable aza-BODIPYs for Organic Solar Cell Application},
author={Lorenz-Rothe, Melanie and Schellhammer, Karl Sebastian and J{\"a}geler-Hoheisel, Till and Meerheim, Rico and Kraner, Stefan and Hein, Moritz P and Sch{\"u}nemann, Christoph and Tietze, Max L and Hummert, Markus and Ortmann, Frank and others},
journal={Advanced Electronic Materials},
volume={2},
number={10},
year={2016},
OPTpublisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xinyang Wang, Fan Zhang, Karl Sebastian Schellhammer, Peter Machata, Frank Ortmann, Gianaurelio Cuniberti, Yubin Fu, Jens Hunger, Ruizhi Tang, Alexey A Popov, others, "Synthesis of NBN-Type Zigzag-Edged Polycyclic Aromatic Hydrocarbons: 1, 9-Diaza-9a-boraphenalene as a Structural Motif", In J. Am. Chem. Soc, vol. 138, no. 36, pp. 11606–11615, 2016. [Bibtex & Downloads]
Synthesis of NBN-Type Zigzag-Edged Polycyclic Aromatic Hydrocarbons: 1, 9-Diaza-9a-boraphenalene as a Structural Motif
Reference
Xinyang Wang, Fan Zhang, Karl Sebastian Schellhammer, Peter Machata, Frank Ortmann, Gianaurelio Cuniberti, Yubin Fu, Jens Hunger, Ruizhi Tang, Alexey A Popov, others, "Synthesis of NBN-Type Zigzag-Edged Polycyclic Aromatic Hydrocarbons: 1, 9-Diaza-9a-boraphenalene as a Structural Motif", In J. Am. Chem. Soc, vol. 138, no. 36, pp. 11606–11615, 2016.
Bibtex
@article{wang2016synthesis,
title={Synthesis of NBN-Type Zigzag-Edged Polycyclic Aromatic Hydrocarbons: 1, 9-Diaza-9a-boraphenalene as a Structural Motif},
author={Wang, Xinyang and Zhang, Fan and Schellhammer, Karl Sebastian and Machata, Peter and Ortmann, Frank and Cuniberti, Gianaurelio and Fu, Yubin and Hunger, Jens and Tang, Ruizhi and Popov, Alexey A and others},
journal={J. Am. Chem. Soc},
volume={138},
number={36},
pages={11606--11615},
year={2016},
OPTpublisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Simon, A. Heinzig, J. Trommer, T. Baldauf, T. Mikolajick, WM Weber, "Bringing reconfigurable nanowire FETs to a logic circuits compatible process platform", In Proceeding: Nanotechnology Materials and Devices Conference (NMDC), 2016 IEEE, pp. 1–3, 2016. [Bibtex & Downloads]
Bringing reconfigurable nanowire FETs to a logic circuits compatible process platform
Reference
M. Simon, A. Heinzig, J. Trommer, T. Baldauf, T. Mikolajick, WM Weber, "Bringing reconfigurable nanowire FETs to a logic circuits compatible process platform", In Proceeding: Nanotechnology Materials and Devices Conference (NMDC), 2016 IEEE, pp. 1–3, 2016.
Bibtex
@inproceedings{simon2016bringing,
title={Bringing reconfigurable nanowire FETs to a logic circuits compatible process platform},
author={Simon, M and Heinzig, A and Trommer, J and Baldauf, T and Mikolajick, T and Weber, WM},
booktitle={Nanotechnology Materials and Devices Conference (NMDC), 2016 IEEE},
pages={1--3},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ghader Darbandy, Michael Schröter, Martin Claus, "Optimization of reconfigurable Si NW FETs for analog high-frequency applications", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on, pp. 245–248, 2016. [Bibtex & Downloads]
Optimization of reconfigurable Si NW FETs for analog high-frequency applications
Reference
Ghader Darbandy, Michael Schröter, Martin Claus, "Optimization of reconfigurable Si NW FETs for analog high-frequency applications", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on, pp. 245–248, 2016.
Bibtex
@inproceedings{darbandy2016optimization,
title={Optimization of reconfigurable Si NW FETs for analog high-frequency applications},
author={Darbandy, Ghader and Schr{\"o}ter, Michael and Claus, Martin},
booktitle={Simulation of Semiconductor Processes and Devices (SISPAD), 2016 International Conference on},
pages={245--248},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Teuku Fawzul Akbar, Bergoi Ibarlucea, Larysa Baraban, Gianaurelio Cuniberti, Taiuk Rim, Chang Ki Baek, Alon Ascoli, Ronald Tetzlaff, Dhananjay Bodas, "Phage-based environmental nanobiosensor", In CNNA 2016, VDE VERLAG GmbH, 2016. [Bibtex & Downloads]
Phage-based environmental nanobiosensor
Reference
Teuku Fawzul Akbar, Bergoi Ibarlucea, Larysa Baraban, Gianaurelio Cuniberti, Taiuk Rim, Chang Ki Baek, Alon Ascoli, Ronald Tetzlaff, Dhananjay Bodas, "Phage-based environmental nanobiosensor", In CNNA 2016, VDE VERLAG GmbH, 2016.
Bibtex
@article{akbar2016phage,
title={Phage-based environmental nanobiosensor},
author={Akbar, Teuku Fawzul and Ibarlucea, Bergoi and Baraban, Larysa and Cuniberti, Gianaurelio and Rim, Taiuk and Baek, Chang Ki and Ascoli, Alon and Tetzlaff, Ronald and Bodas, Dhananjay},
journal={CNNA 2016},
year={2016},
publisher={VDE VERLAG GmbH}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mohamed El Garah, Stephan Sinn, Arezoo Dianat, Alejandro Santana-Bonilla, Rafael Gutierrez, Luisa De Cola, Gianaurelio Cuniberti, Artur Ciesielski, Paolo Samorì, "Discrete polygonal supramolecular architectures of isocytosine-based Pt (ii) complexes at the solution/graphite interface", In Chemical Communications, Royal Society of Chemistry, vol. 52, no. 74, pp. 11163–11166, 2016. [Bibtex & Downloads]
Discrete polygonal supramolecular architectures of isocytosine-based Pt (ii) complexes at the solution/graphite interface
Reference
Mohamed El Garah, Stephan Sinn, Arezoo Dianat, Alejandro Santana-Bonilla, Rafael Gutierrez, Luisa De Cola, Gianaurelio Cuniberti, Artur Ciesielski, Paolo Samorì, "Discrete polygonal supramolecular architectures of isocytosine-based Pt (ii) complexes at the solution/graphite interface", In Chemical Communications, Royal Society of Chemistry, vol. 52, no. 74, pp. 11163–11166, 2016.
Bibtex
@article{el2016discrete,
title={Discrete polygonal supramolecular architectures of isocytosine-based Pt (ii) complexes at the solution/graphite interface},
author={El Garah, Mohamed and Sinn, Stephan and Dianat, Arezoo and Santana-Bonilla, Alejandro and Gutierrez, Rafael and De Cola, Luisa and Cuniberti, Gianaurelio and Ciesielski, Artur and Samor{\`\i}, Paolo},
journal={Chemical Communications},
volume={52},
number={74},
pages={11163--11166},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Jonathan Döring, Lukas M Eng, Susanne C Kehr, "Low-temperature piezoresponse force microscopy on barium titanate", In Journal of Applied Physics, AIP Publishing, vol. 120, no. 8, pp. 084103, 2016. [Bibtex & Downloads]
Low-temperature piezoresponse force microscopy on barium titanate
Reference
Jonathan Döring, Lukas M Eng, Susanne C Kehr, "Low-temperature piezoresponse force microscopy on barium titanate", In Journal of Applied Physics, AIP Publishing, vol. 120, no. 8, pp. 084103, 2016.
Bibtex
@article{doring2016low,
title={Low-temperature piezoresponse force microscopy on barium titanate},
author={D{\"o}ring, Jonathan and Eng, Lukas M and Kehr, Susanne C},
journal={Journal of Applied Physics},
volume={120},
number={8},
pages={084103},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Juan Pablo Llinas, Andrew Fairbrother, Gabriela Barin, Pascal Ruffieux, Wu Shi, Kyunghoon Lee, Byung Yong Choi, Rohit Braganza, Nicholas Kau, Wonwoo Choi, Chen Chen, Zahra Pedramrazi, Tim Dumslaff, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Felix Fischer, Alex Zettl, Pascal Ruffieux, Eli Yablonovitch, Michael Crommie, Roman Fasel, Jeffrey Bokor, "Short-channel field effect transistors with 9-atom and 13-atom wide graphene nanoribbons", In arXiv preprint arXiv:1605.06730, 2016. [Bibtex & Downloads]
Short-channel field effect transistors with 9-atom and 13-atom wide graphene nanoribbons
Reference
Juan Pablo Llinas, Andrew Fairbrother, Gabriela Barin, Pascal Ruffieux, Wu Shi, Kyunghoon Lee, Byung Yong Choi, Rohit Braganza, Nicholas Kau, Wonwoo Choi, Chen Chen, Zahra Pedramrazi, Tim Dumslaff, Akimitsu Narita, Xinliang Feng, Klaus Müllen, Felix Fischer, Alex Zettl, Pascal Ruffieux, Eli Yablonovitch, Michael Crommie, Roman Fasel, Jeffrey Bokor, "Short-channel field effect transistors with 9-atom and 13-atom wide graphene nanoribbons", In arXiv preprint arXiv:1605.06730, 2016.
Bibtex
@article{llinas2016short,
title={Short-channel field effect transistors with 9-atom and 13-atom wide graphene nanoribbons},
author={Llinas, Juan Pablo and Fairbrother, Andrew and Barin, Gabriela and Ruffieux, Pascal and Shi, Wu and Lee, Kyunghoon and Choi, Byung Yong and Braganza, Rohit and Kau, Nicholas and Choi, Wonwoo and Chen, Chen and Pedramrazi, Zahra and Dumslaff, Tim and Narita, Akimitsu and Feng, Xinliang and Müllen, Klaus and Fischer, Felix and Zettl, Alex and Ruffieux, Pascal and Yablonovitch, Eli and Crommie, Michael and Fasel, Roman and Bokor, Jeffrey},
journal={arXiv preprint arXiv:1605.06730},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Daijiro Nozaki, Raul Bustos-Marún, Carlos J Cattena, Gianaurelio Cuniberti, Horacio M Pastawski, "An efficient coarse-grained approach for the electron transport through large molecular systems under dephasing environment", In The European Physical Journal B, Springer, vol. 89, no. 4, pp. 1–7, 2016. [Bibtex & Downloads]
An efficient coarse-grained approach for the electron transport through large molecular systems under dephasing environment
Reference
Daijiro Nozaki, Raul Bustos-Marún, Carlos J Cattena, Gianaurelio Cuniberti, Horacio M Pastawski, "An efficient coarse-grained approach for the electron transport through large molecular systems under dephasing environment", In The European Physical Journal B, Springer, vol. 89, no. 4, pp. 1–7, 2016.
Bibtex
@article{nozaki2016efficient,
title={An efficient coarse-grained approach for the electron transport through large molecular systems under dephasing environment},
author={Nozaki, Daijiro and Bustos-Mar{\'u}n, Raul and Cattena, Carlos J and Cuniberti, Gianaurelio and Pastawski, Horacio M},
journal={The European Physical Journal B},
volume={89},
number={4},
pages={1--7},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hailing Yu, Andrii Kopach, Vyacheslav R Misko, Anna A Vasylenko, Denys Makarov, Fabio Marchesoni, Franco Nori, Larysa Baraban, Gianaurelio Cuniberti, "Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking", In Small, Wiley Online Library, vol. 12, no. 42, pp. 5882–5890, 2016. [Bibtex & Downloads]
Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking
Reference
Hailing Yu, Andrii Kopach, Vyacheslav R Misko, Anna A Vasylenko, Denys Makarov, Fabio Marchesoni, Franco Nori, Larysa Baraban, Gianaurelio Cuniberti, "Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking", In Small, Wiley Online Library, vol. 12, no. 42, pp. 5882–5890, 2016.
Bibtex
@article{yu2016confined,
title={Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking},
author={Yu, Hailing and Kopach, Andrii and Misko, Vyacheslav R and Vasylenko, Anna A and Makarov, Denys and Marchesoni, Fabio and Nori, Franco and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Small},
volume={12},
number={42},
pages={5882--5890},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Florian Günther, Sibylle Gemming, Gotthard Seifert, "Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor–Acceptor Polymers: A Theoretical Study" , In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 18, pp. 9581–9587, 2016. [Bibtex & Downloads]
Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor–Acceptor Polymers: A Theoretical Study
Reference
Florian Günther, Sibylle Gemming, Gotthard Seifert, "Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor–Acceptor Polymers: A Theoretical Study" , In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 18, pp. 9581–9587, 2016.
Bibtex
@article{günther2016hopping,
title={Hopping-Based Charge Transfer in Diketopyrrolopyrrole-Based Donor--Acceptor Polymers: A Theoretical Study},
author={Günther, Florian and Gemming, Sibylle and Seifert, Gotthard},
journal={The Journal of Physical Chemistry C},
volume={120},
number={18},
pages={9581--9587},
year={2016},
publisher={ACS Publications}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yinjuan Huang, Yiyong Mai, Uliana Beser, Joan Teyssandier, Gangamallaiah Velpula, Hans Van Gorp, Lasse Arnt Straasø, Michael Ryan Hansen, Daniele Rizzo, Cinzia Casiraghi, others, "Poly (ethylene oxide) functionalized graphene nanoribbons with excellent solution processability", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 32, pp. 10136–10139, 2016. [Bibtex & Downloads]
Poly (ethylene oxide) functionalized graphene nanoribbons with excellent solution processability
Reference
Yinjuan Huang, Yiyong Mai, Uliana Beser, Joan Teyssandier, Gangamallaiah Velpula, Hans Van Gorp, Lasse Arnt Straasø, Michael Ryan Hansen, Daniele Rizzo, Cinzia Casiraghi, others, "Poly (ethylene oxide) functionalized graphene nanoribbons with excellent solution processability", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 32, pp. 10136–10139, 2016.
Bibtex
@article{huang2016poly,
title={Poly (ethylene oxide) functionalized graphene nanoribbons with excellent solution processability},
author={Huang, Yinjuan and Mai, Yiyong and Beser, Uliana and Teyssandier, Joan and Velpula, Gangamallaiah and Van Gorp, Hans and Straas{\o}, Lasse Arnt and Hansen, Michael Ryan and Rizzo, Daniele and Casiraghi, Cinzia and others},
journal={Journal of the American Chemical Society},
volume={138},
number={32},
pages={10136--10139},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Sara Teixeira, Robert Gurke, Hagen Eckert, Klaus Kühn, Joachim Fauler, Gianaurelio Cuniberti, "Photocatalytic degradation of pharmaceuticals present in conventional treated wastewater by nanoparticle suspensions", In Journal of Environmental Chemical Engineering, Elsevier, vol. 4, no. 1, pp. 287–292, 2016. [Bibtex & Downloads]
Photocatalytic degradation of pharmaceuticals present in conventional treated wastewater by nanoparticle suspensions
Reference
Sara Teixeira, Robert Gurke, Hagen Eckert, Klaus Kühn, Joachim Fauler, Gianaurelio Cuniberti, "Photocatalytic degradation of pharmaceuticals present in conventional treated wastewater by nanoparticle suspensions", In Journal of Environmental Chemical Engineering, Elsevier, vol. 4, no. 1, pp. 287–292, 2016.
Bibtex
@article{teixeira2016photocatalytic,
title={Photocatalytic degradation of pharmaceuticals present in conventional treated wastewater by nanoparticle suspensions},
author={Teixeira, Sara and Gurke, Robert and Eckert, Hagen and K{\"u}hn, Klaus and Fauler, Joachim and Cuniberti, Gianaurelio},
journal={Journal of Environmental Chemical Engineering},
volume={4},
number={1},
pages={287--292},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Romain Jacob, Marco Zimmerling, Pengcheng Huang, Jan Beutel, Lothar Thiele, "Towards Real-time Wireless Cyber-physical Systems", In Edited by Sebastian Altmeyer, pp. 7, 2016. [Bibtex & Downloads]
Towards Real-time Wireless Cyber-physical Systems
Reference
Romain Jacob, Marco Zimmerling, Pengcheng Huang, Jan Beutel, Lothar Thiele, "Towards Real-time Wireless Cyber-physical Systems", In Edited by Sebastian Altmeyer, pp. 7, 2016.
Bibtex
@article{jacob2016towards,
title={Towards Real-time Wireless Cyber-physical Systems},
author={Jacob, Romain and Zimmerling, Marco and Huang, Pengcheng and Beutel, Jan and Thiele, Lothar},
journal={Edited by Sebastian Altmeyer},
pages={7},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Resilience Path
Permalink
- Martin Elstner, Andreas Richter, "Polymer Gels as EAPs: Applications", In Electromechanically Active Polymers: A Concise Reference, Springer, pp. 83–99, 2016. [Bibtex & Downloads]
Polymer Gels as EAPs: Applications
Reference
Martin Elstner, Andreas Richter, "Polymer Gels as EAPs: Applications", In Electromechanically Active Polymers: A Concise Reference, Springer, pp. 83–99, 2016.
Bibtex
@article{elstner2016polymer,
title={Polymer Gels as EAPs: Applications},
author={Elstner, Martin and Richter, Andreas},
journal={Electromechanically Active Polymers: A Concise Reference},
pages={83--99},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- M. El Garah, A Santana Bonilla, A. Ciesielski, A. Gualandi, L. Mengozzi, A. Fiorani, M. Iurlo, M. Marcaccio, R. Gutierrez, S. Rapino, others, "Molecular design driving tetraporphyrin self-assembly on graphite: a joint STM, electrochemical and computational study", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 28, pp. 13678–13686, 2016. [Bibtex & Downloads]
Molecular design driving tetraporphyrin self-assembly on graphite: a joint STM, electrochemical and computational study
Reference
M. El Garah, A Santana Bonilla, A. Ciesielski, A. Gualandi, L. Mengozzi, A. Fiorani, M. Iurlo, M. Marcaccio, R. Gutierrez, S. Rapino, others, "Molecular design driving tetraporphyrin self-assembly on graphite: a joint STM, electrochemical and computational study", In Nanoscale, Royal Society of Chemistry, vol. 8, no. 28, pp. 13678–13686, 2016.
Bibtex
@article{el2016molecular,
title={Molecular design driving tetraporphyrin self-assembly on graphite: a joint STM, electrochemical and computational study},
author={El Garah, M and Bonilla, A Santana and Ciesielski, A and Gualandi, A and Mengozzi, L and Fiorani, A and Iurlo, M and Marcaccio, M and Gutierrez, R and Rapino, S and others},
journal={Nanoscale},
volume={8},
number={28},
pages={13678--13686},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Adrian Ehrenhofer, Gert Bingel, Georgi Paschew, Marcus Tietze, Raoul Schröder, Andreas Richter, Thomas Wallmersperger, "Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry–Experiments and numerical simulation", In Sensors and Actuators B: Chemical, Elsevier, vol. 232, pp. 499–505, 2016. [Bibtex & Downloads]
Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry–Experiments and numerical simulation
Reference
Adrian Ehrenhofer, Gert Bingel, Georgi Paschew, Marcus Tietze, Raoul Schröder, Andreas Richter, Thomas Wallmersperger, "Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry–Experiments and numerical simulation", In Sensors and Actuators B: Chemical, Elsevier, vol. 232, pp. 499–505, 2016.
Bibtex
@article{ehrenhofer2016permeation,
title={Permeation control in hydrogel-layered patterned PET membranes with defined switchable pore geometry--Experiments and numerical simulation},
author={Ehrenhofer, Adrian and Bingel, Gert and Paschew, Georgi and Tietze, Marcus and Schr{\"o}der, Raoul and Richter, Andreas and Wallmersperger, Thomas},
journal={Sensors and Actuators B: Chemical},
volume={232},
pages={499--505},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Olka Kaveh, Bahman Kheradmand-Boroujeni, Daniel Kasemann, Karl Leo, Frank Ellinger, "Modeling of fully printed organic field effect transistors for circuit design and simulation", In Proceeding: Synthesis, Modeling, Analysis and Simulation Methods and Applications to Circuit Design (SMACD), 2016 13th International Conference on, pp. 1–4, 2016. [Bibtex & Downloads]
Modeling of fully printed organic field effect transistors for circuit design and simulation
Reference
Olka Kaveh, Bahman Kheradmand-Boroujeni, Daniel Kasemann, Karl Leo, Frank Ellinger, "Modeling of fully printed organic field effect transistors for circuit design and simulation", In Proceeding: Synthesis, Modeling, Analysis and Simulation Methods and Applications to Circuit Design (SMACD), 2016 13th International Conference on, pp. 1–4, 2016.
Bibtex
@inproceedings{kaveh2016modeling,
title={Modeling of fully printed organic field effect transistors for circuit design and simulation},
author={Kaveh, Olka and Kheradmand-Boroujeni, Bahman and Kasemann, Daniel and Leo, Karl and Ellinger, Frank},
booktitle={Synthesis, Modeling, Analysis and Simulation Methods and Applications to Circuit Design (SMACD), 2016 13th International Conference on},
pages={1--4},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Liguo Ma, Maojun Zheng, Shaohua Liu, Qiang Li, Yuxiu You, Faze Wang, Li Ma, Wenzhong Shen, "Synchronous exfoliation and assembly of graphene on 3D Ni (OH) 2 for supercapacitors", In Chemical Communications, Royal Society of Chemistry, vol. 52, no. 91, pp. 13373–13376, 2016. [Bibtex & Downloads]
Synchronous exfoliation and assembly of graphene on 3D Ni (OH) 2 for supercapacitors
Reference
Liguo Ma, Maojun Zheng, Shaohua Liu, Qiang Li, Yuxiu You, Faze Wang, Li Ma, Wenzhong Shen, "Synchronous exfoliation and assembly of graphene on 3D Ni (OH) 2 for supercapacitors", In Chemical Communications, Royal Society of Chemistry, vol. 52, no. 91, pp. 13373–13376, 2016.
Bibtex
@article{ma2016synchronous,
title={Synchronous exfoliation and assembly of graphene on 3D Ni (OH) 2 for supercapacitors},
author={Ma, Liguo and Zheng, Maojun and Liu, Shaohua and Li, Qiang and You, Yuxiu and Wang, Faze and Ma, Li and Shen, Wenzhong},
journal={Chemical Communications},
volume={52},
number={91},
pages={13373--13376},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Frank Eisenhut, Corentin Durand, Francesca Moresco, Jean-Pierre Launay, Christian Joachim, "Training for the 1st international nano-car race: the Dresden molecule-vehicle", In The European Physical Journal Applied Physics, EDP Sciences, vol. 76, no. 1, pp. 10001, 2016. [Bibtex & Downloads]
Training for the 1st international nano-car race: the Dresden molecule-vehicle
Reference
Frank Eisenhut, Corentin Durand, Francesca Moresco, Jean-Pierre Launay, Christian Joachim, "Training for the 1st international nano-car race: the Dresden molecule-vehicle", In The European Physical Journal Applied Physics, EDP Sciences, vol. 76, no. 1, pp. 10001, 2016.
Bibtex
@article{eisenhut2016training,
title={Training for the 1st international nano-car race: the Dresden molecule-vehicle},
author={Eisenhut, Frank and Durand, Corentin and Moresco, Francesca and Launay, Jean-Pierre and Joachim, Christian},
journal={The European Physical Journal Applied Physics},
volume={76},
number={1},
pages={10001},
year={2016},
publisher={EDP Sciences}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Hailing Yu, Andrii Kopach, Vyacheslav R Misko, Anna A Vasylenko, Denys Makarov, Fabio Marchesoni, Franco Nori, Larysa Baraban, Gianaurelio Cuniberti, "Microswimmers: Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking (Small 42/2016)", In Small, Wiley Online Library, vol. 12, no. 42, pp. 5912–5912, 2016. [Bibtex & Downloads]
Microswimmers: Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking (Small 42/2016)
Reference
Hailing Yu, Andrii Kopach, Vyacheslav R Misko, Anna A Vasylenko, Denys Makarov, Fabio Marchesoni, Franco Nori, Larysa Baraban, Gianaurelio Cuniberti, "Microswimmers: Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking (Small 42/2016)", In Small, Wiley Online Library, vol. 12, no. 42, pp. 5912–5912, 2016.
Bibtex
@article{yu2016microswimmers,
title={Microswimmers: Confined Catalytic Janus Swimmers in a Crowded Channel: Geometry-Driven Rectification Transients and Directional Locking (Small 42/2016)},
author={Yu, Hailing and Kopach, Andrii and Misko, Vyacheslav R and Vasylenko, Anna A and Makarov, Denys and Marchesoni, Fabio and Nori, Franco and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Small},
volume={12},
number={42},
pages={5912--5912},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Mona Sedighi, Markus Löffler, Ehrenfried Zschech, "Revealing nanoscale morphology of organic solar cell blend by analytical electron microscopy", European Microscopy Congress 2016: Proceedings. [Bibtex & Downloads]
Revealing nanoscale morphology of organic solar cell blend by analytical electron microscopy
Reference
Mona Sedighi, Markus Löffler, Ehrenfried Zschech, "Revealing nanoscale morphology of organic solar cell blend by analytical electron microscopy", European Microscopy Congress 2016: Proceedings.
Bibtex
@inproceedings{sedighi2016revealing,
title={Revealing nanoscale morphology of organic solar cell blend by analytical electron microscopy},
author={Sedighi, Mona and L{\"o}ffler, Markus and Zschech, Ehrenfried},
booktitle={European Microscopy Congress 2016: Proceedings},
organization={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xinne Zhao, Yang Li, Yuqi Guo, Yajing Chen, Zhiqiang Su, Panpan Zhang, "Coral-Like MoS2/Cu2O Porous Nanohybrid with Dual-Electrocatalyst Performances", In Advanced Materials Interfaces, Wiley Online Library, vol. 3, no. 23, 2016. [Bibtex & Downloads]
Coral-Like MoS2/Cu2O Porous Nanohybrid with Dual-Electrocatalyst Performances
Reference
Xinne Zhao, Yang Li, Yuqi Guo, Yajing Chen, Zhiqiang Su, Panpan Zhang, "Coral-Like MoS2/Cu2O Porous Nanohybrid with Dual-Electrocatalyst Performances", In Advanced Materials Interfaces, Wiley Online Library, vol. 3, no. 23, 2016.
Bibtex
@article{zhao2016coral,
title={Coral-Like MoS2/Cu2O Porous Nanohybrid with Dual-Electrocatalyst Performances},
author={Zhao, Xinne and Li, Yang and Guo, Yuqi and Chen, Yajing and Su, Zhiqiang and Zhang, Panpan},
journal={Advanced Materials Interfaces},
volume={3},
number={23},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Aránzazu Garitagoitia Cid, Mona Sedighi, Markus Loeffler, Willem F van Dorp, Ehrenfried Zschech, "Characterizing blends of Zn/Pc-C60 for Organic Photovoltaic Cells using energy-filtered Backscattered Electron (BSE) imaging in combination with Low Voltage Scanning Electron Microscopy (LVSEM)", European Microscopy Congress 2016: Proceedings, 2016. [Bibtex & Downloads]
Characterizing blends of Zn/Pc-C60 for Organic Photovoltaic Cells using energy-filtered Backscattered Electron (BSE) imaging in combination with Low Voltage Scanning Electron Microscopy (LVSEM)
Reference
Aránzazu Garitagoitia Cid, Mona Sedighi, Markus Loeffler, Willem F van Dorp, Ehrenfried Zschech, "Characterizing blends of Zn/Pc-C60 for Organic Photovoltaic Cells using energy-filtered Backscattered Electron (BSE) imaging in combination with Low Voltage Scanning Electron Microscopy (LVSEM)", European Microscopy Congress 2016: Proceedings, 2016.
Bibtex
@inproceedings{Garitagoit2016Charac,
title={Characterizing blends of Zn/Pc-C60 for Organic Photovoltaic Cells using energy-filtered Backscattered Electron (BSE) imaging in combination with Low Voltage Scanning Electron Microscopy (LVSEM)},
author={Garitagoitia Cid, Aránzazu and Sedighi, Mona and Loeffler, Markus and van Dorp, Willem F and Zschech, Ehrenfried},
year={2016},
booktitle={European Microscopy Congress 2016: Proceedings},
organization={Wiley Online Library},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Peter Milde, Erik Neuber, Andreas Bauer, Christian Pfleiderer, Helmuth Berger, Lukas M Eng, "Heuristic description of magnetoelectricity of Cu2OSeO3", In Nano Letters, ACS Publications, vol. 16, no. 9, pp. 5612–5618, 2016. [Bibtex & Downloads]
Heuristic description of magnetoelectricity of Cu2OSeO3
Reference
Peter Milde, Erik Neuber, Andreas Bauer, Christian Pfleiderer, Helmuth Berger, Lukas M Eng, "Heuristic description of magnetoelectricity of Cu2OSeO3", In Nano Letters, ACS Publications, vol. 16, no. 9, pp. 5612–5618, 2016.
Bibtex
@article{milde2016heuristic,
title={Heuristic description of magnetoelectricity of Cu2OSeO3},
author={Milde, Peter and Neuber, Erik and Bauer, Andreas and Pfleiderer, Christian and Berger, Helmuth and Eng, Lukas M},
journal={Nano Letters},
volume={16},
number={9},
pages={5612--5618},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Wuxue Zhao, Fan Zhang, Lingyun Yang, Shuai Bi, Dongqing Wu, Yefeng Yao, Manfred Wagner, Robert Graf, Michael Ryan Hansen, Xiaodong Zhuang, others, "Anionic porous polymers with tunable structures and catalytic properties", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 4, no. 39, pp. 15162–15168, 2016. [Bibtex & Downloads]
Anionic porous polymers with tunable structures and catalytic properties
Reference
Wuxue Zhao, Fan Zhang, Lingyun Yang, Shuai Bi, Dongqing Wu, Yefeng Yao, Manfred Wagner, Robert Graf, Michael Ryan Hansen, Xiaodong Zhuang, others, "Anionic porous polymers with tunable structures and catalytic properties", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 4, no. 39, pp. 15162–15168, 2016.
Bibtex
@article{zhao2016anionic,
title={Anionic porous polymers with tunable structures and catalytic properties},
author={Zhao, Wuxue and Zhang, Fan and Yang, Lingyun and Bi, Shuai and Wu, Dongqing and Yao, Yefeng and Wagner, Manfred and Graf, Robert and Hansen, Michael Ryan and Zhuang, Xiaodong and others},
journal={Journal of Materials Chemistry A},
volume={4},
number={39},
pages={15162--15168},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- David J Jörg, Andrew C Oates, Frank Jülicher, "Sequential pattern formation governed by signaling gradients", In Physical Biology, IOP Publishing, vol. 13, no. 5, pp. 05LT03, 2016. [Bibtex & Downloads]
Sequential pattern formation governed by signaling gradients
Reference
David J Jörg, Andrew C Oates, Frank Jülicher, "Sequential pattern formation governed by signaling gradients", In Physical Biology, IOP Publishing, vol. 13, no. 5, pp. 05LT03, 2016.
Bibtex
@article{jorg2016sequential,
title={Sequential pattern formation governed by signaling gradients},
author={J{\"o}rg, David J and Oates, Andrew C and J{\"u}licher, Frank},
journal={Physical Biology},
volume={13},
number={5},
pages={05LT03},
year={2016},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zongsheng Hou, Chongqing Yang, Wenbei Zhang, Chenbao Lu, Fan Zhang, Xiaodong Zhuang, "Cobalt/nitrogen co-doped porous carbon nanosheets as highly efficient catalysts for the oxygen reduction reaction in both basic and acidic media", In RSC Advances, Royal Society of Chemistry, vol. 6, no. 85, pp. 82341–82347, 2016. [Bibtex & Downloads]
Cobalt/nitrogen co-doped porous carbon nanosheets as highly efficient catalysts for the oxygen reduction reaction in both basic and acidic media
Reference
Zongsheng Hou, Chongqing Yang, Wenbei Zhang, Chenbao Lu, Fan Zhang, Xiaodong Zhuang, "Cobalt/nitrogen co-doped porous carbon nanosheets as highly efficient catalysts for the oxygen reduction reaction in both basic and acidic media", In RSC Advances, Royal Society of Chemistry, vol. 6, no. 85, pp. 82341–82347, 2016.
Bibtex
@article{hou2016cobalt,
title={Cobalt/nitrogen co-doped porous carbon nanosheets as highly efficient catalysts for the oxygen reduction reaction in both basic and acidic media},
author={Hou, Zongsheng and Yang, Chongqing and Zhang, Wenbei and Lu, Chenbao and Zhang, Fan and Zhuang, Xiaodong},
journal={RSC Advances},
volume={6},
number={85},
pages={82341--82347},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Norbert Manthey, Rafael Penaloza, Sebastian Rudolph, "Efficient Axiom Pinpointing in EL using SAT Technology.", In Proceeding: Description Logics, 2016. [Bibtex & Downloads]
Efficient Axiom Pinpointing in EL using SAT Technology.
Reference
Norbert Manthey, Rafael Penaloza, Sebastian Rudolph, "Efficient Axiom Pinpointing in EL using SAT Technology.", In Proceeding: Description Logics, 2016.
Bibtex
@inproceedings{manthey2016efficient,
title={Efficient Axiom Pinpointing in EL using SAT Technology.},
author={Manthey, Norbert and Penaloza, Rafael and Rudolph, Sebastian},
booktitle={Description Logics},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Hafeesudeen Sahabudeen, Haoyuan Qi, Bernhard Alexander Glatz, Diana Tranca, Renhao Dong, Yang Hou, Tao Zhang, Christian Kuttner, Tibor Lehnert, Gotthard Seifert, others, "Wafer-sized multifunctional polyimine-based two-dimensional conjugated polymers with high mechanical stiffness", In Nature Communications, Nature Publishing Group, vol. 7, pp. 13461, 2016. [Bibtex & Downloads]
Wafer-sized multifunctional polyimine-based two-dimensional conjugated polymers with high mechanical stiffness
Reference
Hafeesudeen Sahabudeen, Haoyuan Qi, Bernhard Alexander Glatz, Diana Tranca, Renhao Dong, Yang Hou, Tao Zhang, Christian Kuttner, Tibor Lehnert, Gotthard Seifert, others, "Wafer-sized multifunctional polyimine-based two-dimensional conjugated polymers with high mechanical stiffness", In Nature Communications, Nature Publishing Group, vol. 7, pp. 13461, 2016.
Bibtex
@article{sahabudeen2016wafer,
title={Wafer-sized multifunctional polyimine-based two-dimensional conjugated polymers with high mechanical stiffness},
author={Sahabudeen, Hafeesudeen and Qi, Haoyuan and Glatz, Bernhard Alexander and Tranca, Diana and Dong, Renhao and Hou, Yang and Zhang, Tao and Kuttner, Christian and Lehnert, Tibor and Seifert, Gotthard and others},
journal={Nature Communications},
volume={7},
pages={13461},
year={2016},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Anja Nickel, Thomas Lehmann, Jörg Meyer, Frank Eisenhut, Robin Ohmann, Dmitry A Ryndyk, Christian Joachim, Francesca Moresco, Gianaurelio Cuniberti, "Electronically Driven Single-Molecule Switch on Silicon Dangling Bonds", In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 47, pp. 27027–27032, 2016. [Bibtex & Downloads]
Electronically Driven Single-Molecule Switch on Silicon Dangling Bonds
Reference
Anja Nickel, Thomas Lehmann, Jörg Meyer, Frank Eisenhut, Robin Ohmann, Dmitry A Ryndyk, Christian Joachim, Francesca Moresco, Gianaurelio Cuniberti, "Electronically Driven Single-Molecule Switch on Silicon Dangling Bonds", In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 47, pp. 27027–27032, 2016.
Bibtex
@article{nickel2016electronically,
title={Electronically Driven Single-Molecule Switch on Silicon Dangling Bonds},
author={Nickel, Anja and Lehmann, Thomas and Meyer, Jörg and Eisenhut, Frank and Ohmann, Robin and Ryndyk, Dmitry A and Joachim, Christian and Moresco, Francesca and Cuniberti, Gianaurelio},
journal={The Journal of Physical Chemistry C},
volume={120},
number={47},
pages={27027--27032},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Neumarker, Sebastian Höppner, Andreas Dixius, Christian Mayr, "True random number generation from bang-bang ADPLL jitter", In Proceeding: Nordic Circuits and Systems Conference (NORCAS), 2016 IEEE, pp. 1–5, 2016. [Bibtex & Downloads]
True random number generation from bang-bang ADPLL jitter
Reference
Felix Neumarker, Sebastian Höppner, Andreas Dixius, Christian Mayr, "True random number generation from bang-bang ADPLL jitter", In Proceeding: Nordic Circuits and Systems Conference (NORCAS), 2016 IEEE, pp. 1–5, 2016.
Bibtex
@inproceedings{neumarker2016true,
title={True random number generation from bang-bang ADPLL jitter},
author={Neumarker, Felix and H{\"o}ppner, Sebastian and Dixius, Andreas and Mayr, Christian},
booktitle={Nordic Circuits and Systems Conference (NORCAS), 2016 IEEE},
pages={1--5},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- AR Silva, PM Martins, S. Teixeira, SAC Carabineiro, K. Kuehn, G. Cuniberti, MM Alves, S. Lanceros-Mendez, L. Pereira, "Ciprofloxacin wastewater treated by UVA photocatalysis: contribution of irradiated TiO 2 and ZnO nanoparticles on the final toxicity as assessed by Vibrio fischeri", In RSC Advances, Royal Society of Chemistry, vol. 6, no. 98, pp. 95494–95503, 2016. [Bibtex & Downloads]
Ciprofloxacin wastewater treated by UVA photocatalysis: contribution of irradiated TiO 2 and ZnO nanoparticles on the final toxicity as assessed by Vibrio fischeri
Reference
AR Silva, PM Martins, S. Teixeira, SAC Carabineiro, K. Kuehn, G. Cuniberti, MM Alves, S. Lanceros-Mendez, L. Pereira, "Ciprofloxacin wastewater treated by UVA photocatalysis: contribution of irradiated TiO 2 and ZnO nanoparticles on the final toxicity as assessed by Vibrio fischeri", In RSC Advances, Royal Society of Chemistry, vol. 6, no. 98, pp. 95494–95503, 2016.
Bibtex
@article{silva2016ciprofloxacin,
title={Ciprofloxacin wastewater treated by UVA photocatalysis: contribution of irradiated TiO 2 and ZnO nanoparticles on the final toxicity as assessed by Vibrio fischeri},
author={Silva, AR and Martins, PM and Teixeira, S and Carabineiro, SAC and Kuehn, K and Cuniberti, G and Alves, MM and Lanceros-Mendez, S and Pereira, L},
journal={RSC Advances},
volume={6},
number={98},
pages={95494--95503},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Carsten Weinhold, Adam Lackorzynski, Jan Bierbaum, Martin Küttler, Maksym Planeta, Hermann Härtig, Amnon Shiloh, Ely Levy, Tal Ben-Nun, Amnon Barak, others, "FFMK: a fast and fault-tolerant microkernel-based system for exascale computing", Chapter in Software for Exascale Computing-SPPEXA 2013-2015, Springer, pp. 405–426, 2016. [Bibtex & Downloads]
FFMK: a fast and fault-tolerant microkernel-based system for exascale computing
Reference
Carsten Weinhold, Adam Lackorzynski, Jan Bierbaum, Martin Küttler, Maksym Planeta, Hermann Härtig, Amnon Shiloh, Ely Levy, Tal Ben-Nun, Amnon Barak, others, "FFMK: a fast and fault-tolerant microkernel-based system for exascale computing", Chapter in Software for Exascale Computing-SPPEXA 2013-2015, Springer, pp. 405–426, 2016.
Bibtex
@incollection{weinhold2016ffmk,
title={FFMK: a fast and fault-tolerant microkernel-based system for exascale computing},
author={Weinhold, Carsten and Lackorzynski, Adam and Bierbaum, Jan and K{\"u}ttler, Martin and Planeta, Maksym and H{\"a}rtig, Hermann and Shiloh, Amnon and Levy, Ely and Ben-Nun, Tal and Barak, Amnon and others},
booktitle={Software for Exascale Computing-SPPEXA 2013-2015},
pages={405--426},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sadia Moriam, Gerhard P Fettweis, "Fault Tolerant Deadlock-Free Adaptive Routing Algorithms for Hexagonal Networks-on-Chip", In Proceeding: Digital System Design (DSD), 2016 Euromicro Conference on, pp. 131–137, 2016. [Bibtex & Downloads]
Fault Tolerant Deadlock-Free Adaptive Routing Algorithms for Hexagonal Networks-on-Chip
Reference
Sadia Moriam, Gerhard P Fettweis, "Fault Tolerant Deadlock-Free Adaptive Routing Algorithms for Hexagonal Networks-on-Chip", In Proceeding: Digital System Design (DSD), 2016 Euromicro Conference on, pp. 131–137, 2016.
Bibtex
@inproceedings{moriam2016fault,
title={Fault Tolerant Deadlock-Free Adaptive Routing Algorithms for Hexagonal Networks-on-Chip},
author={Moriam, Sadia and Fettweis, Gerhard P},
booktitle={Digital System Design (DSD), 2016 Euromicro Conference on},
pages={131--137},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Philipp J Mehner, Sebastian Haefner, Markus Franke, Andreas Voigt, Uwe Marschner, Andreas Richter, "Finite Element Model of a Hydrogel-Based Micro-Valve", In Proceeding: ASME 2016 Conference on Smart Materials, Adaptive Structures and Intelligent Systems, pp. V002T03A016–V002T03A016, 2016. [Bibtex & Downloads]
Finite Element Model of a Hydrogel-Based Micro-Valve
Reference
Philipp J Mehner, Sebastian Haefner, Markus Franke, Andreas Voigt, Uwe Marschner, Andreas Richter, "Finite Element Model of a Hydrogel-Based Micro-Valve", In Proceeding: ASME 2016 Conference on Smart Materials, Adaptive Structures and Intelligent Systems, pp. V002T03A016–V002T03A016, 2016.
Bibtex
@inproceedings{mehner2016finite,
title={Finite Element Model of a Hydrogel-Based Micro-Valve},
author={Mehner, Philipp J and Haefner, Sebastian and Franke, Markus and Voigt, Andreas and Marschner, Uwe and Richter, Andreas},
booktitle={ASME 2016 Conference on Smart Materials, Adaptive Structures and Intelligent Systems},
pages={V002T03A016--V002T03A016},
year={2016},
organization={American Society of Mechanical Engineers}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Andreas Voigt, Andreas Richter, "Polymer Gels as EAPs: Fundamentals", In Electromechanically Active Polymers: A Concise Reference, Springer, pp. 3–26, 2016. [Bibtex & Downloads]
Polymer Gels as EAPs: Fundamentals
Reference
Andreas Voigt, Andreas Richter, "Polymer Gels as EAPs: Fundamentals", In Electromechanically Active Polymers: A Concise Reference, Springer, pp. 3–26, 2016.
Bibtex
@article{voigt2016polymer,
title={Polymer Gels as EAPs: Fundamentals},
author={Voigt, Andreas and Richter, Andreas},
journal={Electromechanically Active Polymers: A Concise Reference},
pages={3--26},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Florian Kriebel, Muhammad Shafique, Semeen Rehman, Jörg Henkel, Siddharth Garg, "Variability and Reliability Awareness in the Age of Dark Silicon", In IEEE Design & Test, IEEE, vol. 33, no. 2, pp. 59–67, 2016. [Bibtex & Downloads]
Variability and Reliability Awareness in the Age of Dark Silicon
Reference
Florian Kriebel, Muhammad Shafique, Semeen Rehman, Jörg Henkel, Siddharth Garg, "Variability and Reliability Awareness in the Age of Dark Silicon", In IEEE Design & Test, IEEE, vol. 33, no. 2, pp. 59–67, 2016.
Bibtex
@article{kriebel2016variability,
title={Variability and Reliability Awareness in the Age of Dark Silicon},
author={Kriebel, Florian and Shafique, Muhammad and Rehman, Semeen and Henkel, J{\"o}rg and Garg, Siddharth},
journal={IEEE Design \& Test},
volume={33},
number={2},
pages={59--67},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ji-Ling Hou, Daniel Kasemann, Johannes Widmer, Alrun A Günther, Björn Lüssem, Karl Leo, "Reduced contact resistance in top-contact organic field-effect transistors by interface contact doping", In Applied Physics Letters, AIP Publishing, vol. 108, no. 10, pp. 103303, 2016. [Bibtex & Downloads]
Reduced contact resistance in top-contact organic field-effect transistors by interface contact doping
Reference
Ji-Ling Hou, Daniel Kasemann, Johannes Widmer, Alrun A Günther, Björn Lüssem, Karl Leo, "Reduced contact resistance in top-contact organic field-effect transistors by interface contact doping", In Applied Physics Letters, AIP Publishing, vol. 108, no. 10, pp. 103303, 2016.
Bibtex
@article{hou2016reduced,
title={Reduced contact resistance in top-contact organic field-effect transistors by interface contact doping},
author={Hou, Ji-Ling and Kasemann, Daniel and Widmer, Johannes and G{\"u}nther, Alrun A and L{\"u}ssem, Bj{\"o}rn and Leo, Karl},
journal={Applied Physics Letters},
volume={108},
number={10},
pages={103303},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florian Kriebel, Semeen Rehman, Arun Subramaniyan, Segnon Jean Bruno Ahandagbe, Muhammad Shafique, Jörg Henkel, "Reliability-Aware Adaptations for Shared Last-Level Caches in Multi-Cores", In ACM Transactions on Embedded Computing Systems (TECS), ACM, vol. 15, no. 4, pp. 67, 2016. [Bibtex & Downloads]
Reliability-Aware Adaptations for Shared Last-Level Caches in Multi-Cores
Reference
Florian Kriebel, Semeen Rehman, Arun Subramaniyan, Segnon Jean Bruno Ahandagbe, Muhammad Shafique, Jörg Henkel, "Reliability-Aware Adaptations for Shared Last-Level Caches in Multi-Cores", In ACM Transactions on Embedded Computing Systems (TECS), ACM, vol. 15, no. 4, pp. 67, 2016.
Bibtex
@article{kriebel2016reliability,
title={Reliability-Aware Adaptations for Shared Last-Level Caches in Multi-Cores},
author={Kriebel, Florian and Rehman, Semeen and Subramaniyan, Arun and Ahandagbe, Segnon Jean Bruno and Shafique, Muhammad and Henkel, J{\"o}rg},
journal={ACM Transactions on Embedded Computing Systems (TECS)},
volume={15},
number={4},
pages={67},
year={2016},
publisher={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xifan Tang, Giovanni De Micheli, Pierre-Emmanuel Gaillardon, "A High-performance FPGA Architecture Using One-Level RRAM-based Multiplexers", In IEEE Transactions on Emerging Topics in Computing, IEEE, 2016. [Bibtex & Downloads]
A High-performance FPGA Architecture Using One-Level RRAM-based Multiplexers
Reference
Xifan Tang, Giovanni De Micheli, Pierre-Emmanuel Gaillardon, "A High-performance FPGA Architecture Using One-Level RRAM-based Multiplexers", In IEEE Transactions on Emerging Topics in Computing, IEEE, 2016.
Bibtex
@article{tang2016high,
title={A High-performance FPGA Architecture Using One-Level RRAM-based Multiplexers},
author={Tang, Xifan and De Micheli, Giovanni and Gaillardon, Pierre-Emmanuel},
journal={IEEE Transactions on Emerging Topics in Computing},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Alexander Krause, Hannes Voigt, Wolfgang Lehner, "HUGS-A Lightweight Graph Partitioning Approach.", In Proceeding: GvD, pp. 68–73, 2016. [Bibtex & Downloads]
HUGS-A Lightweight Graph Partitioning Approach.
Reference
Alexander Krause, Hannes Voigt, Wolfgang Lehner, "HUGS-A Lightweight Graph Partitioning Approach.", In Proceeding: GvD, pp. 68–73, 2016.
Bibtex
@inproceedings{krause2016hugs,
title={HUGS-A Lightweight Graph Partitioning Approach.},
author={Krause, Alexander and Voigt, Hannes and Lehner, Wolfgang},
booktitle={GvD},
pages={68--73},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Mikolajick, Andre Heinzig, Jens Trommer, Tim Baldauf, Walter Weber, "The RFET-a reconfigurable nanowire transistor and its application to novel electronic circuits and systems", In Semiconductor Science and Technology, IOP Publishing, 2016. [Bibtex & Downloads]
The RFET-a reconfigurable nanowire transistor and its application to novel electronic circuits and systems
Reference
Thomas Mikolajick, Andre Heinzig, Jens Trommer, Tim Baldauf, Walter Weber, "The RFET-a reconfigurable nanowire transistor and its application to novel electronic circuits and systems", In Semiconductor Science and Technology, IOP Publishing, 2016.
Bibtex
@article{mikolajick2016rfet,
title={The RFET-a reconfigurable nanowire transistor and its application to novel electronic circuits and systems},
author={Mikolajick, Thomas and Heinzig, Andre and Trommer, Jens and Baldauf, Tim and Weber, Walter},
journal={Semiconductor Science and Technology},
year={2016},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ismail Oukid, Daniel Booss, Adrien Lespinasse, Wolfgang Lehner, "On testing persistent-memory-based software", Proceedings of the 12th International Workshop on Data Management on New Hardware, pp. 5, 2016. [Bibtex & Downloads]
On testing persistent-memory-based software
Reference
Ismail Oukid, Daniel Booss, Adrien Lespinasse, Wolfgang Lehner, "On testing persistent-memory-based software", Proceedings of the 12th International Workshop on Data Management on New Hardware, pp. 5, 2016.
Bibtex
@inproceedings{oukid2016testing,
title={On testing persistent-memory-based software},
author={Oukid, Ismail and Booss, Daniel and Lespinasse, Adrien and Lehner, Wolfgang},
booktitle={Proceedings of the 12th International Workshop on Data Management on New Hardware},
pages={5},
year={2016},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Riccardo Di Pietro, Tim Erdmann, Naixiang Wang, Xuhai Liu, David Gräfe, Johannes Lenz, Josef Brandt, Daniel Kasemann, Karl Leo, Mahmoud Al-Hussein, others, "The impact of molecular weight, air exposure and molecular doping on the charge transport properties and electronic defects in dithienyl-diketopyrrolopyrrole-thieno [3, 2-b] thiophene copolymers", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 4, no. 46, pp. 10827–10838, 2016. [Bibtex & Downloads]
The impact of molecular weight, air exposure and molecular doping on the charge transport properties and electronic defects in dithienyl-diketopyrrolopyrrole-thieno [3, 2-b] thiophene copolymers
Reference
Riccardo Di Pietro, Tim Erdmann, Naixiang Wang, Xuhai Liu, David Gräfe, Johannes Lenz, Josef Brandt, Daniel Kasemann, Karl Leo, Mahmoud Al-Hussein, others, "The impact of molecular weight, air exposure and molecular doping on the charge transport properties and electronic defects in dithienyl-diketopyrrolopyrrole-thieno [3, 2-b] thiophene copolymers", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 4, no. 46, pp. 10827–10838, 2016.
Bibtex
@article{di2016impact,
title={The impact of molecular weight, air exposure and molecular doping on the charge transport properties and electronic defects in dithienyl-diketopyrrolopyrrole-thieno [3, 2-b] thiophene copolymers},
author={Di Pietro, Riccardo and Erdmann, Tim and Wang, Naixiang and Liu, Xuhai and Gr{\"a}fe, David and Lenz, Johannes and Brandt, Josef and Kasemann, Daniel and Leo, Karl and Al-Hussein, Mahmoud and others},
journal={Journal of Materials Chemistry C},
volume={4},
number={46},
pages={10827--10838},
year={2016},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Raul Zazpe, Martin Knaut, Hanna Sopha, Ludek Hromadko, Matthias Albert, Jan Prikryl, V. Gärtnerová, Johann W Bartha, Jan M Macak, "Atomic Layer Deposition for Coating of High Aspect Ratio TiO2 Nanotube Layers", In Langmuir, ACS Publications, vol. 32, no. 41, pp. 10551–10558, 2016. [Bibtex & Downloads]
Atomic Layer Deposition for Coating of High Aspect Ratio TiO2 Nanotube Layers
Reference
Raul Zazpe, Martin Knaut, Hanna Sopha, Ludek Hromadko, Matthias Albert, Jan Prikryl, V. Gärtnerová, Johann W Bartha, Jan M Macak, "Atomic Layer Deposition for Coating of High Aspect Ratio TiO2 Nanotube Layers", In Langmuir, ACS Publications, vol. 32, no. 41, pp. 10551–10558, 2016.
Bibtex
@article{zazpe2016atomic,
title={Atomic Layer Deposition for Coating of High Aspect Ratio TiO2 Nanotube Layers},
author={Zazpe, Raul and Knaut, Martin and Sopha, Hanna and Hromadko, Ludek and Albert, Matthias and Prikryl, Jan and Gärtnerová, V and Bartha, Johann W and Macak, Jan M},
journal={Langmuir},
volume={32},
number={41},
pages={10551--10558},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mariana Medina-Sánchez, Bergoi Ibarlucea, Nicolás Pérez, Dmitriy D Karnaushenko, Sonja M Weiz, Larysa Baraban, Gianaurelio Cuniberti, Oliver G Schmidt, "High-Performance Three-Dimensional Tubular Nanomembrane Sensor for DNA Detection", In Nano letters, ACS Publications, vol. 16, no. 7, pp. 4288–4296, 2016. [Bibtex & Downloads]
High-Performance Three-Dimensional Tubular Nanomembrane Sensor for DNA Detection
Reference
Mariana Medina-Sánchez, Bergoi Ibarlucea, Nicolás Pérez, Dmitriy D Karnaushenko, Sonja M Weiz, Larysa Baraban, Gianaurelio Cuniberti, Oliver G Schmidt, "High-Performance Three-Dimensional Tubular Nanomembrane Sensor for DNA Detection", In Nano letters, ACS Publications, vol. 16, no. 7, pp. 4288–4296, 2016.
Bibtex
@article{medina2016high,
title={High-Performance Three-Dimensional Tubular Nanomembrane Sensor for DNA Detection},
author={Medina-S{\'a}nchez, Mariana and Ibarlucea, Bergoi and Pérez, Nicolás and Karnaushenko, Dmitriy D and Weiz, Sonja M and Baraban, Larysa and Cuniberti, Gianaurelio and Schmidt, Oliver G},
journal={Nano letters},
volume={16},
number={7},
pages={4288--4296},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Haas, Oliver Arnold, Benedikt Nöthen, Stefan Scholze, Georg Ellguth, Andreas Dixius, Sebastian Höppner, Stefan Schiefer, Stephan Hartmann, Stephan Henker, others, "An MPSoC for energy-efficient database query processing", In Proceeding: Design Automation Conference (DAC), 2016 53nd ACM/EDAC/IEEE, pp. 1–6, 2016. [Bibtex & Downloads]
An MPSoC for energy-efficient database query processing
Reference
Sebastian Haas, Oliver Arnold, Benedikt Nöthen, Stefan Scholze, Georg Ellguth, Andreas Dixius, Sebastian Höppner, Stefan Schiefer, Stephan Hartmann, Stephan Henker, others, "An MPSoC for energy-efficient database query processing", In Proceeding: Design Automation Conference (DAC), 2016 53nd ACM/EDAC/IEEE, pp. 1–6, 2016.
Bibtex
@inproceedings{haas2016mpsoc,
title={An MPSoC for energy-efficient database query processing},
author={Haas, Sebastian and Arnold, Oliver and N{\"o}then, Benedikt and Scholze, Stefan and Ellguth, Georg and Dixius, Andreas and H{\"o}ppner, Sebastian and Schiefer, Stefan and Hartmann, Stephan and Henker, Stephan and others},
booktitle={Design Automation Conference (DAC), 2016 53nd ACM/EDAC/IEEE},
pages={1--6},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Resilience Path
Permalink
- Najeeb Ul-Hassan, Ali E Pusane, Michael Lentmaier, Gerhard P Fettweis, Daniel J Costello, "Non-Uniform Window Decoding Schedules for Spatially Coupled LDPC Codes", In IEEE Transactions on Communications, IEEE, 2016. [Bibtex & Downloads]
Non-Uniform Window Decoding Schedules for Spatially Coupled LDPC Codes
Reference
Najeeb Ul-Hassan, Ali E Pusane, Michael Lentmaier, Gerhard P Fettweis, Daniel J Costello, "Non-Uniform Window Decoding Schedules for Spatially Coupled LDPC Codes", In IEEE Transactions on Communications, IEEE, 2016.
Bibtex
@article{ul2016non,
title={Non-Uniform Window Decoding Schedules for Spatially Coupled LDPC Codes},
author={Ul-Hassan, Najeeb and Pusane, Ali E and Lentmaier, Michael and Fettweis, Gerhard P and Costello, Daniel J},
journal={IEEE Transactions on Communications},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Barnabas Garay, Stefan Siegmund, Sascha Trostorff, Marcus Waurick, "A remark on local activity and passivity", In arXiv preprint arXiv:1610.01294, 2016. [Bibtex & Downloads]
A remark on local activity and passivity
Reference
Barnabas Garay, Stefan Siegmund, Sascha Trostorff, Marcus Waurick, "A remark on local activity and passivity", In arXiv preprint arXiv:1610.01294, 2016.
Bibtex
@article{garay2016remark,
title={A remark on local activity and passivity},
author={Garay, Barnabas and Siegmund, Stefan and Trostorff, Sascha and Waurick, Marcus},
journal={arXiv preprint arXiv:1610.01294},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Ji-Ling Hou, Axel Fischer, Sheng-Chieh Yang, Johannes Benduhn, Johannes Widmer, Daniel Kasemann, Koen Vandewal, Karl Leo, "Plasmon-Induced Sub-Bandgap Photodetection with Organic Schottky Diodes", In Advanced Functional Materials, Wiley Online Library, vol. 26, no. 31, pp. 5741–5747, 2016. [Bibtex & Downloads]
Plasmon-Induced Sub-Bandgap Photodetection with Organic Schottky Diodes
Reference
Ji-Ling Hou, Axel Fischer, Sheng-Chieh Yang, Johannes Benduhn, Johannes Widmer, Daniel Kasemann, Koen Vandewal, Karl Leo, "Plasmon-Induced Sub-Bandgap Photodetection with Organic Schottky Diodes", In Advanced Functional Materials, Wiley Online Library, vol. 26, no. 31, pp. 5741–5747, 2016.
Bibtex
@article{hou2016plasmon,
title={Plasmon-Induced Sub-Bandgap Photodetection with Organic Schottky Diodes},
author={Hou, Ji-Ling and Fischer, Axel and Yang, Sheng-Chieh and Benduhn, Johannes and Widmer, Johannes and Kasemann, Daniel and Vandewal, Koen and Leo, Karl},
journal={Advanced Functional Materials},
volume={26},
number={31},
pages={5741--5747},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Romain Jacob, Marco Zimmerling, Pengcheng Huang, Jan Beutel, Lothar Thiele, "End-to-end Real-time Guarantees in Wireless Cyber-physical Systems", In Proceeding: Real-Time Systems Symposium (RTSS), 2016 IEEE, pp. 167–178, 2016. [Bibtex & Downloads]
End-to-end Real-time Guarantees in Wireless Cyber-physical Systems
Reference
Romain Jacob, Marco Zimmerling, Pengcheng Huang, Jan Beutel, Lothar Thiele, "End-to-end Real-time Guarantees in Wireless Cyber-physical Systems", In Proceeding: Real-Time Systems Symposium (RTSS), 2016 IEEE, pp. 167–178, 2016.
Bibtex
@inproceedings{jacob2016end,
title={End-to-end Real-time Guarantees in Wireless Cyber-physical Systems},
author={Jacob, Romain and Zimmerling, Marco and Huang, Pengcheng and Beutel, Jan and Thiele, Lothar},
booktitle={Real-Time Systems Symposium (RTSS), 2016 IEEE},
pages={167--178},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- P. Meszmer, K. Hiller, RD Rodriguez, E. Sheremet, DRT Zahn, M. Hietschold, B. Wunderle, "Raman based stress analysis of the active areas of a piezoresistive MEMS force sensor—Experimental setup, data processing, and comparison to numerically obtained results", In Proceeding: Thermal, Mechanical and Multi-Physics Simulation and Experiments in Microelectronics and Microsystems (EuroSimE), 2016 17th International Conference on, pp. 1–11, 2016. [Bibtex & Downloads]
Raman based stress analysis of the active areas of a piezoresistive MEMS force sensor—Experimental setup, data processing, and comparison to numerically obtained results
Reference
P. Meszmer, K. Hiller, RD Rodriguez, E. Sheremet, DRT Zahn, M. Hietschold, B. Wunderle, "Raman based stress analysis of the active areas of a piezoresistive MEMS force sensor—Experimental setup, data processing, and comparison to numerically obtained results", In Proceeding: Thermal, Mechanical and Multi-Physics Simulation and Experiments in Microelectronics and Microsystems (EuroSimE), 2016 17th International Conference on, pp. 1–11, 2016.
Bibtex
@inproceedings{meszmer2016raman,
title={Raman based stress analysis of the active areas of a piezoresistive MEMS force sensor—Experimental setup, data processing, and comparison to numerically obtained results},
author={Meszmer, P and Hiller, K and Rodriguez, RD and Sheremet, E and Zahn, DRT and Hietschold, M and Wunderle, B},
booktitle={Thermal, Mechanical and Multi-Physics Simulation and Experiments in Microelectronics and Microsystems (EuroSimE), 2016 17th International Conference on},
pages={1--11},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- C. Tzschaschel, M. Sudzius, A. Mischok, H. Fröb, K. Leo, "Net gain in small mode volume organic microcavities", In Applied Physics Letters, AIP Publishing, vol. 108, no. 2, pp. 023304, 2016. [Bibtex & Downloads]
Net gain in small mode volume organic microcavities
Reference
C. Tzschaschel, M. Sudzius, A. Mischok, H. Fröb, K. Leo, "Net gain in small mode volume organic microcavities", In Applied Physics Letters, AIP Publishing, vol. 108, no. 2, pp. 023304, 2016.
Bibtex
@article{tzschaschel2016net,
title={Net gain in small mode volume organic microcavities},
author={Tzschaschel, C and Sudzius, M and Mischok, A and Fr{\"o}b, H and Leo, K},
journal={Applied Physics Letters},
volume={108},
number={2},
pages={023304},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zongping Chen, Wen Zhang, Carlos-Andres Palma, Alberto Lodi Rizzini, Bilu Liu, Ahmad Abbas, Nils Richter, Leonardo Martini, Xiao-Ye Wang, Nicola Cavani, others, "Synthesis of graphene nanoribbons by ambient-pressure chemical vapor deposition and device integration", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 47, pp. 15488–15496, 2016. [Bibtex & Downloads]
Synthesis of graphene nanoribbons by ambient-pressure chemical vapor deposition and device integration
Reference
Zongping Chen, Wen Zhang, Carlos-Andres Palma, Alberto Lodi Rizzini, Bilu Liu, Ahmad Abbas, Nils Richter, Leonardo Martini, Xiao-Ye Wang, Nicola Cavani, others, "Synthesis of graphene nanoribbons by ambient-pressure chemical vapor deposition and device integration", In Journal of the American Chemical Society, ACS Publications, vol. 138, no. 47, pp. 15488–15496, 2016.
Bibtex
@article{chen2016synthesis,
title={Synthesis of graphene nanoribbons by ambient-pressure chemical vapor deposition and device integration},
author={Chen, Zongping and Zhang, Wen and Palma, Carlos-Andres and Lodi Rizzini, Alberto and Liu, Bilu and Abbas, Ahmad and Richter, Nils and Martini, Leonardo and Wang, Xiao-Ye and Cavani, Nicola and others},
journal={Journal of the American Chemical Society},
volume={138},
number={47},
pages={15488--15496},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Leonardo Medrano Sandonas, David Teich, Rafael Gutierrez, Tommy Lorenz, Alessandro Pecchia, Gotthard Seifert, Gianaurelio Cuniberti, "Anisotropic Thermoelectric Response in Two-Dimensional Puckered Structures", In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 33, pp. 18841–18849, 2016. [Bibtex & Downloads]
Anisotropic Thermoelectric Response in Two-Dimensional Puckered Structures
Reference
Leonardo Medrano Sandonas, David Teich, Rafael Gutierrez, Tommy Lorenz, Alessandro Pecchia, Gotthard Seifert, Gianaurelio Cuniberti, "Anisotropic Thermoelectric Response in Two-Dimensional Puckered Structures", In The Journal of Physical Chemistry C, ACS Publications, vol. 120, no. 33, pp. 18841–18849, 2016.
Bibtex
@article{medrano2016anisotropic,
title={Anisotropic Thermoelectric Response in Two-Dimensional Puckered Structures},
author={Medrano Sandonas, Leonardo and Teich, David and Gutierrez, Rafael and Lorenz, Tommy and Pecchia, Alessandro and Seifert, Gotthard and Cuniberti, Gianaurelio},
journal={The Journal of Physical Chemistry C},
volume={120},
number={33},
pages={18841--18849},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Toader, S. Hermann, L. Scharfenberg, M. Hartmann, M. Mertig, S. E. Schulz, T. Gessner, "Competitive Impact of Nanotube Assembly and Contact Electrodes on the Performance of CNT-based FETs", In The Journal of Physical Chemistry C, vol. 120, no. 18, pp. 10020-10026, 2016. [doi] [Bibtex & Downloads]
Competitive Impact of Nanotube Assembly and Contact Electrodes on the Performance of CNT-based FETs
Reference
M. Toader, S. Hermann, L. Scharfenberg, M. Hartmann, M. Mertig, S. E. Schulz, T. Gessner, "Competitive Impact of Nanotube Assembly and Contact Electrodes on the Performance of CNT-based FETs", In The Journal of Physical Chemistry C, vol. 120, no. 18, pp. 10020-10026, 2016. [doi]
Bibtex
@article{doi:10.1021/acs.jpcc.5b11346,
author = {Toader, M. and Hermann, S. and Scharfenberg, L. and Hartmann, M. and Mertig, M. and Schulz, S. E. and Gessner, T.},
title = {Competitive Impact of Nanotube Assembly and Contact Electrodes on the Performance of CNT-based FETs},
journal = {The Journal of Physical Chemistry C},
volume = {120},
number = {18},
pages = {10020-10026},
year = {2016},
doi = {10.1021/acs.jpcc.5b11346},
URL = {
http://dx.doi.org/10.1021/acs.jpcc.5b11346
},
eprint = {
http://dx.doi.org/10.1021/acs.jpcc.5b11346
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Wei Liu, Danny Haubold, Bogdan Rutkowski, Martin Oschatz, René Hübner, Matthias Werheid, Christoph Ziegler, Luisa Sonntag, Shaohua Liu, Zhikun Zheng, others, "Self-Supporting Hierarchical Porous PtAg Alloy Nanotubular Aerogels as Highly Active and Durable Electrocatalysts", In Chemistry of Materials, ACS Publications, vol. 28, no. 18, pp. 6477–6483, 2016. [Bibtex & Downloads]
Self-Supporting Hierarchical Porous PtAg Alloy Nanotubular Aerogels as Highly Active and Durable Electrocatalysts
Reference
Wei Liu, Danny Haubold, Bogdan Rutkowski, Martin Oschatz, René Hübner, Matthias Werheid, Christoph Ziegler, Luisa Sonntag, Shaohua Liu, Zhikun Zheng, others, "Self-Supporting Hierarchical Porous PtAg Alloy Nanotubular Aerogels as Highly Active and Durable Electrocatalysts", In Chemistry of Materials, ACS Publications, vol. 28, no. 18, pp. 6477–6483, 2016.
Bibtex
@article{liu2016self,
title={Self-Supporting Hierarchical Porous PtAg Alloy Nanotubular Aerogels as Highly Active and Durable Electrocatalysts},
author={Liu, Wei and Haubold, Danny and Rutkowski, Bogdan and Oschatz, Martin and Hübner, René and Werheid, Matthias and Ziegler, Christoph and Sonntag, Luisa and Liu, Shaohua and Zheng, Zhikun and others},
journal={Chemistry of Materials},
volume={28},
number={18},
pages={6477--6483},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Banu Iyisan, Jörg Kluge, Petr Formanek, Brigitte Voit, Dietmar Appelhans, "Multifunctional and dual-responsive polymersomes as robust nanocontainers: design, formation by sequential post-conjugations, and pH-controlled drug release", In Chemistry of Materials, ACS Publications, vol. 28, no. 5, pp. 1513–1525, 2016. [Bibtex & Downloads]
Multifunctional and dual-responsive polymersomes as robust nanocontainers: design, formation by sequential post-conjugations, and pH-controlled drug release
Reference
Banu Iyisan, Jörg Kluge, Petr Formanek, Brigitte Voit, Dietmar Appelhans, "Multifunctional and dual-responsive polymersomes as robust nanocontainers: design, formation by sequential post-conjugations, and pH-controlled drug release", In Chemistry of Materials, ACS Publications, vol. 28, no. 5, pp. 1513–1525, 2016.
Bibtex
@article{iyisan2016multifunctional,
title={Multifunctional and dual-responsive polymersomes as robust nanocontainers: design, formation by sequential post-conjugations, and pH-controlled drug release},
author={Iyisan, Banu and Kluge, Jörg and Formanek, Petr and Voit, Brigitte and Appelhans, Dietmar},
journal={Chemistry of Materials},
volume={28},
number={5},
pages={1513--1525},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Chemical Information Processing Path
Permalink
- Bernhard Ferse, Luis Pedrero, Marcus Tietze, Andreas Richter, "Polymer Gels as EAPs: How to Start Experimenting with Them", In Electromechanically Active Polymers: A Concise Reference, Springer, pp. 101–127, 2016. [Bibtex & Downloads]
Polymer Gels as EAPs: How to Start Experimenting with Them
Reference
Bernhard Ferse, Luis Pedrero, Marcus Tietze, Andreas Richter, "Polymer Gels as EAPs: How to Start Experimenting with Them", In Electromechanically Active Polymers: A Concise Reference, Springer, pp. 101–127, 2016.
Bibtex
@article{ferse2016polymer,
title={Polymer Gels as EAPs: How to Start Experimenting with Them},
author={Ferse, Bernhard and Pedrero, Luis and Tietze, Marcus and Richter, Andreas},
journal={Electromechanically Active Polymers: A Concise Reference},
pages={101--127},
year={2016},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Henrik Klessig, David Öhmann, Albrecht J Fehske, Gerhard P Fettweis, "A Performance Evaluation Framework for Interference-Coupled Cellular Data Networks", In IEEE Transactions on Wireless Communications, IEEE, vol. 15, no. 2, pp. 938–950, 2016. [Bibtex & Downloads]
A Performance Evaluation Framework for Interference-Coupled Cellular Data Networks
Reference
Henrik Klessig, David Öhmann, Albrecht J Fehske, Gerhard P Fettweis, "A Performance Evaluation Framework for Interference-Coupled Cellular Data Networks", In IEEE Transactions on Wireless Communications, IEEE, vol. 15, no. 2, pp. 938–950, 2016.
Bibtex
@article{klessig2016performance,
title={A Performance Evaluation Framework for Interference-Coupled Cellular Data Networks},
author={Klessig, Henrik and {\"O}hmann, David and Fehske, Albrecht J and Fettweis, Gerhard P},
journal={IEEE Transactions on Wireless Communications},
volume={15},
number={2},
pages={938--950},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Pavlos Marantidis, Alexander Okhotin, "Approximate Unification in the Description Logic$\backslash$ mathcal $\{$FL$}$ _0", In Proceeding: European Conference on Logics in Artificial Intelligence, pp. 49–63, 2016. [Bibtex & Downloads]
Approximate Unification in the Description Logic$\backslash$ mathcal $\{$FL$}$ _0
Reference
Franz Baader, Pavlos Marantidis, Alexander Okhotin, "Approximate Unification in the Description Logic$\backslash$ mathcal $\{$FL$}$ _0", In Proceeding: European Conference on Logics in Artificial Intelligence, pp. 49–63, 2016.
Bibtex
@inproceedings{baader2016approximate,
title={Approximate Unification in the Description Logic$\backslash$ mathcal $\{$FL$\}$ \_0},
author={Baader, Franz and Marantidis, Pavlos and Okhotin, Alexander},
booktitle={European Conference on Logics in Artificial Intelligence},
pages={49--63},
year={2016},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Julian Schütt, Bergoi Ibarlucea, Rico Illing, Felix Zörgiebel, Sebastian Pregl, Daijiro Nozaki, Walter M Weber, Thomas Mikolajick, Larysa Baraban, Gianaurelio Cuniberti, "Compact nanowire sensors probe microdroplets" , In Nano Letters, ACS Publications, vol. 16, no. 8, pp. 4991–5000, 2016. [Bibtex & Downloads]
Compact nanowire sensors probe microdroplets
Reference
Julian Schütt, Bergoi Ibarlucea, Rico Illing, Felix Zörgiebel, Sebastian Pregl, Daijiro Nozaki, Walter M Weber, Thomas Mikolajick, Larysa Baraban, Gianaurelio Cuniberti, "Compact nanowire sensors probe microdroplets" , In Nano Letters, ACS Publications, vol. 16, no. 8, pp. 4991–5000, 2016.
Bibtex
@article{schütt2016compact,
title={Compact nanowire sensors probe microdroplets},
author={Schütt, Julian and Ibarlucea, Bergoi and Illing, Rico and Zörgiebel, Felix and Pregl, Sebastian and Nozaki, Daijiro and Weber, Walter M and Mikolajick, Thomas and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Nano Letters},
volume={16},
number={8},
pages={4991--5000},
year={2016},
publisher={ACS Publications}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jan Komenda, Tomáš Masopust, Jan H van Schuppen, "Distributed computation of maximally permissive supervisors in three-level relaxed coordination control of discrete-event systems", In Proceeding: Decision and Control (CDC), 2016 IEEE 55th Conference on, pp. 441–446, 2016. [Bibtex & Downloads]
Distributed computation of maximally permissive supervisors in three-level relaxed coordination control of discrete-event systems
Reference
Jan Komenda, Tomáš Masopust, Jan H van Schuppen, "Distributed computation of maximally permissive supervisors in three-level relaxed coordination control of discrete-event systems", In Proceeding: Decision and Control (CDC), 2016 IEEE 55th Conference on, pp. 441–446, 2016.
Bibtex
@inproceedings{komenda2016distributed,
title={Distributed computation of maximally permissive supervisors in three-level relaxed coordination control of discrete-event systems},
author={Komenda, Jan and Masopust, Tom{\'a}{\v{s}} and van Schuppen, Jan H},
booktitle={Decision and Control (CDC), 2016 IEEE 55th Conference on},
pages={441--446},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- David Adner, Julian Noll, Steffen Schulze, Michael Hietschold, Heinrich Lang, "Asperical silver nanoparticles by thermal decomposition of a single-source-precursor", In Inorganica Chimica Acta, Elsevier, vol. 446, pp. 19–23, 2016. [Bibtex & Downloads]
Asperical silver nanoparticles by thermal decomposition of a single-source-precursor
Reference
David Adner, Julian Noll, Steffen Schulze, Michael Hietschold, Heinrich Lang, "Asperical silver nanoparticles by thermal decomposition of a single-source-precursor", In Inorganica Chimica Acta, Elsevier, vol. 446, pp. 19–23, 2016.
Bibtex
@article{adner2016asperical,
title={Asperical silver nanoparticles by thermal decomposition of a single-source-precursor},
author={Adner, David and Noll, Julian and Schulze, Steffen and Hietschold, Michael and Lang, Heinrich},
journal={Inorganica Chimica Acta},
volume={446},
pages={19--23},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jens Bartelt, Dan Zhang, Gerhard Fettweis, "Joint Uplink Radio Access and Fronthaul Reception Using MMSE Estimation", In IEEE Transactions on Communications, IEEE, 2016. [Bibtex & Downloads]
Joint Uplink Radio Access and Fronthaul Reception Using MMSE Estimation
Reference
Jens Bartelt, Dan Zhang, Gerhard Fettweis, "Joint Uplink Radio Access and Fronthaul Reception Using MMSE Estimation", In IEEE Transactions on Communications, IEEE, 2016.
Bibtex
@article{bartelt2016joint,
title={Joint Uplink Radio Access and Fronthaul Reception Using MMSE Estimation},
author={Bartelt, Jens and Zhang, Dan and Fettweis, Gerhard},
journal={IEEE Transactions on Communications},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tomáš Masopust, "Complexity of Verifying Nonblockingness in Modular Supervisory Control", 2016. [Bibtex & Downloads]
Complexity of Verifying Nonblockingness in Modular Supervisory Control
Reference
Tomáš Masopust, "Complexity of Verifying Nonblockingness in Modular Supervisory Control", 2016.
Bibtex
@article{masopust2016complexity,
title={Complexity of Verifying Nonblockingness in Modular Supervisory Control},
author={Masopust, Tom{\'a}{\v{s}}},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- T. Wagner, M. Sudzius, A. Mischok, H. Fröb, K. Leo, "Cross-coupled composite-cavity organic microresonators", In Applied Physics Letters, AIP Publishing, vol. 109, no. 4, pp. 043302, 2016. [Bibtex & Downloads]
Cross-coupled composite-cavity organic microresonators
Reference
T. Wagner, M. Sudzius, A. Mischok, H. Fröb, K. Leo, "Cross-coupled composite-cavity organic microresonators", In Applied Physics Letters, AIP Publishing, vol. 109, no. 4, pp. 043302, 2016.
Bibtex
@article{wagner2016cross,
title={Cross-coupled composite-cavity organic microresonators},
author={Wagner, T and Sudzius, M and Mischok, A and Fr{\"o}b, H and Leo, K},
journal={Applied Physics Letters},
volume={109},
number={4},
pages={043302},
year={2016},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diana Grooters, Henry Prakken, "Two aspects of relevance in structured argumentation: minimality and paraconsistency", In Journal of Artificial Intelligence Research, vol. 56, pp. 197–245, 2016. [Bibtex & Downloads]
Two aspects of relevance in structured argumentation: minimality and paraconsistency
Reference
Diana Grooters, Henry Prakken, "Two aspects of relevance in structured argumentation: minimality and paraconsistency", In Journal of Artificial Intelligence Research, vol. 56, pp. 197–245, 2016.
Bibtex
@article{grooters2016two,
title={Two aspects of relevance in structured argumentation: minimality and paraconsistency},
author={Grooters, Diana and Prakken, Henry},
journal={Journal of Artificial Intelligence Research},
volume={56},
pages={197--245},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Vladimir A Kolchuzhin, Evgeniya Sheremet, Kunal Bhattacharya, Raul D Rodriguez, Soumya Deep Paul, Jan Mehner, Michael Hietschold, Dietrich RT Zahn, "Mechanical properties and applications of custom-built gold AFM cantilevers", In Mechatronics, Elsevier, vol. 40, pp. 281–286, 2016. [Bibtex & Downloads]
Mechanical properties and applications of custom-built gold AFM cantilevers
Reference
Vladimir A Kolchuzhin, Evgeniya Sheremet, Kunal Bhattacharya, Raul D Rodriguez, Soumya Deep Paul, Jan Mehner, Michael Hietschold, Dietrich RT Zahn, "Mechanical properties and applications of custom-built gold AFM cantilevers", In Mechatronics, Elsevier, vol. 40, pp. 281–286, 2016.
Bibtex
@article{kolchuzhin2016mechanical,
title={Mechanical properties and applications of custom-built gold AFM cantilevers},
author={Kolchuzhin, Vladimir A and Sheremet, Evgeniya and Bhattacharya, Kunal and Rodriguez, Raul D and Paul, Soumya Deep and Mehner, Jan and Hietschold, Michael and Zahn, Dietrich RT},
journal={Mechatronics},
volume={40},
pages={281--286},
year={2016},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Mischok, Tim Wagner, Robert Brückner, Markas Sudzius, Hartmut Fröb, Vadim G Lyssenko, Karl Leo, "Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators", In Advanced Optical Materials, Wiley Online Library, vol. 4, no. 8, pp. 1215–1221, 2016. [Bibtex & Downloads]
Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators
Reference
Andreas Mischok, Tim Wagner, Robert Brückner, Markas Sudzius, Hartmut Fröb, Vadim G Lyssenko, Karl Leo, "Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators", In Advanced Optical Materials, Wiley Online Library, vol. 4, no. 8, pp. 1215–1221, 2016.
Bibtex
@article{mischok2016lasing,
title={Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators},
author={Mischok, Andreas and Wagner, Tim and Br{\"u}ckner, Robert and Sudzius, Markas and Fr{\"o}b, Hartmut and Lyssenko, Vadim G and Leo, Karl},
journal={Advanced Optical Materials},
volume={4},
number={8},
pages={1215--1221},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sven Jager, Benjamin Schiller, Thorsten Strufe, Kay Hamacher, "StreAM-T_g: Algorithms for Analyzing Coarse Grained RNA Dynamics Based on Markov Models of Connectivity-Graphs", In Proceeding: International Workshop on Algorithms in Bioinformatics, pp. 197–209, 2016. [Bibtex & Downloads]
StreAM-T_g: Algorithms for Analyzing Coarse Grained RNA Dynamics Based on Markov Models of Connectivity-Graphs
Reference
Sven Jager, Benjamin Schiller, Thorsten Strufe, Kay Hamacher, "StreAM-T_g: Algorithms for Analyzing Coarse Grained RNA Dynamics Based on Markov Models of Connectivity-Graphs", In Proceeding: International Workshop on Algorithms in Bioinformatics, pp. 197–209, 2016.
Bibtex
@inproceedings{jager2016stream,
title={StreAM-T\_g: Algorithms for Analyzing Coarse Grained RNA Dynamics Based on Markov Models of Connectivity-Graphs},
author={Jager, Sven and Schiller, Benjamin and Strufe, Thorsten and Hamacher, Kay},
booktitle={International Workshop on Algorithms in Bioinformatics},
pages={197--209},
year={2016},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Max L Tietze, Bradley D Rose, Martin Schwarze, Axel Fischer, Steffen Runge, Jan Blochwitz-Nimoth, Björn Lüssem, Karl Leo, Jean-Luc Brédas, "Passivation of Molecular n-Doping: Exploring the Limits of Air Stability", In Advanced Functional Materials, Wiley Online Library, vol. 26, no. 21, pp. 3730–3737, 2016. [Bibtex & Downloads]
Passivation of Molecular n-Doping: Exploring the Limits of Air Stability
Reference
Max L Tietze, Bradley D Rose, Martin Schwarze, Axel Fischer, Steffen Runge, Jan Blochwitz-Nimoth, Björn Lüssem, Karl Leo, Jean-Luc Brédas, "Passivation of Molecular n-Doping: Exploring the Limits of Air Stability", In Advanced Functional Materials, Wiley Online Library, vol. 26, no. 21, pp. 3730–3737, 2016.
Bibtex
@article{tietze2016passivation,
title={Passivation of Molecular n-Doping: Exploring the Limits of Air Stability},
author={Tietze, Max L and Rose, Bradley D and Schwarze, Martin and Fischer, Axel and Runge, Steffen and Blochwitz-Nimoth, Jan and L{\"u}ssem, Bj{\"o}rn and Leo, Karl and Br{\'e}das, Jean-Luc},
journal={Advanced Functional Materials},
volume={26},
number={21},
pages={3730--3737},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adam Lackorzynski, Carsten Weinhold, Hermann Härtig, "Decoupled: Low-Effort Noise-Free Execution on Commodity Systems", Proceedings of the 6th International Workshop on Runtime and Operating Systems for Supercomputers, pp. 2, 2016. [Bibtex & Downloads]
Decoupled: Low-Effort Noise-Free Execution on Commodity Systems
Reference
Adam Lackorzynski, Carsten Weinhold, Hermann Härtig, "Decoupled: Low-Effort Noise-Free Execution on Commodity Systems", Proceedings of the 6th International Workshop on Runtime and Operating Systems for Supercomputers, pp. 2, 2016.
Bibtex
@inproceedings{lackorzynski2016decoupled,
title={Decoupled: Low-Effort Noise-Free Execution on Commodity Systems},
author={Lackorzynski, Adam and Weinhold, Carsten and H{\"a}rtig, Hermann},
booktitle={Proceedings of the 6th International Workshop on Runtime and Operating Systems for Supercomputers},
pages={2},
year={2016},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Long Cheng, Tao Li, "Efficient data redistribution to speedup big data analytics in large systems", In Proceeding: High Performance Computing (HiPC), 2016 IEEE 23rd International Conference on, pp. 91–100, 2016. [Bibtex & Downloads]
Efficient data redistribution to speedup big data analytics in large systems
Reference
Long Cheng, Tao Li, "Efficient data redistribution to speedup big data analytics in large systems", In Proceeding: High Performance Computing (HiPC), 2016 IEEE 23rd International Conference on, pp. 91–100, 2016.
Bibtex
@inproceedings{cheng2016efficient,
title={Efficient data redistribution to speedup big data analytics in large systems},
author={Cheng, Long and Li, Tao},
booktitle={High Performance Computing (HiPC), 2016 IEEE 23rd International Conference on},
pages={91--100},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Banu Iyisan, Andreas Janke, Philipp Reichenbach, Lukas M Eng, Dietmar Appelhans, Brigitte Voit, "Immobilized Multifunctional Polymersomes on Solid Surfaces: Infrared Light-Induced Selective Photochemical Reactions, pH Responsive Behavior, and Probing Mechanical Properties under Liquid Phase", In ACS applied materials & interfaces, ACS Publications, vol. 8, no. 24, pp. 15788–15801, 2016. [Bibtex & Downloads]
Immobilized Multifunctional Polymersomes on Solid Surfaces: Infrared Light-Induced Selective Photochemical Reactions, pH Responsive Behavior, and Probing Mechanical Properties under Liquid Phase
Reference
Banu Iyisan, Andreas Janke, Philipp Reichenbach, Lukas M Eng, Dietmar Appelhans, Brigitte Voit, "Immobilized Multifunctional Polymersomes on Solid Surfaces: Infrared Light-Induced Selective Photochemical Reactions, pH Responsive Behavior, and Probing Mechanical Properties under Liquid Phase", In ACS applied materials & interfaces, ACS Publications, vol. 8, no. 24, pp. 15788–15801, 2016.
Bibtex
@article{iyisan2016immobilized,
title={Immobilized Multifunctional Polymersomes on Solid Surfaces: Infrared Light-Induced Selective Photochemical Reactions, pH Responsive Behavior, and Probing Mechanical Properties under Liquid Phase},
author={Iyisan, Banu and Janke, Andreas and Reichenbach, Philipp and Eng, Lukas M and Appelhans, Dietmar and Voit, Brigitte},
journal={ACS applied materials \& interfaces},
volume={8},
number={24},
pages={15788--15801},
year={2016},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessandro Vallero, Ioulia Tzouvadaki, Francesca Puppo, Marie-Agnès Doucey, Jean-François Delaloye, Giovanni De Micheli, Sandro Carrara, "Memristive Biosensors Integration With Microfluidic Platform", In IEEE Transactions on Circuits and Systems I: Regular Papers, IEEE, vol. 63, no. 12, pp. 2120–2127, 2016. [Bibtex & Downloads]
Memristive Biosensors Integration With Microfluidic Platform
Reference
Alessandro Vallero, Ioulia Tzouvadaki, Francesca Puppo, Marie-Agnès Doucey, Jean-François Delaloye, Giovanni De Micheli, Sandro Carrara, "Memristive Biosensors Integration With Microfluidic Platform", In IEEE Transactions on Circuits and Systems I: Regular Papers, IEEE, vol. 63, no. 12, pp. 2120–2127, 2016.
Bibtex
@article{vallero2016memristive,
title={Memristive Biosensors Integration With Microfluidic Platform},
author={Vallero, Alessandro and Tzouvadaki, Ioulia and Puppo, Francesca and Doucey, Marie-Agn{\`e}s and Delaloye, Jean-Fran{\c{c}}ois and De Micheli, Giovanni and Carrara, Sandro},
journal={IEEE Transactions on Circuits and Systems I: Regular Papers},
volume={63},
number={12},
pages={2120--2127},
year={2016},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Shaohua Liu, Jian Zhang, Renhao Dong, Pavlo Gordiichuk, Tao Zhang, Xiaodong Zhuang, Yiyong Mai, Feng Liu, Andreas Herrmann, Xinliang Feng, "Two-Dimensional Mesoscale-Ordered Conducting Polymers", In Angewandte Chemie International Edition, Wiley Online Library, vol. 55, no. 40, pp. 12516–12521, 2016. [Bibtex & Downloads]
Two-Dimensional Mesoscale-Ordered Conducting Polymers
Reference
Shaohua Liu, Jian Zhang, Renhao Dong, Pavlo Gordiichuk, Tao Zhang, Xiaodong Zhuang, Yiyong Mai, Feng Liu, Andreas Herrmann, Xinliang Feng, "Two-Dimensional Mesoscale-Ordered Conducting Polymers", In Angewandte Chemie International Edition, Wiley Online Library, vol. 55, no. 40, pp. 12516–12521, 2016.
Bibtex
@article{liu2016two,
title={Two-Dimensional Mesoscale-Ordered Conducting Polymers},
author={Liu, Shaohua and Zhang, Jian and Dong, Renhao and Gordiichuk, Pavlo and Zhang, Tao and Zhuang, Xiaodong and Mai, Yiyong and Liu, Feng and Herrmann, Andreas and Feng, Xinliang},
journal={Angewandte Chemie International Edition},
volume={55},
number={40},
pages={12516--12521},
year={2016},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Dhanya R. Krishnan, Do Le Quoc, Pramod Bhatotia, Christof Fetzer, Rodrigo Rodrigues, "IncApprox", Proceedings of the 25th International Conference on World Wide Web - WWW \textquotesingle16, Association for Computing Machinery (ACM), 2016. [doi] [Bibtex & Downloads]
IncApprox
Reference
Dhanya R. Krishnan, Do Le Quoc, Pramod Bhatotia, Christof Fetzer, Rodrigo Rodrigues, "IncApprox", Proceedings of the 25th International Conference on World Wide Web - WWW \textquotesingle16, Association for Computing Machinery (ACM), 2016. [doi]
Bibtex
@inproceedings{Krishnan_2016,
doi = {10.1145/2872427.2883026},
url = {https://doi.org/10.1145%2F2872427.2883026},
year = 2016,
publisher = {Association for Computing Machinery ({ACM})},
author = {Dhanya R. Krishnan and Do Le Quoc and Pramod Bhatotia and Christof Fetzer and Rodrigo Rodrigues},
title = ,
booktitle = {Proceedings of the 25th International Conference on World Wide Web - {WWW} {\textquotesingle}16}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- DH Murray, M. Jahnel, J. Lauer, MJ Avellaneda, N. Brouilly, A. Cezanne, H. Morales-Navarrete, ED Perini, C. Ferguson, AN Lupas, Y. Kalaidzidis, RG Parton, SW Grill, M. Zerial, "An endosomal tether undergoes an entropic collapse to bring vesicles together." , In Nature, vol. 537, no. 5, pp. 107-111, 2016-09-01 00:00:00.0. [doi] [Bibtex & Downloads]
An endosomal tether undergoes an entropic collapse to bring vesicles together.
Reference
DH Murray, M. Jahnel, J. Lauer, MJ Avellaneda, N. Brouilly, A. Cezanne, H. Morales-Navarrete, ED Perini, C. Ferguson, AN Lupas, Y. Kalaidzidis, RG Parton, SW Grill, M. Zerial, "An endosomal tether undergoes an entropic collapse to bring vesicles together." , In Nature, vol. 537, no. 5, pp. 107-111, 2016-09-01 00:00:00.0. [doi]
Bibtex
@Article{27556945,
AUTHOR = { Murray, DH and Jahnel, M and Lauer, J and Avellaneda, MJ and Brouilly, N and Cezanne, A and Morales-Navarrete, H and Perini, ED and Ferguson, C and Lupas, AN and Kalaidzidis, Y and Parton, RG and Grill, SW and Zerial, M },
TITLE = {An endosomal tether undergoes an entropic collapse to bring vesicles together.},
JOURNAL = {Nature},
VOLUME = {537},
YEAR = {2016-09-01 00:00:00.0},
NUMBER = {5},
PAGES = {107-111},
DOI = {10.1038/nature19326},
ISSN = {},
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rahul Grover, Janine Fischer, Friedrich W. Schwarz, Wilhelm J. Walter, Petra Schwille, Stefan Diez, "Transport efficiency of membrane-anchored kinesin-1 motors depends on motor density and diffusivity", In Proceedings of the National Academy of Sciences, vol. 113, no. 46, pp. E7185-E7193, 2016. [doi] [Bibtex & Downloads]
Transport efficiency of membrane-anchored kinesin-1 motors depends on motor density and diffusivity
Reference
Rahul Grover, Janine Fischer, Friedrich W. Schwarz, Wilhelm J. Walter, Petra Schwille, Stefan Diez, "Transport efficiency of membrane-anchored kinesin-1 motors depends on motor density and diffusivity", In Proceedings of the National Academy of Sciences, vol. 113, no. 46, pp. E7185-E7193, 2016. [doi]
Abstract
In eukaryotic cells, membranous vesicles and organelles are transported by ensembles of motor proteins. These motors, such as kinesin-1, have been well characterized in vitro as single molecules or as ensembles rigidly attached to nonbiological substrates. However, the collective transport by membrane-anchored motors, that is, motors attached to a fluid lipid bilayer, is poorly understood. Here, we investigate the influence of motors’ anchorage to a lipid bilayer on the collective transport characteristics. We reconstituted “membrane-anchored” gliding motility assays using truncated kinesin-1 motors with a streptavidin-binding peptide tag that can attach to streptavidin-loaded, supported lipid bilayers. We found that the diffusing kinesin-1 motors propelled the microtubules in the presence of ATP. Notably, we found the gliding velocity of the microtubules to be strongly dependent on the number of motors and their diffusivity in the lipid bilayer. The microtubule gliding velocity increased with increasing motor density and membrane viscosity, reaching up to the stepping velocity of single motors. This finding is in contrast to conventional gliding motility assays where the density of surface-immobilized kinesin-1 motors does not influence the microtubule velocity over a wide range. We reason that the transport efficiency of membrane-anchored motors is reduced because of their slippage in the lipid bilayer, an effect that we directly observed using single-molecule fluorescence microscopy. Our results illustrate the importance of motor–cargo coupling, which potentially provides cells with an additional means of regulating the efficiency of cargo transport.
Bibtex
@article{Grover15112016,
author = {Grover, Rahul and Fischer, Janine and Schwarz, Friedrich W. and Walter, Wilhelm J. and Schwille, Petra and Diez, Stefan},
title = {Transport efficiency of membrane-anchored kinesin-1 motors depends on motor density and diffusivity},
volume = {113},
number = {46},
pages = {E7185-E7193},
year = {2016},
doi = {10.1073/pnas.1611398113},
abstract ={In eukaryotic cells, membranous vesicles and organelles are transported by ensembles of motor proteins. These motors, such as kinesin-1, have been well characterized in vitro as single molecules or as ensembles rigidly attached to nonbiological substrates. However, the collective transport by membrane-anchored motors, that is, motors attached to a fluid lipid bilayer, is poorly understood. Here, we investigate the influence of motors’ anchorage to a lipid bilayer on the collective transport characteristics. We reconstituted “membrane-anchored” gliding motility assays using truncated kinesin-1 motors with a streptavidin-binding peptide tag that can attach to streptavidin-loaded, supported lipid bilayers. We found that the diffusing kinesin-1 motors propelled the microtubules in the presence of ATP. Notably, we found the gliding velocity of the microtubules to be strongly dependent on the number of motors and their diffusivity in the lipid bilayer. The microtubule gliding velocity increased with increasing motor density and membrane viscosity, reaching up to the stepping velocity of single motors. This finding is in contrast to conventional gliding motility assays where the density of surface-immobilized kinesin-1 motors does not influence the microtubule velocity over a wide range. We reason that the transport efficiency of membrane-anchored motors is reduced because of their slippage in the lipid bilayer, an effect that we directly observed using single-molecule fluorescence microscopy. Our results illustrate the importance of motor–cargo coupling, which potentially provides cells with an additional means of regulating the efficiency of cargo transport.},
URL = {http://www.pnas.org/content/113/46/E7185.abstract},
eprint = {http://www.pnas.org/content/113/46/E7185.full.pdf},
journal = {Proceedings of the National Academy of Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- George C. Bourantas, Bevan L. Cheeseman, Rajesh Ramaswamy, Ivo F. Sbalzarini, "Using DC PSE operator discretization in Eulerian meshless collocation methods improves their robustness in complex geometries", In Computers & Fluids, vol. 136, pp. 285 - 300, 2016. [doi] [Bibtex & Downloads]
Using DC PSE operator discretization in Eulerian meshless collocation methods improves their robustness in complex geometries
Reference
George C. Bourantas, Bevan L. Cheeseman, Rajesh Ramaswamy, Ivo F. Sbalzarini, "Using DC PSE operator discretization in Eulerian meshless collocation methods improves their robustness in complex geometries", In Computers & Fluids, vol. 136, pp. 285 - 300, 2016. [doi]
Bibtex
@article{BOURANTAS2016285,
title = "Using DC PSE operator discretization in Eulerian meshless collocation methods improves their robustness in complex geometries",
journal = "Computers & Fluids",
volume = "136",
pages = "285 - 300",
year = "2016",
issn = "0045-7930",
doi = "https://doi.org/10.1016/j.compfluid.2016.06.010",
url = "http://www.sciencedirect.com/science/article/pii/S0045793016301955",
author = "George C. Bourantas and Bevan L. Cheeseman and Rajesh Ramaswamy and Ivo F. Sbalzarini",
keywords = "Incompressible steady state, DC PSE, MLS, Meshless point collocation, Particle methods, Complex geometry, Velocity-correction, Discretization correction"
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Siqi Ling, Wieland Marth, Simon Praetorius, Axel Voigt, "An adaptive finite element multi-mesh approach for interacting deformable objects in flow", In Computational Methods in Applied Mathematics, vol. 16, no. 3, pp. 475–484, 2016. [Bibtex & Downloads]
An adaptive finite element multi-mesh approach for interacting deformable objects in flow
Reference
Siqi Ling, Wieland Marth, Simon Praetorius, Axel Voigt, "An adaptive finite element multi-mesh approach for interacting deformable objects in flow", In Computational Methods in Applied Mathematics, vol. 16, no. 3, pp. 475–484, 2016.
Bibtex
@article{ling2016adaptive,
title={An adaptive finite element multi-mesh approach for interacting deformable objects in flow},
author={Ling, Siqi and Marth, Wieland and Praetorius, Simon and Voigt, Axel},
journal={Computational Methods in Applied Mathematics},
volume={16},
number={3},
pages={475--484},
year={2016}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marco Braun, Tobias Thalheim, Katrin Günther, Michael Mertig, Frank Cichos, "Thermophoretic trapping and manipulation of single molecules" , vol. 9922, pp. 9922-9922, 2016. [doi] [Bibtex & Downloads]
Thermophoretic trapping and manipulation of single molecules
Reference
Marco Braun, Tobias Thalheim, Katrin Günther, Michael Mertig, Frank Cichos, "Thermophoretic trapping and manipulation of single molecules" , vol. 9922, pp. 9922-9922, 2016. [doi]
Abstract
We demonstrate the long time trapping of single DNA molecules in liquids by feedback driven dynamic temperature fields. By spatially and temporally varying the temperature at a plasmonic nanostructure, thermophoretic drifts are induced that are used to trap single nano-objects. A feedback controlled switching of local temperature fields allows us to confine the motion of a single DNA molecule for minutes. The DNA conformation and conformation dynamics are analyzed in terms of a principle component analysis. Current results are in agreement with previous measurements in thermal equilibrium and suggest only a weak influence of the inhomogeneous temperature rise on the structure and dynamics in the trap.
Bibtex
@proceedings{doi: 10.1117/12.2239481,
author = {Braun, Marco and Thalheim, Tobias and Günther, Katrin and Mertig, Michael and Cichos, Frank},
title = {Thermophoretic trapping and manipulation of single molecules},
journal = {Proc. SPIE.},
volume = {9922},
pages = {9922 - 9922 - 8},
abstract = {We demonstrate the long time trapping of single DNA molecules in liquids by feedback driven dynamic temperature fields. By spatially and temporally varying the temperature at a plasmonic nanostructure, thermophoretic drifts are induced that are used to trap single nano-objects. A feedback controlled switching of local temperature fields allows us to confine the motion of a single DNA molecule for minutes. The DNA conformation and conformation dynamics are analyzed in terms of a principle component analysis. Current results are in agreement with previous measurements in thermal equilibrium and suggest only a weak influence of the inhomogeneous temperature rise on the structure and dynamics in the trap.},
year = {2016},
doi = {10.1117/12.2239481},
URL = {http://dx.doi.org/10.1117/12.2239481},
}
Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Jieqiong Shan, Yuxin Liu, Yuezeng Su, Ping Liu, Xiaodong Zhuang, Dongqing Wu, Fan Zhang, Xinliang Feng, "Graphene-directed two-dimensional porous carbon frameworks for high-performance lithium\textendashsulfur battery cathodes", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 4, no. 1, pp. 314–320, 2016. [doi] [Bibtex & Downloads]
Graphene-directed two-dimensional porous carbon frameworks for high-performance lithium\textendashsulfur battery cathodes
Reference
Jieqiong Shan, Yuxin Liu, Yuezeng Su, Ping Liu, Xiaodong Zhuang, Dongqing Wu, Fan Zhang, Xinliang Feng, "Graphene-directed two-dimensional porous carbon frameworks for high-performance lithium\textendashsulfur battery cathodes", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 4, no. 1, pp. 314–320, 2016. [doi]
Bibtex
@article{Shan_2016,
doi = {10.1039/c5ta08109b},
url = {https://doi.org/10.1039%2Fc5ta08109b},
year = 2016,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {4},
number = {1},
pages = {314--320},
author = {Jieqiong Shan and Yuxin Liu and Yuezeng Su and Ping Liu and Xiaodong Zhuang and Dongqing Wu and Fan Zhang and Xinliang Feng},
title = {Graphene-directed two-dimensional porous carbon frameworks for high-performance lithium{\textendash}sulfur battery cathodes},
journal = {Journal of Materials Chemistry A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yevhen Karpov, Jatindranath Maiti, Roman Tkachov, Tetyana Beryozkina, Vasiliy Bakulev, Wei Liu, Hartmut Komber, Uwe Lappan, Mahmoud Al-Hussein, Manfred Stamm, Brigitte Voit, Anton Kiriy, "Copolymerization of zinc-activated isoindigo- and naphthalene-diimide based monomers: an efficient route to low bandgap $\uppi$-conjugated random copolymers with tunable properties", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 7, no. 15, pp. 2691–2697, 2016. [doi] [Bibtex & Downloads]
Copolymerization of zinc-activated isoindigo- and naphthalene-diimide based monomers: an efficient route to low bandgap $\uppi$-conjugated random copolymers with tunable properties
Reference
Yevhen Karpov, Jatindranath Maiti, Roman Tkachov, Tetyana Beryozkina, Vasiliy Bakulev, Wei Liu, Hartmut Komber, Uwe Lappan, Mahmoud Al-Hussein, Manfred Stamm, Brigitte Voit, Anton Kiriy, "Copolymerization of zinc-activated isoindigo- and naphthalene-diimide based monomers: an efficient route to low bandgap $\uppi$-conjugated random copolymers with tunable properties", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 7, no. 15, pp. 2691–2697, 2016. [doi]
Bibtex
@article{Karpov_2016,
doi = {10.1039/c6py00055j},
url = {https://doi.org/10.1039%2Fc6py00055j},
year = 2016,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {7},
number = {15},
pages = {2691--2697},
author = {Yevhen Karpov and Jatindranath Maiti and Roman Tkachov and Tetyana Beryozkina and Vasiliy Bakulev and Wei Liu and Hartmut Komber and Uwe Lappan and Mahmoud Al-Hussein and Manfred Stamm and Brigitte Voit and Anton Kiriy},
title = {Copolymerization of zinc-activated isoindigo- and naphthalene-diimide based monomers: an efficient route to low bandgap $\uppi$-conjugated random copolymers with tunable properties},
journal = {Polymer Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Svetlana Melkhanova, Miro Haluska, René Hübner, Tim Kunze, Adrian Keller, Gintautas Abrasonis, Sibylle Gemming, Matthias Krause, "Carbon\hspace0.167em:\hspace0.167emnickel nanocomposite templates \textendash predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes", In Nanoscale, Royal Society of Chemistry (RSC), vol. 8, no. 31, pp. 14888–14897, 2016. [doi] [Bibtex & Downloads]
Carbon\hspace0.167em:\hspace0.167emnickel nanocomposite templates \textendash predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes
Reference
Svetlana Melkhanova, Miro Haluska, René Hübner, Tim Kunze, Adrian Keller, Gintautas Abrasonis, Sibylle Gemming, Matthias Krause, "Carbon\hspace0.167em:\hspace0.167emnickel nanocomposite templates \textendash predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes", In Nanoscale, Royal Society of Chemistry (RSC), vol. 8, no. 31, pp. 14888–14897, 2016. [doi]
Bibtex
@article{Melkhanova_2016,
doi = {10.1039/c5nr06972f},
url = {https://doi.org/10.1039%2Fc5nr06972f},
year = 2016,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {8},
number = {31},
pages = {14888--14897},
author = {Svetlana Melkhanova and Miro Haluska and Ren{\'{e}} Hübner and Tim Kunze and Adrian Keller and Gintautas Abrasonis and Sibylle Gemming and Matthias Krause},
title = {Carbon{\hspace{0.167em}}:{\hspace{0.167em}}nickel nanocomposite templates {\textendash} predefined stable catalysts for diameter-controlled growth of single-walled carbon nanotubes},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Justus Krüger, Niko Pavliček, José M Alonso, Dolores Pérez, Enrique Guitián, Thomas Lehmann, Gianaurelio Cuniberti, André Gourdon, Gerhard Meyer, Leo Gross, Francesca Moresco, others, "Tetracene formation by on-surface reduction" , In ACS nano, ACS Publications, vol. 10, no. 4, pp. 4538–4542, 2016. [Bibtex & Downloads]
Tetracene formation by on-surface reduction
Reference
Justus Krüger, Niko Pavliček, José M Alonso, Dolores Pérez, Enrique Guitián, Thomas Lehmann, Gianaurelio Cuniberti, André Gourdon, Gerhard Meyer, Leo Gross, Francesca Moresco, others, "Tetracene formation by on-surface reduction" , In ACS nano, ACS Publications, vol. 10, no. 4, pp. 4538–4542, 2016.
Bibtex
@article{krüger2016tetracene,
title={Tetracene formation by on-surface reduction},
author={Krüger, Justus and Pavliček, Niko and Alonso, José M and Pérez, Dolores and Guitián, Enrique and Lehmann, Thomas and Cuniberti, Gianaurelio and Gourdon, André and Meyer, Gerhard and Gross, Leo and Moresco, Francesca and others},
journal={ACS nano},
volume={10},
number={4},
pages={4538--4542},
year={2016},
publisher={ACS Publications}
}
Downloads
No Downloads available for this publication
Permalink
- J. Gluch, M. Löffler, N. Meyendorf, M. Oppermann, M. Röllig, P. Sättler, K. J. Wolter, E. Zschech, "Multi-scale radiographic applications in microelectronic industry", AIP Publishing LLC, 2016. [doi] [Bibtex & Downloads]
Multi-scale radiographic applications in microelectronic industry
Reference
J. Gluch, M. Löffler, N. Meyendorf, M. Oppermann, M. Röllig, P. Sättler, K. J. Wolter, E. Zschech, "Multi-scale radiographic applications in microelectronic industry", AIP Publishing LLC, 2016. [doi]
Bibtex
@inproceedings{Gluch_2016,
doi = {10.1063/1.4940472},
url = {https://doi.org/10.1063%2F1.4940472},
year = 2016,
publisher = {{AIP} Publishing {LLC}},
author = {J. Gluch and M. Löffler and N. Meyendorf and M. Oppermann and M. Röllig and P. Sättler and K. J. Wolter and E. Zschech},
title = {Multi-scale radiographic applications in microelectronic industry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mark Wijtvliet, Luc Waeijen, Henk Corporaal, "Coarse grained reconfigurable architectures in the past 25 years: Overview and classification", In Proceeding: 2016 International Conference on Embedded Computer Systems: Architectures, Modeling and Simulation (SAMOS), pp. 235-244, 2016. [Bibtex & Downloads]
Coarse grained reconfigurable architectures in the past 25 years: Overview and classification
Reference
Mark Wijtvliet, Luc Waeijen, Henk Corporaal, "Coarse grained reconfigurable architectures in the past 25 years: Overview and classification", In Proceeding: 2016 International Conference on Embedded Computer Systems: Architectures, Modeling and Simulation (SAMOS), pp. 235-244, 2016.
Bibtex
@INPROCEEDINGS{7818353,
author={Wijtvliet, Mark and Waeijen, Luc and Corporaal, Henk},
booktitle={2016 International Conference on Embedded Computer Systems: Architectures, Modeling and Simulation (SAMOS)},
title={Coarse grained reconfigurable architectures in the past 25 years: Overview and classification},
year={2016},
volume={},
number={},
pages={235-244},}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Michaël Adriaansen, Mark Wijtvliet, Roel Jordans, Luc Waeijen, Henk Corporaal, "Code generation for reconfigurable explicit datapath architectures with llvm", In Proceeding: 2016 Euromicro Conference on Digital System Design (DSD), pp. 30–37, 2016. [Bibtex & Downloads]
Code generation for reconfigurable explicit datapath architectures with llvm
Reference
Michaël Adriaansen, Mark Wijtvliet, Roel Jordans, Luc Waeijen, Henk Corporaal, "Code generation for reconfigurable explicit datapath architectures with llvm", In Proceeding: 2016 Euromicro Conference on Digital System Design (DSD), pp. 30–37, 2016.
Bibtex
@inproceedings{adriaansen2016code,
title={Code generation for reconfigurable explicit datapath architectures with llvm},
author={Adriaansen, Micha{\"e}l and Wijtvliet, Mark and Jordans, Roel and Waeijen, Luc and Corporaal, Henk},
booktitle={2016 Euromicro Conference on Digital System Design (DSD)},
pages={30--37},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Stef Louwers, Luc Waeijen, Mark Wijtvliet, Ruud Koolen, Henk Corporaal, "Multi-granular arithmetic in a coarse-grain reconfigurable architecture", In Proceeding: 2016 Euromicro Conference on Digital System Design (DSD), pp. 599–606, 2016. [Bibtex & Downloads]
Multi-granular arithmetic in a coarse-grain reconfigurable architecture
Reference
Stef Louwers, Luc Waeijen, Mark Wijtvliet, Ruud Koolen, Henk Corporaal, "Multi-granular arithmetic in a coarse-grain reconfigurable architecture", In Proceeding: 2016 Euromicro Conference on Digital System Design (DSD), pp. 599–606, 2016.
Bibtex
@inproceedings{louwers2016multi,
title={Multi-granular arithmetic in a coarse-grain reconfigurable architecture},
author={Louwers, Stef and Waeijen, Luc and Wijtvliet, Mark and Koolen, Ruud and Corporaal, Henk},
booktitle={2016 Euromicro Conference on Digital System Design (DSD)},
pages={599--606},
year={2016},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Mike Hambsch, Qianqian Lin, Ardalan Armin, Paul L. Burn, Paul Meredith, "Efficient, monolithic large area organohalide perovskite solar cells", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 4, no. 36, pp. 13830–13836, 2016. [doi] [Bibtex & Downloads]
Efficient, monolithic large area organohalide perovskite solar cells
Reference
Mike Hambsch, Qianqian Lin, Ardalan Armin, Paul L. Burn, Paul Meredith, "Efficient, monolithic large area organohalide perovskite solar cells", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 4, no. 36, pp. 13830–13836, 2016. [doi]
Bibtex
@article{Hambsch_2016,
doi = {10.1039/c6ta04973g},
url = {https://doi.org/10.1039%2Fc6ta04973g},
year = 2016,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {4},
number = {36},
pages = {13830--13836},
author = {Mike Hambsch and Qianqian Lin and Ardalan Armin and Paul L. Burn and Paul Meredith},
title = {Efficient, monolithic large area organohalide perovskite solar cells},
journal = {Journal of Materials Chemistry A}
}Downloads
No Downloads available for this publication
Permalink
2015
- Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "Similarity-based relaxed instance queries", In Journal of Applied Logic, Elsevier, vol. 13, no. 4, pp. 480–508, Dec 2015. [doi] [Bibtex & Downloads]
Similarity-based relaxed instance queries
Reference
Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "Similarity-based relaxed instance queries", In Journal of Applied Logic, Elsevier, vol. 13, no. 4, pp. 480–508, Dec 2015. [doi]
Bibtex
@article{ecke2015similarity,
author={Ecke, Andreas and Peñaloza, Rafael and Turhan, Anni-Yasmin},
doi={10.1016/j.jal.2015.01.002},
journal={Journal of Applied Logic},
month={dec},
number={4},
pages={480–508},
publisher={Elsevier},
title={Similarity-based relaxed instance queries},
url={https://doi.org/10.1016%2Fj.jal.2015.01.002},
volume={13},
year={2015},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Raitza, Markus Vogt, Christian Hochberger, Thilo Pionteck, "RAW 2014: Random Number Generators on FPGAs", In ACM Trans. Reconfigurable Technol. Syst., ACM, vol. 9, no. 2, pp. 15:1–15:21, New York, NY, USA, Dec 2015. [doi] [Bibtex & Downloads]
RAW 2014: Random Number Generators on FPGAs
Reference
Michael Raitza, Markus Vogt, Christian Hochberger, Thilo Pionteck, "RAW 2014: Random Number Generators on FPGAs", In ACM Trans. Reconfigurable Technol. Syst., ACM, vol. 9, no. 2, pp. 15:1–15:21, New York, NY, USA, Dec 2015. [doi]
Bibtex
@article{Raitza:2015:RRN:2854101.2807699,
author={Raitza, Michael and Vogt, Markus and Hochberger, Christian and Pionteck, Thilo},
title={RAW 2014: Random Number Generators on FPGAs},
journal={ACM Trans. Reconfigurable Technol. Syst.},
issue_date={January 2016},
volume={9},
number={2},
month=dec,
year={2015},
issn={1936-7406},
pages={15:1--15:21},
articleno={15},
numpages={21},
url={http://doi.acm.org/10.1145/2807699},
doi={10.1145/2807699},
acmid={2807699},
publisher={ACM},
address={New York, NY, USA},
keywords={Entropy source, FPGA, X-radiation, active attack on random number generator, cryptography, magnetic field, power supply, technology invariance, temperature, true random number generator},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Ilsche, Daniel Hackenberg, Stefan Graul, Joseph Schuchart, Robert Schöne, "Power measurements for compute nodes: Improving sampling rates, granularity and accuracy" , Proceedings of the International Green and Sustainable Computing Conference (IGSC), Dec 2015. [Bibtex & Downloads]
Power measurements for compute nodes: Improving sampling rates, granularity and accuracy
Reference
Thomas Ilsche, Daniel Hackenberg, Stefan Graul, Joseph Schuchart, Robert Schöne, "Power measurements for compute nodes: Improving sampling rates, granularity and accuracy" , Proceedings of the International Green and Sustainable Computing Conference (IGSC), Dec 2015.
Bibtex
@InProceedings{ auto-key*bo,
author = {Thomas Ilsche and Daniel Hackenberg and Stefan Graul and Joseph Schuchart and Robert Schöne},
title = {Power measurements for compute nodes: {Improving} sampling rates, granularity and accuracy},
booktitle = {Proceedings of the International Green and Sustainable Computing Conference (IGSC)},
month = dec,
year = {2015},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ta-Yuan Liu, Pin-Hsun Lin, Shih-Chun Lin, Y.-W. Peter Hong, Eduard Axel Jorswieck, "To avoid or not to avoid CSI leakage in physical layer secret communication systems" , In IEEE Communications Magazine, vol. 53, no. 12, pp. 19-25, Dec 2015. [Bibtex & Downloads]
To avoid or not to avoid CSI leakage in physical layer secret communication systems
Reference
Ta-Yuan Liu, Pin-Hsun Lin, Shih-Chun Lin, Y.-W. Peter Hong, Eduard Axel Jorswieck, "To avoid or not to avoid CSI leakage in physical layer secret communication systems" , In IEEE Communications Magazine, vol. 53, no. 12, pp. 19-25, Dec 2015.
Bibtex
@Article{ auto-key*cy,
author = {Ta-Yuan Liu and Pin-Hsun Lin and Shih-Chun Lin and Y.-W. Peter Hong and Eduard Axel Jorswieck},
title = {To avoid or not to avoid {CSI} leakage in physical layer secret communication systems},
journal = {IEEE Communications Magazine},
volume = {53},
number = {12},
pages = {19-25},
month = dec,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Veronika Thost, "Temporal Query Answering in \emphDL-Lite with Negation" , Chapter in Proceedings of the Global Conference on Artificial Intelligence (GCAI) (Georg Gottlob and Geoff Sutcliffe and Andrei Voronkov) , EasyChair, vol. 36, pp. 51-65, Dec 2015. [Bibtex & Downloads]
Temporal Query Answering in \emphDL-Lite with Negation
Reference
Stefan Borgwardt, Veronika Thost, "Temporal Query Answering in \emphDL-Lite with Negation" , Chapter in Proceedings of the Global Conference on Artificial Intelligence (GCAI) (Georg Gottlob and Geoff Sutcliffe and Andrei Voronkov) , EasyChair, vol. 36, pp. 51-65, Dec 2015.
Bibtex
@InCollection{ auto-key*et,
author = {Stefan Borgwardt and Veronika Thost},
title = {Temporal Query Answering in {\emph{DL-Lite}} with Negation},
booktitle = {Proceedings of the Global Conference on Artificial Intelligence (GCAI)},
editor = {Georg Gottlob and Geoff Sutcliffe and Andrei Voronkov},
publisher = {EasyChair},
volume = {36},
series = {EPiC Series in Computing},
pages = {51-65},
month = dec,
year = {2015},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- P. H. Lin, E. A. Jorswieck, R. F. Schaefer, M. Mittelbach, "On the Degradedness of Fast Fading Gaussian Multiple-Antenna Wiretap Channels with Statistical Channel State Information at the Transmitter", In Proceeding: 2015 IEEE Globecom Workshops (GC Wkshps), pp. 1-5, Dec 2015. [doi] [Bibtex & Downloads]
On the Degradedness of Fast Fading Gaussian Multiple-Antenna Wiretap Channels with Statistical Channel State Information at the Transmitter
Reference
P. H. Lin, E. A. Jorswieck, R. F. Schaefer, M. Mittelbach, "On the Degradedness of Fast Fading Gaussian Multiple-Antenna Wiretap Channels with Statistical Channel State Information at the Transmitter", In Proceeding: 2015 IEEE Globecom Workshops (GC Wkshps), pp. 1-5, Dec 2015. [doi]
Bibtex
@inproceedings{7414132,
Author = {P. H. Lin and E. A. Jorswieck and R. F. Schaefer and M. Mittelbach},
Booktitle = {2015 IEEE Globecom Workshops (GC Wkshps)},
Date-Added = {2016-11-07 06:40:40 +0000},
Date-Modified = {2016-11-07 06:40:40 +0000},
Doi = {10.1109/GLOCOMW.2015.7414132},
Keywords = {Gaussian channels;Rician channels;statistical analysis;CSIT;Rician 2 × 2 × 2 channel;ergodic secrecy capacity;fast fading Gaussian multiple-antenna wiretap channels;statistical channel state information at the transmitter;Antennas;Channel capacity;Fading channels;Random variables;Receivers;Transmitters;Zirconium},
Month = {Dec},
Pages = {1-5},
Title = {On the Degradedness of Fast Fading Gaussian Multiple-Antenna Wiretap Channels with Statistical Channel State Information at the Transmitter},
Year = {2015},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/GLOCOMW.2015.7414132}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christoff Bürger, Johannes Mey, René Schöne, Sven Karol, Daniel Langner, "Using Reference Attribute Grammar-Controlled Rewriting for Energy Auto-Tuning", Proceedings of the 10th International Workshop on Models@run.time (MRT), Nov 2015. ([link]) [Bibtex & Downloads]
Using Reference Attribute Grammar-Controlled Rewriting for Energy Auto-Tuning
Reference
Christoff Bürger, Johannes Mey, René Schöne, Sven Karol, Daniel Langner, "Using Reference Attribute Grammar-Controlled Rewriting for Energy Auto-Tuning", Proceedings of the 10th International Workshop on Models@run.time (MRT), Nov 2015. ([link])
Bibtex
@InProceedings{karol15c,
Title={Using Reference Attribute Grammar-Controlled Rewriting for Energy Auto-Tuning},
Author={Christoff Bürger and Johannes Mey and René Schöne and Sven Karol and Daniel Langner},
Booktitle={Proceedings of the 10th International Workshop on Models@run.time (MRT)},
series={MRT'15},
Year={2015},
Month=nov,
comment={[link]},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andrés Goens, Jeronimo Castrillon, "Analysis of Process Traces for Mapping Dynamic KPN Applications to MPSoCs", In Proceeding: System Level Design from HW/SW to Memory for Embedded Systems. IESS 2015. IFIP Advances in Information and Communication Technology, vol 523 (Götz, Marcelo and Schirner, Gunar and Wehrmeister, Marco Aurélio and Al Faruque, Mohammad Abdullah and Rettberg, Achim), Springer International Publishing, pp. 116–127, Foz do Iguaçu, Brazil, Nov 2015. [doi] [Bibtex & Downloads]
Analysis of Process Traces for Mapping Dynamic KPN Applications to MPSoCs
Reference
Andrés Goens, Jeronimo Castrillon, "Analysis of Process Traces for Mapping Dynamic KPN Applications to MPSoCs", In Proceeding: System Level Design from HW/SW to Memory for Embedded Systems. IESS 2015. IFIP Advances in Information and Communication Technology, vol 523 (Götz, Marcelo and Schirner, Gunar and Wehrmeister, Marco Aurélio and Al Faruque, Mohammad Abdullah and Rettberg, Achim), Springer International Publishing, pp. 116–127, Foz do Iguaçu, Brazil, Nov 2015. [doi]
Abstract
Current approaches for mapping Kahn Process Networks (KPN) and Dynamic Data Flow (DDF) applications rely on assumptions on the program behavior specific to an execution. Thus, a near-optimal mapping, computed for a given input data set, may become sub-optimal at run-time. This happens when a different data set induces a significantly different behavior. We address this problem by leveraging inherent mathematical structures of the dataflow models and the hardware architectures. On the side of the dataflow models, we rely on the monoid structure of histories and traces. This structure help us formalize the behavior of multiple executions of a given dynamic application. By defining metrics we have a formal framework for comparing the executions. On the side of the hardware, we take advantage of symmetries in the architecture to reduce the search space for the mapping problem. We evaluate our implementation on execution variations of a randomly-generated KPN application and on a low-variation JPEG encoder benchmark. Using the described methods we show that trace differences are not sufficient for characterizing performance losses. Additionally, using platform symmetries we manage to reduce the design space in the experiments by two orders of magnitude.
Bibtex
@InProceedings{goens_iess15,
author = {Goens, Andr\'{e}s and Castrillon, Jeronimo},
title = {Analysis of Process Traces for Mapping Dynamic KPN Applications to MPSoCs},
booktitle = {System Level Design from HW/SW to Memory for Embedded Systems. IESS 2015. IFIP Advances in Information and Communication Technology, vol 523},
year = {2015},
editor = {G{\"o}tz, Marcelo and Schirner, Gunar and Wehrmeister, Marco Aur{\'e}lio and Al Faruque, Mohammad Abdullah and Rettberg, Achim},
pages = {116--127},
address = {Foz do Igua{\c{c}}u, Brazil},
month = nov,
publisher = {Springer International Publishing},
doi = {10.1007/978-3-319-90023-0_10},
url = {https://link.springer.com/chapter/10.1007%2F978-3-319-90023-0_10},
isbn={978-3-319-90023-0},
abstract = {Current approaches for mapping Kahn Process Networks (KPN) and Dynamic Data Flow (DDF) applications rely on assumptions on the program behavior specific to an execution. Thus, a near-optimal mapping, computed for a given input data set, may become sub-optimal at run-time. This happens when a different data set induces a significantly different behavior. We address this problem by leveraging inherent mathematical structures of the dataflow models and the hardware architectures. On the side of the dataflow models, we rely on the monoid structure of histories and traces. This structure help us formalize the behavior of multiple executions of a given dynamic application. By defining metrics we have a formal framework for comparing the executions. On the side of the hardware, we take advantage of symmetries in the architecture to reduce the search space for the mapping problem. We evaluate our implementation on execution variations of a randomly-generated KPN application and on a low-variation JPEG encoder benchmark. Using the described methods we show that trace differences are not sufficient for characterizing performance losses. Additionally, using platform symmetries we manage to reduce the design space in the experiments by two orders of magnitude.},
}Downloads
1511_Goens_IESS [PDF]
Related Paths
Permalink
- Benjamin Schiller, Jeronimo Castrillon, Thorsten Strufe, "Efficient data structures for dynamic graph analysis", Proceedings of the 11th International Conference on Signal-Image Technology & Internet-Based Systems (SITIS) (Lisa O'Conner), IEEE Computer Society, pp. 497–504, Bangkok, Thailand, Nov 2015. [doi] [Bibtex & Downloads]
Efficient data structures for dynamic graph analysis
Reference
Benjamin Schiller, Jeronimo Castrillon, Thorsten Strufe, "Efficient data structures for dynamic graph analysis", Proceedings of the 11th International Conference on Signal-Image Technology & Internet-Based Systems (SITIS) (Lisa O'Conner), IEEE Computer Society, pp. 497–504, Bangkok, Thailand, Nov 2015. [doi]
Bibtex
@InProceedings{schiller_sitis15,
Title={Efficient data structures for dynamic graph analysis},
Author={Schiller, Benjamin and Castrillon, Jeronimo and Strufe, Thorsten},
Booktitle={Proceedings of the 11th International Conference on Signal-Image Technology \& Internet-Based Systems (SITIS)},
Year={2015},
Address={Bangkok, Thailand},
Editor={Lisa O'Conner},
Month=nov,
Publisher={IEEE Computer Society},
Series={SITIS 2015},
pages={497--504},
doi={10.1109/SITIS.2015.94}
}Downloads
1511_Schiller_SITIS [PDF]
Related Paths
Orchestration Path, Resilience Path, HAEC
Permalink
- Ang Li, Gert-Jan van den Braak, Akash Kumar, Henk Corporaal, "Adaptive and transparent cache bypassing for GPUs", Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis, pp. 17, Nov 2015. [Bibtex & Downloads]
Adaptive and transparent cache bypassing for GPUs
Reference
Ang Li, Gert-Jan van den Braak, Akash Kumar, Henk Corporaal, "Adaptive and transparent cache bypassing for GPUs", Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis, pp. 17, Nov 2015.
Bibtex
@inproceedings{li2015adaptive,
title={Adaptive and transparent cache bypassing for GPUs},
author={Li, Ang and van den Braak, Gert-Jan and Kumar, Akash and Corporaal, Henk},
booktitle={Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis},
pages={17},
year={2015},
month={nov},
organization={ACM}
}Downloads
SC-2015-camera-ready-a17-li [PDF]
Related Paths
Permalink
- Thorsten L. Schmidt, Brian J. Beliveau, Yavuz O. Uca, Mark Theilmann, Felipe Da Cruz, Chao-Ting Wu, William M. Shih, "Scalable amplification of strand subsets from chip-synthesized oligonucleotide libraries", In Nat Commun, vol. 6, pp. 8634, Nov 2015. [doi] [Bibtex & Downloads]
Scalable amplification of strand subsets from chip-synthesized oligonucleotide libraries
Reference
Thorsten L. Schmidt, Brian J. Beliveau, Yavuz O. Uca, Mark Theilmann, Felipe Da Cruz, Chao-Ting Wu, William M. Shih, "Scalable amplification of strand subsets from chip-synthesized oligonucleotide libraries", In Nat Commun, vol. 6, pp. 8634, Nov 2015. [doi]
Abstract
Synthetic oligonucleotides are the main cost factor for studies in DNA nanotechnology, genetics and synthetic biology, which all require thousands of these at high quality. Inexpensive chip-synthesized oligonucleotide libraries can contain hundreds of thousands of distinct sequences, however only at sub-femtomole quantities per strand. Here we present a selective oligonucleotide amplification method, based on three rounds of rolling-circle amplification, that produces nanomole amounts of single-stranded oligonucleotides per millilitre reaction. In a multistep one-pot procedure, subsets of hundreds or thousands of single-stranded DNAs with different lengths can selectively be amplified and purified together. These oligonucleotides are used to fold several DNA nanostructures and as primary fluorescence in situ hybridization probes. The amplification cost is lower than other reported methods (typically around US\$ 20 per nanomole total oligonucleotides produced) and is dominated by the use of commercial enzymes.
Bibtex
@article{schmidt_scalable_2015,
title={Scalable amplification of strand subsets from chip-synthesized oligonucleotide libraries},
volume={6},
copyright={© 2015 Nature Publishing Group, a division of Macmillan Publishers Limited. All Rights Reserved.},
url={http://www.nature.com/ncomms/2015/151116/ncomms9634/full/ncomms9634.html},
doi={10.1038/ncomms9634},
abstract={Synthetic oligonucleotides are the main cost factor for studies in DNA nanotechnology, genetics and synthetic biology, which all require thousands of these at high quality. Inexpensive chip-synthesized oligonucleotide libraries can contain hundreds of thousands of distinct sequences, however only at sub-femtomole quantities per strand. Here we present a selective oligonucleotide amplification method, based on three rounds of rolling-circle amplification, that produces nanomole amounts of single-stranded oligonucleotides per millilitre reaction. In a multistep one-pot procedure, subsets of hundreds or thousands of single-stranded DNAs with different lengths can selectively be amplified and purified together. These oligonucleotides are used to fold several DNA nanostructures and as primary fluorescence in situ hybridization probes. The amplification cost is lower than other reported methods (typically around US\$ 20 per nanomole total oligonucleotides produced) and is dominated by the use of commercial enzymes.},
language={en},
urldate={2015-11-17},
journal={Nat Commun},
author={Schmidt, Thorsten L. and Beliveau, Brian J. and Uca, Yavuz O. and Theilmann, Mark and Da Cruz, Felipe and Wu, Chao-Ting and Shih, William M.},
month=nov,
year={2015},
note={00000},
keywords={Biological sciences, biotechnology, molecular biology, Nanotechnology},
pages={8634},
file={Schmidt et al. - 2015 - Scalable amplification of strand subsets from chip.pdf:C\:\\Users\\Thorsten\\Documents\\Zotero Bib\\storage\\M9SSUB4Z\\Schmidt et al. - 2015 - Scalable amplification of strand subsets from chip.pdf:application/pdf}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Dmitry A. Kislitsyn, Benjamen N. Taber, Christian F. Gervasi, Stefan C. B. Mannsfeld, Lei Zhang, Alejandro L. Briseno, George V. Nazin, "Coverage-Dependent Self-Assembly Regimes of Alkyl-Substituted Thiophene Oligomers on Au(111): Scanning Tunneling Microscopy and Spectroscopy", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 119, no. 48, pp. 26959–26967, Nov 2015. [doi] [Bibtex & Downloads]
Coverage-Dependent Self-Assembly Regimes of Alkyl-Substituted Thiophene Oligomers on Au(111): Scanning Tunneling Microscopy and Spectroscopy
Reference
Dmitry A. Kislitsyn, Benjamen N. Taber, Christian F. Gervasi, Stefan C. B. Mannsfeld, Lei Zhang, Alejandro L. Briseno, George V. Nazin, "Coverage-Dependent Self-Assembly Regimes of Alkyl-Substituted Thiophene Oligomers on Au(111): Scanning Tunneling Microscopy and Spectroscopy", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 119, no. 48, pp. 26959–26967, Nov 2015. [doi]
Bibtex
@article{Kislitsyn_2015,
doi = {10.1021/acs.jpcc.5b07577},
url = {https://doi.org/10.1021%2Facs.jpcc.5b07577},
year = 2015,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {119},
number = {48},
pages = {26959--26967},
author = {Dmitry A. Kislitsyn and Benjamen N. Taber and Christian F. Gervasi and Stefan C. B. Mannsfeld and Lei Zhang and Alejandro L. Briseno and George V. Nazin},
title = {Coverage-Dependent Self-Assembly Regimes of Alkyl-Substituted Thiophene Oligomers on Au(111): Scanning Tunneling Microscopy and Spectroscopy},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- László Szilágyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "Bandwidth and power adaptive receiver amplifier design for optical communications in 80\,nm CMOS" , Proceedings of the SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), Nov 2015. [Bibtex & Downloads]
Bandwidth and power adaptive receiver amplifier design for optical communications in 80\,nm CMOS
Reference
László Szilágyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "Bandwidth and power adaptive receiver amplifier design for optical communications in 80\,nm CMOS" , Proceedings of the SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), Nov 2015.
Bibtex
@InProceedings{ auto-key*ch,
author = {László Szilágyi and Guido Belfiore and Ronny Henker and Frank Ellinger},
title = {Bandwidth and power adaptive receiver amplifier design for optical communications in 80\,nm {CMOS}},
booktitle = {Proceedings of the SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC)},
month = nov,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Guido Belfiore, Paolo Valerio Testa, Ronny Henker, Frank Ellinger, "Design and measurements of 50\,Ω on-chip slow-wave conductor-backed coplanar transmission lines up to 220\,GHz" , Proceedings of the SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), Nov 2015. [Bibtex & Downloads]
Design and measurements of 50\,Ω on-chip slow-wave conductor-backed coplanar transmission lines up to 220\,GHz
Reference
Guido Belfiore, Paolo Valerio Testa, Ronny Henker, Frank Ellinger, "Design and measurements of 50\,Ω on-chip slow-wave conductor-backed coplanar transmission lines up to 220\,GHz" , Proceedings of the SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), Nov 2015.
Bibtex
@InProceedings{ auto-key*ci,
author = {Guido Belfiore and Paolo Valerio Testa and Ronny Henker and Frank Ellinger},
title = {Design and measurements of {50\,Ω} on-chip slow-wave conductor-backed coplanar transmission lines up to {220\,GHz}},
booktitle = {Proceedings of the SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC)},
month = nov,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pin-Hsun Lin, Frédéric Gilbert Gabry, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Interference neutralization vs.\ clean relaying in cognitive radio networks with secrecy" , In EAI Endorsed Transactions on Ambient Systems, vol. 15, no. 7, pp. e1, Nov 2015. [Bibtex & Downloads]
Interference neutralization vs.\ clean relaying in cognitive radio networks with secrecy
Reference
Pin-Hsun Lin, Frédéric Gilbert Gabry, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Interference neutralization vs.\ clean relaying in cognitive radio networks with secrecy" , In EAI Endorsed Transactions on Ambient Systems, vol. 15, no. 7, pp. e1, Nov 2015.
Bibtex
@Article{ auto-key*cr,
author = {Pin-Hsun Lin and Frédéric Gilbert Gabry and Ragnar Thobaben and Eduard A. Jorswieck and Mikael Skoglund},
title = {Interference neutralization vs.\ clean relaying in cognitive radio networks with secrecy},
journal = {EAI Endorsed Transactions on Ambient Systems},
volume = {15},
number = {7},
pages = {e1},
month = nov,
year = {2015},
project = {A08},
annote = {EAI = European Alliance for Innovation}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mario Bielert, Kim Feldhoff, Florina M. Ciorba, Stefan Pfennig, Elke Franz, Thomas Ilsche, Wolfgang E. Nagel, "Verification of resilient communication models for the simulation of a highly adaptive energy-efficient computer" , Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis (SC), Nov 2015. [Bibtex & Downloads]
Verification of resilient communication models for the simulation of a highly adaptive energy-efficient computer
Reference
Mario Bielert, Kim Feldhoff, Florina M. Ciorba, Stefan Pfennig, Elke Franz, Thomas Ilsche, Wolfgang E. Nagel, "Verification of resilient communication models for the simulation of a highly adaptive energy-efficient computer" , Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis (SC), Nov 2015.
Bibtex
@InProceedings{ auto-key*cw,
author = {Mario Bielert and Kim Feldhoff and Florina M. Ciorba and Stefan Pfennig and Elke Franz and Thomas Ilsche and Wolfgang E. Nagel},
title = {Verification of resilient communication models for the simulation of a highly adaptive energy-efficient computer},
booktitle = {Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis (SC)},
month = nov,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Hernández, Aidan Hogan, Markus Krötzsch, "Reifying RDF: What works well with Wikidata?\strut" , Chapter in Proceedings of the International Workshop on Scalable Semantic Web Knowledge Base Systems (SSWS) (Thorsten Liebig and Achille Fokoue) , CEUR-WS.org, vol. 1457, pp. 32-47, Nov 2015. [Bibtex & Downloads]
Reifying RDF: What works well with Wikidata?\strut
Reference
Daniel Hernández, Aidan Hogan, Markus Krötzsch, "Reifying RDF: What works well with Wikidata?\strut" , Chapter in Proceedings of the International Workshop on Scalable Semantic Web Knowledge Base Systems (SSWS) (Thorsten Liebig and Achille Fokoue) , CEUR-WS.org, vol. 1457, pp. 32-47, Nov 2015.
Bibtex
@InCollection{ auto-key*go,
author = {Daniel Hernández and Aidan Hogan and Markus Krötzsch},
title = {{Reifying RDF: What works well with Wikidata?}\strut},
booktitle = {Proceedings of the International Workshop on Scalable Semantic Web Knowledge Base Systems (SSWS)},
editor = {Thorsten Liebig and Achille Fokoue},
publisher = {CEUR-WS.org},
volume = {1457},
series = {CEUR Workshop Proceedings},
pages = {32-47},
month = nov,
year = {2015},
project = {B08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Wolf, E. A. Jorswieck, C. R. Janda, "Worst-case secrecy rates in MIMOME systems under input and state constraints", In Proceeding: Information Forensics and Security (WIFS), 2015 IEEE International Workshop on, pp. 1-6, Nov 2015. [doi] [Bibtex & Downloads]
Worst-case secrecy rates in MIMOME systems under input and state constraints
Reference
A. Wolf, E. A. Jorswieck, C. R. Janda, "Worst-case secrecy rates in MIMOME systems under input and state constraints", In Proceeding: Information Forensics and Security (WIFS), 2015 IEEE International Workshop on, pp. 1-6, Nov 2015. [doi]
Bibtex
@inproceedings{7368577,
Author = {A. Wolf and E. A. Jorswieck and C. R. Janda},
Booktitle = {Information Forensics and Security (WIFS), 2015 IEEE International Workshop on},
Date-Added = {2016-11-07 06:29:29 +0000},
Date-Modified = {2016-11-07 06:29:29 +0000},
Doi = {10.1109/WIFS.2015.7368577},
Keywords = {MIMO communication;covariance matrices;optimisation;radio transmitters;telecommunication security;wireless channels;MIMOME systems;eavesdropper channel;general constraints;maximization;multiantenna wiretap channel;secure transmission;state constraints;transmit covariance matrix;transmitter;worst case secrecy rates;Covariance matrices;Eigenvalues and eigenfunctions;Minimization;Optimization;Receivers;Transmitting antennas;input and state constraints;saddle-point problems;unitarily invariant constraints;worst-case secrecy rate optimization},
Month = {Nov},
Pages = {1-6},
Title = {Worst-case secrecy rates in MIMOME systems under input and state constraints},
Year = {2015},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/WIFS.2015.7368577}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jan Dirk Leufker, David Fritsche, Gregor Tretter, Mahdi Khafaji, Corrado Carta, Frank Ellinger, "Design, modelling and characterization of transmission lines for mm-wave silicon ICs", In Proceeding: 2015 SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), IEEE, pp. 1–4, Nov 2015. [doi] [Bibtex & Downloads]
Design, modelling and characterization of transmission lines for mm-wave silicon ICs
Reference
Jan Dirk Leufker, David Fritsche, Gregor Tretter, Mahdi Khafaji, Corrado Carta, Frank Ellinger, "Design, modelling and characterization of transmission lines for mm-wave silicon ICs", In Proceeding: 2015 SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), IEEE, pp. 1–4, Nov 2015. [doi]
Abstract
This paper describes the design, modelling and characterization of transmission lines for millimetre wave silicon integrated circuits up to 65 GHz. The simulation results of three different EM simulators for a selected hybrid coplanar layout structure are presented. Two different deembedding methods are investigated and compared with respect to sensitivity to typical measurement errors. Finally both methods are applied to the measurement results of the fabricated test structures in a 250 nm BiCMOS technology showing good agreement to EM simulations and predicted sensitivity to measurement errors.
Bibtex
@inproceedings{Leufker2015,
abstract = {This paper describes the design, modelling and characterization of transmission lines for millimetre wave silicon integrated circuits up to 65 GHz. The simulation results of three different EM simulators for a selected hybrid coplanar layout structure are presented. Two different deembedding methods are investigated and compared with respect to sensitivity to typical measurement errors. Finally both methods are applied to the measurement results of the fabricated test structures in a 250 nm BiCMOS technology showing good agreement to EM simulations and predicted sensitivity to measurement errors.},
author = {Leufker, Jan Dirk and Fritsche, David and Tretter, Gregor and Khafaji, Mahdi and Carta, Corrado and Ellinger, Frank},
booktitle = {2015 SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC)},
doi = {10.1109/IMOC.2015.7369151},
isbn = {978-1-4673-9492-5},
keywords = {CoolWA,EM simulation,HAEC-01,HAEC-A01,Impedance,Integrated circuit modeling,Layout,Leu15b,Measurement errors,Metals,Simulation,Transmission line measurements,cfAED-Res,coplanar waveguide,deembedding,microstrip,millimetre wave integrated circuits,transmission line},
mendeley-groups = {CC-Own/Proceedings},
mendeley-tags = {CoolWA,HAEC-01,HAEC-A01,Leu15b,cfAED-Res},
month = {nov},
pages = {1--4},
publisher = {IEEE},
shorttitle = {Microwave and Optoelectronics Conference (IMOC), 2},
title = ,
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=7369151},
year = {2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "Gain-bandwidth tuning techniques for loss-compensated Travelling Wave Amplifiers", In Proceeding: 2015 SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), IEEE, pp. 1–4, Nov 2015. [doi] [Bibtex & Downloads]
Gain-bandwidth tuning techniques for loss-compensated Travelling Wave Amplifiers
Reference
Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "Gain-bandwidth tuning techniques for loss-compensated Travelling Wave Amplifiers", In Proceeding: 2015 SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC), IEEE, pp. 1–4, Nov 2015. [doi]
Abstract
This paper presents gain and bandwidth control techniques for wideband loss-compensated Travelling Wave Amplifier (TWAs). The behavior of the distributed amplifiers is tuned acting on the circuit bias in two ways: changing the transistor operation points from saturation to forward active, and tuning the amplifier loss compensation. A tuning range for the gain of 40 dB has been experimentally validated on an existing 0.13 $\mu$m SiGe BiCMOS TWA. During the gain tuning the group delay and input and output return losses showed almost no variations over the 170 GHz amplifier bandwidth. Moreover, the presented techniques enabled the control of the upper 3 dB corner frequency. The presented results compare well against the state of the art for variable gain distributed amplifiers (VGDAs) with outstanding bandwidth of operation and gain tuning range.
Bibtex
@inproceedings{Testa2015,
abstract = {This paper presents gain and bandwidth control techniques for wideband loss-compensated Travelling Wave Amplifier (TWAs). The behavior of the distributed amplifiers is tuned acting on the circuit bias in two ways: changing the transistor operation points from saturation to forward active, and tuning the amplifier loss compensation. A tuning range for the gain of 40 dB has been experimentally validated on an existing 0.13 $\mu$m SiGe BiCMOS TWA. During the gain tuning the group delay and input and output return losses showed almost no variations over the 170 GHz amplifier bandwidth. Moreover, the presented techniques enabled the control of the upper 3 dB corner frequency. The presented results compare well against the state of the art for variable gain distributed amplifiers (VGDAs) with outstanding bandwidth of operation and gain tuning range.},
author = {Testa, Paolo Valerio and Carta, Corrado and Ellinger, Frank},
booktitle = {2015 SBMO/IEEE MTT-S International Microwave and Optoelectronics Conference (IMOC)},
doi = {10.1109/IMOC.2015.7369067},
isbn = {978-1-4673-9492-5},
keywords = {AIM,Bandwidth,BiCMOS integrated circuits,DAAB,Delays,Distributed amplifiers,Gain,Ge-Si alloys,HAEC-A01,SPARS,SiGe,SiGe BiCMOS,SiGe BiCMOS TWA,Tes15d,Transmission line measurements,Tuning,VGDA,amplifier loss compensation,bandwidth 170 GHz,bandwidth control techniques,cfAED-Res,circuit bias,distributed amplifiers,gain 40 dB,gain control,gain control techniques,gain tuning,size 0.13 mum,transistor operation points,travelling wave amplifiers,ultra-wideband (UWB),variable gain,variable gain distributed amplifiers,wideband loss-compensated travelling wave amplifie},
mendeley-groups = {CC-Own/Proceedings},
mendeley-tags = {AIM,DAAB,HAEC-A01,SPARS,Tes15d,cfAED-Res},
month = {nov},
pages = {1--4},
publisher = {IEEE},
shorttitle = {Microwave and Optoelectronics Conference (IMOC), 2},
title = ,
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=7369067},
year = {2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shaohua Liu, Pavlo Gordiichuk, Zhong-Shuai Wu, Zhaoyang Liu, Wei Wei, Manfred Wagner, Nasser Mohamed-Noriega, Dongqing Wu, Yiyong Mai, Andreas Herrmann, Klaus Müllen, Xinliang Feng, "Patterning two-dimensional free-standing surfaces with mesoporous conducting polymers", In Nature Communications, Springer Nature, vol. 6, no. 1, Nov 2015. [doi] [Bibtex & Downloads]
Patterning two-dimensional free-standing surfaces with mesoporous conducting polymers
Reference
Shaohua Liu, Pavlo Gordiichuk, Zhong-Shuai Wu, Zhaoyang Liu, Wei Wei, Manfred Wagner, Nasser Mohamed-Noriega, Dongqing Wu, Yiyong Mai, Andreas Herrmann, Klaus Müllen, Xinliang Feng, "Patterning two-dimensional free-standing surfaces with mesoporous conducting polymers", In Nature Communications, Springer Nature, vol. 6, no. 1, Nov 2015. [doi]
Bibtex
@article{Liu_2015,
doi = {10.1038/ncomms9817},
url = {https://doi.org/10.1038%2Fncomms9817},
year = 2015,
month = {nov},
publisher = {Springer Nature},
volume = {6},
number = {1},
author = {Shaohua Liu and Pavlo Gordiichuk and Zhong-Shuai Wu and Zhaoyang Liu and Wei Wei and Manfred Wagner and Nasser Mohamed-Noriega and Dongqing Wu and Yiyong Mai and Andreas Herrmann and Klaus Müllen and Xinliang Feng},
title = {Patterning two-dimensional free-standing surfaces with mesoporous conducting polymers},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yutian Wang, Yu Liu, Elke Wendler, René Hübner, Wolfgang Anwand, Gang Wang, Xuliang Chen, Wei Tong, Zhaorong Yang, Frans Munnik, Gregor Bukalis, Xiaolong Chen, Sibylle Gemming, Manfred Helm, Shengqiang Zhou, "Defect-induced magnetism in SiC: Interplay between ferromagnetism and paramagnetism", In Physical Review B, American Physical Society (APS), vol. 92, no. 17, Nov 2015. [doi] [Bibtex & Downloads]
Defect-induced magnetism in SiC: Interplay between ferromagnetism and paramagnetism
Reference
Yutian Wang, Yu Liu, Elke Wendler, René Hübner, Wolfgang Anwand, Gang Wang, Xuliang Chen, Wei Tong, Zhaorong Yang, Frans Munnik, Gregor Bukalis, Xiaolong Chen, Sibylle Gemming, Manfred Helm, Shengqiang Zhou, "Defect-induced magnetism in SiC: Interplay between ferromagnetism and paramagnetism", In Physical Review B, American Physical Society (APS), vol. 92, no. 17, Nov 2015. [doi]
Bibtex
@article{Wang_2015,
doi = {10.1103/physrevb.92.174409},
url = {https://doi.org/10.1103%2Fphysrevb.92.174409},
year = 2015,
month = {nov},
publisher = {American Physical Society ({APS})},
volume = {92},
number = {17},
author = {Yutian Wang and Yu Liu and Elke Wendler and Ren{\'{e}} Hübner and Wolfgang Anwand and Gang Wang and Xuliang Chen and Wei Tong and Zhaorong Yang and Frans Munnik and Gregor Bukalis and Xiaolong Chen and Sibylle Gemming and Manfred Helm and Shengqiang Zhou},
title = {Defect-induced magnetism in {SiC}: Interplay between ferromagnetism and paramagnetism},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Norman A. Rink, Jeronimo Castrillon, "Improving Code Generation for Software-based Error Detection", Proceedings of the 1st International Workshop on Resiliency in Embedded Electronic Systems (REES), co-located with ESWEEK 2015, pp. 16–30, Amsterdam, The Netherlands, Oct 2015. ([link]) [Bibtex & Downloads]
Improving Code Generation for Software-based Error Detection
Reference
Norman A. Rink, Jeronimo Castrillon, "Improving Code Generation for Software-based Error Detection", Proceedings of the 1st International Workshop on Resiliency in Embedded Electronic Systems (REES), co-located with ESWEEK 2015, pp. 16–30, Amsterdam, The Netherlands, Oct 2015. ([link])
Bibtex
@InProceedings{rink_ress15,
Title={Improving Code Generation for Software-based Error Detection},
Author={Rink, Norman A. and Castrillon, Jeronimo},
Booktitle={Proceedings of the 1st International Workshop on Resiliency in Embedded Electronic Systems (REES), co-located with ESWEEK 2015},
Year={2015},
Series={REES 2015},
Address={Amsterdam, The Netherlands},
Month=oct,
Pages={16--30},
comment={[link]}
}Downloads
1510_Rink_REES [PDF]
Related Paths
Orchestration Path, Resilience Path
Permalink
- Jeronimo Castrillon, "Analysis and software synthesis of KPN applications", In Design of Robotics and Embedded systems, Analysis, and Modeling Seminar (DREAMS) (invited talk), Oct 2015. ([link]) [Bibtex & Downloads]
Analysis and software synthesis of KPN applications
Reference
Jeronimo Castrillon, "Analysis and software synthesis of KPN applications", In Design of Robotics and Embedded systems, Analysis, and Modeling Seminar (DREAMS) (invited talk), Oct 2015. ([link])
Abstract
Programming models based on dataflow or process
networks are a good match for streaming
applications, common in the signal processing,
multimedia and automotive domains. In such models,
parallelism is expressed explicitly which makes
them well-suited for programming parallel
machines. Since today's applications are no
longer static, expressive programming models are
needed, such as those based on Kahn Process
Networks (KPNs). In these models, tasks cannot be
handled as black boxes, but have to be analyzed,
profiled and traced to characterize their
behavior. This is especially important in the case
of heterogenous platforms with many processors of
multiple different types. This presentation
describes a tool flow to handle KPN applications
and gives insights into mapping algorithms for
heterogeneous platforms.Bibtex
@Misc{castrillon15_dreams,
Title={Analysis and software synthesis of KPN applications},
Author={Jeronimo Castrillon},
HowPublished={Design of Robotics and Embedded systems, Analysis, and Modeling Seminar (DREAMS) (invited talk)},
Month=oct,
Year={2015},
Day={22},
Location={Berkeley, CA, USA},
comment={[link]},
Abstract={Programming models based on dataflow or process
networks are a good match for streaming
applications, common in the signal processing,
multimedia and automotive domains. In such models,
parallelism is expressed explicitly which makes
them well-suited for programming parallel
machines. Since today's applications are no
longer static, expressive programming models are
needed, such as those based on Kahn Process
Networks (KPNs). In these models, tasks cannot be
handled as black boxes, but have to be analyzed,
profiled and traced to characterize their
behavior. This is especially important in the case
of heterogenous platforms with many processors of
multiple different types. This presentation
describes a tool flow to handle KPN applications
and gives insights into mapping algorithms for
heterogeneous platforms.},
url={https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/151022_castrillon_dreams.pdf},
}Downloads
151022_castrillon_dreams [PDF]
Related Paths
Orchestration Path, Resilience Path
Permalink
- Jeronimo Castrillon, "Dataflow programming for heterogeneous computing systems", In Tutorial Algorithmic Specification, Tools and Algorithms for Programming Heterogeneous Platforms. Co-located with the 24th International Conference on Parallel Architectures and Compilation Techniques (PACT'15), Oct 2015. ([link]) [Bibtex & Downloads]
Dataflow programming for heterogeneous computing systems
Reference
Jeronimo Castrillon, "Dataflow programming for heterogeneous computing systems", In Tutorial Algorithmic Specification, Tools and Algorithms for Programming Heterogeneous Platforms. Co-located with the 24th International Conference on Parallel Architectures and Compilation Techniques (PACT'15), Oct 2015. ([link])
Abstract
This tutorial talk starts by introducing new types of heterogeneous systems and their challenges for hardware/software programming stacks. These systems are currently being investigated in the context of the German cluster of excellence Cfaed – ''Center for Advancing Electronics Dresden''. We will then look at dataflow modeling concepts, with emphasis on the dynamic models that are needed to express today's changing workloads. Finally, the talk will introduce methods and algorithms for mapping sets of applications modeled in this way to heterogeneous systems.
Bibtex
@Misc{castrillon15_pacttut,
Title={Dataflow programming for heterogeneous computing systems},
Author={Jeronimo Castrillon},
HowPublished={Tutorial Algorithmic Specification, Tools and Algorithms for Programming Heterogeneous Platforms. Co-located with the 24th International Conference on Parallel Architectures and Compilation Techniques (PACT'15)},
Month=oct,
Year={2015},
Abstract={This tutorial talk starts by introducing new types of heterogeneous systems and their challenges for hardware/software programming stacks. These systems are currently being investigated in the context of the German cluster of excellence Cfaed – ''Center for Advancing Electronics Dresden''. We will then look at dataflow modeling concepts, with emphasis on the dynamic models that are needed to express today's changing workloads. Finally, the talk will introduce methods and algorithms for mapping sets of applications modeled in this way to heterogeneous systems.},
Day={18},
comment={[link]},
}Downloads
151018_castrillon_dataflow_pacttut [PDF]
Related Paths
Permalink
- R. Santos, S. Venkataraman, Akash Kumar, "Generic Scrubbing-based Architecture for Custom Error Correction Algorithms", In Proceeding: Rapid System Prototyping (RSP), 2015 26th IEEE International Symposium on, Oct 2015. [Bibtex & Downloads]
Generic Scrubbing-based Architecture for Custom Error Correction Algorithms
Reference
R. Santos, S. Venkataraman, Akash Kumar, "Generic Scrubbing-based Architecture for Custom Error Correction Algorithms", In Proceeding: Rapid System Prototyping (RSP), 2015 26th IEEE International Symposium on, Oct 2015.
Bibtex
@INPROCEEDINGS{Santos2015,
author={Santos, R. and Venkataraman, S. and Kumar, Akash},
title={Generic Scrubbing-based Architecture for Custom Error Correction Algorithms},
booktitle={Rapid System Prototyping (RSP), 2015 26th IEEE International Symposium on},
Organization={IEEE},
month={oct},
year={2015}
}Downloads
RSP2015_final [PDF]
Related Paths
Permalink
- Chun-Hua Lu, Alessandro Cecconello, Xiu-Juan Qi, Na Wu, Stefan-Sven Jester, Michael Famulok, Michael Matthies, Thorsten-Lars Schmidt, Itamar Willner, "Switchable Reconfiguration of a Seven-Ring Interlocked DNA Catenane Nanostructure", In Nano Letters, vol. 15, no. 10, pp. 7133–7137, Oct 2015. [doi] [Bibtex & Downloads]
Switchable Reconfiguration of a Seven-Ring Interlocked DNA Catenane Nanostructure
Reference
Chun-Hua Lu, Alessandro Cecconello, Xiu-Juan Qi, Na Wu, Stefan-Sven Jester, Michael Famulok, Michael Matthies, Thorsten-Lars Schmidt, Itamar Willner, "Switchable Reconfiguration of a Seven-Ring Interlocked DNA Catenane Nanostructure", In Nano Letters, vol. 15, no. 10, pp. 7133–7137, Oct 2015. [doi]
Bibtex
@article{lu_switchable_2015,
title={Switchable {Reconfiguration} of a {Seven}-{Ring} {Interlocked} {DNA} {Catenane} {Nanostructure}},
volume={15},
issn={1530-6984, 1530-6992},
url={http://pubs.acs.org/doi/10.1021/acs.nanolett.5b03280},
doi={10.1021/acs.nanolett.5b03280},
language={en},
number={10},
urldate={2015-10-30},
journal={Nano Letters},
author={Lu, Chun-Hua and Cecconello, Alessandro and Qi, Xiu-Juan and Wu, Na and Jester, Stefan-Sven and Famulok, Michael and Matthies, Michael and Schmidt, Thorsten-Lars and Willner, Itamar},
month=oct,
year={2015},
pages={7133--7137},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Michael Jenning, Bernhard Klein, Ronny Hahnel, Dirk Plettemeier, David Fritsche, Gregor Tretter, Corrado Carta, Frank Ellinger, Tobias Nardmann, Michael Schroter, Krzysztof Nieweglowski, Karlheinz Bock, Johannes Israel, Andreas Fischer, Najeeb ul Hassan, Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "Energy-efficient transceivers for ultra-highspeed computer board-to-board communication", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB 2015), Montreal, Canada, October 2015. [Bibtex & Downloads]
Energy-efficient transceivers for ultra-highspeed computer board-to-board communication
Reference
Michael Jenning, Bernhard Klein, Ronny Hahnel, Dirk Plettemeier, David Fritsche, Gregor Tretter, Corrado Carta, Frank Ellinger, Tobias Nardmann, Michael Schroter, Krzysztof Nieweglowski, Karlheinz Bock, Johannes Israel, Andreas Fischer, Najeeb ul Hassan, Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "Energy-efficient transceivers for ultra-highspeed computer board-to-board communication", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB 2015), Montreal, Canada, October 2015.
Bibtex
@inproceedings{jenning2015energy,
title={Energy-efficient transceivers for ultra-highspeed computer board-to-board communication},
author={Jenning, Michael and Klein, Bernhard and Hahnel, Ronny and Plettemeier, Dirk and Fritsche, David and Tretter, Gregor and Carta, Corrado and Ellinger, Frank and Nardmann, Tobias and Schroter, Michael and Nieweglowski, Krzysztof and Bock, Karlheinz and Israel, Johannes and Fischer, Andreas and ul Hassan, Najeeb and Landau, Lukas and Dörpinghaus, Meik and Fettweis, Gerhard},
booktitle={IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB 2015)},
address={Montreal, Canada},
month={October},
year={2015},
}Downloads
Related Paths
Permalink
- Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "Communications employing 1-bit quantization and oversampling at the receiver: Faster-than-Nyquist signaling and sequence design", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB 2015), Montreal, Canada, October 2015. [Bibtex & Downloads]
Communications employing 1-bit quantization and oversampling at the receiver: Faster-than-Nyquist signaling and sequence design
Reference
Lukas Landau, Meik Dörpinghaus, Gerhard Fettweis, "Communications employing 1-bit quantization and oversampling at the receiver: Faster-than-Nyquist signaling and sequence design", In Proceeding: IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB 2015), Montreal, Canada, October 2015.
Bibtex
@inproceedings{landau2015communications,
title={Communications employing 1-bit quantization and oversampling at the receiver: Faster-than-Nyquist signaling and sequence design},
author={Landau, Lukas and D{\"o}rpinghaus, Meik and Fettweis, Gerhard},
booktitle={IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB 2015)},
address={Montreal, Canada},
month={October},
year={2015}
}Downloads
Related Paths
Permalink
- Brian J. Worfolk, Sean C. Andrews, Steve Park, Julia Reinspach, Nan Liu, Michael F. Toney, Stefan C. B. Mannsfeld, Zhenan Bao, "Ultrahigh electrical conductivity in solution-sheared polymeric transparent films", In Proceedings of the National Academy of Sciences, Proceedings of the National Academy of Sciences, vol. 112, no. 46, pp. 14138–14143, Oct 2015. [doi] [Bibtex & Downloads]
Ultrahigh electrical conductivity in solution-sheared polymeric transparent films
Reference
Brian J. Worfolk, Sean C. Andrews, Steve Park, Julia Reinspach, Nan Liu, Michael F. Toney, Stefan C. B. Mannsfeld, Zhenan Bao, "Ultrahigh electrical conductivity in solution-sheared polymeric transparent films", In Proceedings of the National Academy of Sciences, Proceedings of the National Academy of Sciences, vol. 112, no. 46, pp. 14138–14143, Oct 2015. [doi]
Bibtex
@article{Worfolk_2015,
doi = {10.1073/pnas.1509958112},
url = {https://doi.org/10.1073%2Fpnas.1509958112},
year = 2015,
month = {oct},
publisher = {Proceedings of the National Academy of Sciences},
volume = {112},
number = {46},
pages = {14138--14143},
author = {Brian J. Worfolk and Sean C. Andrews and Steve Park and Julia Reinspach and Nan Liu and Michael F. Toney and Stefan C. B. Mannsfeld and Zhenan Bao},
title = {Ultrahigh electrical conductivity in solution-sheared polymeric transparent films},
journal = {Proceedings of the National Academy of Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xiaohang Song, Lukas Landau, Johannes Israel, Gerhard P. Fettweis, "Strong LOS MIMO for short range mmWave communication – Towards 1\,Tbps wireless data busy" , Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB), Oct 2015. [Bibtex & Downloads]
Strong LOS MIMO for short range mmWave communication – Towards 1\,Tbps wireless data busy
Reference
Xiaohang Song, Lukas Landau, Johannes Israel, Gerhard P. Fettweis, "Strong LOS MIMO for short range mmWave communication – Towards 1\,Tbps wireless data busy" , Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB), Oct 2015.
Bibtex
@InProceedings{ auto-key*p,
author = {Xiaohang Song and Lukas Landau and Johannes Israel and Gerhard P. Fettweis},
title = {Strong {LOS MIMO} for short range {mmWave} communication -- {Towards 1\,Tbps} wireless data busy},
booktitle = {Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB)},
month = oct,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Israel, Andreas Fischer, John Martinovic, "A branch-and-bound algorithm for discrete receive beamforming with improved bounds" , Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB), Oct 2015. [Bibtex & Downloads]
A branch-and-bound algorithm for discrete receive beamforming with improved bounds
Reference
Johannes Israel, Andreas Fischer, John Martinovic, "A branch-and-bound algorithm for discrete receive beamforming with improved bounds" , Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB), Oct 2015.
Bibtex
@InProceedings{ auto-key*q,
author = {Johannes Israel and Andreas Fischer and John Martinovic},
title = {A branch-and-bound algorithm for discrete receive beamforming with improved bounds},
booktitle = {Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB)},
month = oct,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Najeeb ul Hassan, Iryna Andriyanova, Michael Lentmaier, Gerhard P. Fettweis, "Protograph design for spatially-coupled codes to attain an arbitrary diversity order" , Proceedings of the IEEE Information Theory Workshop (ITW), Oct 2015. [Bibtex & Downloads]
Protograph design for spatially-coupled codes to attain an arbitrary diversity order
Reference
Najeeb ul Hassan, Iryna Andriyanova, Michael Lentmaier, Gerhard P. Fettweis, "Protograph design for spatially-coupled codes to attain an arbitrary diversity order" , Proceedings of the IEEE Information Theory Workshop (ITW), Oct 2015.
Bibtex
@InProceedings{ auto-key*r,
author = {ul Hassan, Najeeb and Andriyanova, Iryna and Lentmaier, Michael and Fettweis, Gerhard P.},
title = {Protograph design for spatially-coupled codes to attain an arbitrary diversity order},
booktitle = {Proceedings of the IEEE Information Theory Workshop (ITW)},
month = oct,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Nardmann, Julia Krause, Michael Schröter, "An evaluation of extraction methods for the collector resistance for InP DHBTs" , Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS), Oct 2015. [Bibtex & Downloads]
An evaluation of extraction methods for the collector resistance for InP DHBTs
Reference
Tobias Nardmann, Julia Krause, Michael Schröter, "An evaluation of extraction methods for the collector resistance for InP DHBTs" , Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS), Oct 2015.
Bibtex
@InProceedings{ auto-key*bs,
author = {Tobias Nardmann and Julia Krause and Michael Schröter},
title = {An evaluation of extraction methods for the collector resistance for {InP DHBTs}},
booktitle = {Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS)},
month = oct,
year = {2015},
project = {A06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Pawlak, Steffen Lehmann, Paulius Sakalas, Julia Krause, Michael Schröter, Klaus Aufinger, Bertrand Ardouin, "SiGe HBT modeling for mm-wave circuit design" , Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Oct 2015. [Bibtex & Downloads]
SiGe HBT modeling for mm-wave circuit design
Reference
Andreas Pawlak, Steffen Lehmann, Paulius Sakalas, Julia Krause, Michael Schröter, Klaus Aufinger, Bertrand Ardouin, "SiGe HBT modeling for mm-wave circuit design" , Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Oct 2015.
Bibtex
@InProceedings{ auto-key*bt,
author = {Andreas Pawlak and Steffen Lehmann and Paulius Sakalas and Julia Krause and Michael Schröter and Klaus Aufinger and Bertrand Ardouin},
title = {{SiGe HBT} modeling for mm-wave circuit design},
booktitle = {Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM)},
month = oct,
year = {2015},
note = {(invited)},
project = {A06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Pawlak, Steffen Lehmann, Paulius Sakalas, Michael Schröter, "DOTSEVEN insights into mm-wave modeling" , Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Oct 2015. [Bibtex & Downloads]
DOTSEVEN insights into mm-wave modeling
Reference
Andreas Pawlak, Steffen Lehmann, Paulius Sakalas, Michael Schröter, "DOTSEVEN insights into mm-wave modeling" , Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Oct 2015.
Bibtex
@InProceedings{ auto-key*bu,
author = {Andreas Pawlak and Steffen Lehmann and Paulius Sakalas and Michael Schröter},
title = {{DOTSEVEN} insights into mm-wave modeling},
booktitle = {Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM)},
month = oct,
year = {2015},
project = {A06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eduard A. Jorswieck, Stefano Tomasin, Aydin Sezgin, "Broadcasting into the uncertainty: Authentication and confidentiality by physical layer processing" , In Proceedings of the IEEE, vol. 103, no. 10, pp. 1702-1724, Oct 2015. [Bibtex & Downloads]
Broadcasting into the uncertainty: Authentication and confidentiality by physical layer processing
Reference
Eduard A. Jorswieck, Stefano Tomasin, Aydin Sezgin, "Broadcasting into the uncertainty: Authentication and confidentiality by physical layer processing" , In Proceedings of the IEEE, vol. 103, no. 10, pp. 1702-1724, Oct 2015.
Bibtex
@Article{ auto-key*cx,
author = {Eduard A. Jorswieck and Stefano Tomasin and Aydin Sezgin},
title = {Broadcasting into the uncertainty: {Authentication} and confidentiality by physical layer processing},
journal = {Proceedings of the IEEE},
volume = {103},
number = {10},
pages = {1702-1724},
month = oct,
year = {2015},
note = {(invited)},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Simon Wunderlich, Juan Alberto Cabrera Guerrero, Frank Hanns Paul Fitzek, Morten Videbæk Pedersen, "Network coding parallelization based on matrix operations for multicore architectures" , Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB), Oct 2015. [Bibtex & Downloads]
Network coding parallelization based on matrix operations for multicore architectures
Reference
Simon Wunderlich, Juan Alberto Cabrera Guerrero, Frank Hanns Paul Fitzek, Morten Videbæk Pedersen, "Network coding parallelization based on matrix operations for multicore architectures" , Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB), Oct 2015.
Bibtex
@InProceedings{ auto-key*dj,
author = {Wunderlich, Simon and Cabrera Guerrero, Juan Alberto and Fitzek, Frank Hanns Paul and Pedersen, Morten Videbæk},
title = {Network coding parallelization based on matrix operations for multicore architectures},
booktitle = {Proceedings of the International Conference on Ubiquitous Wireless Broadband (ICUWB)},
month = oct,
year = {2015},
project = {A13}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kateryna Rybina, Waltenegus Dargie, Subramanya Umashankar, Alexander Schill, "Modelling the Live Migration Time of Virtual Machines" , Chapter in On the Move to Meaningful Internet Systems: OTM 2015 Conferences (Christophe Debruyne and Hervé Panetto and Robert Meersman and Tharam Dillon and Georg Weichhart and Yuan An and Claudio Agostino Ardagna) , Springer, vol. 9415, pp. 575-593, Oct 2015. [Bibtex & Downloads]
Modelling the Live Migration Time of Virtual Machines
Reference
Kateryna Rybina, Waltenegus Dargie, Subramanya Umashankar, Alexander Schill, "Modelling the Live Migration Time of Virtual Machines" , Chapter in On the Move to Meaningful Internet Systems: OTM 2015 Conferences (Christophe Debruyne and Hervé Panetto and Robert Meersman and Tharam Dillon and Georg Weichhart and Yuan An and Claudio Agostino Ardagna) , Springer, vol. 9415, pp. 575-593, Oct 2015.
Bibtex
@InCollection{ auto-key*gl,
author = {Kateryna Rybina and Waltenegus Dargie and Subramanya Umashankar and Alexander Schill},
title = {Modelling the Live Migration Time of Virtual Machines},
booktitle = {On the Move to Meaningful Internet Systems: OTM 2015 Conferences},
editor = {Christophe Debruyne and Hervé Panetto and Robert Meersman and Tharam Dillon and Georg Weichhart and Yuan An and Claudio Agostino Ardagna},
publisher = {Springer},
volume = {9415},
series = {Lecture Notes in Computer Science},
pages = {575-593},
month = oct,
year = {2015},
project = {B06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Pfennig, Elke Franz, Johannes Richter, Christian Scheunert, Eduard A. Jorswieck, "Confidential network coding: Physical layer vs.\ network layer" , Proceedings of the IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Workshop on Broadband Wireless Communication between Computer Boards (Atto-Nets), Oct 2015. [Bibtex & Downloads]
Confidential network coding: Physical layer vs.\ network layer
Reference
Stefan Pfennig, Elke Franz, Johannes Richter, Christian Scheunert, Eduard A. Jorswieck, "Confidential network coding: Physical layer vs.\ network layer" , Proceedings of the IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Workshop on Broadband Wireless Communication between Computer Boards (Atto-Nets), Oct 2015.
Bibtex
@InProceedings{ auto-key*gr,
author = {Stefan Pfennig and Elke Franz and Johannes Richter and Christian Scheunert and Eduard A. Jorswieck},
title = {Confidential network coding: {Physical} layer vs.\ network layer},
booktitle = {Proceedings of the IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Workshop on Broadband Wireless Communication between Computer Boards (Atto-Nets)},
month = oct,
year = {2015},
project = {A03, A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Elke Franz, Stefan Pfennig, Bho Matthiesen, Christian Scheunert, Eduard A. Jorswieck, "Energy models for communication of future computing platforms", Proceedings of the IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Workshop on Broadband Wireless Communication between Computer Boards (Atto-Nets), Oct 2015. [Bibtex & Downloads]
Energy models for communication of future computing platforms
Reference
Elke Franz, Stefan Pfennig, Bho Matthiesen, Christian Scheunert, Eduard A. Jorswieck, "Energy models for communication of future computing platforms", Proceedings of the IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Workshop on Broadband Wireless Communication between Computer Boards (Atto-Nets), Oct 2015.
Bibtex
@InProceedings{ Franz2015,
author = {Elke Franz and Stefan Pfennig and Bho Matthiesen and Christian Scheunert and Eduard A. Jorswieck},
title = {Energy models for communication of future computing platforms},
booktitle = {Proceedings of the IEEE International Conference on Ubiquitous Wireless Broadband (ICUWB), Workshop on Broadband Wireless Communication between Computer Boards (Atto-Nets)},
month = oct,
year = {2015},
project = {A03, A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- G. Muri\'c, C. Scheunert, E. A. Jorswieck, "On modeling epidemics in networks using linear time-invariant dynamics", In Proceeding: Wireless and Mobile Computing, Networking and Communications (WiMob), 2015 IEEE 11th International Conference on, pp. 138-146, Oct 2015. [doi] [Bibtex & Downloads]
On modeling epidemics in networks using linear time-invariant dynamics
Reference
G. Muri\'c, C. Scheunert, E. A. Jorswieck, "On modeling epidemics in networks using linear time-invariant dynamics", In Proceeding: Wireless and Mobile Computing, Networking and Communications (WiMob), 2015 IEEE 11th International Conference on, pp. 138-146, Oct 2015. [doi]
Bibtex
@inproceedings{7347953,
Author = {G. Muri{\'c} and C. Scheunert and E. A. Jorswieck},
Booktitle = {Wireless and Mobile Computing, Networking and Communications (WiMob), 2015 IEEE 11th International Conference on},
Date-Added = {2016-11-07 06:43:59 +0000},
Date-Modified = {2016-11-07 06:43:59 +0000},
Doi = {10.1109/WiMOB.2015.7347953},
Keywords = {computer network security;computer viruses;directed graphs;optimisation;telecommunication network topology;agent based simulations;computer networks infection;discrete time step;epidemic dynamics;linear system;linear time-invariant dynamics;network analysis;network modeling epidemics;network optimization;network topology;state space representation;state variables;undirected graph;virus spreading;Biological system modeling;Linear systems;Mathematical model;Network topology;Sociology;Statistics;Topology},
Month = {Oct},
Pages = {138-146},
Title = {On modeling epidemics in networks using linear time-invariant dynamics},
Year = {2015},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/WiMOB.2015.7347953}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paolo Valerio Testa, Robert Paulo, Corrado Carta, Frank Ellinger, "250 GHz SiGe-BiCMOS Cascaded Single-Stage Distributed Amplifier", In Proceeding: 2015 IEEE Compound Semiconductor Integrated Circuit Symposium (CSICS), IEEE, pp. 1–4, Oct 2015. [doi] [Bibtex & Downloads]
250 GHz SiGe-BiCMOS Cascaded Single-Stage Distributed Amplifier
Reference
Paolo Valerio Testa, Robert Paulo, Corrado Carta, Frank Ellinger, "250 GHz SiGe-BiCMOS Cascaded Single-Stage Distributed Amplifier", In Proceeding: 2015 IEEE Compound Semiconductor Integrated Circuit Symposium (CSICS), IEEE, pp. 1–4, Oct 2015. [doi]
Abstract
This paper presents a cascaded single-stage distributed amplifier (CSSDA) for wideband applications implemented in a 0.13 &\#956;m SiGe BiCMOS technology (ft = 300 GHz, fmax = 500 GHz). A 3 dB upper frequency of 250 GHz, a bandwidth of 170 GHz, and a gain of 13 dB are demonstrated for the fabricated CSSDA. The circuit requires a chip area of 0.23 mm&\#x000B2; and 74 mW of DC power. Compared against the state of the art, the presented design achieves the highest speed and the smallest area.
Bibtex
@inproceedings{Testa2015c,
abstract = {This paper presents a cascaded single-stage distributed amplifier (CSSDA) for wideband applications implemented in a 0.13 {\&}{\#}956;m SiGe BiCMOS technology (ft = 300 GHz, fmax = 500 GHz). A 3 dB upper frequency of 250 GHz, a bandwidth of 170 GHz, and a gain of 13 dB are demonstrated for the fabricated CSSDA. The circuit requires a chip area of 0.23 mm{\&}{\#}x000B2; and 74 mW of DC power. Compared against the state of the art, the presented design achieves the highest speed and the smallest area.},
author = {Testa, Paolo Valerio and Paulo, Robert and Carta, Corrado and Ellinger, Frank},
booktitle = {2015 IEEE Compound Semiconductor Integrated Circuit Symposium (CSICS)},
doi = {10.1109/CSICS.2015.7314459},
isbn = {978-1-4799-8494-7},
keywords = {AIM,Bandwidth,BiCMOS integrated circuits,Capacitors,DAAB,Distributed amplifiers,Gain,HAEC-01,Resistors,SPARS,Silicon germanium,Tes15b,cfAED-Res},
mendeley-groups = {CC-Own/Proceedings},
mendeley-tags = {AIM,DAAB,HAEC-01,SPARS,Tes15b,cfAED-Res},
month = {oct},
pages = {1--4},
publisher = {IEEE},
shorttitle = {Compound Semiconductor Integrated Circuit Symposiu},
title = ,
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=7314459},
year = {2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel K. Simon, Thomas Henke, Paul M. Jordan, Franz P. G. Fengler, Thomas Mikolajick, Johann W. Bartha, Ingo Dirnstorfer, "Low-thermal budget flash light annealing for Al2O3surface passivation", In physica status solidi (RRL) - Rapid Research Letters, Wiley, vol. 9, no. 11, pp. 631–635, Oct 2015. [doi] [Bibtex & Downloads]
Low-thermal budget flash light annealing for Al2O3surface passivation
Reference
Daniel K. Simon, Thomas Henke, Paul M. Jordan, Franz P. G. Fengler, Thomas Mikolajick, Johann W. Bartha, Ingo Dirnstorfer, "Low-thermal budget flash light annealing for Al2O3surface passivation", In physica status solidi (RRL) - Rapid Research Letters, Wiley, vol. 9, no. 11, pp. 631–635, Oct 2015. [doi]
Bibtex
@article{Simon_2015,
doi = {10.1002/pssr.201510306},
url = {https://doi.org/10.1002%2Fpssr.201510306},
year = 2015,
month = {oct},
publisher = {Wiley},
volume = {9},
number = {11},
pages = {631--635},
author = {Daniel K. Simon and Thomas Henke and Paul M. Jordan and Franz P. G. Fengler and Thomas Mikolajick and Johann W. Bartha and Ingo Dirnstorfer},
title = {Low-thermal budget flash light annealing for Al2O3surface passivation},
journal = {physica status solidi ({RRL}) - Rapid Research Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus Vogt, Gerald Hempel, Jeronimo Castrillon, Christian Hochberger, "GCC-Plugin for Automated Accelerator Generation and Integration on Hybrid FPGA-SoCs", Proceedings of the Second International Workshop on FPGAs for Software Programmers (FSP), Sep 2015. ([link]) [Bibtex & Downloads]
GCC-Plugin for Automated Accelerator Generation and Integration on Hybrid FPGA-SoCs
Reference
Markus Vogt, Gerald Hempel, Jeronimo Castrillon, Christian Hochberger, "GCC-Plugin for Automated Accelerator Generation and Integration on Hybrid FPGA-SoCs", Proceedings of the Second International Workshop on FPGAs for Software Programmers (FSP), Sep 2015. ([link])
Abstract
In recent years, architectures combining a reconfigurable fabric and a general purpose processor on a single chip became increasingly popular. Such hybrid architectures allow extending embedded software with application specific hardware accelerators to improve performance and/or energy efficiency. Aiding system designers and programmers at handling the complexity of the required process of hardware/software (HW/SW) partitioning is an important issue. Current methods are often restricted, either to bare-metal systems, to subsets of mainstream programming languages, or require special coding guidelines, e.g., via annotations. These restrictions still represent a high entry barrier for the wider community of programmers that new hybrid architectures are intended for. In this paper we revisit HW/SW partitioning and present a seamless programming flow for unrestricted, legacy C code. It consists of a retargetable GCC plugin that automatically identifies code sections for hardware acceleration and generates code accordingly. The proposed workflow was evaluated on the Xilinx Zynq platform using unmodified code from an embedded benchmark suite.
Bibtex
@InProceedings{vogt15,
Title={GCC-Plugin for Automated Accelerator Generation and Integration on Hybrid FPGA-SoCs},
Author={Vogt , Markus and Hempel, Gerald and Castrillon, Jeronimo and Hochberger, Christian},
Booktitle={Proceedings of the Second International Workshop on FPGAs for Software Programmers (FSP)},
Year={2015},
Month=sep,
Series={FSP 2015},
archivePrefix={arXiv},
arxivId={1509.00025},
eprint={1509.00025},
comment={[link]},
abstract={In recent years, architectures combining a reconfigurable fabric and a general purpose processor on a single chip became increasingly popular. Such hybrid architectures allow extending embedded software with application specific hardware accelerators to improve performance and/or energy efficiency. Aiding system designers and programmers at handling the complexity of the required process of hardware/software (HW/SW) partitioning is an important issue. Current methods are often restricted, either to bare-metal systems, to subsets of mainstream programming languages, or require special coding guidelines, e.g., via annotations. These restrictions still represent a high entry barrier for the wider community of programmers that new hybrid architectures are intended for. In this paper we revisit HW/SW partitioning and present a seamless programming flow for unrestricted, legacy C code. It consists of a retargetable GCC plugin that automatically identifies code sections for hardware acceleration and generates code accordingly. The proposed workflow was evaluated on the Xilinx Zynq platform using unmodified code from an embedded benchmark suite.},
}Downloads
1509_Vogt_FSP [PDF]
Related Paths
Permalink
- Jeronimo Castrillon, "Orchestration: Turning material breakthroughs into application performance", In Dresden Microelectronics Academy, (invited talk), Sep 2015. [Bibtex & Downloads]
Orchestration: Turning material breakthroughs into application performance
Reference
Jeronimo Castrillon, "Orchestration: Turning material breakthroughs into application performance", In Dresden Microelectronics Academy, (invited talk), Sep 2015.
Bibtex
@Misc{castrillon2015dma,
Title={Orchestration: Turning material breakthroughs into application performance},
Author={Castrillon, Jeronimo},
HowPublished={Dresden Microelectronics Academy, (invited talk)},
Month=sep,
Year={2015},
Location={Dresden, Germany},
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/150918_castrillon_dma.pdf}
}Downloads
150918_castrillon_dma [PDF]
Related Paths
Permalink
- Norman A. Rink, Dmitrii Kuvaiskii, Jeronimo Castrillon, Christof Fetzer, "Compiling for Resilience: the Performance Gap", Chapter in Parallel Computing: On the Road to Exascale (ParCo 2015). Extended from Proceedings of the Mini-Symposium on Energy and Resilience in Parallel Programming (ERPP 2015) (Gerhard R. Joubert and Hugh Leather and Mark Parsons and Frans Peters and Mark Sawyer), IOS Press, vol. 27, pp. 721–730, Edinburgh, Scotland, Sep 2015. [doi] [Bibtex & Downloads]
Compiling for Resilience: the Performance Gap
Reference
Norman A. Rink, Dmitrii Kuvaiskii, Jeronimo Castrillon, Christof Fetzer, "Compiling for Resilience: the Performance Gap", Chapter in Parallel Computing: On the Road to Exascale (ParCo 2015). Extended from Proceedings of the Mini-Symposium on Energy and Resilience in Parallel Programming (ERPP 2015) (Gerhard R. Joubert and Hugh Leather and Mark Parsons and Frans Peters and Mark Sawyer), IOS Press, vol. 27, pp. 721–730, Edinburgh, Scotland, Sep 2015. [doi]
Abstract
In order to perform reliable computations on unreliable hardware, software-based protection mechanisms have been proposed. In this paper we present a compiler infrastructure for software-based code hardening based on encoding. We analyze the trade-off between performance and fault coverage. We look at different code generation strategies that improve the performance of hardened programs by up to 2x while incurring little fault coverage degradation.
Bibtex
@InCollection{rink_erpp2015,
author={Rink, Norman A. and Kuvaiskii, Dmitrii and Castrillon, Jeronimo and Fetzer, Christof},
title={Compiling for Resilience: the Performance Gap},
booktitle={Parallel Computing: On the Road to Exascale (ParCo 2015). Extended from Proceedings of the Mini-Symposium on Energy and Resilience in Parallel Programming (ERPP 2015)},
publisher={IOS Press},
year={2015},
editor={Gerhard R. Joubert and Hugh Leather and Mark Parsons and Frans Peters and Mark Sawyer},
volume={27},
series={ParCo 2015},
pages={721--730},
address={Edinburgh, Scotland},
month=sep,
abstract={In order to perform reliable computations on unreliable hardware, software-based protection mechanisms have been proposed. In this paper we present a compiler infrastructure for software-based code hardening based on encoding. We analyze the trade-off between performance and fault coverage. We look at different code generation strategies that improve the performance of hardened programs by up to 2x while incurring little fault coverage degradation.},
doi={10.3233/978-1-61499-621-7-721},
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Resilience Path
Permalink
- Guido Belfiore, László Szilágyi, Ronny Henker, Frank Ellinger, "Low power laser driver design in 28\,nm CMOS for on-chip and chip-to-chip optical interconnect", Chapter in Photonics Applications in Astronomy, Communications, Industry, and High-Energy Physics Experiments 2015 (Ryszard S. Romaniuk), SPIE, vol. 9662, pp. 08:1-08:8, Sep 2015. [Bibtex & Downloads]
Low power laser driver design in 28\,nm CMOS for on-chip and chip-to-chip optical interconnect
Reference
Guido Belfiore, László Szilágyi, Ronny Henker, Frank Ellinger, "Low power laser driver design in 28\,nm CMOS for on-chip and chip-to-chip optical interconnect", Chapter in Photonics Applications in Astronomy, Communications, Industry, and High-Energy Physics Experiments 2015 (Ryszard S. Romaniuk), SPIE, vol. 9662, pp. 08:1-08:8, Sep 2015.
Bibtex
@InCollection{ Ellinger2014,
author = {Guido Belfiore and László Szilágyi and Ronny Henker and Frank Ellinger},
title = {Low power laser driver design in 28\,nm {CMOS} for on-chip and chip-to-chip optical interconnect},
booktitle = {Photonics Applications in Astronomy, Communications, Industry, and High-Energy Physics Experiments 2015},
editor = {Ryszard S. Romaniuk},
publisher = {SPIE},
volume = {9662},
series = {Proceedings of SPIE},
pages = {08:1-08:8},
month = sep,
year = {2015},
project = {A07}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Laszlo Szilagyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "17 Gbps wireless optical receiver in 80 nm CMOS", In Proceeding: Circuits and Systems Symposium (ICSyS), 2015 IEEE International, pp. 49–54, 2015. [Bibtex & Downloads]
17 Gbps wireless optical receiver in 80 nm CMOS
Reference
Laszlo Szilagyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "17 Gbps wireless optical receiver in 80 nm CMOS", In Proceeding: Circuits and Systems Symposium (ICSyS), 2015 IEEE International, pp. 49–54, 2015.
Bibtex
@inproceedings{szilagyi201517,
title={17 Gbps wireless optical receiver in 80 nm CMOS},
author={Szilagyi, Laszlo and Belfiore, Guido and Henker, Ronny and Ellinger, Frank},
booktitle={Circuits and Systems Symposium (ICSyS), 2015 IEEE International},
pages={49--54},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- László Szilágyi, Ronny Henker, Frank Ellinger, "A 0.68\,pJ/bit inductor-less optical receiver for 20\,Gbps with 0.0025\,mm² area in 28\,nm CMOS" , Proceedings of the IEEE International System-on-Chip Conference (SOCC), Sep 2015. [Bibtex & Downloads]
A 0.68\,pJ/bit inductor-less optical receiver for 20\,Gbps with 0.0025\,mm² area in 28\,nm CMOS
Reference
László Szilágyi, Ronny Henker, Frank Ellinger, "A 0.68\,pJ/bit inductor-less optical receiver for 20\,Gbps with 0.0025\,mm² area in 28\,nm CMOS" , Proceedings of the IEEE International System-on-Chip Conference (SOCC), Sep 2015.
Bibtex
@InProceedings{ auto-key*cf,
author = {László Szilágyi and Ronny Henker and Frank Ellinger},
title = {A {0.68\,pJ/bit} inductor-less optical receiver for {20\,Gbps} with 0.0025\,mm² area in 28\,nm {CMOS}},
booktitle = {Proceedings of the IEEE International System-on-Chip Conference (SOCC)},
month = sep,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Carsten Rudolf Janda, Moritz Wiese, Janis Nötzel, Holger Boche, Eduard A. Jorswieck, "Wiretap-channels under constrained active and passive attacks" , Proceedings of the IEEE Conference on Communications and Network Security (CNS), Workshop on Physical-layer Methods for Wireless Security (PhySec), Sep 2015. [Bibtex & Downloads]
Wiretap-channels under constrained active and passive attacks
Reference
Carsten Rudolf Janda, Moritz Wiese, Janis Nötzel, Holger Boche, Eduard A. Jorswieck, "Wiretap-channels under constrained active and passive attacks" , Proceedings of the IEEE Conference on Communications and Network Security (CNS), Workshop on Physical-layer Methods for Wireless Security (PhySec), Sep 2015.
Bibtex
@InProceedings{ auto-key*ct,
author = {Carsten Rudolf Janda and Moritz Wiese and Janis Nötzel and Holger Boche and Eduard A. Jorswieck},
title = {Wiretap-channels under constrained active and passive attacks},
booktitle = {Proceedings of the IEEE Conference on Communications and Network Security (CNS), Workshop on Physical-layer Methods for Wireless Security (PhySec)},
month = sep,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frédéric Gilbert Gabry, Pin-Hsun Lin, Eduard A. Jorswieck, "Energy efficiency performance of cooperative schemes in cognitive radio networks with secrecy" , Proceedings of the IEEE Conference on Communications and Network Security (CNS), Poster session, Sep 2015. [Bibtex & Downloads]
Energy efficiency performance of cooperative schemes in cognitive radio networks with secrecy
Reference
Frédéric Gilbert Gabry, Pin-Hsun Lin, Eduard A. Jorswieck, "Energy efficiency performance of cooperative schemes in cognitive radio networks with secrecy" , Proceedings of the IEEE Conference on Communications and Network Security (CNS), Poster session, Sep 2015.
Bibtex
@InProceedings{ auto-key*cu,
author = {Frédéric Gilbert Gabry and Pin-Hsun Lin and Eduard A. Jorswieck},
title = {Energy efficiency performance of cooperative schemes in cognitive radio networks with secrecy},
booktitle = {Proceedings of the IEEE Conference on Communications and Network Security (CNS), Poster session},
month = sep,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Bho Matthiesen, Eduard A. Jorswieck, "Energy efficiency in MIMO underlay and overlay device-to-device communications and cognitive radio systems", Sep 2015. [Bibtex & Downloads]
Energy efficiency in MIMO underlay and overlay device-to-device communications and cognitive radio systems
Reference
Alessio Zappone, Bho Matthiesen, Eduard A. Jorswieck, "Energy efficiency in MIMO underlay and overlay device-to-device communications and cognitive radio systems", Sep 2015.
Bibtex
@Unpublished{ Zappone2015,
project = {A08},
author = {Alessio Zappone and Bho Matthiesen and Eduard A. Jorswieck},
title = {Energy efficiency in {MIMO} underlay and overlay device-to-device communications and cognitive radio systems},
month = sep,
year = {2015},
note = {submitted to IEEE Transactions on Signal Processing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Krzysztof Nieweglowski, Lukas Lorenz, Klaus-Jürgen Wolter, Karlheinz Bock, "Multichannel optical link based on polymer multimode waveguides for board-level interchip communication" , Proceedings of the IMAPS European Microelectronics Packaging Conference (EMPC), Sep 2015. [Bibtex & Downloads]
Multichannel optical link based on polymer multimode waveguides for board-level interchip communication
Reference
Krzysztof Nieweglowski, Lukas Lorenz, Klaus-Jürgen Wolter, Karlheinz Bock, "Multichannel optical link based on polymer multimode waveguides for board-level interchip communication" , Proceedings of the IMAPS European Microelectronics Packaging Conference (EMPC), Sep 2015.
Bibtex
@InProceedings{ auto-key*de,
author = {Krzysztof Nieweglowski and Lukas Lorenz and Klaus-Jürgen Wolter and Karlheinz Bock},
title = {Multichannel optical link based on polymer multimode waveguides for board-level interchip communication},
booktitle = {Proceedings of the IMAPS European Microelectronics Packaging Conference (EMPC)},
month = sep,
year = {2015},
project = {A10},
annote = {IMAPS = International Microelectronics, Assembly and Packaging Society}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Lorenz, Ralf Rieske, Krzysztof Nieweglowski, Klaus-Jürgen Wolter, Karlheinz Bock, "Wafer-level integration technology for multi emitter high power fiber coupled lasers" , Proceedings of the IMAPS European Microelectronics Packaging Conference (EMPC), Sep 2015. [Bibtex & Downloads]
Wafer-level integration technology for multi emitter high power fiber coupled lasers
Reference
Lukas Lorenz, Ralf Rieske, Krzysztof Nieweglowski, Klaus-Jürgen Wolter, Karlheinz Bock, "Wafer-level integration technology for multi emitter high power fiber coupled lasers" , Proceedings of the IMAPS European Microelectronics Packaging Conference (EMPC), Sep 2015.
Bibtex
@InProceedings{ auto-key*df,
author = {Lukas Lorenz and Ralf Rieske and Krzysztof Nieweglowski and Klaus-Jürgen Wolter and Karlheinz Bock},
title = {Wafer-level integration technology for multi emitter high power fiber coupled lasers},
booktitle = {Proceedings of the IMAPS European Microelectronics Packaging Conference (EMPC)},
month = sep,
year = {2015},
project = {A10},
annote = {IMAPS = International Microelectronics, Assembly and Packaging Society}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Seyedreza Hosseini, Kambiz Jamshidi, "Fundamental performance tradeoffs for reverse biased free carrier plasma dispersion effect based silicon optical modulators" , In Poster presentation at the International Conference on Photonics in Switching (PS), Sep 2015. [Bibtex & Downloads]
Fundamental performance tradeoffs for reverse biased free carrier plasma dispersion effect based silicon optical modulators
Reference
Seyedreza Hosseini, Kambiz Jamshidi, "Fundamental performance tradeoffs for reverse biased free carrier plasma dispersion effect based silicon optical modulators" , In Poster presentation at the International Conference on Photonics in Switching (PS), Sep 2015.
Bibtex
@Misc{ auto-key*di,
author = {Seyedreza Hosseini and Kambiz Jamshidi},
title = {Fundamental performance tradeoffs for reverse biased free carrier plasma dispersion effect based silicon optical modulators},
howpublished = {Poster presentation at the International Conference on Photonics in Switching (PS)},
month = sep,
year = {2015},
project = {A11}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anni-Yasmin Turhan, Erik Zenker, "Towards temporal Fuzzy Query Answering on Stream-based Data" , Chapter in Proceedings of the Workshop on High-Level Declarative Stream Processing (HiDeSt) (Nicklas, Daniela and Özçep, Özgür Lütfü) , CEUR-WS.org, vol. 1447, pp. 56-69, Sep 2015. [Bibtex & Downloads]
Towards temporal Fuzzy Query Answering on Stream-based Data
Reference
Anni-Yasmin Turhan, Erik Zenker, "Towards temporal Fuzzy Query Answering on Stream-based Data" , Chapter in Proceedings of the Workshop on High-Level Declarative Stream Processing (HiDeSt) (Nicklas, Daniela and Özçep, Özgür Lütfü) , CEUR-WS.org, vol. 1447, pp. 56-69, Sep 2015.
Bibtex
@InCollection{ auto-key*es,
author = {Anni-Yasmin Turhan and Erik Zenker},
title = {Towards temporal Fuzzy Query Answering on Stream-based Data},
booktitle = {Proceedings of the Workshop on High-Level Declarative Stream Processing (HiDeSt)},
editor = {Nicklas, Daniela and Özçep, Özgür Lütfü},
publisher = {CEUR-WS.org},
volume = {1447},
series = {CEUR Workshop Proceedings},
pages = {56-69},
month = sep,
year = {2015},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Veronika Thost, Erik Zenker, "Temporal query answering in a fuzzy world" , Chapter in Proceedings of the Posters and Demos Track of the International Conference on Semantic Systems (SEMANTiCS) (Agata Filipowska and Ruben Verborgh and Axel Polleres) , CEUR-WS.org, vol. 1481, pp. 84-87, Sep 2015. [Bibtex & Downloads]
Temporal query answering in a fuzzy world
Reference
Veronika Thost, Erik Zenker, "Temporal query answering in a fuzzy world" , Chapter in Proceedings of the Posters and Demos Track of the International Conference on Semantic Systems (SEMANTiCS) (Agata Filipowska and Ruben Verborgh and Axel Polleres) , CEUR-WS.org, vol. 1481, pp. 84-87, Sep 2015.
Bibtex
@InCollection{ auto-key*gt,
author = {Veronika Thost and Erik Zenker},
title = {Temporal query answering in a fuzzy world},
booktitle = {Proceedings of the Posters and Demos Track of the International Conference on Semantic Systems (SEMANTiCS)},
editor = {Agata Filipowska and Ruben Verborgh and Axel Polleres},
publisher = {CEUR-WS.org},
volume = {1481},
series = {CEUR Workshop Proceedings},
pages = {84-87},
month = sep,
year = {2015},
project = {B02, B08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Salimi, E. A. Jorswieck, M. Skoglund, P. Papadimitratos, "Key agreement over an interference channel with noiseless feedback: Achievable region distributed allocation", In Proceeding: Communications and Network Security (CNS), 2015 IEEE Conference on, pp. 59-64, Sept 2015. [doi] [Bibtex & Downloads]
Key agreement over an interference channel with noiseless feedback: Achievable region distributed allocation
Reference
S. Salimi, E. A. Jorswieck, M. Skoglund, P. Papadimitratos, "Key agreement over an interference channel with noiseless feedback: Achievable region distributed allocation", In Proceeding: Communications and Network Security (CNS), 2015 IEEE Conference on, pp. 59-64, Sept 2015. [doi]
Bibtex
@inproceedings{7346811,
Author = {S. Salimi and E. A. Jorswieck and M. Skoglund and P. Papadimitratos},
Booktitle = {Communications and Network Security (CNS), 2015 IEEE Conference on},
Date-Added = {2016-11-07 06:37:36 +0000},
Date-Modified = {2016-11-07 06:37:36 +0000},
Doi = {10.1109/CNS.2015.7346811},
Keywords = {Gaussian channels;channel allocation;game theory;private key cryptography;radiofrequency interference;wireless channels;BS-user communication;Gaussian IC;Nash equilibrium;Noiseless Feedback;base station;game theoretic;interference channel allocation;key agreement;power allocation;public channel;secret key establishment;Base stations;Downlink;Interference channels;Resource management;Security;Yttrium},
Month = {Sept},
Pages = {59-64},
Title = {Key agreement over an interference channel with noiseless feedback: Achievable region distributed allocation},
Year = {2015},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/CNS.2015.7346811}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A Krause, W M Weber, D Pohl, B Rellinghaus, A Kersch, T Mikolajick, "Investigation of band gap and permittivity of the perovskite CaTiO3in ultrathin layers", In Journal of Physics D: Applied Physics, IOP Publishing, vol. 48, no. 41, pp. 415304, Sep 2015. [doi] [Bibtex & Downloads]
Investigation of band gap and permittivity of the perovskite CaTiO3in ultrathin layers
Reference
A Krause, W M Weber, D Pohl, B Rellinghaus, A Kersch, T Mikolajick, "Investigation of band gap and permittivity of the perovskite CaTiO3in ultrathin layers", In Journal of Physics D: Applied Physics, IOP Publishing, vol. 48, no. 41, pp. 415304, Sep 2015. [doi]
Bibtex
@article{Krause_2015,
doi = {10.1088/0022-3727/48/41/415304},
url = {https://doi.org/10.1088%2F0022-3727%2F48%2F41%2F415304},
year = 2015,
month = {sep},
publisher = {{IOP} Publishing},
volume = {48},
number = {41},
pages = {415304},
author = {A Krause and W M Weber and D Pohl and B Rellinghaus and A Kersch and T Mikolajick},
title = {Investigation of band gap and permittivity of the perovskite {CaTiO}3in ultrathin layers},
journal = {Journal of Physics D: Applied Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gerald Hempel, Markus Vogt, Jeronimo Castrillon, Christian Hochberger, "Software-Backed Caching and Virtual Addressing for Generated Accelerators in SoC FPGAs", Proceedings of 41st EUROMICRO Conference on Software Engineering and Advanced Applications - Work in Progress Session (Grosspietsch, Erwin and Klöckner, Konrad), SEA-Publications: SEA-SR-44, Funchal, Madeira (Portugal), August 2015. [Bibtex & Downloads]
Software-Backed Caching and Virtual Addressing for Generated Accelerators in SoC FPGAs
Reference
Gerald Hempel, Markus Vogt, Jeronimo Castrillon, Christian Hochberger, "Software-Backed Caching and Virtual Addressing for Generated Accelerators in SoC FPGAs", Proceedings of 41st EUROMICRO Conference on Software Engineering and Advanced Applications - Work in Progress Session (Grosspietsch, Erwin and Klöckner, Konrad), SEA-Publications: SEA-SR-44, Funchal, Madeira (Portugal), August 2015.
Bibtex
@InProceedings{hempeldsd15,
Title={Software-Backed Caching and Virtual Addressing for Generated Accelerators in SoC FPGAs},
Author={Hempel, Gerald and Vogt, Markus and Castrillon, Jeronimo and Hochberger, Christian},
Booktitle={Proceedings of 41st EUROMICRO Conference on Software Engineering and Advanced Applications - Work in Progress Session},
Year={2015},
Address={Funchal, Madeira (Portugal)},
Editor={Grosspietsch, Erwin and Kl{\"o}ckner, Konrad},
Month={August},
Publisher={SEA-Publications: SEA-SR-44},
Series={DSD/SEAA 2015},
ISBN={978-3-902457-44-8}
}Downloads
1508_Hempel_DSD [PDF]
Related Paths
Permalink
- Ying Diao, Yan Zhou, Tadanori Kurosawa, Leo Shaw, Cheng Wang, Steve Park, Yikun Guo, Julia A. Reinspach, Kevin Gu, Xiaodan Gu, Benjamin C. K. Tee, Changhyun Pang, Hongping Yan, Dahui Zhao, Michael F. Toney, Stefan C. B. Mannsfeld, Zhenan Bao, "Flow-enhanced solution printing of all-polymer solar cells", In Nature Communications, Springer Science and Business Media LLC, vol. 6, no. 1, Aug 2015. [doi] [Bibtex & Downloads]
Flow-enhanced solution printing of all-polymer solar cells
Reference
Ying Diao, Yan Zhou, Tadanori Kurosawa, Leo Shaw, Cheng Wang, Steve Park, Yikun Guo, Julia A. Reinspach, Kevin Gu, Xiaodan Gu, Benjamin C. K. Tee, Changhyun Pang, Hongping Yan, Dahui Zhao, Michael F. Toney, Stefan C. B. Mannsfeld, Zhenan Bao, "Flow-enhanced solution printing of all-polymer solar cells", In Nature Communications, Springer Science and Business Media LLC, vol. 6, no. 1, Aug 2015. [doi]
Bibtex
@article{Diao_2015,
doi = {10.1038/ncomms8955},
url = {https://doi.org/10.1038%2Fncomms8955},
year = 2015,
month = {aug},
publisher = {Springer Science and Business Media {LLC}},
volume = {6},
number = {1},
author = {Ying Diao and Yan Zhou and Tadanori Kurosawa and Leo Shaw and Cheng Wang and Steve Park and Yikun Guo and Julia A. Reinspach and Kevin Gu and Xiaodan Gu and Benjamin C. K. Tee and Changhyun Pang and Hongping Yan and Dahui Zhao and Michael F. Toney and Stefan C. B. Mannsfeld and Zhenan Bao},
title = {Flow-enhanced solution printing of all-polymer solar cells},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Erdal Arıkan, Najeeb ul Hassan, Michael Lentmaier, Guido Montorsi, Jossy Sayir, "Challenges and some new directions in channel coding" , In Journal of Communications and Networks, vol. 17, no. 4, pp. 328-338, Aug 2015. [Bibtex & Downloads]
Challenges and some new directions in channel coding
Reference
Erdal Arıkan, Najeeb ul Hassan, Michael Lentmaier, Guido Montorsi, Jossy Sayir, "Challenges and some new directions in channel coding" , In Journal of Communications and Networks, vol. 17, no. 4, pp. 328-338, Aug 2015.
Bibtex
@Article{ auto-key*l,
author = {Arıkan, Erdal and ul Hassan, Najeeb and Lentmaier, Michael and Montorsi, Guido and Sayir, Jossy},
title = {Challenges and some new directions in channel coding},
journal = {Journal of Communications and Networks},
volume = {17},
number = {4},
pages = {328-338},
month = aug,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Muhammad Majid Butt, Eduard A. Jorswieck, Björn E. Ottersten, "Maximizing energy efficiency in multiple access channels by exploiting packet dropping and transmitter buffering" , In IEEE Transactions on Wireless Communications, vol. 14, no. 8, pp. 4129-4141, Aug 2015. [Bibtex & Downloads]
Maximizing energy efficiency in multiple access channels by exploiting packet dropping and transmitter buffering
Reference
Muhammad Majid Butt, Eduard A. Jorswieck, Björn E. Ottersten, "Maximizing energy efficiency in multiple access channels by exploiting packet dropping and transmitter buffering" , In IEEE Transactions on Wireless Communications, vol. 14, no. 8, pp. 4129-4141, Aug 2015.
Bibtex
@Article{ auto-key*v,
author = {Muhammad Majid Butt and Eduard A. Jorswieck and Björn E. Ottersten},
title = {Maximizing energy efficiency in multiple access channels by exploiting packet dropping and transmitter buffering},
journal = {IEEE Transactions on Wireless Communications},
volume = {14},
number = {8},
pages = {4129-4141},
month = aug,
year = {2015},
project = {A03}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mario Bielert, Florina M. Ciorba, Kim Feldhoff, Thomas Ilsche, Wolfgang E. Nagel, "HAEC-SIM: A simulation framework for highly adaptive energy-efficient computing platforms" , Proceedings of the EAI International Conference on Simulation Tools and Techniques (SIMUTools), Aug 2015. [Bibtex & Downloads]
HAEC-SIM: A simulation framework for highly adaptive energy-efficient computing platforms
Reference
Mario Bielert, Florina M. Ciorba, Kim Feldhoff, Thomas Ilsche, Wolfgang E. Nagel, "HAEC-SIM: A simulation framework for highly adaptive energy-efficient computing platforms" , Proceedings of the EAI International Conference on Simulation Tools and Techniques (SIMUTools), Aug 2015.
Bibtex
@InProceedings{ auto-key*bn,
author = {Mario Bielert and Florina M. Ciorba and Kim Feldhoff and Thomas Ilsche and Wolfgang E. Nagel},
title = {{HAEC-SIM: A} simulation framework for highly adaptive energy-efficient computing platforms},
booktitle = {Proceedings of the EAI International Conference on Simulation Tools and Techniques (SIMUTools)},
month = aug,
year = {2015},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Luca Sanguinetti, Giacomo Bacci, Eduard A. Jorswieck, Mérouane Debbah, "Energy-efficient design of self-organizing massive MIMO networks" , Proceedings of the IEEE International Symposium on Wireless Communication Systems (ISWCS), Aug 2015. [Bibtex & Downloads]
Energy-efficient design of self-organizing massive MIMO networks
Reference
Alessio Zappone, Luca Sanguinetti, Giacomo Bacci, Eduard A. Jorswieck, Mérouane Debbah, "Energy-efficient design of self-organizing massive MIMO networks" , Proceedings of the IEEE International Symposium on Wireless Communication Systems (ISWCS), Aug 2015.
Bibtex
@InProceedings{ auto-key*cs,
author = {Alessio Zappone and Luca Sanguinetti and Giacomo Bacci and Eduard A. Jorswieck and Mérouane Debbah},
title = {Energy-efficient design of self-organizing massive {MIMO} networks},
booktitle = {Proceedings of the IEEE International Symposium on Wireless Communication Systems (ISWCS)},
month = aug,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frédéric Gilbert Gabry, Alessio Zappone, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Energy efficiency analysis of cooperative jamming in cognitive radio networks with secrecy constraints" , In IEEE Wireless Communications Letters, vol. 4, no. 4, pp. 437-440, Aug 2015. [Bibtex & Downloads]
Energy efficiency analysis of cooperative jamming in cognitive radio networks with secrecy constraints
Reference
Frédéric Gilbert Gabry, Alessio Zappone, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Energy efficiency analysis of cooperative jamming in cognitive radio networks with secrecy constraints" , In IEEE Wireless Communications Letters, vol. 4, no. 4, pp. 437-440, Aug 2015.
Bibtex
@Article{ auto-key*cz,
author = {Frédéric Gilbert Gabry and Alessio Zappone and Ragnar Thobaben and Eduard A. Jorswieck and Mikael Skoglund},
title = {Energy efficiency analysis of cooperative jamming in cognitive radio networks with secrecy constraints},
journal = {IEEE Wireless Communications Letters},
volume = {4},
number = {4},
pages = {437-440},
month = aug,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bho Matthiesen, Alessio Zappone, Eduard A. Jorswieck, "Resource allocation for energy-efficient 3-way relay channels", In IEEE Transactions on Wireless Communications, vol. 14, no. 8, pp. 4454-4468, Aug 2015. [doi] [Bibtex & Downloads]
Resource allocation for energy-efficient 3-way relay channels
Reference
Bho Matthiesen, Alessio Zappone, Eduard A. Jorswieck, "Resource allocation for energy-efficient 3-way relay channels", In IEEE Transactions on Wireless Communications, vol. 14, no. 8, pp. 4454-4468, Aug 2015. [doi]
Bibtex
@Article{ Matthiesen2015,
author = {Bho Matthiesen and Alessio Zappone and Eduard A. Jorswieck},
title = {Resource allocation for energy-efficient 3-way relay channels},
journal = {IEEE Transactions on Wireless Communications},
volume = {14},
number = {8},
pages = {4454-4468},
month = aug,
year = {2015},
project = {A08},
doi = {10.1109/TWC.2015.2421496}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Stefan Borgwardt, Marcel Lippmann, "Temporal query entailment in the description logic SHQ" , In Journal of Web Semantics, vol. 33, pp. 71-93, Aug 2015. [Bibtex & Downloads]
Temporal query entailment in the description logic SHQ
Reference
Franz Baader, Stefan Borgwardt, Marcel Lippmann, "Temporal query entailment in the description logic SHQ" , In Journal of Web Semantics, vol. 33, pp. 71-93, Aug 2015.
Bibtex
@Article{ auto-key*ew,
author = {Franz Baader and Stefan Borgwardt and Marcel Lippmann},
title = {Temporal query entailment in the description logic {SHQ}},
journal = {Journal of Web Semantics},
volume = {33},
pages = {71-93},
month = aug,
year = {2015},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Eichhorn, Waltenegus Dargie, Christoph Möbius, Kateryna Rybina, "HAECubie: A Highly Adaptive and Energy-Efficient Computing Demonstrator" , Proceedings of the International Conference on Computer Communications and Networks (ICCCN), Aug 2015. [Bibtex & Downloads]
HAECubie: A Highly Adaptive and Energy-Efficient Computing Demonstrator
Reference
Franz Eichhorn, Waltenegus Dargie, Christoph Möbius, Kateryna Rybina, "HAECubie: A Highly Adaptive and Energy-Efficient Computing Demonstrator" , Proceedings of the International Conference on Computer Communications and Networks (ICCCN), Aug 2015.
Bibtex
@InProceedings{ auto-key*gm,
author = {Franz Eichhorn and Waltenegus Dargie and Christoph Möbius and Kateryna Rybina},
title = {{HAECubie: A} Highly Adaptive and Energy-Efficient Computing Demonstrator},
booktitle = {Proceedings of the International Conference on Computer Communications and Networks (ICCCN)},
month = aug,
year = {2015},
project = {B06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hai-Wei Liang, Sebastian Brüller, Renhao Dong, Jian Zhang, Xinliang Feng, Klaus Müllen, "Molecular metal\textendashN
x
centres in porous carbon for electrocatalytic hydrogen evolution", In Nature Communications, Springer Nature, vol. 6, no. 1, Aug 2015. [doi] [Bibtex & Downloads]
Molecular metal\textendashN x centres in porous carbon for electrocatalytic hydrogen evolution
Reference
Hai-Wei Liang, Sebastian Brüller, Renhao Dong, Jian Zhang, Xinliang Feng, Klaus Müllen, "Molecular metal\textendashN x centres in porous carbon for electrocatalytic hydrogen evolution", In Nature Communications, Springer Nature, vol. 6, no. 1, Aug 2015. [doi]
Bibtex
@article{Liang_2015,
doi = {10.1038/ncomms8992},
url = {https://doi.org/10.1038%2Fncomms8992},
year = 2015,
month = {aug},
publisher = {Springer Nature},
volume = {6},
number = {1},
author = {Hai-Wei Liang and Sebastian Brüller and Renhao Dong and Jian Zhang and Xinliang Feng and Klaus Müllen},
title = {Molecular metal{\textendash}N
x
centres in porous carbon for electrocatalytic hydrogen evolution},
journal = {Nature Communications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jin Huang, Markus Loeffler, Uwe Muehle, Wolfhard Moeller, Hans Mulders, Laurens Kwakman, Ehrenfried Zschech, "A Study of Gallium FIB induced Silicon Amorphization using TEM, APT and BCA Simulation", In Microscopy and Microanalysis, Cambridge University Press (CUP), vol. 21, no. S3, pp. 1839–1840, Aug 2015. [doi] [Bibtex & Downloads]
A Study of Gallium FIB induced Silicon Amorphization using TEM, APT and BCA Simulation
Reference
Jin Huang, Markus Loeffler, Uwe Muehle, Wolfhard Moeller, Hans Mulders, Laurens Kwakman, Ehrenfried Zschech, "A Study of Gallium FIB induced Silicon Amorphization using TEM, APT and BCA Simulation", In Microscopy and Microanalysis, Cambridge University Press (CUP), vol. 21, no. S3, pp. 1839–1840, Aug 2015. [doi]
Bibtex
@article{Huang_2015,
doi = {10.1017/s1431927615009976},
url = {https://doi.org/10.1017%2Fs1431927615009976},
year = 2015,
month = {aug},
publisher = {Cambridge University Press ({CUP})},
volume = {21},
number = {S3},
pages = {1839--1840},
author = {Jin Huang and Markus Loeffler and Uwe Muehle and Wolfhard Moeller and Hans Mulders and Laurens Kwakman and Ehrenfried Zschech},
title = {A Study of Gallium {FIB} induced Silicon Amorphization using {TEM}, {APT} and {BCA} Simulation},
journal = {Microscopy and Microanalysis}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sven Karol, Pietro Incardona, Yaser Afshar, Ivo Sbalzarini, Jeronimo Castrillon, "Towards a Next-Generation Parallel Particle-Mesh Language", Proceedings of the 3rd Workshop on Domain-Specific Language Design and Implementation (DSLDI), pp. 15–18, Jul 2015. ([link]) [Bibtex & Downloads]
Towards a Next-Generation Parallel Particle-Mesh Language
Reference
Sven Karol, Pietro Incardona, Yaser Afshar, Ivo Sbalzarini, Jeronimo Castrillon, "Towards a Next-Generation Parallel Particle-Mesh Language", Proceedings of the 3rd Workshop on Domain-Specific Language Design and Implementation (DSLDI), pp. 15–18, Jul 2015. ([link])
Bibtex
@InProceedings{karol15,
Title={Towards a Next-Generation Parallel Particle-Mesh Language},
Author={Karol, Sven and Incardona, Pietro and Afshar, Yaser and Sbalzarini, Ivo and Castrillon, Jeronimo},
Booktitle={Proceedings of the 3rd Workshop on Domain-Specific Language Design and Implementation (DSLDI)},
series={DSLDI'15},
Year={2015},
Month=jul,
pages={15--18},
comment={[link]},
}Downloads
1507_Karol_PPML [PDF]
Related Paths
Permalink
- Benjamen N. Taber, Dmitry A. Kislitsyn, Christian F. Gervasi, Stefan C. B. Mannsfeld, Lei Zhang, Alejandro L. Briseno, George V. Nazin, "Adsorption-Induced Conformational Isomerization of Alkyl-Substituted Thiophene Oligomers on Au(111): Impact on the Interfacial Electronic Structure", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 7, no. 28, pp. 15138–15142, Jul 2015. [doi] [Bibtex & Downloads]
Adsorption-Induced Conformational Isomerization of Alkyl-Substituted Thiophene Oligomers on Au(111): Impact on the Interfacial Electronic Structure
Reference
Benjamen N. Taber, Dmitry A. Kislitsyn, Christian F. Gervasi, Stefan C. B. Mannsfeld, Lei Zhang, Alejandro L. Briseno, George V. Nazin, "Adsorption-Induced Conformational Isomerization of Alkyl-Substituted Thiophene Oligomers on Au(111): Impact on the Interfacial Electronic Structure", In ACS Applied Materials & Interfaces, American Chemical Society (ACS), vol. 7, no. 28, pp. 15138–15142, Jul 2015. [doi]
Bibtex
@article{Taber_2015,
doi = {10.1021/acsami.5b03516},
url = {https://doi.org/10.1021%2Facsami.5b03516},
year = 2015,
month = {jul},
publisher = {American Chemical Society ({ACS})},
volume = {7},
number = {28},
pages = {15138--15142},
author = {Benjamen N. Taber and Dmitry A. Kislitsyn and Christian F. Gervasi and Stefan C. B. Mannsfeld and Lei Zhang and Alejandro L. Briseno and George V. Nazin},
title = {Adsorption-Induced Conformational Isomerization of Alkyl-Substituted Thiophene Oligomers on Au(111): Impact on the Interfacial Electronic Structure},
journal = {{ACS} Applied Materials {\&} Interfaces}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diana Göhringer, Michael Hübner, Jeronimo Castrillon, Cristina Silvano, "ViPES 2015-Preface", Proceedings of the 15th International Conference on Embedded Computer Systems: Architectures, Modeling, and Simulation (SAMOS), pp. 347–347, Jul 2015. [doi] [Bibtex & Downloads]
ViPES 2015-Preface
Reference
Diana Göhringer, Michael Hübner, Jeronimo Castrillon, Cristina Silvano, "ViPES 2015-Preface", Proceedings of the 15th International Conference on Embedded Computer Systems: Architectures, Modeling, and Simulation (SAMOS), pp. 347–347, Jul 2015. [doi]
Bibtex
@InProceedings{gohringer2015vipes,
author={G{\"o}hringer, Diana and H{\"u}bner, Michael and Castrillon, Jeronimo and Silvano, Cristina},
title={ViPES 2015-Preface},
booktitle={Proceedings of the 15th International Conference on Embedded Computer Systems: Architectures, Modeling, and Simulation (SAMOS)},
year={2015},
pages={347--347},
organization={IEEE},
month=jul,
doi={10.1109/SAMOS.2015.7363696},
}Downloads
No Downloads available for this publication
Permalink
- Christian Piechnick, Sebastian Götz, René Schöne, Uwe Aßmann, "Model-driven multi-quality auto-tuning of robotic applications" , Proceedings of the Joint Workshop on Model-Driven Robot, Software Engineering (MORSE) and View-Based, Aspect-Oriented and Orthographic Software Modelling (VAO), Jul 2015. [Bibtex & Downloads]
Model-driven multi-quality auto-tuning of robotic applications
Reference
Christian Piechnick, Sebastian Götz, René Schöne, Uwe Aßmann, "Model-driven multi-quality auto-tuning of robotic applications" , Proceedings of the Joint Workshop on Model-Driven Robot, Software Engineering (MORSE) and View-Based, Aspect-Oriented and Orthographic Software Modelling (VAO), Jul 2015.
Bibtex
@InProceedings{ auto-key*eb,
author = {Christian Piechnick and Sebastian Götz and René Schöne and Uwe Aßmann},
title = {Model-driven multi-quality auto-tuning of robotic applications},
booktitle = {Proceedings of the Joint Workshop on Model-Driven Robot, Software Engineering (MORSE) and View-Based, Aspect-Oriented and Orthographic Software Modelling (VAO)},
month = jul,
year = {2015},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Veronika Thost, "Temporal Query Answering in the Description Logic $\mathcalEL$" , Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI), Jul 2015. [Bibtex & Downloads]
Temporal Query Answering in the Description Logic $\mathcalEL$
Reference
Stefan Borgwardt, Veronika Thost, "Temporal Query Answering in the Description Logic $\mathcalEL$" , Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI), Jul 2015.
Bibtex
@InProceedings{ auto-key*ex,
author = {Stefan Borgwardt and Veronika Thost},
title = {Temporal Query Answering in the Description Logic {$\mathcal{EL}$}},
booktitle = {Proceedings of the International Joint Conference on Artificial Intelligence (IJCAI)},
month = jul,
year = {2015},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Fischer, John Martinovic, Eduard A. Jorswieck, Marat Mesyagutov, "Discrete receive beamforming", In IEEE Signal Processing Letters, vol. 22, no. 7, pp. 958-962, Jul 2015. [Bibtex & Downloads]
Discrete receive beamforming
Reference
Andreas Fischer, John Martinovic, Eduard A. Jorswieck, Marat Mesyagutov, "Discrete receive beamforming", In IEEE Signal Processing Letters, vol. 22, no. 7, pp. 958-962, Jul 2015.
Bibtex
@Article{ IFMJM14,
author = {Andreas Fischer and John Martinovic and Eduard A. Jorswieck and Marat Mesyagutov},
title = {Discrete receive beamforming},
journal = {IEEE Signal Processing Letters},
volume = {22},
number = {7},
pages = {958-962},
month = jul,
year = {2015},
project = {A02, A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sayanti Banerjee, Uwe Muehle, Markus Löffler, Andre Heinzig, Jens Trommer, Ehrenfried Zschech, "Preparation and characterization of silicon nanowires using SEM/FIB and TEM", In International Journal of Materials Research, Carl Hanser Verlag, vol. 106, no. 7, pp. 697–702, Jul 2015. [doi] [Bibtex & Downloads]
Preparation and characterization of silicon nanowires using SEM/FIB and TEM
Reference
Sayanti Banerjee, Uwe Muehle, Markus Löffler, Andre Heinzig, Jens Trommer, Ehrenfried Zschech, "Preparation and characterization of silicon nanowires using SEM/FIB and TEM", In International Journal of Materials Research, Carl Hanser Verlag, vol. 106, no. 7, pp. 697–702, Jul 2015. [doi]
Bibtex
@article{Banerjee_2015,
doi = {10.3139/146.111249},
url = {https://doi.org/10.3139%2F146.111249},
year = 2015,
month = {jul},
publisher = {Carl Hanser Verlag},
volume = {106},
number = {7},
pages = {697--702},
author = {Sayanti Banerjee and Uwe Muehle and Markus Löffler and Andre Heinzig and Jens Trommer and Ehrenfried Zschech},
title = {Preparation and characterization of silicon nanowires using {SEM}/{FIB} and {TEM}},
journal = {International Journal of Materials Research}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Steffen Hartmann, Heinz Sturm, Thomas Blaudeck, Ole Hölck, Sascha Hermann, Stefan E. Schulz, Thomas Gessner, Bernhard Wunderle, "Experimental and computational studies on the role of surface functional groups in the mechanical behavior of interfaces between single-walled carbon nanotubes and metals", In Journal of Materials Science, Springer Science + Business Media, vol. 51, no. 3, pp. 1217–1233, Jun 2015. [doi] [Bibtex & Downloads]
Experimental and computational studies on the role of surface functional groups in the mechanical behavior of interfaces between single-walled carbon nanotubes and metals
Reference
Steffen Hartmann, Heinz Sturm, Thomas Blaudeck, Ole Hölck, Sascha Hermann, Stefan E. Schulz, Thomas Gessner, Bernhard Wunderle, "Experimental and computational studies on the role of surface functional groups in the mechanical behavior of interfaces between single-walled carbon nanotubes and metals", In Journal of Materials Science, Springer Science + Business Media, vol. 51, no. 3, pp. 1217–1233, Jun 2015. [doi]
Bibtex
@article{Hartmann_2015,
title={Experimental and computational studies on the role of surface functional groups in the mechanical behavior of interfaces between single-walled carbon nanotubes and metals},
volume={51},
ISSN={1573-4803},
url={http://dx.doi.org/10.1007/s10853-015-9142-6},
DOI={10.1007/s10853-015-9142-6},
number={3},
journal={Journal of Materials Science},
publisher={Springer Science + Business Media},
author={Hartmann, Steffen and Sturm, Heinz and Blaudeck, Thomas and Hölck, Ole and Hermann, Sascha and Schulz, Stefan E. and Gessner, Thomas and Wunderle, Bernhard},
year={2015},
month={Jun},
pages={1217–1233}
}Downloads
No Downloads available for this publication
Permalink
- Michael Lentmaier, Iryna Andriyanova, Najeeb ul Hassan, Gerhard P. Fettweis, "Spatial coupling – A way to improve the performance and robustness of iterative decoding" , Proceedings of the European Conference on Networks and Communications (EuCNC), Jun 2015. [Bibtex & Downloads]
Spatial coupling – A way to improve the performance and robustness of iterative decoding
Reference
Michael Lentmaier, Iryna Andriyanova, Najeeb ul Hassan, Gerhard P. Fettweis, "Spatial coupling – A way to improve the performance and robustness of iterative decoding" , Proceedings of the European Conference on Networks and Communications (EuCNC), Jun 2015.
Bibtex
@InProceedings{ auto-key*k,
author = {Lentmaier, Michael and Andriyanova, Iryna and ul Hassan, Najeeb and Fettweis, Gerhard P.},
title = {Spatial coupling -- {A} way to improve the performance and robustness of iterative decoding},
booktitle = {Proceedings of the European Conference on Networks and Communications (EuCNC)},
month = jun,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pin-Hsun Lin, Frédéric Gilbert Gabry, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Multi-phase transmission for secure cognitive radio networks" , Proceedings of the IEEE International Conference on Communications (ICC), Workshop on Physical Layer Security (WPLS), Jun 2015. [Bibtex & Downloads]
Multi-phase transmission for secure cognitive radio networks
Reference
Pin-Hsun Lin, Frédéric Gilbert Gabry, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Multi-phase transmission for secure cognitive radio networks" , Proceedings of the IEEE International Conference on Communications (ICC), Workshop on Physical Layer Security (WPLS), Jun 2015.
Bibtex
@InProceedings{ auto-key*co,
author = {Pin-Hsun Lin and Frédéric Gilbert Gabry and Ragnar Thobaben and Eduard A. Jorswieck and Mikael Skoglund},
title = {Multi-phase transmission for secure cognitive radio networks},
booktitle = {Proceedings of the IEEE International Conference on Communications (ICC), Workshop on Physical Layer Security (WPLS)},
month = jun,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Fei Shen, Dongnan Li, Pin-Hsun Lin, Eduard A. Jorswieck, "Auction based spectrum sharing for hybrid access in macro-femtocell networks under QoS requirements" , Proceedings of the IEEE International Conference on Communications (ICC), Mobile and Wireless Networking Symposium (MWN), Jun 2015. [Bibtex & Downloads]
Auction based spectrum sharing for hybrid access in macro-femtocell networks under QoS requirements
Reference
Fei Shen, Dongnan Li, Pin-Hsun Lin, Eduard A. Jorswieck, "Auction based spectrum sharing for hybrid access in macro-femtocell networks under QoS requirements" , Proceedings of the IEEE International Conference on Communications (ICC), Mobile and Wireless Networking Symposium (MWN), Jun 2015.
Bibtex
@InProceedings{ auto-key*cp,
author = {Fei Shen and Dongnan Li and Pin-Hsun Lin and Eduard A. Jorswieck},
title = {Auction based spectrum sharing for hybrid access in macro-femtocell networks under {QoS} requirements},
booktitle = {Proceedings of the IEEE International Conference on Communications (ICC), Mobile and Wireless Networking Symposium (MWN)},
month = jun,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Luca Sanguinetti, Giacomo Bacci, Eduard A. Jorswieck, Mérouane Debbah, "A framework for energy-efficient design of 5G technologies" , Proceedings of the IEEE International Conference on Communications (ICC), Jun 2015. [Bibtex & Downloads]
A framework for energy-efficient design of 5G technologies
Reference
Alessio Zappone, Luca Sanguinetti, Giacomo Bacci, Eduard A. Jorswieck, Mérouane Debbah, "A framework for energy-efficient design of 5G technologies" , Proceedings of the IEEE International Conference on Communications (ICC), Jun 2015.
Bibtex
@InProceedings{ auto-key*cq,
author = {Alessio Zappone and Luca Sanguinetti and Giacomo Bacci and Eduard A. Jorswieck and Mérouane Debbah},
title = {A framework for energy-efficient design of {5G} technologies},
booktitle = {Proceedings of the IEEE International Conference on Communications (ICC)},
month = jun,
year = {2015},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Pin-Hsun Lin, Eduard A. Jorswieck, "Secrecy and energy efficiency in MIMO-ME systems", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2015. [Bibtex & Downloads]
Secrecy and energy efficiency in MIMO-ME systems
Reference
Alessio Zappone, Pin-Hsun Lin, Eduard A. Jorswieck, "Secrecy and energy efficiency in MIMO-ME systems", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2015.
Bibtex
@InProceedings{ Zappone2015h,
author = {Alessio Zappone and Pin-Hsun Lin and Eduard A. Jorswieck},
title = {Secrecy and energy efficiency in {MIMO-ME} systems},
booktitle = {Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC)},
month = jun,
year = {2015},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wenjia Liu, Alessio Zappone, Chenyang Yang, Eduard A. Jorswieck, "Global EE optimization of massive MIMO systems", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2015. [Bibtex & Downloads]
Global EE optimization of massive MIMO systems
Reference
Wenjia Liu, Alessio Zappone, Chenyang Yang, Eduard A. Jorswieck, "Global EE optimization of massive MIMO systems", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2015.
Bibtex
@InProceedings{ Liu2015,
author = {Wenjia Liu and Alessio Zappone and Chenyang Yang and Eduard A. Jorswieck},
title = {Global {EE} optimization of massive {MIMO} systems},
booktitle = {Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC)},
month = jun,
year = {2015},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Maximilian Pensel, Anni-Yasmin Turhan, "Elastiq: Answering Similarity-threshold Instance Queries in EL" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Diego Calvanese and Boris Konev) , CEUR-WS.org, vol. 1350, pp. 388-400, Jun 2015. [Bibtex & Downloads]
Elastiq: Answering Similarity-threshold Instance Queries in EL
Reference
Andreas Ecke, Maximilian Pensel, Anni-Yasmin Turhan, "Elastiq: Answering Similarity-threshold Instance Queries in EL" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Diego Calvanese and Boris Konev) , CEUR-WS.org, vol. 1350, pp. 388-400, Jun 2015.
Bibtex
@InCollection{ auto-key*ey,
author = {Andreas Ecke and Maximilian Pensel and Anni-Yasmin Turhan},
title = {Elastiq: {Answering} Similarity-threshold Instance Queries in {EL}},
booktitle = {Proceedings of the International Workshop on Description Logics ({DL})},
editor = {Diego Calvanese and Boris Konev},
publisher = {CEUR-WS.org},
volume = {1350},
series = {CEUR Workshop Proceedings},
pages = {388-400},
month = jun,
year = {2015},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Theofilos Mailis, Anni-Yasmin Turhan, Erik Zenker, "A Pragmatic Approach to Answering CQs over Fuzzy DL-Lite-ontologies – Introducing FLite" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Diego Calvanese and Boris Konev) , CEUR-WS.org, vol. 1350, pp. 469-480, Jun 2015. [Bibtex & Downloads]
A Pragmatic Approach to Answering CQs over Fuzzy DL-Lite-ontologies – Introducing FLite
Reference
Theofilos Mailis, Anni-Yasmin Turhan, Erik Zenker, "A Pragmatic Approach to Answering CQs over Fuzzy DL-Lite-ontologies – Introducing FLite" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Diego Calvanese and Boris Konev) , CEUR-WS.org, vol. 1350, pp. 469-480, Jun 2015.
Bibtex
@InCollection{ auto-key*ez,
author = {Theofilos Mailis and Anni-Yasmin Turhan and Erik Zenker},
title = {A Pragmatic Approach to Answering {CQs} over Fuzzy -ontologies -- {Introducing FLite}},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Diego Calvanese and Boris Konev},
publisher = {CEUR-WS.org},
volume = {1350},
series = {CEUR Workshop Proceedings},
pages = {469-480},
month = jun,
year = {2015},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Veronika Thost, Jan Holste, Özgür Lütfü Özçep, "On Implementing Temporal Query Answering in \emphDL-Lite (extended abstract)" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Diego Calvanese and Boris Konev) , CEUR-WS.org, vol. 1350, pp. 552-555, Jun 2015. [Bibtex & Downloads]
On Implementing Temporal Query Answering in \emphDL-Lite (extended abstract)
Reference
Veronika Thost, Jan Holste, Özgür Lütfü Özçep, "On Implementing Temporal Query Answering in \emphDL-Lite (extended abstract)" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Diego Calvanese and Boris Konev) , CEUR-WS.org, vol. 1350, pp. 552-555, Jun 2015.
Bibtex
@InCollection{ auto-key*fa,
author = {Thost, Veronika and Holste, Jan and Özçep, Özgür Lütfü},
title = {On Implementing Temporal Query Answering in {\emph{DL-Lite}} (extended abstract)},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Diego Calvanese and Boris Konev},
publisher = {CEUR-WS.org},
volume = {1350},
series = {CEUR Workshop Proceedings},
pages = {552-555},
month = jun,
year = {2015},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. K. Chorppath, F. Shen, T. Alpcan, E. Jorswieck, H. Boche, "Bayesian mechanisms and learning for wireless networks security with QoS requirements", In Proceeding: 2015 IEEE International Conference on Communications (ICC), pp. 7180-7185, June 2015. [doi] [Bibtex & Downloads]
Bayesian mechanisms and learning for wireless networks security with QoS requirements
Reference
A. K. Chorppath, F. Shen, T. Alpcan, E. Jorswieck, H. Boche, "Bayesian mechanisms and learning for wireless networks security with QoS requirements", In Proceeding: 2015 IEEE International Conference on Communications (ICC), pp. 7180-7185, June 2015. [doi]
Bibtex
@inproceedings{7249472,
Author = {A. K. Chorppath and F. Shen and T. Alpcan and E. Jorswieck and H. Boche},
Booktitle = {2015 IEEE International Conference on Communications (ICC)},
Date-Added = {2016-11-07 06:29:03 +0000},
Date-Modified = {2016-11-07 06:29:03 +0000},
Doi = {10.1109/ICC.2015.7249472},
Issn = {1550-3607},
Keywords = {belief networks;game theory;learning (artificial intelligence);probability;quality of service;radiocommunication;resource allocation;telecommunication security;BNE;Bayesian Nash Equilibrium;Bayesian pricing mechanisms;QoS;Quality of Service;detection methods;probabilistic information;regression learning algorithms;resource allocation;wireless networks security;Bayes methods;Games;Interference;Pricing;Quality of service;Signal to noise ratio;Wireless networks},
Month = {June},
Pages = {7180-7185},
Title = {Bayesian mechanisms and learning for wireless networks security with QoS requirements},
Year = {2015},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ICC.2015.7249472}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dmitrii Kuvaiskii, Christof Fetzer, "&\# x0394;-Encoding: Practical Encoded Processing", In Proceeding: Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on, pp. 13–24, 2015. [Bibtex & Downloads]
&\# x0394;-Encoding: Practical Encoded Processing
Reference
Dmitrii Kuvaiskii, Christof Fetzer, "&\# x0394;-Encoding: Practical Encoded Processing", In Proceeding: Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on, pp. 13–24, 2015.
Bibtex
@inproceedings{kuvaiskii2015amp,
title={\&\# x0394;-Encoding: Practical Encoded Processing},
author={Kuvaiskii, Dmitrii and Fetzer, Christof},
booktitle={Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on},
pages={13--24},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Resilience Path, Resilience Path
Permalink
- Julia Herz, Tiago Buckup, Fabian Paulus, Jens U. Engelhart, Uwe H. F. Bunz, Marcus Motzkus, "Unveiling Singlet Fission Mediating States in TIPS-pentacene and its Aza Derivatives", In The Journal of Physical Chemistry A, American Chemical Society (ACS), vol. 119, no. 25, pp. 6602–6610, Jun 2015. [doi] [Bibtex & Downloads]
Unveiling Singlet Fission Mediating States in TIPS-pentacene and its Aza Derivatives
Reference
Julia Herz, Tiago Buckup, Fabian Paulus, Jens U. Engelhart, Uwe H. F. Bunz, Marcus Motzkus, "Unveiling Singlet Fission Mediating States in TIPS-pentacene and its Aza Derivatives", In The Journal of Physical Chemistry A, American Chemical Society (ACS), vol. 119, no. 25, pp. 6602–6610, Jun 2015. [doi]
Bibtex
@article{Herz_2015,
doi = {10.1021/acs.jpca.5b02212},
url = {https://doi.org/10.1021%2Facs.jpca.5b02212},
year = 2015,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {119},
number = {25},
pages = {6602--6610},
author = {Julia Herz and Tiago Buckup and Fabian Paulus and Jens U. Engelhart and Uwe H. F. Bunz and Marcus Motzkus},
title = {Unveiling Singlet Fission Mediating States in {TIPS}-pentacene and its Aza Derivatives},
journal = {The Journal of Physical Chemistry A}
}Downloads
No Downloads available for this publication
Permalink
- Wei Ma, Julia Reinspach, Yan Zhou, Ying Diao, Terry McAfee, Stefan C. B. Mannsfeld, Zhenan Bao, Harald Ade, "Thin Films: Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing (Adv. Funct. Mater. 21/2015)", In Advanced Functional Materials, Wiley, vol. 25, no. 21, pp. 3106–3106, Jun 2015. [doi] [Bibtex & Downloads]
Thin Films: Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing (Adv. Funct. Mater. 21/2015)
Reference
Wei Ma, Julia Reinspach, Yan Zhou, Ying Diao, Terry McAfee, Stefan C. B. Mannsfeld, Zhenan Bao, Harald Ade, "Thin Films: Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing (Adv. Funct. Mater. 21/2015)", In Advanced Functional Materials, Wiley, vol. 25, no. 21, pp. 3106–3106, Jun 2015. [doi]
Bibtex
@article{Ma_2015,
doi = {10.1002/adfm.201570140},
url = {https://doi.org/10.1002%2Fadfm.201570140},
year = 2015,
month = {jun},
publisher = {Wiley},
volume = {25},
number = {21},
pages = {3106--3106},
author = {Wei Ma and Julia Reinspach and Yan Zhou and Ying Diao and Terry McAfee and Stefan C. B. Mannsfeld and Zhenan Bao and Harald Ade},
title = {Thin Films: Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing (Adv. Funct. Mater. 21/2015)},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Permalink
- M. Mühlberger, M. Rohn, J. Danzberger, E. Sonntag, A. Rank, L. Schumm, R. Kirchner, C. Forsich, S. Gorb, B. Einwögerer, E. Trappl, D. Heim, H. Schift, I. Bergmair, "UV-NIL fabricated bio-inspired inlays for injection molding to influence the friction behavior of ceramic surfaces", In Microelectronic Engineering, Elsevier BV, vol. 141, pp. 140–144, Jun 2015. [doi] [Bibtex & Downloads]
UV-NIL fabricated bio-inspired inlays for injection molding to influence the friction behavior of ceramic surfaces
Reference
M. Mühlberger, M. Rohn, J. Danzberger, E. Sonntag, A. Rank, L. Schumm, R. Kirchner, C. Forsich, S. Gorb, B. Einwögerer, E. Trappl, D. Heim, H. Schift, I. Bergmair, "UV-NIL fabricated bio-inspired inlays for injection molding to influence the friction behavior of ceramic surfaces", In Microelectronic Engineering, Elsevier BV, vol. 141, pp. 140–144, Jun 2015. [doi]
Bibtex
@article{M_hlberger_2015,
doi = {10.1016/j.mee.2015.02.051},
url = {https://doi.org/10.1016%2Fj.mee.2015.02.051},
year = 2015,
month = {jun},
publisher = {Elsevier {BV}},
volume = {141},
pages = {140--144},
author = {M. Mühlberger and M. Rohn and J. Danzberger and E. Sonntag and A. Rank and L. Schumm and R. Kirchner and C. Forsich and S. Gorb and B. Einwögerer and E. Trappl and D. Heim and H. Schift and I. Bergmair},
title = {{UV}-{NIL} fabricated bio-inspired inlays for injection molding to influence the friction behavior of ceramic surfaces},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- R. Kirchner, V.A. Guzenko, M. Rohn, E. Sonntag, M. Mühlberger, I. Bergmair, H. Schift, "Bio-inspired 3D funnel structures made by grayscale electron-beam patterning and selective topography equilibration", In Microelectronic Engineering, Elsevier BV, vol. 141, pp. 107–111, Jun 2015. [doi] [Bibtex & Downloads]
Bio-inspired 3D funnel structures made by grayscale electron-beam patterning and selective topography equilibration
Reference
R. Kirchner, V.A. Guzenko, M. Rohn, E. Sonntag, M. Mühlberger, I. Bergmair, H. Schift, "Bio-inspired 3D funnel structures made by grayscale electron-beam patterning and selective topography equilibration", In Microelectronic Engineering, Elsevier BV, vol. 141, pp. 107–111, Jun 2015. [doi]
Bibtex
@article{Kirchner_2015,
doi = {10.1016/j.mee.2015.02.014},
url = {https://doi.org/10.1016%2Fj.mee.2015.02.014},
year = 2015,
month = {jun},
publisher = {Elsevier {BV}},
volume = {141},
pages = {107--111},
author = {R. Kirchner and V.A. Guzenko and M. Rohn and E. Sonntag and M. Mühlberger and I. Bergmair and H. Schift},
title = {Bio-inspired 3D funnel structures made by grayscale electron-beam patterning and selective topography equilibration},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- R. Kirchner, H. Schift, "The ascent of high resolution and high volume 3D replication", In Microelectronic Engineering, Elsevier BV, vol. 141, pp. 243–244, Jun 2015. [doi] [Bibtex & Downloads]
The ascent of high resolution and high volume 3D replication
Reference
R. Kirchner, H. Schift, "The ascent of high resolution and high volume 3D replication", In Microelectronic Engineering, Elsevier BV, vol. 141, pp. 243–244, Jun 2015. [doi]
Bibtex
@article{Kirchner_2015,
doi = {10.1016/j.mee.2015.04.082},
url = {https://doi.org/10.1016%2Fj.mee.2015.04.082},
year = 2015,
month = {jun},
publisher = {Elsevier {BV}},
volume = {141},
pages = {243--244},
author = {R. Kirchner and H. Schift},
title = {The ascent of high resolution and high volume 3D replication},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Jeronimo Castrillon, "Portable Libraries and Programming Environments", In HiPEAC Computing Systems Week, (invited talk), May 2015. [Bibtex & Downloads]
Portable Libraries and Programming Environments
Reference
Jeronimo Castrillon, "Portable Libraries and Programming Environments", In HiPEAC Computing Systems Week, (invited talk), May 2015.
Bibtex
@Misc{castrillon2015csw,
Title={Portable Libraries and Programming Environments},
Author={Castrillon, Jeronimo},
HowPublished={HiPEAC Computing Systems Week, (invited talk)},
Year={2015},
Month=may,
Location={Oslo, Noway},
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/150505_castrillon_csw.pdf}
}Downloads
150505_castrillon_csw [PDF]
Related Paths
Permalink
- Sven Karol, "Well-Formed and Scalable Invasive Software Composition", PhD thesis, TU Dresden, May 2015. ([pdf] [tool]) [Bibtex & Downloads]
Well-Formed and Scalable Invasive Software Composition
Reference
Sven Karol, "Well-Formed and Scalable Invasive Software Composition", PhD thesis, TU Dresden, May 2015. ([pdf] [tool])
Bibtex
@phdthesis{karol2015well,
title={Well-Formed and Scalable Invasive Software Composition},
author={Sven Karol},
year={2015},
month={may},
school={TU Dresden},
comment={[pdf] [tool]},
}Downloads
skat_slides_no_animations [PDF]
Related Paths
Permalink
- Iryna Andriyanova, Najeeb ul Hassan, Michael Lentmaier, Gerhard P. Fettweis, "SC-LDPC codes over the block-fading channel: Robustness to a synchronisation offset" , Proceedings of the IEEE Black Sea Conference on Communications and Networking (BlackSeaCom), May 2015. [Bibtex & Downloads]
SC-LDPC codes over the block-fading channel: Robustness to a synchronisation offset
Reference
Iryna Andriyanova, Najeeb ul Hassan, Michael Lentmaier, Gerhard P. Fettweis, "SC-LDPC codes over the block-fading channel: Robustness to a synchronisation offset" , Proceedings of the IEEE Black Sea Conference on Communications and Networking (BlackSeaCom), May 2015.
Bibtex
@InProceedings{ auto-key*j,
author = {Andriyanova, Iryna and ul Hassan, Najeeb and Lentmaier, Michael and Fettweis, Gerhard P.},
title = {{SC-LDPC} codes over the block-fading channel: {Robustness} to a synchronisation offset},
booktitle = {Proceedings of the IEEE Black Sea Conference on Communications and Networking (BlackSeaCom)},
month = may,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Julia Krause, Michael Schröter, "Methods for determining the emitter resistance in SiGe HBTs: A review and evaluation across different technologies" , In IEEE Transactions on Electron Devices, vol. 62, no. 5, pp. 1363-1374, May 2015. [Bibtex & Downloads]
Methods for determining the emitter resistance in SiGe HBTs: A review and evaluation across different technologies
Reference
Julia Krause, Michael Schröter, "Methods for determining the emitter resistance in SiGe HBTs: A review and evaluation across different technologies" , In IEEE Transactions on Electron Devices, vol. 62, no. 5, pp. 1363-1374, May 2015.
Bibtex
@Article{ auto-key*br,
author = {Julia Krause and Michael Schröter},
title = {Methods for determining the emitter resistance in {SiGe HBTs: A} review and evaluation across different technologies},
journal = {IEEE Transactions on Electron Devices},
volume = {62},
number = {5},
pages = {1363-1374},
month = may,
year = {2015},
project = {A06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Guido Belfiore, László Szilágyi, Ronny Henker, Udo Jörges, Frank Ellinger, "Design of a 56\,Gbit/s 4-PAM inductor-less VCSEL driver IC in 130\,nm BiCMOS technology" , In IET Circuits, Devices & Systems, vol. 9, no. 3, pp. 213-220, May 2015. [Bibtex & Downloads]
Design of a 56\,Gbit/s 4-PAM inductor-less VCSEL driver IC in 130\,nm BiCMOS technology
Reference
Guido Belfiore, László Szilágyi, Ronny Henker, Udo Jörges, Frank Ellinger, "Design of a 56\,Gbit/s 4-PAM inductor-less VCSEL driver IC in 130\,nm BiCMOS technology" , In IET Circuits, Devices & Systems, vol. 9, no. 3, pp. 213-220, May 2015.
Bibtex
@Article{ auto-key*cc,
author = {Guido Belfiore and László Szilágyi and Ronny Henker and Udo Jörges and Frank Ellinger},
title = {Design of a {56\,Gbit/s 4-PAM} inductor-less {VCSEL driver IC} in 130\,nm {BiCMOS} technology},
journal = {IET Circuits, Devices \& Systems},
volume = {9},
number = {3},
pages = {213-220},
month = may,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- László Szilágyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "A high-voltage DC bias architecture implementation in a 17\,Gbps low-power common-cathode VCSEL driver in 80\,nm CMOS" , Proceedings of the International Symposium on Circuits and Systems (ISCAS), May 2015. [Bibtex & Downloads]
A high-voltage DC bias architecture implementation in a 17\,Gbps low-power common-cathode VCSEL driver in 80\,nm CMOS
Reference
László Szilágyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "A high-voltage DC bias architecture implementation in a 17\,Gbps low-power common-cathode VCSEL driver in 80\,nm CMOS" , Proceedings of the International Symposium on Circuits and Systems (ISCAS), May 2015.
Bibtex
@InProceedings{ auto-key*cd,
author = {László Szilágyi and Guido Belfiore and Ronny Henker and Frank Ellinger},
title = {A high-voltage DC bias architecture implementation in a {17\,Gbps} low-power common-cathode {VCSEL} driver in 80\,nm {CMOS}},
booktitle = {Proceedings of the International Symposium on Circuits and Systems (ISCAS)},
month = may,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Seyedreza Hosseini, Kambiz Jamshidi, "Circuit modeling based optimization of high speed carrier depletion silicon modulators" , Chapter in Integrated Optics: Physics and Simulations II (Pavel Cheben and Jiří Čtyroký and Iñigo Molina-Fernández) , SPIE, vol. 9516, pp. 1-0, May 2015. [Bibtex & Downloads]
Circuit modeling based optimization of high speed carrier depletion silicon modulators
Reference
Seyedreza Hosseini, Kambiz Jamshidi, "Circuit modeling based optimization of high speed carrier depletion silicon modulators" , Chapter in Integrated Optics: Physics and Simulations II (Pavel Cheben and Jiří Čtyroký and Iñigo Molina-Fernández) , SPIE, vol. 9516, pp. 1-0, May 2015.
Bibtex
@InCollection{ auto-key*dg,
author = {Seyedreza Hosseini and Kambiz Jamshidi},
title = {Circuit modeling based optimization of high speed carrier depletion silicon modulators},
booktitle = {Integrated Optics: Physics and Simulations~II},
editor = {Pavel Cheben and Jiří Čtyroký and Iñigo Molina-Fernández},
publisher = {SPIE},
volume = {9516},
series = {Proceedings of SPIE},
pages = {0N:1-0N:8},
month = may,
year = {2015},
project = {A11}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Seyed Mahmoud Jazayerifar, Daniel Bross, Kambiz Jamshidi, "A numerical investigation of silicon-based optical sampling" , Chapter in Integrated Optics: Physics and Simulations II (Pavel Cheben and Jiří Čtyroký and Iñigo Molina-Fernández) , SPIE, vol. 9516, pp. 1-08, May 2015. [Bibtex & Downloads]
A numerical investigation of silicon-based optical sampling
Reference
Seyed Mahmoud Jazayerifar, Daniel Bross, Kambiz Jamshidi, "A numerical investigation of silicon-based optical sampling" , Chapter in Integrated Optics: Physics and Simulations II (Pavel Cheben and Jiří Čtyroký and Iñigo Molina-Fernández) , SPIE, vol. 9516, pp. 1-08, May 2015.
Bibtex
@InCollection{ auto-key*dh,
author = {Seyed Mahmoud Jazayerifar and Daniel Bross and Kambiz Jamshidi},
title = {A numerical investigation of silicon-based optical sampling},
booktitle = {Integrated Optics: Physics and Simulations~II},
editor = {Pavel Cheben and Jiří Čtyroký and Iñigo Molina-Fernández},
publisher = {SPIE},
volume = {9516},
series = {Proceedings of SPIE},
pages = {08:1-08:7},
month = may,
year = {2015},
project = {A11}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Ilias Gerostathopoulos, Filip Krikava, Adnan Shahzada, Romina Spalazzese, "Adaptive exchange of distributed partial models@run.time for highly dynamic systems" , Proceedings of the International Symposium on Software Engineering for Adaptive and Self-Managing Systems (SEAMS), May 2015. [Bibtex & Downloads]
Adaptive exchange of distributed partial models@run.time for highly dynamic systems
Reference
Sebastian Götz, Ilias Gerostathopoulos, Filip Krikava, Adnan Shahzada, Romina Spalazzese, "Adaptive exchange of distributed partial models@run.time for highly dynamic systems" , Proceedings of the International Symposium on Software Engineering for Adaptive and Self-Managing Systems (SEAMS), May 2015.
Bibtex
@InProceedings{ auto-key*ea,
author = {Sebastian Götz and Ilias Gerostathopoulos and Filip Krikava and Adnan Shahzada and Romina Spalazzese},
title = {Adaptive exchange of distributed partial models{@}run.time for highly dynamic systems},
booktitle = {Proceedings of the International Symposium on Software Engineering for Adaptive and Self-Managing Systems (SEAMS)},
month = may,
year = {2015},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Waltenegus Dargie, "A Stochastic Model for Estimating the Power Consumption of a Processor", In IEEE Transactions on Computers, vol. 63, no. 5, pp. 1311-1322, May 2015. [Bibtex & Downloads]
A Stochastic Model for Estimating the Power Consumption of a Processor
Reference
Waltenegus Dargie, "A Stochastic Model for Estimating the Power Consumption of a Processor", In IEEE Transactions on Computers, vol. 63, no. 5, pp. 1311-1322, May 2015.
Bibtex
@Article{ Dargie2014,
author = {Waltenegus Dargie},
title = {A Stochastic Model for Estimating the Power Consumption of a Processor},
journal = {IEEE Transactions on Computers},
volume = {63},
number = {5},
pages = {1311-1322},
month = may,
year = {2015},
project = {B06}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Laurent Guérin, Céline Mariette, Philippe Rabiller, Michael Huard, Sylvain Ravy, Pierre Fertey, Shane M. Nichols, Bo Wang, Stefan C. B. Mannsfeld, Thomas Weber, Mark D. Hollingsworth, Bertrand Toudic, "Long-range modulation of a composite crystal in a five-dimensional superspace", In Physical Review B, American Physical Society (APS), vol. 91, no. 18, May 2015. [doi] [Bibtex & Downloads]
Long-range modulation of a composite crystal in a five-dimensional superspace
Reference
Laurent Guérin, Céline Mariette, Philippe Rabiller, Michael Huard, Sylvain Ravy, Pierre Fertey, Shane M. Nichols, Bo Wang, Stefan C. B. Mannsfeld, Thomas Weber, Mark D. Hollingsworth, Bertrand Toudic, "Long-range modulation of a composite crystal in a five-dimensional superspace", In Physical Review B, American Physical Society (APS), vol. 91, no. 18, May 2015. [doi]
Bibtex
@article{Gu_rin_2015,
doi = {10.1103/physrevb.91.184101},
url = {https://doi.org/10.1103%2Fphysrevb.91.184101},
year = 2015,
month = {may},
publisher = {American Physical Society ({APS})},
volume = {91},
number = {18},
author = {Laurent Gu{\'{e}}rin and C{\'{e}}line Mariette and Philippe Rabiller and Michael Huard and Sylvain Ravy and Pierre Fertey and Shane M. Nichols and Bo Wang and Stefan C. B. Mannsfeld and Thomas Weber and Mark D. Hollingsworth and Bertrand Toudic},
title = {Long-range modulation of a composite crystal in a five-dimensional superspace},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mark Wijtvliet, Shakith Fernando, Henk Corporaal, "SPINE: From C loop-nests to highly efficient accelerators using Algorithmic Species", In Proceeding: 2015 25th International Conference on Field Programmable Logic and Applications (FPL), pp. 1-6, 2015. [Bibtex & Downloads]
SPINE: From C loop-nests to highly efficient accelerators using Algorithmic Species
Reference
Mark Wijtvliet, Shakith Fernando, Henk Corporaal, "SPINE: From C loop-nests to highly efficient accelerators using Algorithmic Species", In Proceeding: 2015 25th International Conference on Field Programmable Logic and Applications (FPL), pp. 1-6, 2015.
Bibtex
@INPROCEEDINGS{7294015,
author={Wijtvliet, Mark and Fernando, Shakith and Corporaal, Henk },
booktitle={2015 25th International Conference on Field Programmable Logic and Applications (FPL)},
title={SPINE: From C loop-nests to highly efficient accelerators using Algorithmic Species},
year={2015},
volume={},
number={},
pages={1-6},}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- A. Ungethum, D. Habich, T. Karnagel, W. Lehner, N. Asmussen, M. Volp, B. Nothen, G. Fettweis, "Query processing on low-energy many-core processors", In Proceeding: Data Engineering Workshops (ICDEW), 2015 31st IEEE International Conference on, pp. 155-160, April 2015. [doi] [Bibtex & Downloads]
Query processing on low-energy many-core processors
Reference
A. Ungethum, D. Habich, T. Karnagel, W. Lehner, N. Asmussen, M. Volp, B. Nothen, G. Fettweis, "Query processing on low-energy many-core processors", In Proceeding: Data Engineering Workshops (ICDEW), 2015 31st IEEE International Conference on, pp. 155-160, April 2015. [doi]
Bibtex
@INPROCEEDINGS{7129569,
author={Ungethum, A. and Habich, D. and Karnagel, T. and Lehner, W. and Asmussen, N. and Volp, M. and Nothen, B. and Fettweis, G.},
booktitle={Data Engineering Workshops (ICDEW), 2015 31st IEEE International Conference on},
title={Query processing on low-energy many-core processors},
year={2015},
pages={155-160},
keywords={database management systems;hardware-software codesign;instruction sets;low-power electronics;multiprocessing systems;power aware computing;query processing;database systems;database-specific instruction set extensions;energy efficiency;energy requirement;hardware/software co-design approach;heterogeneous cores;low-energy many-core processors;low-energy processor design;query processing;single board chips;Arrays;Data transfer;Hardware;Program processors;Query processing},
doi={10.1109/ICDEW.2015.7129569},
month={April},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Guillaume Schweicher, Vincent Lemaur, Claude Niebel, Christian Ruzié, Ying Diao, Osamu Goto, Wen-Ya Lee, Yeongin Kim, Jean-Baptiste Arlin, Jolanta Karpinska, Alan R. Kennedy, Sean R. Parkin, Yoann Olivier, Stefan C. B. Mannsfeld, Jérôme Cornil, Yves H. Geerts, Zhenan Bao, "Bulky End-Capped [1]Benzothieno[3,2-
b
]benzothiophenes: Reaching High-Mobility Organic Semiconductors by Fine Tuning of the Crystalline Solid-State Order", In Advanced Materials, Wiley, vol. 27, no. 19, pp. 3066–3072, Apr 2015. [doi] [Bibtex & Downloads]
Bulky End-Capped [1]Benzothieno[3,2- b ]benzothiophenes: Reaching High-Mobility Organic Semiconductors by Fine Tuning of the Crystalline Solid-State Order
Reference
Guillaume Schweicher, Vincent Lemaur, Claude Niebel, Christian Ruzié, Ying Diao, Osamu Goto, Wen-Ya Lee, Yeongin Kim, Jean-Baptiste Arlin, Jolanta Karpinska, Alan R. Kennedy, Sean R. Parkin, Yoann Olivier, Stefan C. B. Mannsfeld, Jérôme Cornil, Yves H. Geerts, Zhenan Bao, "Bulky End-Capped [1]Benzothieno[3,2- b ]benzothiophenes: Reaching High-Mobility Organic Semiconductors by Fine Tuning of the Crystalline Solid-State Order", In Advanced Materials, Wiley, vol. 27, no. 19, pp. 3066–3072, Apr 2015. [doi]
Bibtex
@article{Schweicher_2015,
doi = {10.1002/adma.201500322},
url = {https://doi.org/10.1002%2Fadma.201500322},
year = 2015,
month = {apr},
publisher = {Wiley},
volume = {27},
number = {19},
pages = {3066--3072},
author = {Guillaume Schweicher and Vincent Lemaur and Claude Niebel and Christian Ruzi{\'{e}} and Ying Diao and Osamu Goto and Wen-Ya Lee and Yeongin Kim and Jean-Baptiste Arlin and Jolanta Karpinska and Alan R. Kennedy and Sean R. Parkin and Yoann Olivier and Stefan C. B. Mannsfeld and J{\'{e}}r{\^{o}}me Cornil and Yves H. Geerts and Zhenan Bao},
title = {Bulky End-Capped [1]Benzothieno[3,2-
b
]benzothiophenes: Reaching High-Mobility Organic Semiconductors by Fine Tuning of the Crystalline Solid-State Order},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wei Ma, Julia Reinspach, Yan Zhou, Ying Diao, Terry McAfee, Stefan C. B. Mannsfeld, Zhenan Bao, Harald Ade, "Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing", In Advanced Functional Materials, Wiley, vol. 25, no. 21, pp. 3131–3137, Apr 2015. [doi] [Bibtex & Downloads]
Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing
Reference
Wei Ma, Julia Reinspach, Yan Zhou, Ying Diao, Terry McAfee, Stefan C. B. Mannsfeld, Zhenan Bao, Harald Ade, "Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing", In Advanced Functional Materials, Wiley, vol. 25, no. 21, pp. 3131–3137, Apr 2015. [doi]
Bibtex
@article{Ma_2015,
doi = {10.1002/adfm.201500468},
url = {https://doi.org/10.1002%2Fadfm.201500468},
year = 2015,
month = {apr},
publisher = {Wiley},
volume = {25},
number = {21},
pages = {3131--3137},
author = {Wei Ma and Julia Reinspach and Yan Zhou and Ying Diao and Terry McAfee and Stefan C. B. Mannsfeld and Zhenan Bao and Harald Ade},
title = {Tuning Local Molecular Orientation-Composition Correlations in Binary Organic Thin Films by Solution Shearing},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Holger Fiedler, Marius Toader, Sascha Hermann, Michael Rennau, Raul D. Rodriguez, Evgeniya Sheremet, Michael Hietschold, Dietrich R.T. Zahn, Stefan E. Schulz, Thomas Gessner, "Back-end-of-line compatible contact materials for carbon nanotube based interconnects", In Microelectronic Engineering, Elsevier BV, vol. 137, pp. 130–134, Apr 2015. [doi] [Bibtex & Downloads]
Back-end-of-line compatible contact materials for carbon nanotube based interconnects
Reference
Holger Fiedler, Marius Toader, Sascha Hermann, Michael Rennau, Raul D. Rodriguez, Evgeniya Sheremet, Michael Hietschold, Dietrich R.T. Zahn, Stefan E. Schulz, Thomas Gessner, "Back-end-of-line compatible contact materials for carbon nanotube based interconnects", In Microelectronic Engineering, Elsevier BV, vol. 137, pp. 130–134, Apr 2015. [doi]
Bibtex
@article{Fiedler_2015,
title={Back-end-of-line compatible contact materials for carbon nanotube based interconnects},
volume={137},
ISSN={0167-9317},
url={http://dx.doi.org/10.1016/j.mee.2014.11.004},
DOI={10.1016/j.mee.2014.11.004},
journal={Microelectronic Engineering},
publisher={Elsevier BV},
author={Fiedler, Holger and Toader, Marius and Hermann, Sascha and Rennau, Michael and Rodriguez, Raul D. and Sheremet, Evgeniya and Hietschold, Michael and Zahn, Dietrich R.T. and Schulz, Stefan E. and Gessner, Thomas},
year={2015},
month={Apr},
pages={130–134}
}Downloads
No Downloads available for this publication
Permalink
- Ulrich Hans Peter Fischer-Hirchert, Krzysztof Nieweglowski, "Optical motherboard" , Chapter in Photonic Packaging Sourcebook: Fiber-Chip Coupling for Optical Components, Basic Calculations, Modules (Fischer-Hirchert, Ulrich Hans Peter) , Springer, pp. 217-239, Apr 2015. [Bibtex & Downloads]
Optical motherboard
Reference
Ulrich Hans Peter Fischer-Hirchert, Krzysztof Nieweglowski, "Optical motherboard" , Chapter in Photonic Packaging Sourcebook: Fiber-Chip Coupling for Optical Components, Basic Calculations, Modules (Fischer-Hirchert, Ulrich Hans Peter) , Springer, pp. 217-239, Apr 2015.
Bibtex
@InCollection{ auto-key*ca,
author = {Fischer-Hirchert, Ulrich Hans Peter and Nieweglowski, Krzysztof},
title = {Optical motherboard},
booktitle = {Photonic Packaging Sourcebook: Fiber-Chip Coupling for Optical Components, Basic Calculations, Modules},
editor = {Fischer-Hirchert, Ulrich Hans Peter},
publisher = {Springer},
pages = {217-239},
month = apr,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- László Szilágyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "Area-efficient offset compensation and common-mode control circuit with switched-capacitor technique in an 18\,Gbps optical receiver in 80\,nm CMOS" , Proceedings of the Optical Interconnects Conference (OIC), Apr 2015. [Bibtex & Downloads]
Area-efficient offset compensation and common-mode control circuit with switched-capacitor technique in an 18\,Gbps optical receiver in 80\,nm CMOS
Reference
László Szilágyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "Area-efficient offset compensation and common-mode control circuit with switched-capacitor technique in an 18\,Gbps optical receiver in 80\,nm CMOS" , Proceedings of the Optical Interconnects Conference (OIC), Apr 2015.
Bibtex
@InProceedings{ auto-key*cb,
author = {László Szilágyi and Guido Belfiore and Ronny Henker and Frank Ellinger},
title = {Area-efficient offset compensation and common-mode control circuit with switched-capacitor technique in an {18\,Gbps} optical receiver in 80\,nm {CMOS}},
booktitle = {Proceedings of the Optical Interconnects Conference (OIC)},
month = apr,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Hermann Härtig, "Demo Abstract: An Energy/Utility Demo" , Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), Apr 2015. [Bibtex & Downloads]
Demo Abstract: An Energy/Utility Demo
Reference
Marcus Hähnel, Hermann Härtig, "Demo Abstract: An Energy/Utility Demo" , Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), Apr 2015.
Bibtex
@InProceedings{ auto-key*fv,
author = {Marcus Hähnel and Hermann Härtig},
title = {Demo Abstract: {An} Energy/Utility Demo},
booktitle = {Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS)},
month = apr,
year = {2015},
project = {B04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, Lothar Thiele, Lars Schorr, Weihua Sheng, Ben Juurlink, Mauricio Alvarez-Mesa, Angela Pohl, Ralph Jessenberger, Victor Reyes, Rainer Leupers, "Multi/Many-core Programming: Where Are We Standing?", Proceedings of the 2015 Design, Automation & Test in Europe Conference & Exhibition (DATE), EDA Consortium, pp. 1708–1717, San Jose, CA, USA, Mar 2015. ([link]) [Bibtex & Downloads]
Multi/Many-core Programming: Where Are We Standing?
Reference
Jeronimo Castrillon, Lothar Thiele, Lars Schorr, Weihua Sheng, Ben Juurlink, Mauricio Alvarez-Mesa, Angela Pohl, Ralph Jessenberger, Victor Reyes, Rainer Leupers, "Multi/Many-core Programming: Where Are We Standing?", Proceedings of the 2015 Design, Automation & Test in Europe Conference & Exhibition (DATE), EDA Consortium, pp. 1708–1717, San Jose, CA, USA, Mar 2015. ([link])
Bibtex
@inproceedings{Castrillon:2015,
author={Castrillon, Jeronimo and Thiele, Lothar and Schorr, Lars and Sheng, Weihua and Juurlink, Ben and Alvarez-Mesa, Mauricio and Pohl, Angela and Jessenberger, Ralph and Reyes, Victor and Leupers, Rainer},
title={Multi/Many-core Programming: Where Are We Standing?},
booktitle={Proceedings of the 2015 Design, Automation \& Test in Europe Conference \& Exhibition (DATE)},
series={DATE '15},
year={2015},
Month=mar,
location={Grenoble, France},
pages={1708--1717},
numpages={10},
acmid={2757208},
publisher={EDA Consortium},
address={San Jose, CA, USA},
Bdsk-url-1={http://dl.acm.org/citation.cfm?id=2757012.2757208},
comment={[link]}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Scott Himmelberger, Duc T. Duong, John E. Northrup, Jonathan Rivnay, Felix P. V. Koch, Bryan S. Beckingham, Natalie Stingelin, Rachel A. Segalman, Stefan C. B. Mannsfeld, Alberto Salleo, "Role of Side-Chain Branching on Thin-Film Structure and Electronic Properties of Polythiophenes", In Advanced Functional Materials, Wiley, vol. 25, no. 17, pp. 2616–2624, Mar 2015. [doi] [Bibtex & Downloads]
Role of Side-Chain Branching on Thin-Film Structure and Electronic Properties of Polythiophenes
Reference
Scott Himmelberger, Duc T. Duong, John E. Northrup, Jonathan Rivnay, Felix P. V. Koch, Bryan S. Beckingham, Natalie Stingelin, Rachel A. Segalman, Stefan C. B. Mannsfeld, Alberto Salleo, "Role of Side-Chain Branching on Thin-Film Structure and Electronic Properties of Polythiophenes", In Advanced Functional Materials, Wiley, vol. 25, no. 17, pp. 2616–2624, Mar 2015. [doi]
Bibtex
@article{Himmelberger_2015,
doi = {10.1002/adfm.201500101},
url = {https://doi.org/10.1002%2Fadfm.201500101},
year = 2015,
month = {mar},
publisher = {Wiley},
volume = {25},
number = {17},
pages = {2616--2624},
author = {Scott Himmelberger and Duc T. Duong and John E. Northrup and Jonathan Rivnay and Felix P. V. Koch and Bryan S. Beckingham and Natalie Stingelin and Rachel A. Segalman and Stefan C. B. Mannsfeld and Alberto Salleo},
title = {Role of Side-Chain Branching on Thin-Film Structure and Electronic Properties of Polythiophenes},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Fischer, Guntram Scheithauer, "Cutting and packing problems with placement constraints" , Chapter in Optimized Packings with Applications (Giorgio Fasano and János D. Pintér) , Springer, vol. 105, pp. 119-156, Mar 2015. [Bibtex & Downloads]
Cutting and packing problems with placement constraints
Reference
Andreas Fischer, Guntram Scheithauer, "Cutting and packing problems with placement constraints" , Chapter in Optimized Packings with Applications (Giorgio Fasano and János D. Pintér) , Springer, vol. 105, pp. 119-156, Mar 2015.
Bibtex
@InCollection{ auto-key*i,
author = {Andreas Fischer and Guntram Scheithauer},
title = {Cutting and packing problems with placement constraints},
booktitle = {Optimized Packings with Applications},
editor = {Giorgio Fasano and János D. Pintér},
publisher = {Springer},
volume = {105},
series = {Springer Optimization and Its Applications},
pages = {119-156},
month = mar,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Somayeh Malakuti Khah Olun Abadi, Mehmet Akşit, "On liberating programs from von Neumann architecture via event-based modularization" , Proceedings of the International Conference on Modularity (MODULARITY), Mar 2015. [Bibtex & Downloads]
On liberating programs from von Neumann architecture via event-based modularization
Reference
Somayeh Malakuti Khah Olun Abadi, Mehmet Akşit, "On liberating programs from von Neumann architecture via event-based modularization" , Proceedings of the International Conference on Modularity (MODULARITY), Mar 2015.
Bibtex
@InProceedings{ auto-key*dz,
author = {Malakuti Khah Olun Abadi, Somayeh and Akşit, Mehmet},
title = {On liberating programs from von {Neumann} architecture via event-based modularization},
booktitle = {Proceedings of the International Conference on Modularity (MODULARITY)},
month = mar,
year = {2015},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tahereh Ghane, Daijiro Nozaki, Arezoo Dianat, Anton Vladyka, Rafael Gutierrez, Jugun Prakash Chinta, Shlomo Yitzchaik, Michel Calame, Gianaurelio Cuniberti, "Interplay between Mechanical and Electronic Degrees of Freedom in $\uppi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 119, no. 11, pp. 6344–6355, Mar 2015. [doi] [Bibtex & Downloads]
Interplay between Mechanical and Electronic Degrees of Freedom in $\uppi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks
Reference
Tahereh Ghane, Daijiro Nozaki, Arezoo Dianat, Anton Vladyka, Rafael Gutierrez, Jugun Prakash Chinta, Shlomo Yitzchaik, Michel Calame, Gianaurelio Cuniberti, "Interplay between Mechanical and Electronic Degrees of Freedom in $\uppi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks", In The Journal of Physical Chemistry C, American Chemical Society (ACS), vol. 119, no. 11, pp. 6344–6355, Mar 2015. [doi]
Bibtex
@article{Ghane_2015,
doi = {10.1021/jp512524z},
url = {https://doi.org/10.1021%2Fjp512524z},
year = 2015,
month = {mar},
publisher = {American Chemical Society ({ACS})},
volume = {119},
number = {11},
pages = {6344--6355},
author = {Tahereh Ghane and Daijiro Nozaki and Arezoo Dianat and Anton Vladyka and Rafael Gutierrez and Jugun Prakash Chinta and Shlomo Yitzchaik and Michel Calame and Gianaurelio Cuniberti},
title = {Interplay between Mechanical and Electronic Degrees of Freedom in $\uppi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks},
journal = {The Journal of Physical Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alfred Kick, Michael Mertig, "Characterization of pH-sensitive polymer layers by surface plasmon resonance and quartz crystal microbalance", In physica status solidi (a), Wiley Online Library, vol. 212, no. 6, pp. 1249–1253, Feb 2015. [doi] [Bibtex & Downloads]
Characterization of pH-sensitive polymer layers by surface plasmon resonance and quartz crystal microbalance
Reference
Alfred Kick, Michael Mertig, "Characterization of pH-sensitive polymer layers by surface plasmon resonance and quartz crystal microbalance", In physica status solidi (a), Wiley Online Library, vol. 212, no. 6, pp. 1249–1253, Feb 2015. [doi]
Bibtex
@article{kick2015characterization,
author={Kick, Alfred and Mertig, Michael},
doi={10.1002/pssa.201431604},
journal={physica status solidi (a)},
month={feb},
number={6},
pages={1249–1253},
publisher={Wiley Online Library},
title={Characterization of pH-sensitive polymer layers by surface plasmon resonance and quartz crystal microbalance},
url={https://doi.org/10.1002%2Fpssa.201431604},
volume={212},
year={2015},
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Gagandeep Singh, Lukas Landau, Gerhard P. Fettweis, "Finite length reconstructible ASK-sequences received with 1-bit quantization and oversampling" , Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC), Feb 2015. [Bibtex & Downloads]
Finite length reconstructible ASK-sequences received with 1-bit quantization and oversampling
Reference
Gagandeep Singh, Lukas Landau, Gerhard P. Fettweis, "Finite length reconstructible ASK-sequences received with 1-bit quantization and oversampling" , Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC), Feb 2015.
Bibtex
@InProceedings{ auto-key*h,
author = {Gagandeep Singh and Lukas Landau and Gerhard P. Fettweis},
title = {Finite length reconstructible {ASK}-sequences received with 1-bit quantization and oversampling},
booktitle = {Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC)},
month = feb,
year = {2015},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paulius Sakalas, Michael Schröter, Herbert Zirath, "mm-wave noise modeling in advanced SiGe and InP HBTs" , In Journal of Computational Electronics, vol. 14, no. 1, pp. 62-71, Feb 2015. [Bibtex & Downloads]
mm-wave noise modeling in advanced SiGe and InP HBTs
Reference
Paulius Sakalas, Michael Schröter, Herbert Zirath, "mm-wave noise modeling in advanced SiGe and InP HBTs" , In Journal of Computational Electronics, vol. 14, no. 1, pp. 62-71, Feb 2015.
Bibtex
@Article{ auto-key*bq,
author = {Paulius Sakalas and Michael Schröter and Herbert Zirath},
title = {mm-wave noise modeling in advanced {SiGe and InP HBTs}},
journal = {Journal of Computational Electronics},
volume = {14},
number = {1},
pages = {62-71},
month = feb,
year = {2015},
project = {A06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Guido Belfiore, László Szilágyi, Ronny Henker, Frank Ellinger, "Common cathode VCSEL driver in 90\,nm CMOS enabling 25\,Gbit/s optical connection using a 14\,Gbit/s 850\,nm VCSEL" , In IET Electronics Letters, vol. 51, no. 4, pp. 349-351, Feb 2015. [Bibtex & Downloads]
Common cathode VCSEL driver in 90\,nm CMOS enabling 25\,Gbit/s optical connection using a 14\,Gbit/s 850\,nm VCSEL
Reference
Guido Belfiore, László Szilágyi, Ronny Henker, Frank Ellinger, "Common cathode VCSEL driver in 90\,nm CMOS enabling 25\,Gbit/s optical connection using a 14\,Gbit/s 850\,nm VCSEL" , In IET Electronics Letters, vol. 51, no. 4, pp. 349-351, Feb 2015.
Bibtex
@Article{ auto-key*bz,
author = {Guido Belfiore and László Szilágyi and Ronny Henker and Frank Ellinger},
title = {Common cathode {VCSEL} driver in 90\,nm {CMOS} enabling {25\,Gbit/s} optical connection using a {14\,Gbit/s 850\,nm VCSEL}},
journal = {IET Electronics Letters},
volume = {51},
number = {4},
pages = {349-351},
month = feb,
year = {2015},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Seyedreza Hosseini, Kambiz Jamshidi, "Modulation efficiency enhancement of an optical phase modulator using one-dimensional photonic crystal structures", Chapter in Silicon Photonics X (Graham T. Reed and Michael R. Watts), SPIE, vol. 9367, pp. 0I:1-0I:10, Feb 2015. [Bibtex & Downloads]
Modulation efficiency enhancement of an optical phase modulator using one-dimensional photonic crystal structures
Reference
Seyedreza Hosseini, Kambiz Jamshidi, "Modulation efficiency enhancement of an optical phase modulator using one-dimensional photonic crystal structures", Chapter in Silicon Photonics X (Graham T. Reed and Michael R. Watts), SPIE, vol. 9367, pp. 0I:1-0I:10, Feb 2015.
Bibtex
@InCollection{ HK:+15,
author = {Seyedreza Hosseini and Kambiz Jamshidi},
title = {Modulation efficiency enhancement of an optical phase modulator using one-dimensional photonic crystal structures},
booktitle = {Silicon Photonics~X},
editor = {Graham T. Reed and Michael R. Watts},
publisher = {SPIE},
volume = {9367},
series = {Proceedings of SPIE},
pages = {0I:1-0I:10},
month = feb,
year = {2015},
project = {A11}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Theofilos Mailis, Anni-Yasmin Turhan, "Employing DL-Lite$_\text{R}$-Reasoners for Fuzzy Query Answering", Chapter in Semantic Technology (Thepchai Supnithi and Takahira Yamaguchi and Jeff Z. Pan and Vilas Wuwongse and Marut Buranarach), Springer, vol. 8943, pp. 63-78, Feb 2015. [Bibtex & Downloads]
Employing DL-Lite$_\text{R}$-Reasoners for Fuzzy Query Answering
Reference
Theofilos Mailis, Anni-Yasmin Turhan, "Employing DL-Lite$_\text{R}$-Reasoners for Fuzzy Query Answering", Chapter in Semantic Technology (Thepchai Supnithi and Takahira Yamaguchi and Jeff Z. Pan and Vilas Wuwongse and Marut Buranarach), Springer, vol. 8943, pp. 63-78, Feb 2015.
Bibtex
@InCollection{ MT-JIST-14,
author = {Theofilos Mailis and Anni-Yasmin Turhan},
title = {Employing {{DL-Lite$_\text{R}$}}-Reasoners for Fuzzy Query Answering},
booktitle = {Semantic Technology},
editor = {Thepchai Supnithi and Takahira Yamaguchi and Jeff Z. Pan and Vilas Wuwongse and Marut Buranarach},
publisher = {Springer},
volume = {8943},
series = {Lecture Notes in Computer Science},
pages = {63-78},
month = feb,
year = {2015},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Amnon Barak, Zvi Drezner, Ely Levy, Matthias Lieber, Amnon Shiloh, "Resilient gossip algorithms for collecting online management information in exascale clusters", In Concurrency and Computation: Practice and Experience, Wiley Online Library, vol. 27, no. 17, pp. 4797–4818, Jan 2015. [doi] [Bibtex & Downloads]
Resilient gossip algorithms for collecting online management information in exascale clusters
Reference
Amnon Barak, Zvi Drezner, Ely Levy, Matthias Lieber, Amnon Shiloh, "Resilient gossip algorithms for collecting online management information in exascale clusters", In Concurrency and Computation: Practice and Experience, Wiley Online Library, vol. 27, no. 17, pp. 4797–4818, Jan 2015. [doi]
Bibtex
@article{barak2015resilient,
author={Barak, Amnon and Drezner, Zvi and Levy, Ely and Lieber, Matthias and Shiloh, Amnon},
doi={10.1002/cpe.3465},
journal={Concurrency and Computation: Practice and Experience},
month={jan},
number={17},
pages={4797–4818},
publisher={Wiley Online Library},
title={Resilient gossip algorithms for collecting online management information in exascale clusters},
url={https://doi.org/10.1002%2Fcpe.3465},
volume={27},
year={2015},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, "Tools and dataflow-based programming models for heterogeneous MPSoCs", In Workshop on Power-Efficient GPU and Many-core Computing (PEGPUM'15) in conjunction with the HiPEAC Conference (invited talk), Jan 2015. [Bibtex & Downloads]
Tools and dataflow-based programming models for heterogeneous MPSoCs
Reference
Jeronimo Castrillon, "Tools and dataflow-based programming models for heterogeneous MPSoCs", In Workshop on Power-Efficient GPU and Many-core Computing (PEGPUM'15) in conjunction with the HiPEAC Conference (invited talk), Jan 2015.
Bibtex
@Misc{castrillon2015pegpum,
Title={Tools and dataflow-based programming models for heterogeneous MPSoCs},
Author={Castrillon, Jeronimo},
HowPublished={Workshop on Power-Efficient GPU and Many-core Computing (PEGPUM'15) in conjunction with the HiPEAC Conference (invited talk)},
Year={2015},
Month=jan,
Location={Amsterdam, The Netherlands},
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/150121_castrillon_pegpum.pdf}
}Downloads
150121_castrillon_pegpum [PDF]
Related Paths
Permalink
- Jeronimo Castrillon, "Simulation and Estimation for MPSoC Programming Tools", In Proceeding: Workshop on Rapid Simulation and Performance Evaluation: Methods and Tools (RAPIDO'15), in conjunction with the HiPEAC Conference (keynote), Jan 2015. [Bibtex & Downloads]
Simulation and Estimation for MPSoC Programming Tools
Reference
Jeronimo Castrillon, "Simulation and Estimation for MPSoC Programming Tools", In Proceeding: Workshop on Rapid Simulation and Performance Evaluation: Methods and Tools (RAPIDO'15), in conjunction with the HiPEAC Conference (keynote), Jan 2015.
Bibtex
@InProceedings{castrillon2015rapido,
Title={Simulation and Estimation for MPSoC Programming Tools},
Author={Castrillon, Jeronimo},
Booktitle={Workshop on Rapid Simulation and Performance Evaluation: Methods and Tools (RAPIDO'15), in conjunction with the HiPEAC Conference (keynote)},
Year={2015},
Month=jan,
Location={Amsterdam, The Netherlands},
url = {https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/150121_castrillon_rapido.pdf}
}Downloads
150121_castrillon_rapido [PDF]
Related Paths
Permalink
- Artem Fediai, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Electrical characteristics of the carbon nanotube field-effect transistors with extended contacts obtained within ab-initio based model", 2015. [Bibtex & Downloads]
Electrical characteristics of the carbon nanotube field-effect transistors with extended contacts obtained within ab-initio based model
Reference
Artem Fediai, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Electrical characteristics of the carbon nanotube field-effect transistors with extended contacts obtained within ab-initio based model", 2015.
Bibtex
@article{fediaielectrical,
title={Electrical characteristics of the carbon nanotube field-effect transistors with extended contacts obtained within ab-initio based model},
author={Fediai, Artem and Ryndyk, Dmitry A and Cuniberti, Gianaurelio},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Gang, N. Haustein, L. Baraban, G. Cuniberti, "Multifunctional reversibly sealable microfluidic devices for patterned material deposition approaches", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 16, pp. 11806–11811, 2015. [doi] [Bibtex & Downloads]
Multifunctional reversibly sealable microfluidic devices for patterned material deposition approaches
Reference
A. Gang, N. Haustein, L. Baraban, G. Cuniberti, "Multifunctional reversibly sealable microfluidic devices for patterned material deposition approaches", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 16, pp. 11806–11811, 2015. [doi]
Bibtex
@article{gang2015multifunctional,
author={Gang, A and Haustein, N and Baraban, L and Cuniberti, G},
doi={10.1039/C4RA15785K},
journal={RSC Advances},
number={16},
pages={11806–11811},
publisher={Royal Society of Chemistry},
title={Multifunctional reversibly sealable microfluidic devices for patterned material deposition approaches},
url={https://doi.org/10.1039%2Fc4ra15785k},
volume={5},
year={2015},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Krause, Jan Brueckner, Susanne Doerfler, Florian M Wisser, Holger Althues, Matthias Grube, Jan Martin, Julia Grothe, Thomas Mikolajick, Walter M Weber, "Stability and Performance of Heterogeneous Anode Assemblies of Silicon Nanowires on Carbon Meshes for Lithium-Sulfur Battery Applications", MRS Proceedings, vol. 1751, pp. mrsf14–1751, 2015. [doi] [Bibtex & Downloads]
Stability and Performance of Heterogeneous Anode Assemblies of Silicon Nanowires on Carbon Meshes for Lithium-Sulfur Battery Applications
Reference
Andreas Krause, Jan Brueckner, Susanne Doerfler, Florian M Wisser, Holger Althues, Matthias Grube, Jan Martin, Julia Grothe, Thomas Mikolajick, Walter M Weber, "Stability and Performance of Heterogeneous Anode Assemblies of Silicon Nanowires on Carbon Meshes for Lithium-Sulfur Battery Applications", MRS Proceedings, vol. 1751, pp. mrsf14–1751, 2015. [doi]
Bibtex
@inproceedings{krause2015stability,
title={Stability and Performance of Heterogeneous Anode Assemblies of Silicon Nanowires on Carbon Meshes for Lithium-Sulfur Battery Applications},
author={Krause, Andreas and Brueckner, Jan and Doerfler, Susanne and Wisser, Florian M and Althues, Holger and Grube, Matthias and Martin, Jan and Grothe, Julia and Mikolajick, Thomas and Weber, Walter M},
booktitle={MRS Proceedings},
volume={1751},
pages={mrsf14--1751},
year={2015},
organization={Cambridge Univ Press},
doi={10.1557/opl.2015.196}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anna A Makarova, Elena V Grachova, Vera S Neudachina, Lada V Yashina, Anja Blüher, Serguei L Molodtsov, Michael Mertig, Hermann Ehrlich, Vera K Adamchuk, Clemens Laubschat, others, "Insight into Bio-metal Interface Formation in vacuo: Interplay of S-layer Protein with Copper and Iron", In Scientific reports, Nature Publishing Group, vol. 5, 2015. [doi] [Bibtex & Downloads]
Insight into Bio-metal Interface Formation in vacuo: Interplay of S-layer Protein with Copper and Iron
Reference
Anna A Makarova, Elena V Grachova, Vera S Neudachina, Lada V Yashina, Anja Blüher, Serguei L Molodtsov, Michael Mertig, Hermann Ehrlich, Vera K Adamchuk, Clemens Laubschat, others, "Insight into Bio-metal Interface Formation in vacuo: Interplay of S-layer Protein with Copper and Iron", In Scientific reports, Nature Publishing Group, vol. 5, 2015. [doi]
Bibtex
@article{makarova2015insight,
title={Insight into Bio-metal Interface Formation in vacuo: Interplay of S-layer Protein with Copper and Iron},
author={Makarova, Anna A and Grachova, Elena V and Neudachina, Vera S and Yashina, Lada V and Bl{\"u}her, Anja and Molodtsov, Serguei L and Mertig, Michael and Ehrlich, Hermann and Adamchuk, Vera K and Laubschat, Clemens and others},
journal={Scientific reports},
volume={5},
year={2015},
publisher={Nature Publishing Group},
doi={10.1038/srep08710}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Christel Baier, Marcus Daum, Benjamin Engel, Hermann Härtig, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "Locks: Picking key methods for a scalable quantitative analysis", In Journal of Computer and System Sciences, Elsevier, vol. 81, no. 1, pp. 258–287, 2015. [doi] [Bibtex & Downloads]
Locks: Picking key methods for a scalable quantitative analysis
Reference
Christel Baier, Marcus Daum, Benjamin Engel, Hermann Härtig, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "Locks: Picking key methods for a scalable quantitative analysis", In Journal of Computer and System Sciences, Elsevier, vol. 81, no. 1, pp. 258–287, 2015. [doi]
Bibtex
@article{baier2015locks,
title={Locks: Picking key methods for a scalable quantitative analysis},
author={Baier, Christel and Daum, Marcus and Engel, Benjamin and H{\"a}rtig, Hermann and Klein, Joachim and Kl{\"u}ppelholz, Sascha and M{\"a}rcker, Steffen and Tews, Hendrik and V{\"o}lp, Marcus},
journal={Journal of Computer and System Sciences},
volume={81},
number={1},
pages={258--287},
year={2015},
publisher={Elsevier},
doi={10.1016/j.jcss.2014.06.004}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Clemens Dubslaff, Christel Baier, Sascha Klüppelholz, "Probabilistic Model Checking for Feature-Oriented Systems", Chapter in Transactions on Aspect-Oriented Software Development XII, Springer, pp. 180–220, 2015. [doi] [Bibtex & Downloads]
Probabilistic Model Checking for Feature-Oriented Systems
Reference
Clemens Dubslaff, Christel Baier, Sascha Klüppelholz, "Probabilistic Model Checking for Feature-Oriented Systems", Chapter in Transactions on Aspect-Oriented Software Development XII, Springer, pp. 180–220, 2015. [doi]
Bibtex
@incollection{dubslaff2015probabilistic,
title={Probabilistic Model Checking for Feature-Oriented Systems},
author={Dubslaff, Clemens and Baier, Christel and Kl{\"u}ppelholz, Sascha},
booktitle={Transactions on Aspect-Oriented Software Development XII},
pages={180--220},
year={2015},
publisher={Springer},
doi={10.1007/978-3-662-46734-3_5}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Claude Niebel, Yeongin Kim, Christian Ruzié, Jolanta Karpinska, Basab Chattopadhyay, Guillaume Schweicher, Audrey Richard, Vincent Lemaur, Yoann Olivier, Jérôme Cornil, Alan R. Kennedy, Ying Diao, Wen-Ya Lee, Stefan Mannsfeld, Zhenan Bao, Yves H. Geerts, "Thienoacene dimers based on the thieno[3,2-b]thiophene moiety: synthesis, characterization and electronic properties", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 3, no. 3, pp. 674–685, 2015. [doi] [Bibtex & Downloads]
Thienoacene dimers based on the thieno[3,2-b]thiophene moiety: synthesis, characterization and electronic properties
Reference
Claude Niebel, Yeongin Kim, Christian Ruzié, Jolanta Karpinska, Basab Chattopadhyay, Guillaume Schweicher, Audrey Richard, Vincent Lemaur, Yoann Olivier, Jérôme Cornil, Alan R. Kennedy, Ying Diao, Wen-Ya Lee, Stefan Mannsfeld, Zhenan Bao, Yves H. Geerts, "Thienoacene dimers based on the thieno[3,2-b]thiophene moiety: synthesis, characterization and electronic properties", In Journal of Materials Chemistry C, Royal Society of Chemistry (RSC), vol. 3, no. 3, pp. 674–685, 2015. [doi]
Bibtex
@article{Niebel_2015,
doi = {10.1039/c4tc02158d},
url = {https://doi.org/10.1039%2Fc4tc02158d},
year = 2015,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {3},
number = {3},
pages = {674--685},
author = {Claude Niebel and Yeongin Kim and Christian Ruzi{\'{e}} and Jolanta Karpinska and Basab Chattopadhyay and Guillaume Schweicher and Audrey Richard and Vincent Lemaur and Yoann Olivier and J{\'{e}}r{\^{o}}me Cornil and Alan R. Kennedy and Ying Diao and Wen-Ya Lee and Stefan Mannsfeld and Zhenan Bao and Yves H. Geerts},
title = {Thienoacene dimers based on the thieno[3,2-b]thiophene moiety: synthesis, characterization and electronic properties},
journal = {Journal of Materials Chemistry C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diogo Behrens, Marco Serafini, "Scalable Error Isolation for Distributed Systems", In technology, vol. 26, pp. 51, 2015. [Bibtex & Downloads]
Scalable Error Isolation for Distributed Systems
Reference
Diogo Behrens, Marco Serafini, "Scalable Error Isolation for Distributed Systems", In technology, vol. 26, pp. 51, 2015.
Bibtex
@article{behrens2015scalable,
title={Scalable Error Isolation for Distributed Systems},
author={Behrens, Diogo and Serafini, Marco},
journal={technology},
volume={26},
pages={51},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniil Karnaushenko, Bergoi Ibarlucea, Sanghun Lee, Gungun Lin, Larysa Baraban, Sebastian Pregl, Michael Melzer, Denys Makarov, Walter M Weber, Thomas Mikolajick, others, "Light Weight and Flexible High-Performance Diagnostic Platform", In Advanced healthcare materials, Wiley Online Library, 2015. [doi] [Bibtex & Downloads]
Light Weight and Flexible High-Performance Diagnostic Platform
Reference
Daniil Karnaushenko, Bergoi Ibarlucea, Sanghun Lee, Gungun Lin, Larysa Baraban, Sebastian Pregl, Michael Melzer, Denys Makarov, Walter M Weber, Thomas Mikolajick, others, "Light Weight and Flexible High-Performance Diagnostic Platform", In Advanced healthcare materials, Wiley Online Library, 2015. [doi]
Bibtex
@article{karnaushenko2015light,
title={Light Weight and Flexible High-Performance Diagnostic Platform},
author={Karnaushenko, Daniil and Ibarlucea, Bergoi and Lee, Sanghun and Lin, Gungun and Baraban, Larysa and Pregl, Sebastian and Melzer, Michael and Makarov, Denys and Weber, Walter M and Mikolajick, Thomas and others},
journal={Advanced healthcare materials},
year={2015},
publisher={Wiley Online Library},
doi={10.1002/adhm.201500128}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Evgeniya Sheremet, AG Milekhin, Raul David Rodriguez, Thomas Weiss, Maxim Nesterov, EE Rodyakina, OD Gordan, LL Sveshnikova, TA Duda, VA Gridchin, others, "Surface-and tip-enhanced resonant Raman scattering from CdSe nanocrystals", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, 2015. [doi] [Bibtex & Downloads]
Surface-and tip-enhanced resonant Raman scattering from CdSe nanocrystals
Reference
Evgeniya Sheremet, AG Milekhin, Raul David Rodriguez, Thomas Weiss, Maxim Nesterov, EE Rodyakina, OD Gordan, LL Sveshnikova, TA Duda, VA Gridchin, others, "Surface-and tip-enhanced resonant Raman scattering from CdSe nanocrystals", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, 2015. [doi]
Bibtex
@article{sheremet2015surface,
title={Surface-and tip-enhanced resonant Raman scattering from CdSe nanocrystals},
author={Sheremet, Evgeniya and Milekhin, AG and Rodriguez, Raul David and Weiss, Thomas and Nesterov, Maxim and Rodyakina, EE and Gordan, OD and Sveshnikova, LL and Duda, TA and Gridchin, VA and others},
journal={Physical Chemistry Chemical Physics},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C4CP05087H}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franziska Fischer, Anja Henning-Knechtel, Michael Mertig, "Investigating the aggregation behaviour of DNA origami frames", In physica status solidi (a), Wiley Online Library, 2015. [doi] [Bibtex & Downloads]
Investigating the aggregation behaviour of DNA origami frames
Reference
Franziska Fischer, Anja Henning-Knechtel, Michael Mertig, "Investigating the aggregation behaviour of DNA origami frames", In physica status solidi (a), Wiley Online Library, 2015. [doi]
Bibtex
@article{fischer2015investigating,
title={Investigating the aggregation behaviour of DNA origami frames},
author={Fischer, Franziska and Henning-Knechtel, Anja and Mertig, Michael},
journal={physica status solidi (a)},
year={2015},
publisher={Wiley Online Library},
doi={10.1002/pssa.201431931}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Francesca Moresco, "Driving Molecular Machines Using the Tip of a Scanning Tunneling Microscope", Chapter in Single Molecular Machines and Motors, Springer, pp. 165–186, 2015. [doi] [Bibtex & Downloads]
Driving Molecular Machines Using the Tip of a Scanning Tunneling Microscope
Reference
Francesca Moresco, "Driving Molecular Machines Using the Tip of a Scanning Tunneling Microscope", Chapter in Single Molecular Machines and Motors, Springer, pp. 165–186, 2015. [doi]
Bibtex
@incollection{moresco2015driving,
title={Driving Molecular Machines Using the Tip of a Scanning Tunneling Microscope},
author={Moresco, Francesca},
booktitle={Single Molecular Machines and Motors},
pages={165--186},
year={2015},
publisher={Springer},
doi={10.1007/978-3-319-13872-5_10}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frieder Ostermaier, Linda Scharfenberg, Kristian Schneider, Stefan Hennig, Kai Ostermann, Juliane Posseckardt, Gerhard Rödel, Michael Mertig, "From 2D to 1D functionalization: Steps towards a carbon nanotube based biomembrane sensor for curvature sensitive proteins", In physica status solidi (a), Wiley Online Library, 2015. [doi] [Bibtex & Downloads]
From 2D to 1D functionalization: Steps towards a carbon nanotube based biomembrane sensor for curvature sensitive proteins
Reference
Frieder Ostermaier, Linda Scharfenberg, Kristian Schneider, Stefan Hennig, Kai Ostermann, Juliane Posseckardt, Gerhard Rödel, Michael Mertig, "From 2D to 1D functionalization: Steps towards a carbon nanotube based biomembrane sensor for curvature sensitive proteins", In physica status solidi (a), Wiley Online Library, 2015. [doi]
Bibtex
@article{ostermaier20152d,
title={From 2D to 1D functionalization: Steps towards a carbon nanotube based biomembrane sensor for curvature sensitive proteins},
author={Ostermaier, Frieder and Scharfenberg, Linda and Schneider, Kristian and Hennig, Stefan and Ostermann, Kai and Posseckardt, Juliane and R{\"o}del, Gerhard and Mertig, Michael},
journal={physica status solidi (a)},
year={2015},
publisher={Wiley Online Library},
doi={10.1002/pssa.201431723}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Selzer, Nelli Weiß, David Kneppe, Ludwig Bormann, Christoph Sachse, Nikolai Gaponik, Alexander Eychmüller, Karl Leo, Lars Müller-Meskamp, "A spray-coating process for highly conductive silver nanowire networks as the transparent top-electrode for small molecule organic photovoltaics", In Nanoscale, Royal Society of Chemistry, 2015. [doi] [Bibtex & Downloads]
A spray-coating process for highly conductive silver nanowire networks as the transparent top-electrode for small molecule organic photovoltaics
Reference
Franz Selzer, Nelli Weiß, David Kneppe, Ludwig Bormann, Christoph Sachse, Nikolai Gaponik, Alexander Eychmüller, Karl Leo, Lars Müller-Meskamp, "A spray-coating process for highly conductive silver nanowire networks as the transparent top-electrode for small molecule organic photovoltaics", In Nanoscale, Royal Society of Chemistry, 2015. [doi]
Bibtex
@article{selzer2015spray,
title={A spray-coating process for highly conductive silver nanowire networks as the transparent top-electrode for small molecule organic photovoltaics},
author={Selzer, Franz and Wei{\ss}, Nelli and Kneppe, David and Bormann, Ludwig and Sachse, Christoph and Gaponik, Nikolai and Eychm{\"u}ller, Alexander and Leo, Karl and M{\"u}ller-Meskamp, Lars},
journal={Nanoscale},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/c4nr06502f}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- G. Belfiore, L. Szilagyi, R. Henker, F. Ellinger, "Common cathode VCSEL driver in 90 nm CMOS enabling 25 Gbit/s optical connection using 14 Gbit/s 850 nm VCSEL", In Electronics Letters, IET, vol. 51, no. 4, pp. 349–351, 2015. [doi] [Bibtex & Downloads]
Common cathode VCSEL driver in 90 nm CMOS enabling 25 Gbit/s optical connection using 14 Gbit/s 850 nm VCSEL
Reference
G. Belfiore, L. Szilagyi, R. Henker, F. Ellinger, "Common cathode VCSEL driver in 90 nm CMOS enabling 25 Gbit/s optical connection using 14 Gbit/s 850 nm VCSEL", In Electronics Letters, IET, vol. 51, no. 4, pp. 349–351, 2015. [doi]
Bibtex
@article{belfiore2015common,
title={Common cathode VCSEL driver in 90 nm CMOS enabling 25 Gbit/s optical connection using 14 Gbit/s 850 nm VCSEL},
author={Belfiore, G and Szilagyi, L and Henker, R and Ellinger, F},
journal={Electronics Letters},
volume={51},
number={4},
pages={349--351},
year={2015},
publisher={IET},
doi={10.1049/el.2014.4217}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Guido Belfiore, Laszlo Szilagyi, Ronny Henker, Udo Jörges, Frank Ellinger, "Design of a 56 Gbit/s 4-level pulse-amplitude-modulation inductor-less vertical-cavity surface-emitting laser driver integrated circuit in 130 nm BiCMOS technology", In IET Circuits, Devices & Systems, IET, vol. 9, no. 3, pp. 213–220, 2015. [doi] [Bibtex & Downloads]
Design of a 56 Gbit/s 4-level pulse-amplitude-modulation inductor-less vertical-cavity surface-emitting laser driver integrated circuit in 130 nm BiCMOS technology
Reference
Guido Belfiore, Laszlo Szilagyi, Ronny Henker, Udo Jörges, Frank Ellinger, "Design of a 56 Gbit/s 4-level pulse-amplitude-modulation inductor-less vertical-cavity surface-emitting laser driver integrated circuit in 130 nm BiCMOS technology", In IET Circuits, Devices & Systems, IET, vol. 9, no. 3, pp. 213–220, 2015. [doi]
Bibtex
@article{belfiore2015design,
title={Design of a 56 Gbit/s 4-level pulse-amplitude-modulation inductor-less vertical-cavity surface-emitting laser driver integrated circuit in 130 nm BiCMOS technology},
author={Belfiore, Guido and Szilagyi, Laszlo and Henker, Ronny and J{\"o}rges, Udo and Ellinger, Frank},
journal={IET Circuits, Devices \& Systems},
volume={9},
number={3},
pages={213--220},
year={2015},
publisher={IET},
doi={10.1049/iet-cds.2014.0240},
do
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- G. Tretter, D. Fritsche, JD Leufker, C. Carta, F. Ellinger, "Zero-Ohm transmission lines for millimetre-wave circuits in 28 nm digital CMOS", In Electronics Letters, IET, 2015. [doi] [Bibtex & Downloads]
Zero-Ohm transmission lines for millimetre-wave circuits in 28 nm digital CMOS
Reference
G. Tretter, D. Fritsche, JD Leufker, C. Carta, F. Ellinger, "Zero-Ohm transmission lines for millimetre-wave circuits in 28 nm digital CMOS", In Electronics Letters, IET, 2015. [doi]
Bibtex
@article{tretter2015zero,
title={Zero-Ohm transmission lines for millimetre-wave circuits in 28 nm digital CMOS},
author={Tretter, G and Fritsche, D and Leufker, JD and Carta, C and Ellinger, F},
journal={Electronics Letters},
year={2015},
publisher={IET},
doi={10.1049/el.2015.0903}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Evgeni Sperling, Mandy Hohlfeld, Michael Mertig, "Soft-lithographically fabricated nanofluidic channels for single-DNA measurements", In physica status solidi (a), Wiley Online Library, 2015. [Bibtex & Downloads]
Soft-lithographically fabricated nanofluidic channels for single-DNA measurements
Reference
Evgeni Sperling, Mandy Hohlfeld, Michael Mertig, "Soft-lithographically fabricated nanofluidic channels for single-DNA measurements", In physica status solidi (a), Wiley Online Library, 2015.
Bibtex
@article{sperling2015soft,
title={Soft-lithographically fabricated nanofluidic channels for single-DNA measurements},
author={Sperling, Evgeni and Hohlfeld, Mandy and Mertig, Michael},
journal={physica status solidi (a)},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Dirk Habich, Patrick Damme, Wolfgang Lehner, "Optimierung der Anfrageverarbeitung mittels Kompression der Zwischenergebnisse", 2015. [Bibtex & Downloads]
Optimierung der Anfrageverarbeitung mittels Kompression der Zwischenergebnisse
Reference
Dirk Habich, Patrick Damme, Wolfgang Lehner, "Optimierung der Anfrageverarbeitung mittels Kompression der Zwischenergebnisse", 2015.
Bibtex
@inproceedings{habich2015optimierung,
title={Optimierung der Anfrageverarbeitung mittels Kompression der Zwischenergebnisse},
author={Habich, Dirk and Damme, Patrick and Lehner, Wolfgang},
year={2015},
organization={BTW}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Fritsche, Gregor Tretter, Corrado Carta, Frank Ellinger, "Millimeter-Wave Low-Noise Amplifier Design in 28-nm Low-Power Digital CMOS", IEEE, 2015. [Bibtex & Downloads]
Millimeter-Wave Low-Noise Amplifier Design in 28-nm Low-Power Digital CMOS
Reference
David Fritsche, Gregor Tretter, Corrado Carta, Frank Ellinger, "Millimeter-Wave Low-Noise Amplifier Design in 28-nm Low-Power Digital CMOS", IEEE, 2015.
Bibtex
@article{fritsche2015millimeter,
title={Millimeter-Wave Low-Noise Amplifier Design in 28-nm Low-Power Digital CMOS},
author={Fritsche, David and Tretter, Gregor and Carta, Corrado and Ellinger, Frank},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jan Dirk Leufker, Corrado Carta, Frank Ellinger, "A 60 GHz 24.5 dBm wideband distributed active transformer power amplifier on 250 nm BiCMOS", In Proceeding: Microwave Conference (GeMiC), 2015 German, pp. 139–141, 2015. [doi] [Bibtex & Downloads]
A 60 GHz 24.5 dBm wideband distributed active transformer power amplifier on 250 nm BiCMOS
Reference
Jan Dirk Leufker, Corrado Carta, Frank Ellinger, "A 60 GHz 24.5 dBm wideband distributed active transformer power amplifier on 250 nm BiCMOS", In Proceeding: Microwave Conference (GeMiC), 2015 German, pp. 139–141, 2015. [doi]
Bibtex
@inproceedings{leufker201560,
title={A 60 GHz 24.5 dBm wideband distributed active transformer power amplifier on 250 nm BiCMOS},
author={Leufker, Jan Dirk and Carta, Corrado and Ellinger, Frank},
booktitle={Microwave Conference (GeMiC), 2015 German},
pages={139--141},
year={2015},
organization={IEEE},
doi={10.1109/GEMIC.2015.7107772}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeremias Epperlein, Stefan Siegmund, Petr Stehlík, "Evolutionary games on graphs and discrete dynamical systems", In Journal of Difference Equations and Applications, Taylor & Francis, vol. 21, no. 2, pp. 72–95, 2015. [doi] [Bibtex & Downloads]
Evolutionary games on graphs and discrete dynamical systems
Reference
Jeremias Epperlein, Stefan Siegmund, Petr Stehlík, "Evolutionary games on graphs and discrete dynamical systems", In Journal of Difference Equations and Applications, Taylor & Francis, vol. 21, no. 2, pp. 72–95, 2015. [doi]
Bibtex
@article{epperlein2015evolutionary,
title={Evolutionary games on graphs and discrete dynamical systems},
author={Epperlein, Jeremias and Siegmund, Stefan and Stehl{\'\i}k, Petr},
journal={Journal of Difference Equations and Applications},
volume={21},
number={2},
pages={72--95},
year={2015},
publisher={Taylor \& Francis},
doi={10.1080/10236198.2014.988618}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Jens Trommer, Stefan Slesazeck, Walter M Weber, Andre Heinzig, Tim Baldauf, Thomas Mikolajick, "Effect of independently sized gates on the delay of reconfigurable silicon nanowire transistor based circuits", In Proceeding: Ultimate Integration on Silicon (EUROSOI-ULIS), 2015 Joint International EUROSOI Workshop and International Conference on, pp. 17–20, 2015. [doi] [Bibtex & Downloads]
Effect of independently sized gates on the delay of reconfigurable silicon nanowire transistor based circuits
Reference
Jens Trommer, Stefan Slesazeck, Walter M Weber, Andre Heinzig, Tim Baldauf, Thomas Mikolajick, "Effect of independently sized gates on the delay of reconfigurable silicon nanowire transistor based circuits", In Proceeding: Ultimate Integration on Silicon (EUROSOI-ULIS), 2015 Joint International EUROSOI Workshop and International Conference on, pp. 17–20, 2015. [doi]
Bibtex
@inproceedings{trommer2015effect,
title={Effect of independently sized gates on the delay of reconfigurable silicon nanowire transistor based circuits},
author={Trommer, Jens and Slesazeck, Stefan and Weber, Walter M and Heinzig, Andre and Baldauf, Tim and Mikolajick, Thomas},
booktitle={Ultimate Integration on Silicon (EUROSOI-ULIS), 2015 Joint International EUROSOI Workshop and International Conference on},
pages={17--20},
year={2015},
organization={IEEE},
doi={10.1109/ULIS.2015.7063762}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jens Trommer, Andre Heinzig, Tim Baldauf, Stefan Slesazeck, Thomas Mikolajick, Walter Weber, "Functionality-Enhanced Logic Gate Design Enabled by Symmetrical Reconfigurable Silicon Nanowire Transistors", IEEE, 2015. [doi] [Bibtex & Downloads]
Functionality-Enhanced Logic Gate Design Enabled by Symmetrical Reconfigurable Silicon Nanowire Transistors
Reference
Jens Trommer, Andre Heinzig, Tim Baldauf, Stefan Slesazeck, Thomas Mikolajick, Walter Weber, "Functionality-Enhanced Logic Gate Design Enabled by Symmetrical Reconfigurable Silicon Nanowire Transistors", IEEE, 2015. [doi]
Bibtex
@article{trommerfunctionality,
title={Functionality-Enhanced Logic Gate Design Enabled by Symmetrical Reconfigurable Silicon Nanowire Transistors},
author={Trommer, Jens and Heinzig, Andre and Baldauf, Tim and Slesazeck, Stefan and Mikolajick, Thomas and Weber, Walter},
publisher={IEEE},
year={2015},
doi={10.1109/TNANO.2015.2429893}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jianjun Zhang, Moritz Brehm, Martyna Grydlik, Oliver G Schmidt, "Evolution of epitaxial semiconductor nanodots and nanowires from supersaturated wetting layers", In Chemical Society Reviews, Royal Society of Chemistry, vol. 44, no. 1, pp. 26–39, 2015. [doi] [Bibtex & Downloads]
Evolution of epitaxial semiconductor nanodots and nanowires from supersaturated wetting layers
Reference
Jianjun Zhang, Moritz Brehm, Martyna Grydlik, Oliver G Schmidt, "Evolution of epitaxial semiconductor nanodots and nanowires from supersaturated wetting layers", In Chemical Society Reviews, Royal Society of Chemistry, vol. 44, no. 1, pp. 26–39, 2015. [doi]
Bibtex
@article{zhang2015evolution,
title={Evolution of epitaxial semiconductor nanodots and nanowires from supersaturated wetting layers},
author={Zhang, Jianjun and Brehm, Moritz and Grydlik, Martyna and Schmidt, Oliver G},
journal={Chemical Society Reviews},
volume={44},
number={1},
pages={26--39},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C4CS00077C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Katrin Böttger, Haralambos Hatzikirou, Anja Voss-Böhme, Elisabetta Ada Cavalcanti-Adam, Miguel A Herrero, Andreas Deutsch, "An emerging allee effect is critical for tumor initiation and persistence", In PLoS computational biology, Public Library of Science, vol. 11, no. 9, pp. e1004366, 2015. [Bibtex & Downloads]
An emerging allee effect is critical for tumor initiation and persistence
Reference
Katrin Böttger, Haralambos Hatzikirou, Anja Voss-Böhme, Elisabetta Ada Cavalcanti-Adam, Miguel A Herrero, Andreas Deutsch, "An emerging allee effect is critical for tumor initiation and persistence", In PLoS computational biology, Public Library of Science, vol. 11, no. 9, pp. e1004366, 2015.
Bibtex
@article{bottger2015emerging,
title={An emerging allee effect is critical for tumor initiation and persistence},
author={B{\"o}ttger, Katrin and Hatzikirou, Haralambos and Voss-B{\"o}hme, Anja and Cavalcanti-Adam, Elisabetta Ada and Herrero, Miguel A and Deutsch, Andreas},
journal={PLoS computational biology},
volume={11},
number={9},
pages={e1004366},
year={2015},
publisher={Public Library of Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kateryna Rybina, Waltenegus Dargie, René Schöne, Somayeh Malakuti, "Mutual Influence of Application-and Platform-Level Adaptations on Energy-Efficient Computing", 2015. [doi] [Bibtex & Downloads]
Mutual Influence of Application-and Platform-Level Adaptations on Energy-Efficient Computing
Reference
Kateryna Rybina, Waltenegus Dargie, René Schöne, Somayeh Malakuti, "Mutual Influence of Application-and Platform-Level Adaptations on Energy-Efficient Computing", 2015. [doi]
Bibtex
@article{rybinamutual,
title={Mutual Influence of Application-and Platform-Level Adaptations on Energy-Efficient Computing},
author={Rybina, Kateryna and Dargie, Waltenegus and Sch{\"o}ne, Ren{\'e} and Malakuti, Somayeh},
year={2015},
doi={10.1109/PDP.2015.9}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Linda Scharfenberg, Michael Mertig, "Semiconducting enrichment of arc discharge single-walled carbon nanotubes by density gradient ultracentrifugation", In physica status solidi (a), Wiley Online Library, 2015. [doi] [Bibtex & Downloads]
Semiconducting enrichment of arc discharge single-walled carbon nanotubes by density gradient ultracentrifugation
Reference
Linda Scharfenberg, Michael Mertig, "Semiconducting enrichment of arc discharge single-walled carbon nanotubes by density gradient ultracentrifugation", In physica status solidi (a), Wiley Online Library, 2015. [doi]
Bibtex
@article{scharfenberg2015semiconducting,
title={Semiconducting enrichment of arc discharge single-walled carbon nanotubes by density gradient ultracentrifugation},
author={Scharfenberg, Linda and Mertig, Michael},
journal={physica status solidi (a)},
year={2015},
publisher={Wiley Online Library},
doi={10.1002/pssa.201431771}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Organic / Polymer Path
Permalink
- Lin Sun, Fan Zhang, Xinyang Wang, Feng Qiu, Minzhao Xue, Giulia Tregnago, Franco Cacialli, Silvio Osella, David Beljonne, Xinliang Feng, "Geometric and Electronic Structures of Boron (III)-Cored Dyes Tailored by Incorporation of Heteroatoms into Ligands", In Chemistry–An Asian Journal, Wiley Online Library, vol. 10, no. 3, pp. 709–714, 2015. [doi] [Bibtex & Downloads]
Geometric and Electronic Structures of Boron (III)-Cored Dyes Tailored by Incorporation of Heteroatoms into Ligands
Reference
Lin Sun, Fan Zhang, Xinyang Wang, Feng Qiu, Minzhao Xue, Giulia Tregnago, Franco Cacialli, Silvio Osella, David Beljonne, Xinliang Feng, "Geometric and Electronic Structures of Boron (III)-Cored Dyes Tailored by Incorporation of Heteroatoms into Ligands", In Chemistry–An Asian Journal, Wiley Online Library, vol. 10, no. 3, pp. 709–714, 2015. [doi]
Bibtex
@article{sun2015geometric,
title={Geometric and Electronic Structures of Boron (III)-Cored Dyes Tailored by Incorporation of Heteroatoms into Ligands},
author={Sun, Lin and Zhang, Fan and Wang, Xinyang and Qiu, Feng and Xue, Minzhao and Tregnago, Giulia and Cacialli, Franco and Osella, Silvio and Beljonne, David and Feng, Xinliang},
journal={Chemistry--An Asian Journal},
volume={10},
number={3},
pages={709--714},
year={2015},
publisher={Wiley Online Library},
doi={10.1002/asia.201403272}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Marcus Adam, Remo Tietze, Nikolai Gaponik, Alexander Eychmüller, "QD-Salt Mixed Crystals: the Influence of Salt-Type, Free-Stabilizer, and pH", In Zeitschrift für Physikalische Chemie, vol. 229, no. 1-2, pp. 109–118, 2015. [doi] [Bibtex & Downloads]
QD-Salt Mixed Crystals: the Influence of Salt-Type, Free-Stabilizer, and pH
Reference
Marcus Adam, Remo Tietze, Nikolai Gaponik, Alexander Eychmüller, "QD-Salt Mixed Crystals: the Influence of Salt-Type, Free-Stabilizer, and pH", In Zeitschrift für Physikalische Chemie, vol. 229, no. 1-2, pp. 109–118, 2015. [doi]
Bibtex
@article{adam2015qd,
title={QD-Salt Mixed Crystals: the Influence of Salt-Type, Free-Stabilizer, and pH},
author={Adam, Marcus and Tietze, Remo and Gaponik, Nikolai and Eychm{\"u}ller, Alexander},
journal={Zeitschrift f{\"u}r Physikalische Chemie},
volume={229},
number={1-2},
pages={109--118},
year={2015},
doi={10.1515/zpch-2014-0598}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Adam, Zhiyu Wang, Aliaksei Dubavik, Gordon M Stachowski, Christian Meerbach, Zeliha Soran-Erdem, Christin Rengers, Hilmi Volkan Demir, Nikolai Gaponik, Alexander Eychmüller, "Liquid–Liquid Diffusion-Assisted Crystallization: A Fast and Versatile Approach Toward High Quality Mixed Quantum Dot-Salt Crystals", In Advanced Functional Materials, Wiley Online Library, 2015. [doi] [Bibtex & Downloads]
Liquid–Liquid Diffusion-Assisted Crystallization: A Fast and Versatile Approach Toward High Quality Mixed Quantum Dot-Salt Crystals
Reference
Marcus Adam, Zhiyu Wang, Aliaksei Dubavik, Gordon M Stachowski, Christian Meerbach, Zeliha Soran-Erdem, Christin Rengers, Hilmi Volkan Demir, Nikolai Gaponik, Alexander Eychmüller, "Liquid–Liquid Diffusion-Assisted Crystallization: A Fast and Versatile Approach Toward High Quality Mixed Quantum Dot-Salt Crystals", In Advanced Functional Materials, Wiley Online Library, 2015. [doi]
Bibtex
@article{adam2015liquid,
title={Liquid--Liquid Diffusion-Assisted Crystallization: A Fast and Versatile Approach Toward High Quality Mixed Quantum Dot-Salt Crystals},
author={Adam, Marcus and Wang, Zhiyu and Dubavik, Aliaksei and Stachowski, Gordon M and Meerbach, Christian and Soran-Erdem, Zeliha and Rengers, Christin and Demir, Hilmi Volkan and Gaponik, Nikolai and Eychm{\"u}ller, Alexander},
journal={Advanced Functional Materials},
year={2015},
publisher={Wiley Online Library},
doi={10.1002/adfm.201570123}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Melzer, Martin Kaltenbrunner, Denys Makarov, Dmitriy Karnaushenko, Daniil Karnaushenko, Tsuyoshi Sekitani, Takao Someya, Oliver G Schmidt, "Imperceptible magnetoelectronics", In Nature communications, Nature Publishing Group, vol. 6, 2015. [Bibtex & Downloads]
Imperceptible magnetoelectronics
Reference
Michael Melzer, Martin Kaltenbrunner, Denys Makarov, Dmitriy Karnaushenko, Daniil Karnaushenko, Tsuyoshi Sekitani, Takao Someya, Oliver G Schmidt, "Imperceptible magnetoelectronics", In Nature communications, Nature Publishing Group, vol. 6, 2015.
Bibtex
@article{melzer2015imperceptible,
title={Imperceptible magnetoelectronics},
author={Melzer, Michael and Kaltenbrunner, Martin and Makarov, Denys and Karnaushenko, Dmitriy and Karnaushenko, Daniil and Sekitani, Tsuyoshi and Someya, Takao and Schmidt, Oliver G},
journal={Nature communications},
volume={6},
year={2015},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Schroter, Max Haferlach, Aníbal Pacheco-Sanchez, Sven Mothes, Paulius Sakalas, Martin Claus, "A Semiphysical Large-Signal Compact Carbon Nanotube FET Model for Analog RF Applications", IEEE, 2015. [doi] [Bibtex & Downloads]
A Semiphysical Large-Signal Compact Carbon Nanotube FET Model for Analog RF Applications
Reference
M. Schroter, Max Haferlach, Aníbal Pacheco-Sanchez, Sven Mothes, Paulius Sakalas, Martin Claus, "A Semiphysical Large-Signal Compact Carbon Nanotube FET Model for Analog RF Applications", IEEE, 2015. [doi]
Bibtex
@article{schroter2015semiphysical,
title={A Semiphysical Large-Signal Compact Carbon Nanotube FET Model for Analog RF Applications},
author={Schroter, M and Haferlach, Max and Pacheco-Sanchez, An{\'\i}bal and Mothes, Sven and Sakalas, Paulius and Claus, Martin},
year={2015},
publisher={IEEE},
doi={10.1109/TED.2014.2373149}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Völp, Michael Roitzsch, Hermann Härtig, "Towards an Interpretation of Mixed Criticality for Optimistic Scheduling", In Proceeding: 21st IEEE Real-Time and Embedded Technology and Applications Symposium, pp. 15, 2015. [Bibtex & Downloads]
Towards an Interpretation of Mixed Criticality for Optimistic Scheduling
Reference
Marcus Völp, Michael Roitzsch, Hermann Härtig, "Towards an Interpretation of Mixed Criticality for Optimistic Scheduling", In Proceeding: 21st IEEE Real-Time and Embedded Technology and Applications Symposium, pp. 15, 2015.
Bibtex
@inproceedings{volp2015towards,
title={Towards an Interpretation of Mixed Criticality for Optimistic Scheduling},
author={V{\"o}lp, Marcus and Roitzsch, Michael and H{\"a}rtig, Hermann},
booktitle={21st IEEE Real-Time and Embedded Technology and Applications Symposium},
pages={15},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nils Asmussen, Marcus Völp, "Heterogeneity Beyond Hybrid Architectures", In GI Fachgruppe Betriebssysteme - Frühjahrstreffen, 2015. [Bibtex & Downloads]
Heterogeneity Beyond Hybrid Architectures
Reference
Nils Asmussen, Marcus Völp, "Heterogeneity Beyond Hybrid Architectures", In GI Fachgruppe Betriebssysteme - Frühjahrstreffen, 2015.
Bibtex
@misc{asmussenheterogeneity,
title={Heterogeneity Beyond Hybrid Architectures},
author={Asmussen, Nils and V{\"o}lp, Marcus},
howpublished={GI Fachgruppe Betriebssysteme - Frühjahrstreffen},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nicholas S. Colella, Lei Zhang, Thomas McCarthy-Ward, Stefan C. B. Mannsfeld, H. Henning Winter, Martin Heeney, James J. Watkins, Alejandro L. Briseno, "Controlled integration of oligo- and polythiophenes at the molecular scale", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 17, no. 40, pp. 26525–26529, 2015. [doi] [Bibtex & Downloads]
Controlled integration of oligo- and polythiophenes at the molecular scale
Reference
Nicholas S. Colella, Lei Zhang, Thomas McCarthy-Ward, Stefan C. B. Mannsfeld, H. Henning Winter, Martin Heeney, James J. Watkins, Alejandro L. Briseno, "Controlled integration of oligo- and polythiophenes at the molecular scale", In Physical Chemistry Chemical Physics, Royal Society of Chemistry (RSC), vol. 17, no. 40, pp. 26525–26529, 2015. [doi]
Bibtex
@article{Colella_2015,
doi = {10.1039/c4cp02944e},
url = {https://doi.org/10.1039%2Fc4cp02944e},
year = 2015,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {17},
number = {40},
pages = {26525--26529},
author = {Nicholas S. Colella and Lei Zhang and Thomas McCarthy-Ward and Stefan C. B. Mannsfeld and H. Henning Winter and Martin Heeney and James J. Watkins and Alejandro L. Briseno},
title = {Controlled integration of oligo- and polythiophenes at the molecular scale},
journal = {Physical Chemistry Chemical Physics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nelli Weiß, Lars Müller-Meskamp, Franz Selzer, Ludwig Bormann, Alexander Eychmüller, Karl Leo, Nikolai Gaponik, "Humidity assisted annealing technique for transparent conductive silver nanowire networks", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 25, pp. 19659–19665, 2015. [doi] [Bibtex & Downloads]
Humidity assisted annealing technique for transparent conductive silver nanowire networks
Reference
Nelli Weiß, Lars Müller-Meskamp, Franz Selzer, Ludwig Bormann, Alexander Eychmüller, Karl Leo, Nikolai Gaponik, "Humidity assisted annealing technique for transparent conductive silver nanowire networks", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 25, pp. 19659–19665, 2015. [doi]
Bibtex
@article{weiss2015humidity,
title={Humidity assisted annealing technique for transparent conductive silver nanowire networks},
author={Wei{\ss}, Nelli and M{\"u}ller-Meskamp, Lars and Selzer, Franz and Bormann, Ludwig and Eychm{\"u}ller, Alexander and Leo, Karl and Gaponik, Nikolai},
journal={RSC Advances},
volume={5},
number={25},
pages={19659--19665},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C5RA01303H}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Osvaldo Chara, Lutz Brusch, "Mathematical modelling of fluid transport and its regulation at multiple scales", In Biosystems, Elsevier, vol. 130, pp. 1–10, 2015. [Bibtex & Downloads]
Mathematical modelling of fluid transport and its regulation at multiple scales
Reference
Osvaldo Chara, Lutz Brusch, "Mathematical modelling of fluid transport and its regulation at multiple scales", In Biosystems, Elsevier, vol. 130, pp. 1–10, 2015.
Bibtex
@article{chara2015mathematical,
title={Mathematical modelling of fluid transport and its regulation at multiple scales},
author={Chara, Osvaldo and Brusch, Lutz},
journal={Biosystems},
volume={130},
pages={1--10},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Patrick Seiler, Bernhard Klein, Dirk Plettemeier, "Analytical and Experimental Investigation of Substrate Permittivity and Loss up to 67 GHz", In ECTI Transactions on Electrical Engineering, Electronics, and Communications, vol. 13, no. 1, pp. 26–34, 2015. [Bibtex & Downloads]
Analytical and Experimental Investigation of Substrate Permittivity and Loss up to 67 GHz
Reference
Patrick Seiler, Bernhard Klein, Dirk Plettemeier, "Analytical and Experimental Investigation of Substrate Permittivity and Loss up to 67 GHz", In ECTI Transactions on Electrical Engineering, Electronics, and Communications, vol. 13, no. 1, pp. 26–34, 2015.
Bibtex
@article{seiler2015analytical,
title={Analytical and Experimental Investigation of Substrate Permittivity and Loss up to 67 GHz},
author={Seiler, Patrick and Klein, Bernhard and Plettemeier, Dirk},
journal={ECTI Transactions on Electrical Engineering, Electronics, and Communications},
volume={13},
number={1},
pages={26--34},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Reinhard Berger, Manfred Wagner, Xinliang Feng, Klaus Müllen, "Polycyclic aromatic azomethine ylides: a unique entry to extended polycyclic heteroaromatics", In Chemical Science, Royal Society of Chemistry, vol. 6, no. 1, pp. 436–441, 2015. [doi] [Bibtex & Downloads]
Polycyclic aromatic azomethine ylides: a unique entry to extended polycyclic heteroaromatics
Reference
Reinhard Berger, Manfred Wagner, Xinliang Feng, Klaus Müllen, "Polycyclic aromatic azomethine ylides: a unique entry to extended polycyclic heteroaromatics", In Chemical Science, Royal Society of Chemistry, vol. 6, no. 1, pp. 436–441, 2015. [doi]
Bibtex
@article{berger2015polycyclic,
title={Polycyclic aromatic azomethine ylides: a unique entry to extended polycyclic heteroaromatics},
author={Berger, Reinhard and Wagner, Manfred and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Chemical Science},
volume={6},
number={1},
pages={436--441},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C4SC02793K}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Rongjin Li, Zhaoyang Liu, Khaled Parvez, Xinliang Feng, Klaus Müllen, "High-performance deformable photoswitches with p-doped graphene as the top window electrode", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 3, no. 1, pp. 37–40, 2015. [doi] [Bibtex & Downloads]
High-performance deformable photoswitches with p-doped graphene as the top window electrode
Reference
Rongjin Li, Zhaoyang Liu, Khaled Parvez, Xinliang Feng, Klaus Müllen, "High-performance deformable photoswitches with p-doped graphene as the top window electrode", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 3, no. 1, pp. 37–40, 2015. [doi]
Bibtex
@article{li2015high,
title={High-performance deformable photoswitches with p-doped graphene as the top window electrode},
author={Li, Rongjin and Liu, Zhaoyang and Parvez, Khaled and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Journal of Materials Chemistry C},
volume={3},
number={1},
pages={37--40},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C4TC02197E}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Rajesh Ramaswamy, George Bourantas, Frank Jülicher, Ivo F Sbalzarini, "A hybrid particle-mesh method for incompressible active polar viscous gels", In Journal of Computational Physics, Elsevier, vol. 291, pp. 334–361, 2015. [doi] [Bibtex & Downloads]
A hybrid particle-mesh method for incompressible active polar viscous gels
Reference
Rajesh Ramaswamy, George Bourantas, Frank Jülicher, Ivo F Sbalzarini, "A hybrid particle-mesh method for incompressible active polar viscous gels", In Journal of Computational Physics, Elsevier, vol. 291, pp. 334–361, 2015. [doi]
Bibtex
@article{ramaswamy2015hybrid,
title={A hybrid particle-mesh method for incompressible active polar viscous gels},
author={Ramaswamy, Rajesh and Bourantas, George and J{\"u}licher, Frank and Sbalzarini, Ivo F},
journal={Journal of Computational Physics},
volume={291},
pages={334--361},
year={2015},
publisher={Elsevier},
doi={10.1016/j.jcp.2015.03.007}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Stefan Borgwardt, Felix Distel, Rafael Peñaloza, "The limits of decidability in fuzzy description logics with general concept inclusions", In Artificial Intelligence, Elsevier, vol. 218, pp. 23–55, 2015. [doi] [Bibtex & Downloads]
The limits of decidability in fuzzy description logics with general concept inclusions
Reference
Stefan Borgwardt, Felix Distel, Rafael Peñaloza, "The limits of decidability in fuzzy description logics with general concept inclusions", In Artificial Intelligence, Elsevier, vol. 218, pp. 23–55, 2015. [doi]
Bibtex
@article{borgwardt2015limits,
title={The limits of decidability in fuzzy description logics with general concept inclusions},
author={Borgwardt, Stefan and Distel, Felix and Pe{\~n}aloza, Rafael},
journal={Artificial Intelligence},
volume={218},
pages={23--55},
year={2015},
publisher={Elsevier},
doi={10.1016/j.artint.2014.09.001}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Marco Cerami, Rafael Peñaloza, "The Complexity of Subsumption in Fuzzy EL", 2015. [Bibtex & Downloads]
The Complexity of Subsumption in Fuzzy EL
Reference
Stefan Borgwardt, Marco Cerami, Rafael Peñaloza, "The Complexity of Subsumption in Fuzzy EL", 2015.
Bibtex
@article{borgwardtcomplexity,
title={The Complexity of Subsumption in Fuzzy EL},
author={Borgwardt, Stefan and Cerami, Marco and Pe{\~n}aloza, Rafael},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shasha Feng, Michel Ludwig, Dirk Walther, "The Logical Difference for EL: From Terminologies Towards TBoxes.", In Proceeding: IWOST-1, pp. 31–41, 2015. [Bibtex & Downloads]
The Logical Difference for EL: From Terminologies Towards TBoxes.
Reference
Shasha Feng, Michel Ludwig, Dirk Walther, "The Logical Difference for EL: From Terminologies Towards TBoxes.", In Proceeding: IWOST-1, pp. 31–41, 2015.
Bibtex
@inproceedings{feng2015logical,
title={The Logical Difference for EL: From Terminologies Towards TBoxes.},
author={Feng, Shasha and Ludwig, Michel and Walther, Dirk},
booktitle={IWOST-1},
pages={31--41},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Nelly Bencomo, Robert France, "Devising the Future of the Models@ run. time Workshop", In ACM SIGSOFT Software Engineering Notes, ACM, vol. 40, no. 1, pp. 26–29, 2015. [doi] [Bibtex & Downloads]
Devising the Future of the Models@ run. time Workshop
Reference
Sebastian Götz, Nelly Bencomo, Robert France, "Devising the Future of the Models@ run. time Workshop", In ACM SIGSOFT Software Engineering Notes, ACM, vol. 40, no. 1, pp. 26–29, 2015. [doi]
Bibtex
@article{gotz2015devising,
title={Devising the Future of the Models@ run. time Workshop},
author={G{\"o}tz, Sebastian and Bencomo, Nelly and France, Robert},
journal={ACM SIGSOFT Software Engineering Notes},
volume={40},
number={1},
pages={26--29},
year={2015},
publisher={ACM},
doi={10.1145/2693208.2693249}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Hoppner, Dennis Walter, Thomas Hocker, Stephan Henker, S. Hanzsche, Daniel Sausner, Georg Ellguth, J-U Schlussler, Holger Eisenreich, R. Schuffny, "An Energy Efficient Multi-Gbit/s NoC Transceiver Architecture With Combined AC/DC Drivers and Stoppable Clocking in 65 nm and 28 nm CMOS", IEEE, 2015. [doi] [Bibtex & Downloads]
An Energy Efficient Multi-Gbit/s NoC Transceiver Architecture With Combined AC/DC Drivers and Stoppable Clocking in 65 nm and 28 nm CMOS
Reference
S. Hoppner, Dennis Walter, Thomas Hocker, Stephan Henker, S. Hanzsche, Daniel Sausner, Georg Ellguth, J-U Schlussler, Holger Eisenreich, R. Schuffny, "An Energy Efficient Multi-Gbit/s NoC Transceiver Architecture With Combined AC/DC Drivers and Stoppable Clocking in 65 nm and 28 nm CMOS", IEEE, 2015. [doi]
Bibtex
@article{hoppner2015energy,
title={An Energy Efficient Multi-Gbit/s NoC Transceiver Architecture With Combined AC/DC Drivers and Stoppable Clocking in 65 nm and 28 nm CMOS},
author={Hoppner, S and Walter, Dennis and Hocker, Thomas and Henker, Stephan and Hanzsche, S and Sausner, Daniel and Ellguth, Georg and Schlussler, J-U and Eisenreich, Holger and Schuffny, R},
year={2015},
publisher={IEEE},
doi={10.1109/JSSC.2014.2381637}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Somayeh Malakuti, Mehmet Aksit, "On liberating programs from the von neumann architecture via event-based modularization", Companion Proceedings of the 14th International Conference on Modularity, pp. 31–34, 2015. [doi] [Bibtex & Downloads]
On liberating programs from the von neumann architecture via event-based modularization
Reference
Somayeh Malakuti, Mehmet Aksit, "On liberating programs from the von neumann architecture via event-based modularization", Companion Proceedings of the 14th International Conference on Modularity, pp. 31–34, 2015. [doi]
Bibtex
@inproceedings{malakuti2015liberating,
title={On liberating programs from the von neumann architecture via event-based modularization},
author={Malakuti, Somayeh and Aksit, Mehmet},
booktitle={Companion Proceedings of the 14th International Conference on Modularity},
pages={31--34},
year={2015},
organization={ACM},
doi={10.1145/2735386.2735387}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sven Mothes, Martin Claus, Michael Schroter, "Toward Linearity in Schottky Barrier CNTFETs", In Nanotechnology, IEEE Transactions on, IEEE, vol. 14, no. 2, pp. 372–378, 2015. [doi] [Bibtex & Downloads]
Toward Linearity in Schottky Barrier CNTFETs
Reference
Sven Mothes, Martin Claus, Michael Schroter, "Toward Linearity in Schottky Barrier CNTFETs", In Nanotechnology, IEEE Transactions on, IEEE, vol. 14, no. 2, pp. 372–378, 2015. [doi]
Bibtex
@article{mothes2015toward,
title={Toward Linearity in Schottky Barrier CNTFETs},
author={Mothes, Sven and Claus, Martin and Schroter, Michael},
journal={Nanotechnology, IEEE Transactions on},
volume={14},
number={2},
pages={372--378},
year={2015},
publisher={IEEE},
doi={10.1109/TNANO.2015.2397696}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sheng-Chieh Yang, Ji-Ling Hou, Andreas Finn, Amit Kumar, Yang Ge, Wolf-Joachim Fischer, "Synthesis of multifunctional plasmonic nanopillar array using soft thermal nanoimprint lithography for highly sensitive refractive index sensing", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 13, pp. 5760–5766, 2015. [doi] [Bibtex & Downloads]
Synthesis of multifunctional plasmonic nanopillar array using soft thermal nanoimprint lithography for highly sensitive refractive index sensing
Reference
Sheng-Chieh Yang, Ji-Ling Hou, Andreas Finn, Amit Kumar, Yang Ge, Wolf-Joachim Fischer, "Synthesis of multifunctional plasmonic nanopillar array using soft thermal nanoimprint lithography for highly sensitive refractive index sensing", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 13, pp. 5760–5766, 2015. [doi]
Bibtex
@article{yang2015synthesis,
title={Synthesis of multifunctional plasmonic nanopillar array using soft thermal nanoimprint lithography for highly sensitive refractive index sensing},
author={Yang, Sheng-Chieh and Hou, Ji-Ling and Finn, Andreas and Kumar, Amit and Ge, Yang and Fischer, Wolf-Joachim},
journal={Nanoscale},
volume={7},
number={13},
pages={5760--5766},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C5NR00472A}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Local vs. Global Optimization: Operator Placement Strategies in Heterogeneous Environments", In Computing, vol. 1, pp. O2, 2015. [Bibtex & Downloads]
Local vs. Global Optimization: Operator Placement Strategies in Heterogeneous Environments
Reference
Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Local vs. Global Optimization: Operator Placement Strategies in Heterogeneous Environments", In Computing, vol. 1, pp. O2, 2015.
Bibtex
@article{karnagel1local,
title={Local vs. Global Optimization: Operator Placement Strategies in Heterogeneous Environments},
author={Karnagel, Tomas and Habich, Dirk and Lehner, Wolfgang},
journal={Computing},
volume={1},
pages={O2},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Till Kolditz, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Online Bit Flip Detection for In-Memory B-Trees Live!", 2015. [Bibtex & Downloads]
Online Bit Flip Detection for In-Memory B-Trees Live!
Reference
Till Kolditz, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Online Bit Flip Detection for In-Memory B-Trees Live!", 2015.
Bibtex
@article{kolditzonline,
title={Online Bit Flip Detection for In-Memory B-Trees Live!},
author={Kolditz, Till and Schlegel, Benjamin and Habich, Dirk and Lehner, Wolfgang},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tao Zhang, Yunhao Du, Felix Müller, Ihsan Amin, Rainer Jordan, "Surface-initiated Cu (0) mediated controlled radical polymerization (SI-CuCRP) using a copper plate", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 14, pp. 2726–2733, 2015. [doi] [Bibtex & Downloads]
Surface-initiated Cu (0) mediated controlled radical polymerization (SI-CuCRP) using a copper plate
Reference
Tao Zhang, Yunhao Du, Felix Müller, Ihsan Amin, Rainer Jordan, "Surface-initiated Cu (0) mediated controlled radical polymerization (SI-CuCRP) using a copper plate", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 14, pp. 2726–2733, 2015. [doi]
Bibtex
@article{zhang2015surface,
title={Surface-initiated Cu (0) mediated controlled radical polymerization (SI-CuCRP) using a copper plate},
author={Zhang, Tao and Du, Yunhao and M{\"u}ller, Felix and Amin, Ihsan and Jordan, Rainer},
journal={Polymer Chemistry},
volume={6},
number={14},
pages={2726--2733},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C5PY00093A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thai Son Doan, Anke Kalauch, Markus Klose, Stefan Siegmund, "Stability of positive linear switched systems on ordered Banach spaces", In Systems & Control Letters, Elsevier, vol. 75, pp. 14–19, 2015. [Bibtex & Downloads]
Stability of positive linear switched systems on ordered Banach spaces
Reference
Thai Son Doan, Anke Kalauch, Markus Klose, Stefan Siegmund, "Stability of positive linear switched systems on ordered Banach spaces", In Systems & Control Letters, Elsevier, vol. 75, pp. 14–19, 2015.
Bibtex
@article{doan2015stability,
title={Stability of positive linear switched systems on ordered Banach spaces},
author={Doan, Thai Son and Kalauch, Anke and Klose, Markus and Siegmund, Stefan},
journal={Systems \& Control Letters},
volume={75},
pages={14--19},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Vladimir Sayevich, Nikolai Gaponik, Matthias Ploetner, Marta Kruszynska, Thomas Gemming, Volodymyr M Dzhagan, Shahab Akhavan, Dietrich RT Zahn, Hilmi Volkan Demir, Alexander Eychmueller, "Stable dispersion of iodide-capped PbSe quantum dots for high-performance low-temperature processed electronics and optoelectronics", In Chemistry of Materials, ACS Publications, 2015. [doi] [Bibtex & Downloads]
Stable dispersion of iodide-capped PbSe quantum dots for high-performance low-temperature processed electronics and optoelectronics
Reference
Vladimir Sayevich, Nikolai Gaponik, Matthias Ploetner, Marta Kruszynska, Thomas Gemming, Volodymyr M Dzhagan, Shahab Akhavan, Dietrich RT Zahn, Hilmi Volkan Demir, Alexander Eychmueller, "Stable dispersion of iodide-capped PbSe quantum dots for high-performance low-temperature processed electronics and optoelectronics", In Chemistry of Materials, ACS Publications, 2015. [doi]
Bibtex
@article{sayevich2015stable,
title={Stable dispersion of iodide-capped PbSe quantum dots for high-performance low-temperature processed electronics and optoelectronics},
author={Sayevich, Vladimir and Gaponik, Nikolai and Ploetner, Matthias and Kruszynska, Marta and Gemming, Thomas and Dzhagan, Volodymyr M and Akhavan, Shahab and Zahn, Dietrich RT and Demir, Hilmi Volkan and Eychmueller, Alexander},
journal={Chemistry of Materials},
year={2015},
publisher={ACS Publications},
doi={10.1021/acs.chemmater.5b00793}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wei Liu, Anne-Kristin Herrmann, Nadja C Bigall, Paramaconi Rodriguez, Dan Wen, Mehtap Oezaslan, Thomas J Schmidt, Nikolai Gaponik, Alexander Eychmüller, "Noble Metal Aerogels Synthesis, Characterization, and Application as Electrocatalysts", In Accounts of Chemical Research, ACS Publications, 2015. [doi] [Bibtex & Downloads]
Noble Metal Aerogels Synthesis, Characterization, and Application as Electrocatalysts
Reference
Wei Liu, Anne-Kristin Herrmann, Nadja C Bigall, Paramaconi Rodriguez, Dan Wen, Mehtap Oezaslan, Thomas J Schmidt, Nikolai Gaponik, Alexander Eychmüller, "Noble Metal Aerogels Synthesis, Characterization, and Application as Electrocatalysts", In Accounts of Chemical Research, ACS Publications, 2015. [doi]
Bibtex
@article{liu2015noble,
title={Noble Metal Aerogels Synthesis, Characterization, and Application as Electrocatalysts},
author={Liu, Wei and Herrmann, Anne-Kristin and Bigall, Nadja C and Rodriguez, Paramaconi and Wen, Dan and Oezaslan, Mehtap and Schmidt, Thomas J and Gaponik, Nikolai and Eychmüller, Alexander},
journal={Accounts of Chemical Research},
year={2015},
publisher={ACS Publications},
doi={10.1021/ar500237c}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xiangwen Yang, Xiaodong Zhuang, Yinjuan Huang, Jianzhong Jiang, Hao Tian, Dongqing Wu, Fan Zhang, Yiyong Mai, Xinliang Feng, "Nitrogen-enriched hierarchically porous carbon materials fabricated by graphene aerogel templated Schiff-base chemistry for high performance electrochemical capacitors", In Polymer Chemistry, Royal Society of Chemistry, 2015. [doi] [Bibtex & Downloads]
Nitrogen-enriched hierarchically porous carbon materials fabricated by graphene aerogel templated Schiff-base chemistry for high performance electrochemical capacitors
Reference
Xiangwen Yang, Xiaodong Zhuang, Yinjuan Huang, Jianzhong Jiang, Hao Tian, Dongqing Wu, Fan Zhang, Yiyong Mai, Xinliang Feng, "Nitrogen-enriched hierarchically porous carbon materials fabricated by graphene aerogel templated Schiff-base chemistry for high performance electrochemical capacitors", In Polymer Chemistry, Royal Society of Chemistry, 2015. [doi]
Bibtex
@article{yang2015nitrogen,
title={Nitrogen-enriched hierarchically porous carbon materials fabricated by graphene aerogel templated Schiff-base chemistry for high performance electrochemical capacitors},
author={Yang, Xiangwen and Zhuang, Xiaodong and Huang, Yinjuan and Jiang, Jianzhong and Tian, Hao and Wu, Dongqing and Zhang, Fan and Mai, Yiyong and Feng, Xinliang},
journal={Polymer Chemistry},
year={2015},
publisher={Royal Society of Chemistry},
doi={10.1039/C4PY01408A}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Yanshan Huang, Dongqing Wu, Jianzhong Jiang, Yiyong Mai, Fan Zhang, Hao Pan, Xinliang Feng, "Highly oriented macroporous graphene Hybrid Monoliths for lithium ion battery Electrodes with ultrahigh capacity and rate capability", In Nano Energy, Elsevier, vol. 12, pp. 287–295, 2015. [doi] [Bibtex & Downloads]
Highly oriented macroporous graphene Hybrid Monoliths for lithium ion battery Electrodes with ultrahigh capacity and rate capability
Reference
Yanshan Huang, Dongqing Wu, Jianzhong Jiang, Yiyong Mai, Fan Zhang, Hao Pan, Xinliang Feng, "Highly oriented macroporous graphene Hybrid Monoliths for lithium ion battery Electrodes with ultrahigh capacity and rate capability", In Nano Energy, Elsevier, vol. 12, pp. 287–295, 2015. [doi]
Bibtex
@article{huang2015highly,
title={Highly oriented macroporous graphene Hybrid Monoliths for lithium ion battery Electrodes with ultrahigh capacity and rate capability},
author={Huang, Yanshan and Wu, Dongqing and Jiang, Jianzhong and Mai, Yiyong and Zhang, Fan and Pan, Hao and Feng, Xinliang},
journal={Nano Energy},
year={2015},
volume={12},
pages={287--295},
publisher={Elsevier},
doi={10.1016/j.nanoen.2014.12.034}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Yuan-Zhi Tan, Silvio Osella, Yi Liu, Bo Yang, David Beljonne, Xinliang Feng, Klaus Müllen, "Sulfur-Annulated Hexa-peri-hexabenzocoronene Decorated with Phenylthio Groups at the Periphery", In Angewandte Chemie International Edition, Wiley Online Library, vol. 54, no. 10, pp. 2927–2931, 2015. [doi] [Bibtex & Downloads]
Sulfur-Annulated Hexa-peri-hexabenzocoronene Decorated with Phenylthio Groups at the Periphery
Reference
Yuan-Zhi Tan, Silvio Osella, Yi Liu, Bo Yang, David Beljonne, Xinliang Feng, Klaus Müllen, "Sulfur-Annulated Hexa-peri-hexabenzocoronene Decorated with Phenylthio Groups at the Periphery", In Angewandte Chemie International Edition, Wiley Online Library, vol. 54, no. 10, pp. 2927–2931, 2015. [doi]
Bibtex
@article{tan2015sulfur,
title={Sulfur-Annulated Hexa-peri-hexabenzocoronene Decorated with Phenylthio Groups at the Periphery},
author={Tan, Yuan-Zhi and Osella, Silvio and Liu, Yi and Yang, Bo and Beljonne, David and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Angewandte Chemie International Edition},
volume={54},
number={10},
pages={2927--2931},
year={2015},
publisher={Wiley Online Library},
doi={10.1002/anie.201409932}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Sebastian Ertel, Christof Fetzer, Pascal Felber, "Ohua: Implicit Dataflow Programming for Concurrent Systems", Proceedings of the Principles and Practices of Programming on The Java Platform, ACM, pp. 51–64, New York, NY, USA, 2015. [doi] [Bibtex & Downloads]
Ohua: Implicit Dataflow Programming for Concurrent Systems
Reference
Sebastian Ertel, Christof Fetzer, Pascal Felber, "Ohua: Implicit Dataflow Programming for Concurrent Systems", Proceedings of the Principles and Practices of Programming on The Java Platform, ACM, pp. 51–64, New York, NY, USA, 2015. [doi]
Bibtex
@inproceedings{Ertel:2015:OID:2807426.2807431,
author={Sebastian Ertel and Christof Fetzer and Pascal Felber},
title={Ohua: Implicit Dataflow Programming for Concurrent Systems},
booktitle={Proceedings of the Principles and Practices of Programming on The Java Platform},
series={PPPJ '15},
year={2015},
isbn={978-1-4503-3712-0},
location={Melbourne, FL, USA},
pages={51--64},
numpages={14},
url={http://doi.acm.org/10.1145/2807426.2807431},
doi={10.1145/2807426.2807431},
acmid={2807431},
publisher={ACM},
address={New York, NY, USA},
}Downloads
ohua_pppj [PDF]
presentation_pppj [PDF]
Related Paths
Permalink
- Aniruddha Mitra, Felix Ruhnow, Bert Nitzsche, Stefan Diez, "Impact-Free Measurement of Microtubule Rotations on Kinesin and Cytoplasmic-Dynein Coated Surfaces", In PloS one, Public Library of Science, vol. 10, no. 9, pp. e0136920, 2015. [Bibtex & Downloads]
Impact-Free Measurement of Microtubule Rotations on Kinesin and Cytoplasmic-Dynein Coated Surfaces
Reference
Aniruddha Mitra, Felix Ruhnow, Bert Nitzsche, Stefan Diez, "Impact-Free Measurement of Microtubule Rotations on Kinesin and Cytoplasmic-Dynein Coated Surfaces", In PloS one, Public Library of Science, vol. 10, no. 9, pp. e0136920, 2015.
Bibtex
@article{mitra2015impact,
title={Impact-Free Measurement of Microtubule Rotations on Kinesin and Cytoplasmic-Dynein Coated Surfaces},
author={Mitra, Aniruddha and Ruhnow, Felix and Nitzsche, Bert and Diez, Stefan},
journal={PloS one},
volume={10},
number={9},
pages={e0136920},
year={2015},
publisher={Public Library of Science}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- René Schneider, Till Korten, Wilhelm J Walter, Stefan Diez, "Kinesin-1 Motors Can Circumvent Permanent Roadblocks by Side-Shifting to Neighboring Protofilaments", In Biophysical journal, Elsevier, vol. 108, no. 9, pp. 2249–2257, 2015. [Bibtex & Downloads]
Kinesin-1 Motors Can Circumvent Permanent Roadblocks by Side-Shifting to Neighboring Protofilaments
Reference
René Schneider, Till Korten, Wilhelm J Walter, Stefan Diez, "Kinesin-1 Motors Can Circumvent Permanent Roadblocks by Side-Shifting to Neighboring Protofilaments", In Biophysical journal, Elsevier, vol. 108, no. 9, pp. 2249–2257, 2015.
Bibtex
@article{schneider2015kinesin,
title={Kinesin-1 Motors Can Circumvent Permanent Roadblocks by Side-Shifting to Neighboring Protofilaments},
author={Schneider, Ren{\'e} and Korten, Till and Walter, Wilhelm J and Diez, Stefan},
journal={Biophysical journal},
volume={108},
number={9},
pages={2249--2257},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Stavroula Sfaelou, Xiaodong Zhuang, Xinliang Feng, Panagiotis Lianos, "Sulfur-doped porous carbon nanosheets as high performance electrocatalysts for PhotoFuelCells", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 35, pp. 27953–27963, 2015. [Bibtex & Downloads]
Sulfur-doped porous carbon nanosheets as high performance electrocatalysts for PhotoFuelCells
Reference
Stavroula Sfaelou, Xiaodong Zhuang, Xinliang Feng, Panagiotis Lianos, "Sulfur-doped porous carbon nanosheets as high performance electrocatalysts for PhotoFuelCells", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 35, pp. 27953–27963, 2015.
Bibtex
@article{sfaelou2015sulfur,
title={Sulfur-doped porous carbon nanosheets as high performance electrocatalysts for PhotoFuelCells},
author={Sfaelou, Stavroula and Zhuang, Xiaodong and Feng, Xinliang and Lianos, Panagiotis},
journal={RSC Advances},
volume={5},
number={35},
pages={27953--27963},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Wei Wei, Gang Wang, Sheng Yang, Xinliang Feng, Klaus Müllen, "Efficient Coupling of Nanoparticles to Electrochemically Exfoliated Graphene", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 16, pp. 5576–5581, 2015. [Bibtex & Downloads]
Efficient Coupling of Nanoparticles to Electrochemically Exfoliated Graphene
Reference
Wei Wei, Gang Wang, Sheng Yang, Xinliang Feng, Klaus Müllen, "Efficient Coupling of Nanoparticles to Electrochemically Exfoliated Graphene", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 16, pp. 5576–5581, 2015.
Bibtex
@article{wei2015efficient,
title={Efficient Coupling of Nanoparticles to Electrochemically Exfoliated Graphene},
author={Wei, Wei and Wang, Gang and Yang, Sheng and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={137},
number={16},
pages={5576--5581},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Junzhi Liu, Bo-Wei Li, Yuanzhi Tan, Angelos Giannakopoulos, Carlos Sanchez-Sanchez, David Beljonne, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Klaus Müllen, "Towards Cove-Edged Low Band Gap Graphene Nanoribbons", In Journal of the American Chemical Society, ACS Publications, 2015. [Bibtex & Downloads]
Towards Cove-Edged Low Band Gap Graphene Nanoribbons
Reference
Junzhi Liu, Bo-Wei Li, Yuanzhi Tan, Angelos Giannakopoulos, Carlos Sanchez-Sanchez, David Beljonne, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Klaus Müllen, "Towards Cove-Edged Low Band Gap Graphene Nanoribbons", In Journal of the American Chemical Society, ACS Publications, 2015.
Bibtex
@article{liu2015towards,
title={Towards Cove-Edged Low Band Gap Graphene Nanoribbons},
author={Liu, Junzhi and Li, Bo-Wei and Tan, Yuanzhi and Giannakopoulos, Angelos and Sanchez-Sanchez, Carlos and Beljonne, David and Ruffieux, Pascal and Fasel, Roman and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Journal of the American Chemical Society},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Zhong-Shuai Wu, Zhaoyang Liu, Khaled Parvez, Xinliang Feng, Klaus Müllen, "Ultrathin Printable Graphene Supercapacitors with AC Line-Filtering Performance", In Advanced Materials, Wiley Online Library, 2015. [Bibtex & Downloads]
Ultrathin Printable Graphene Supercapacitors with AC Line-Filtering Performance
Reference
Zhong-Shuai Wu, Zhaoyang Liu, Khaled Parvez, Xinliang Feng, Klaus Müllen, "Ultrathin Printable Graphene Supercapacitors with AC Line-Filtering Performance", In Advanced Materials, Wiley Online Library, 2015.
Bibtex
@article{wu2015ultrathin,
title={Ultrathin Printable Graphene Supercapacitors with AC Line-Filtering Performance},
author={Wu, Zhong-Shuai and Liu, Zhaoyang and Parvez, Khaled and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Advanced Materials},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Xiaodong Zhuang, Dominik Gehrig, Nina Forler, Haiwei Liang, Manfred Wagner, Michael Ryan Hansen, Frédéric Laquai, Fan Zhang, Xinliang Feng, "Conjugated Microporous Polymers with Dimensionality-Controlled Heterostructures for Green Energy Devices", In Advanced Materials, Wiley Online Library, 2015. [Bibtex & Downloads]
Conjugated Microporous Polymers with Dimensionality-Controlled Heterostructures for Green Energy Devices
Reference
Xiaodong Zhuang, Dominik Gehrig, Nina Forler, Haiwei Liang, Manfred Wagner, Michael Ryan Hansen, Frédéric Laquai, Fan Zhang, Xinliang Feng, "Conjugated Microporous Polymers with Dimensionality-Controlled Heterostructures for Green Energy Devices", In Advanced Materials, Wiley Online Library, 2015.
Bibtex
@article{zhuang2015conjugated,
title={Conjugated Microporous Polymers with Dimensionality-Controlled Heterostructures for Green Energy Devices},
author={Zhuang, Xiaodong and Gehrig, Dominik and Forler, Nina and Liang, Haiwei and Wagner, Manfred and Hansen, Michael Ryan and Laquai, Fr{\'e}d{\'e}ric and Zhang, Fan and Feng, Xinliang},
journal={Advanced Materials},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Zhong-Shuai Wu, Khaled Parvez, Shuang Li, Sheng Yang, Zhaoyang Liu, Shaohua Liu, Xinliang Feng, Klaus Müllen, "Alternating Stacked Graphene-Conducting Polymer Compact Films with Ultrahigh Areal and Volumetric Capacitances for High-Energy Micro-Supercapacitors", In Advanced Materials, Wiley Online Library, vol. 27, no. 27, pp. 4054–4061, 2015. [Bibtex & Downloads]
Alternating Stacked Graphene-Conducting Polymer Compact Films with Ultrahigh Areal and Volumetric Capacitances for High-Energy Micro-Supercapacitors
Reference
Zhong-Shuai Wu, Khaled Parvez, Shuang Li, Sheng Yang, Zhaoyang Liu, Shaohua Liu, Xinliang Feng, Klaus Müllen, "Alternating Stacked Graphene-Conducting Polymer Compact Films with Ultrahigh Areal and Volumetric Capacitances for High-Energy Micro-Supercapacitors", In Advanced Materials, Wiley Online Library, vol. 27, no. 27, pp. 4054–4061, 2015.
Bibtex
@article{wu2015alternating,
title={Alternating Stacked Graphene-Conducting Polymer Compact Films with Ultrahigh Areal and Volumetric Capacitances for High-Energy Micro-Supercapacitors},
author={Wu, Zhong-Shuai and Parvez, Khaled and Li, Shuang and Yang, Sheng and Liu, Zhaoyang and Liu, Shaohua and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Advanced Materials},
volume={27},
number={27},
pages={4054--4061},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Xiao-Ye Wang, Akimitsu Narita, Xinliang Feng, Klaus Müllen, "B2N2-Dibenzo [a, e] pentalenes: Effect of the BN Orientation Pattern on Antiaromaticity and Optoelectronic Properties", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 24, pp. 7668–7671, 2015. [Bibtex & Downloads]
B2N2-Dibenzo [a, e] pentalenes: Effect of the BN Orientation Pattern on Antiaromaticity and Optoelectronic Properties
Reference
Xiao-Ye Wang, Akimitsu Narita, Xinliang Feng, Klaus Müllen, "B2N2-Dibenzo [a, e] pentalenes: Effect of the BN Orientation Pattern on Antiaromaticity and Optoelectronic Properties", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 24, pp. 7668–7671, 2015.
Bibtex
@article{wang2015b2n2,
title={B2N2-Dibenzo [a, e] pentalenes: Effect of the BN Orientation Pattern on Antiaromaticity and Optoelectronic Properties},
author={Wang, Xiao-Ye and Narita, Akimitsu and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={137},
number={24},
pages={7668--7671},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Akimitsu Narita, Xiao-Ye Wang, Xinliang Feng, Klaus Müllen, "New advances in nanographene chemistry", In Chemical Society Reviews, Royal Society of Chemistry, vol. 44, no. 18, pp. 6616–6643, 2015. [Bibtex & Downloads]
New advances in nanographene chemistry
Reference
Akimitsu Narita, Xiao-Ye Wang, Xinliang Feng, Klaus Müllen, "New advances in nanographene chemistry", In Chemical Society Reviews, Royal Society of Chemistry, vol. 44, no. 18, pp. 6616–6643, 2015.
Bibtex
@article{narita2015new,
title={New advances in nanographene chemistry},
author={Narita, Akimitsu and Wang, Xiao-Ye and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Chemical Society Reviews},
volume={44},
number={18},
pages={6616--6643},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Junzhi Liu, Prince Ravat, Manfred Wagner, Martin Baumgarten, Xinliang Feng, Klaus Müllen, "Tetrabenzo [a, f, j, o] perylene: A Polycyclic Aromatic Hydrocarbon With An Open-Shell Singlet Biradical Ground State", In Angewandte Chemie, Wiley Online Library, vol. 127, no. 42, pp. 12619–12623, 2015. [Bibtex & Downloads]
Tetrabenzo [a, f, j, o] perylene: A Polycyclic Aromatic Hydrocarbon With An Open-Shell Singlet Biradical Ground State
Reference
Junzhi Liu, Prince Ravat, Manfred Wagner, Martin Baumgarten, Xinliang Feng, Klaus Müllen, "Tetrabenzo [a, f, j, o] perylene: A Polycyclic Aromatic Hydrocarbon With An Open-Shell Singlet Biradical Ground State", In Angewandte Chemie, Wiley Online Library, vol. 127, no. 42, pp. 12619–12623, 2015.
Bibtex
@article{liu2015tetrabenzo,
title={Tetrabenzo [a, f, j, o] perylene: A Polycyclic Aromatic Hydrocarbon With An Open-Shell Singlet Biradical Ground State},
author={Liu, Junzhi and Ravat, Prince and Wagner, Manfred and Baumgarten, Martin and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Angewandte Chemie},
volume={127},
number={42},
pages={12619--12623},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Jian Zhang, Shaohua Liu, Haiwei Liang, Renhao Dong, Xinliang Feng, "Hierarchical Transition-Metal Dichalcogenide Nanosheets for Enhanced Electrocatalytic Hydrogen Evolution", In Advanced Materials, Wiley Online Library, 2015. [Bibtex & Downloads]
Hierarchical Transition-Metal Dichalcogenide Nanosheets for Enhanced Electrocatalytic Hydrogen Evolution
Reference
Jian Zhang, Shaohua Liu, Haiwei Liang, Renhao Dong, Xinliang Feng, "Hierarchical Transition-Metal Dichalcogenide Nanosheets for Enhanced Electrocatalytic Hydrogen Evolution", In Advanced Materials, Wiley Online Library, 2015.
Bibtex
@article{zhang2015hierarchical,
title={Hierarchical Transition-Metal Dichalcogenide Nanosheets for Enhanced Electrocatalytic Hydrogen Evolution},
author={Zhang, Jian and Liu, Shaohua and Liang, Haiwei and Dong, Renhao and Feng, Xinliang},
journal={Advanced Materials},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Zhong-Shuai Wu, Sheng Yang, Lili Zhang, Jakob B Wagner, Xinliang Feng, Klaus Müllen, "Binder-free activated graphene compact films for all-solid-state micro-supercapacitors with high areal and volumetric capacitances", In Energy Storage Materials, Elsevier, vol. 1, pp. 119–126, 2015. [Bibtex & Downloads]
Binder-free activated graphene compact films for all-solid-state micro-supercapacitors with high areal and volumetric capacitances
Reference
Zhong-Shuai Wu, Sheng Yang, Lili Zhang, Jakob B Wagner, Xinliang Feng, Klaus Müllen, "Binder-free activated graphene compact films for all-solid-state micro-supercapacitors with high areal and volumetric capacitances", In Energy Storage Materials, Elsevier, vol. 1, pp. 119–126, 2015.
Bibtex
@article{wu2015binder,
title={Binder-free activated graphene compact films for all-solid-state micro-supercapacitors with high areal and volumetric capacitances},
author={Wu, Zhong-Shuai and Yang, Sheng and Zhang, Lili and Wagner, Jakob B and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Energy Storage Materials},
volume={1},
pages={119--126},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Yubin Fu, Feng Qiu, Fan Zhang, Yiyong Mai, Yingchao Wang, Shibo Fu, Ruizhi Tang, Xiaodong Zhuang, Xinliang Feng, "A dual-boron-cored luminogen capable of sensing and imaging", In Chemical Communications, Royal Society of Chemistry, vol. 51, no. 25, pp. 5298–5301, 2015. [Bibtex & Downloads]
A dual-boron-cored luminogen capable of sensing and imaging
Reference
Yubin Fu, Feng Qiu, Fan Zhang, Yiyong Mai, Yingchao Wang, Shibo Fu, Ruizhi Tang, Xiaodong Zhuang, Xinliang Feng, "A dual-boron-cored luminogen capable of sensing and imaging", In Chemical Communications, Royal Society of Chemistry, vol. 51, no. 25, pp. 5298–5301, 2015.
Bibtex
@article{fu2015dual,
title={A dual-boron-cored luminogen capable of sensing and imaging},
author={Fu, Yubin and Qiu, Feng and Zhang, Fan and Mai, Yiyong and Wang, Yingchao and Fu, Shibo and Tang, Ruizhi and Zhuang, Xiaodong and Feng, Xinliang},
journal={Chemical Communications},
volume={51},
number={25},
pages={5298--5301},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xiaoyu Jiang, Wuxue Zhao, Wei Wang, Fan Zhang, Xiaodong Zhuang, Sheng Han, Xinliang Feng, "One-pot approach to Pd-loaded porous polymers with properties tunable by the oxidation state of the phosphorus core", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 35, pp. 6351–6357, 2015. [Bibtex & Downloads]
One-pot approach to Pd-loaded porous polymers with properties tunable by the oxidation state of the phosphorus core
Reference
Xiaoyu Jiang, Wuxue Zhao, Wei Wang, Fan Zhang, Xiaodong Zhuang, Sheng Han, Xinliang Feng, "One-pot approach to Pd-loaded porous polymers with properties tunable by the oxidation state of the phosphorus core", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 35, pp. 6351–6357, 2015.
Bibtex
@article{jiang2015one,
title={One-pot approach to Pd-loaded porous polymers with properties tunable by the oxidation state of the phosphorus core},
author={Jiang, Xiaoyu and Zhao, Wuxue and Wang, Wei and Zhang, Fan and Zhuang, Xiaodong and Han, Sheng and Feng, Xinliang},
journal={Polymer Chemistry},
volume={6},
number={35},
pages={6351--6357},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Renhao Dong, Martin Pfeffermann, Haiwei Liang, Zhikun Zheng, Xiang Zhu, Jian Zhang, Xinliang Feng, "Large-Area, Free-Standing, Two-Dimensional Supramolecular Polymer Single-Layer Sheets for Highly Efficient Electrocatalytic Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley Online Library, vol. 54, no. 41, pp. 12058–12063, 2015. [Bibtex & Downloads]
Large-Area, Free-Standing, Two-Dimensional Supramolecular Polymer Single-Layer Sheets for Highly Efficient Electrocatalytic Hydrogen Evolution
Reference
Renhao Dong, Martin Pfeffermann, Haiwei Liang, Zhikun Zheng, Xiang Zhu, Jian Zhang, Xinliang Feng, "Large-Area, Free-Standing, Two-Dimensional Supramolecular Polymer Single-Layer Sheets for Highly Efficient Electrocatalytic Hydrogen Evolution", In Angewandte Chemie International Edition, Wiley Online Library, vol. 54, no. 41, pp. 12058–12063, 2015.
Bibtex
@article{dong2015large,
title={Large-Area, Free-Standing, Two-Dimensional Supramolecular Polymer Single-Layer Sheets for Highly Efficient Electrocatalytic Hydrogen Evolution},
author={Dong, Renhao and Pfeffermann, Martin and Liang, Haiwei and Zheng, Zhikun and Zhu, Xiang and Zhang, Jian and Feng, Xinliang},
journal={Angewandte Chemie International Edition},
volume={54},
number={41},
pages={12058--12063},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Wuxue Zhao, Zongsheng Hou, Zhaoquan Yao, Xiaodong Zhuang, Fan Zhang, Xinliang Feng, "Hypercrosslinked porous polymer nanosheets: 2D RAFT agent directed emulsion polymerization for multifunctional applications", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 40, pp. 7171–7178, 2015. [Bibtex & Downloads]
Hypercrosslinked porous polymer nanosheets: 2D RAFT agent directed emulsion polymerization for multifunctional applications
Reference
Wuxue Zhao, Zongsheng Hou, Zhaoquan Yao, Xiaodong Zhuang, Fan Zhang, Xinliang Feng, "Hypercrosslinked porous polymer nanosheets: 2D RAFT agent directed emulsion polymerization for multifunctional applications", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 40, pp. 7171–7178, 2015.
Bibtex
@article{zhao2015hypercrosslinked,
title={Hypercrosslinked porous polymer nanosheets: 2D RAFT agent directed emulsion polymerization for multifunctional applications},
author={Zhao, Wuxue and Hou, Zongsheng and Yao, Zhaoquan and Zhuang, Xiaodong and Zhang, Fan and Feng, Xinliang},
journal={Polymer Chemistry},
volume={6},
number={40},
pages={7171--7178},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Yang Hou, Shumao Cui, Zhenhai Wen, Xiaoru Guo, Xinliang Feng, Junhong Chen, "Strongly Coupled 3D Hybrids of N-doped Porous Carbon Nanosheet/CoNi Alloy-Encapsulated Carbon Nanotubes for Enhanced Electrocatalysis", In Small, pp. n/a–n/a, 2015. [doi] [Bibtex & Downloads]
Strongly Coupled 3D Hybrids of N-doped Porous Carbon Nanosheet/CoNi Alloy-Encapsulated Carbon Nanotubes for Enhanced Electrocatalysis
Reference
Yang Hou, Shumao Cui, Zhenhai Wen, Xiaoru Guo, Xinliang Feng, Junhong Chen, "Strongly Coupled 3D Hybrids of N-doped Porous Carbon Nanosheet/CoNi Alloy-Encapsulated Carbon Nanotubes for Enhanced Electrocatalysis", In Small, pp. n/a–n/a, 2015. [doi]
Bibtex
@article {SMLL:SMLL201502297,
author={Hou, Yang and Cui, Shumao and Wen, Zhenhai and Guo, Xiaoru and Feng, Xinliang and Chen, Junhong},
title={Strongly Coupled 3D Hybrids of N-doped Porous Carbon Nanosheet/CoNi Alloy-Encapsulated Carbon Nanotubes for Enhanced Electrocatalysis},
journal={Small},
issn={1613-6829},
url={http://dx.doi.org/10.1002/smll.201502297},
doi={10.1002/smll.201502297},
pages={n/a--n/a},
keywords={N doping, carbon nanotubes, carbon nanosheets, oxygen evolution reaction, oxygen reduction reaction, hybrid materials, electrocatalysis},
year={2015},
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Zhikun Zheng, Xianghui Zhang, Christof Neumann, Daniel Emmrich, Andreas Winter, Henning Vieker, Wei Liu, Marga Lensen, Armin Gölzhäuser, Andrey Turchanin, "Hybrid van der Waals heterostructures of zero-dimensional and two-dimensional materials", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 32, pp. 13393–13397, 2015. [Bibtex & Downloads]
Hybrid van der Waals heterostructures of zero-dimensional and two-dimensional materials
Reference
Zhikun Zheng, Xianghui Zhang, Christof Neumann, Daniel Emmrich, Andreas Winter, Henning Vieker, Wei Liu, Marga Lensen, Armin Gölzhäuser, Andrey Turchanin, "Hybrid van der Waals heterostructures of zero-dimensional and two-dimensional materials", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 32, pp. 13393–13397, 2015.
Bibtex
@article{zheng2015hybrid,
title={Hybrid van der Waals heterostructures of zero-dimensional and two-dimensional materials},
author={Zheng, Zhikun and Zhang, Xianghui and Neumann, Christof and Emmrich, Daniel and Winter, Andreas and Vieker, Henning and Liu, Wei and Lensen, Marga and G{\"o}lzh{\"a}user, Armin and Turchanin, Andrey},
journal={Nanoscale},
volume={7},
number={32},
pages={13393--13397},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Meik Dörpinghaus, Norbert Gaffke, Lorens A. Imhof, Rudolf Mathar, "A log-det inequality for random matrices", In SIAM Journal on Matrix Analysis and Applications, SIAM, vol. 36, no. 3, pp. 1164–1179, 2015. [Bibtex & Downloads]
A log-det inequality for random matrices
Reference
Meik Dörpinghaus, Norbert Gaffke, Lorens A. Imhof, Rudolf Mathar, "A log-det inequality for random matrices", In SIAM Journal on Matrix Analysis and Applications, SIAM, vol. 36, no. 3, pp. 1164–1179, 2015.
Bibtex
@article{dörpinghaus2015log,
title={A log-det inequality for random matrices},
author={D{\"o}rpinghaus, Meik and Gaffke, Norbert and Imhof, Lorens A. and Mathar, Rudolf},
journal={SIAM Journal on Matrix Analysis and Applications},
volume={36},
number={3},
pages={1164--1179},
year={2015},
publisher={SIAM}
}Downloads
Related Paths
Permalink
- Imad Ibrahim, Jana Kalbacova, Vivienne Engemaier, Jinbo Pang, Raul D Rodriguez, Daniel Grimm, Thomas Gemming, Dietrich RT Zahn, Oliver G Schmidt, Jürgen Eckert, others, "Confirming the dual role of etchants during the enrichment of semiconducting single wall carbon nanotubes by chemical vapor deposition", In Chemistry of Materials, ACS Publications, vol. 27, no. 17, pp. 5964–5973, 2015. [Bibtex & Downloads]
Confirming the dual role of etchants during the enrichment of semiconducting single wall carbon nanotubes by chemical vapor deposition
Reference
Imad Ibrahim, Jana Kalbacova, Vivienne Engemaier, Jinbo Pang, Raul D Rodriguez, Daniel Grimm, Thomas Gemming, Dietrich RT Zahn, Oliver G Schmidt, Jürgen Eckert, others, "Confirming the dual role of etchants during the enrichment of semiconducting single wall carbon nanotubes by chemical vapor deposition", In Chemistry of Materials, ACS Publications, vol. 27, no. 17, pp. 5964–5973, 2015.
Bibtex
@article{ibrahim2015confirming,
title={Confirming the dual role of etchants during the enrichment of semiconducting single wall carbon nanotubes by chemical vapor deposition},
author={Ibrahim, Imad and Kalbacova, Jana and Engemaier, Vivienne and Pang, Jinbo and Rodriguez, Raul D and Grimm, Daniel and Gemming, Thomas and Zahn, Dietrich RT and Schmidt, Oliver G and Eckert, Jürgen and others},
journal={Chemistry of Materials},
volume={27},
number={17},
pages={5964--5973},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martyna Grydlik, Moritz Brehm, Takeshi Tayagaki, Gregor Langer, Oliver G Schmidt, Friedrich Schäffler, "Optical properties of individual site-controlled Ge quantum dots", In Applied Physics Letters, AIP Publishing, vol. 106, no. 25, pp. 251904, 2015. [Bibtex & Downloads]
Optical properties of individual site-controlled Ge quantum dots
Reference
Martyna Grydlik, Moritz Brehm, Takeshi Tayagaki, Gregor Langer, Oliver G Schmidt, Friedrich Schäffler, "Optical properties of individual site-controlled Ge quantum dots", In Applied Physics Letters, AIP Publishing, vol. 106, no. 25, pp. 251904, 2015.
Bibtex
@article{grydlik2015optical,
title={Optical properties of individual site-controlled Ge quantum dots},
author={Grydlik, Martyna and Brehm, Moritz and Tayagaki, Takeshi and Langer, Gregor and Schmidt, Oliver G and Sch{\"a}ffler, Friedrich},
journal={Applied Physics Letters},
volume={106},
number={25},
pages={251904},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Krähmann, Jana Schubert, Christel Baier, Clemens Dubslaff, "Ratio and weight quantiles", Chapter in Mathematical Foundations of Computer Science 2015, Springer, pp. 344–356, 2015. [Bibtex & Downloads]
Ratio and weight quantiles
Reference
Daniel Krähmann, Jana Schubert, Christel Baier, Clemens Dubslaff, "Ratio and weight quantiles", Chapter in Mathematical Foundations of Computer Science 2015, Springer, pp. 344–356, 2015.
Bibtex
@incollection{krahmann2015ratio,
title={Ratio and weight quantiles},
author={Kr{\"a}hmann, Daniel and Schubert, Jana and Baier, Christel and Dubslaff, Clemens},
booktitle={Mathematical Foundations of Computer Science 2015},
pages={344--356},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Sven Mothes, Martin Claus, Michael Schroter, "Toward RF-linearity for planar local back-and top-gate SB-CNTFETs", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2015 International Conference on, pp. 92–95, 2015. [Bibtex & Downloads]
Toward RF-linearity for planar local back-and top-gate SB-CNTFETs
Reference
Sven Mothes, Martin Claus, Michael Schroter, "Toward RF-linearity for planar local back-and top-gate SB-CNTFETs", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2015 International Conference on, pp. 92–95, 2015.
Bibtex
@inproceedings{mothes2015toward,
title={Toward RF-linearity for planar local back-and top-gate SB-CNTFETs},
author={Mothes, Sven and Claus, Martin and Schroter, Michael},
booktitle={Simulation of Semiconductor Processes and Devices (SISPAD), 2015 International Conference on},
pages={92--95},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza, "Reasoning in Expressive Description Logics under Infinitely Valued Gödel Semantics", Frontiers of Combining Systems - 10th International Symposium, FroCoS 2015, Wroclaw, Poland, September 21-24, 2015. Proceedings (Carsten Lutz and
Silvio Ranise), Springer, vol. 9322, pp. 49-65, 2015. [doi] [Bibtex & Downloads]
Reasoning in Expressive Description Logics under Infinitely Valued Gödel Semantics
Reference
Stefan Borgwardt, Rafael Peñaloza, "Reasoning in Expressive Description Logics under Infinitely Valued Gödel Semantics", Frontiers of Combining Systems - 10th International Symposium, FroCoS 2015, Wroclaw, Poland, September 21-24, 2015. Proceedings (Carsten Lutz and Silvio Ranise), Springer, vol. 9322, pp. 49-65, 2015. [doi]
Bibtex
@InProceedings{conf/frocos/BorgwardtP15,
author = {Stefan Borgwardt and Rafael Pe{\~{n}}aloza},
title = {Reasoning in Expressive Description Logics under Infinitely Valued {G{\"{o}}del} Semantics},
booktitle = {Frontiers of Combining Systems - 10th International Symposium, FroCoS 2015, Wroclaw, Poland, September 21-24, 2015. Proceedings},
pages = {49-65},
doi = {10.1007/978-3-319-24246-0_4},
url = {http://dx.doi.org/10.1007/978-3-319-24246-0_4},
editor = {Carsten Lutz and
Silvio Ranise},
series = {Lecture Notes in Computer Science},
volume = {9322},
publisher = {Springer},
year = {2015},
isbn = {978-3-319-24245-3},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Clemens Dubslaff, Christel Baier, "Quantitative Analysis of Communication Scenarios", Chapter in Formal Modeling and Analysis of Timed Systems, Springer, pp. 76–92, 2015. [Bibtex & Downloads]
Quantitative Analysis of Communication Scenarios
Reference
Clemens Dubslaff, Christel Baier, "Quantitative Analysis of Communication Scenarios", Chapter in Formal Modeling and Analysis of Timed Systems, Springer, pp. 76–92, 2015.
Bibtex
@incollection{dubslaff2015quantitative,
title={Quantitative Analysis of Communication Scenarios},
author={Dubslaff, Clemens and Baier, Christel},
booktitle={Formal Modeling and Analysis of Timed Systems},
pages={76--92},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Matthias Georg Schwab, Akimitsu Narita, Silvio Osella, Yunbin Hu, Ali Maghsoumi, Alexey Mavrinsky, Wojciech Pisula, Chiara Castiglioni, Matteo Tommasini, David Beljonne, others, "Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons", In Chemistry–An Asian Journal, Wiley Online Library, vol. 10, no. 10, pp. 2134–2138, 2015. [Bibtex & Downloads]
Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons
Reference
Matthias Georg Schwab, Akimitsu Narita, Silvio Osella, Yunbin Hu, Ali Maghsoumi, Alexey Mavrinsky, Wojciech Pisula, Chiara Castiglioni, Matteo Tommasini, David Beljonne, others, "Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons", In Chemistry–An Asian Journal, Wiley Online Library, vol. 10, no. 10, pp. 2134–2138, 2015.
Bibtex
@article{schwab2015bottom,
title={Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons},
author={Schwab, Matthias Georg and Narita, Akimitsu and Osella, Silvio and Hu, Yunbin and Maghsoumi, Ali and Mavrinsky, Alexey and Pisula, Wojciech and Castiglioni, Chiara and Tommasini, Matteo and Beljonne, David and others},
journal={Chemistry--An Asian Journal},
volume={10},
number={10},
pages={2134--2138},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Organic / Polymer Path
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Probabilistic Query Answering in the Bayesian Description Logic$\backslash$ mathcal $\{$BE$\{$$}$L$}$", Chapter in Scalable Uncertainty Management, Springer, pp. 21–35, 2015. [Bibtex & Downloads]
Probabilistic Query Answering in the Bayesian Description Logic$\backslash$ mathcal $\{$BE$\{$$}$L$}$
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Probabilistic Query Answering in the Bayesian Description Logic$\backslash$ mathcal $\{$BE$\{$$}$L$}$", Chapter in Scalable Uncertainty Management, Springer, pp. 21–35, 2015.
Bibtex
@incollection{ceylan2015probabilistic,
title={Probabilistic Query Answering in the Bayesian Description Logic$\backslash$ mathcal $\{$BE$\{$$\}$L$\}$},
author={Ceylan, {\.I}smail {\.I}lkan and Pe{\~n}aloza, Rafael},
booktitle={Scalable Uncertainty Management},
pages={21--35},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Resilience Path, Resilience Path
Permalink
- T. Kämpfe, P. Reichenbach, A. Haußmann, T. Woike, E. Soergel, LM Eng, "Real-time three-dimensional profiling of ferroelectric domain walls", In Applied Physics Letters, AIP Publishing, vol. 107, no. 15, pp. 152905, 2015. [Bibtex & Downloads]
Real-time three-dimensional profiling of ferroelectric domain walls
Reference
T. Kämpfe, P. Reichenbach, A. Haußmann, T. Woike, E. Soergel, LM Eng, "Real-time three-dimensional profiling of ferroelectric domain walls", In Applied Physics Letters, AIP Publishing, vol. 107, no. 15, pp. 152905, 2015.
Bibtex
@article{kampfe2015real,
title={Real-time three-dimensional profiling of ferroelectric domain walls},
author={K{\"a}mpfe, T and Reichenbach, P and Hau{\ss}mann, A and Woike, T and Soergel, E and Eng, LM},
journal={Applied Physics Letters},
volume={107},
number={15},
pages={152905},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Édgar Roldán, Izaak Neri, Meik Dörpinghaus, Heinrich Meyr, Frank Jülicher, "Decision making in the arrow of time", In Physical Review Letters, APS, vol. 115, no. 25, pp. 250602, 2015. [Bibtex & Downloads]
Decision making in the arrow of time
Reference
Édgar Roldán, Izaak Neri, Meik Dörpinghaus, Heinrich Meyr, Frank Jülicher, "Decision making in the arrow of time", In Physical Review Letters, APS, vol. 115, no. 25, pp. 250602, 2015.
Bibtex
@article{roldan2015decision,
title={Decision making in the arrow of time},
author={Rold{\'a}n, {\'E}dgar and Neri, Izaak and D{\"o}rpinghaus, Meik and Meyr, Heinrich and J{\"u}licher, Frank},
journal={Physical Review Letters},
publisher={APS},
volume={115},
number={25},
pages={250602},
year={2015},
}Downloads
DecisionArrow15 [PDF]
Related Paths
Permalink
- David J Jorg, Alexandros Pollakis, Lucas Wetzel, Marvin Dropp, Wolfgang Rave, Frank Julicher, Gerhard Fettweis, "Synchronization of mutually coupled digital PLLs in massive MIMO systems", In Proceeding: Communications (ICC), 2015 IEEE International Conference on, pp. 1716–1721, 2015. [Bibtex & Downloads]
Synchronization of mutually coupled digital PLLs in massive MIMO systems
Reference
David J Jorg, Alexandros Pollakis, Lucas Wetzel, Marvin Dropp, Wolfgang Rave, Frank Julicher, Gerhard Fettweis, "Synchronization of mutually coupled digital PLLs in massive MIMO systems", In Proceeding: Communications (ICC), 2015 IEEE International Conference on, pp. 1716–1721, 2015.
Bibtex
@inproceedings{jorg2015synchronization,
title={Synchronization of mutually coupled digital PLLs in massive MIMO systems},
author={Jorg, David J and Pollakis, Alexandros and Wetzel, Lucas and Dropp, Marvin and Rave, Wolfgang and Julicher, Frank and Fettweis, Gerhard},
booktitle={Communications (ICC), 2015 IEEE International Conference on},
pages={1716--1721},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Thomas Lukasiewicz, RafaelPeñaloza, "Answering EL Queries in the Presence of Preferences", Proceedings of the 28th International Workshop on Description
Logics (DL'15) (Diego Calvanese and Boris Konev), CEUR Workshop Proceedings, vol. 1350, 2015. [Bibtex & Downloads]
Answering EL Queries in the Presence of Preferences
Reference
\.Ismail \.Ilkan Ceylan, Thomas Lukasiewicz, RafaelPeñaloza, "Answering EL Queries in the Presence of Preferences", Proceedings of the 28th International Workshop on Description Logics (DL'15) (Diego Calvanese and Boris Konev), CEUR Workshop Proceedings, vol. 1350, 2015.
Bibtex
@inproceedings{CLP2015,
author={{\.{I}}smail {\.{I}}lkan Ceylan and Thomas Lukasiewicz and Rafael
Pe{\~{n}}aloza},
title={Answering {EL} Queries in the Presence of Preferences},
editor={Diego Calvanese and Boris Konev},
booktitle={Proceedings of the 28th International Workshop on Description
Logics (DL'15)},
volume={1350},
publisher={CEUR Workshop Proceedings},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Dynamic Bayesian Description Logics", Proceedings of the 28th International Workshop on Description
Logics (DL'15) (Diego Calvanese and Boris Konev), CEUR Workshop Proceedings, vol. 1350, 2015. [Bibtex & Downloads]
Dynamic Bayesian Description Logics
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Dynamic Bayesian Description Logics", Proceedings of the 28th International Workshop on Description Logics (DL'15) (Diego Calvanese and Boris Konev), CEUR Workshop Proceedings, vol. 1350, 2015.
Bibtex
@inproceedings{CP2015,
author={{\.{I}}smail {\.{I}}lkan Ceylan and Rafael Pe{\~{n}}aloza},
title={Dynamic Bayesian Description Logics},
editor={Diego Calvanese and Boris Konev},
booktitle={Proceedings of the 28th International Workshop on Description
Logics (DL'15)},
volume={1350},
publisher={CEUR Workshop Proceedings},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christel Baier, "Reasoning About Cost-Utility Constraints in Probabilistic Models", Chapter in Reachability Problems, Springer, pp. 1–6, 2015. [Bibtex & Downloads]
Reasoning About Cost-Utility Constraints in Probabilistic Models
Reference
Christel Baier, "Reasoning About Cost-Utility Constraints in Probabilistic Models", Chapter in Reachability Problems, Springer, pp. 1–6, 2015.
Bibtex
@incollection{baier2015reasoning,
title={Reasoning About Cost-Utility Constraints in Probabilistic Models},
author={Baier, Christel},
booktitle={Reachability Problems},
pages={1--6},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Serena Gazzo, Giovanni Manfredi, Robert Pötzsch, Qiang Wei, Marina Alloisio, Brigitte Voit, Davide Comoretto, "High refractive index hyperbranched polyvinylsulfides for planar one-dimensional all-polymer photonic crystals", In Journal of Polymer Science Part B: Polymer Physics, Wiley Online Library, 2015. [Bibtex & Downloads]
High refractive index hyperbranched polyvinylsulfides for planar one-dimensional all-polymer photonic crystals
Reference
Serena Gazzo, Giovanni Manfredi, Robert Pötzsch, Qiang Wei, Marina Alloisio, Brigitte Voit, Davide Comoretto, "High refractive index hyperbranched polyvinylsulfides for planar one-dimensional all-polymer photonic crystals", In Journal of Polymer Science Part B: Polymer Physics, Wiley Online Library, 2015.
Bibtex
@article{gazzo2015high,
title={High refractive index hyperbranched polyvinylsulfides for planar one-dimensional all-polymer photonic crystals},
author={Gazzo, Serena and Manfredi, Giovanni and P{\"o}tzsch, Robert and Wei, Qiang and Alloisio, Marina and Voit, Brigitte and Comoretto, Davide},
journal={Journal of Polymer Science Part B: Polymer Physics},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Daniil Karnaushenko, Bergoi Ibarlucea, Sanghun Lee, Gungun Lin, Larysa Baraban, Sebastian Pregl, Michael Melzer, Denys Makarov, Walter M Weber, Thomas Mikolajick, others, "Flexible Electronics: Light Weight and Flexible High-Performance Diagnostic Platform (Adv. Healthcare Mater. 10/2015)", In Advanced healthcare materials, Wiley Online Library, vol. 4, no. 10, pp. 1419–1419, 2015. [Bibtex & Downloads]
Flexible Electronics: Light Weight and Flexible High-Performance Diagnostic Platform (Adv. Healthcare Mater. 10/2015)
Reference
Daniil Karnaushenko, Bergoi Ibarlucea, Sanghun Lee, Gungun Lin, Larysa Baraban, Sebastian Pregl, Michael Melzer, Denys Makarov, Walter M Weber, Thomas Mikolajick, others, "Flexible Electronics: Light Weight and Flexible High-Performance Diagnostic Platform (Adv. Healthcare Mater. 10/2015)", In Advanced healthcare materials, Wiley Online Library, vol. 4, no. 10, pp. 1419–1419, 2015.
Bibtex
@article{karnaushenko2015flexible,
title={Flexible Electronics: Light Weight and Flexible High-Performance Diagnostic Platform (Adv. Healthcare Mater. 10/2015)},
author={Karnaushenko, Daniil and Ibarlucea, Bergoi and Lee, Sanghun and Lin, Gungun and Baraban, Larysa and Pregl, Sebastian and Melzer, Michael and Makarov, Denys and Weber, Walter M and Mikolajick, Thomas and others},
journal={Advanced healthcare materials},
volume={4},
number={10},
pages={1419--1419},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Kaschura, Axel Fischer, Daniel Kasemann, Karl Leo, "Ambipolar organic permeable base transistors", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 956805–956805, 2015. [Bibtex & Downloads]
Ambipolar organic permeable base transistors
Reference
Felix Kaschura, Axel Fischer, Daniel Kasemann, Karl Leo, "Ambipolar organic permeable base transistors", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 956805–956805, 2015.
Bibtex
@inproceedings{kaschura2015ambipolar,
title={Ambipolar organic permeable base transistors},
author={Kaschura, Felix and Fischer, Axel and Kasemann, Daniel and Leo, Karl},
booktitle={SPIE Organic Photonics+ Electronics},
pages={956805--956805},
year={2015},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Raul D Rodriguez, Evgeniya Sheremet, Tanja Deckert-Gaudig, Corinne Chaneac, Michael Hietschold, Volker Deckert, Dietrich RT Zahn, "Surface-and tip-enhanced Raman spectroscopy reveals spin-waves in iron oxide nanoparticles", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 21, pp. 9545–9551, 2015. [Bibtex & Downloads]
Surface-and tip-enhanced Raman spectroscopy reveals spin-waves in iron oxide nanoparticles
Reference
Raul D Rodriguez, Evgeniya Sheremet, Tanja Deckert-Gaudig, Corinne Chaneac, Michael Hietschold, Volker Deckert, Dietrich RT Zahn, "Surface-and tip-enhanced Raman spectroscopy reveals spin-waves in iron oxide nanoparticles", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 21, pp. 9545–9551, 2015.
Bibtex
@article{rodriguez2015surface,
title={Surface-and tip-enhanced Raman spectroscopy reveals spin-waves in iron oxide nanoparticles},
author={Rodriguez, Raul D and Sheremet, Evgeniya and Deckert-Gaudig, Tanja and Chaneac, Corinne and Hietschold, Michael and Deckert, Volker and Zahn, Dietrich RT},
journal={Nanoscale},
volume={7},
number={21},
pages={9545--9551},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "180 GHz low-power bandwidth-enhanced BiCMOS cascaded single-stage distributed amplifier", In Proceeding: Wireless and Microwave Technology Conference (WAMICON), 2015 IEEE 16th Annual, pp. 1–3, 2015. [Bibtex & Downloads]
180 GHz low-power bandwidth-enhanced BiCMOS cascaded single-stage distributed amplifier
Reference
Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "180 GHz low-power bandwidth-enhanced BiCMOS cascaded single-stage distributed amplifier", In Proceeding: Wireless and Microwave Technology Conference (WAMICON), 2015 IEEE 16th Annual, pp. 1–3, 2015.
Bibtex
@inproceedings{testa2015180,
title={180 GHz low-power bandwidth-enhanced BiCMOS cascaded single-stage distributed amplifier},
author={Testa, Paolo Valerio and Carta, Corrado and Ellinger, Frank},
booktitle={Wireless and Microwave Technology Conference (WAMICON), 2015 IEEE 16th Annual},
pages={1--3},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Hoppner, Stefan Haenzsche, Stefan Scholze, Rene Schuffny, "An all-digital PWM generator with 62.5 ps resolution in 28nm CMOS technology", In Proceeding: Circuits and Systems (ISCAS), 2015 IEEE International Symposium on, pp. 1738–1741, 2015. [Bibtex & Downloads]
An all-digital PWM generator with 62.5 ps resolution in 28nm CMOS technology
Reference
Sebastian Hoppner, Stefan Haenzsche, Stefan Scholze, Rene Schuffny, "An all-digital PWM generator with 62.5 ps resolution in 28nm CMOS technology", In Proceeding: Circuits and Systems (ISCAS), 2015 IEEE International Symposium on, pp. 1738–1741, 2015.
Bibtex
@inproceedings{hoppner2015all,
title={An all-digital PWM generator with 62.5 ps resolution in 28nm CMOS technology},
author={Hoppner, Sebastian and Haenzsche, Stefan and Scholze, Stefan and Schuffny, Rene},
booktitle={Circuits and Systems (ISCAS), 2015 IEEE International Symposium on},
pages={1738--1741},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yevhen Karpov, Wei Zhao, Ivan Raguzin, Tetyana Beryozkina, Vasiliy Bakulev, Mahmoud Al-Hussein, Liane Häußler, Manfred Stamm, Brigitte Voit, Antonio Facchetti, others, "Influence of Semiconductor Thickness and Molecular Weight on the Charge Transport of a Naphthalenediimide-Based Copolymer in Thin-Film Transistors", In ACS applied materials & interfaces, ACS Publications, 2015. [Bibtex & Downloads]
Influence of Semiconductor Thickness and Molecular Weight on the Charge Transport of a Naphthalenediimide-Based Copolymer in Thin-Film Transistors
Reference
Yevhen Karpov, Wei Zhao, Ivan Raguzin, Tetyana Beryozkina, Vasiliy Bakulev, Mahmoud Al-Hussein, Liane Häußler, Manfred Stamm, Brigitte Voit, Antonio Facchetti, others, "Influence of Semiconductor Thickness and Molecular Weight on the Charge Transport of a Naphthalenediimide-Based Copolymer in Thin-Film Transistors", In ACS applied materials & interfaces, ACS Publications, 2015.
Bibtex
@article{karpov2015influence,
title={Influence of Semiconductor Thickness and Molecular Weight on the Charge Transport of a Naphthalenediimide-Based Copolymer in Thin-Film Transistors},
author={Karpov, Yevhen and Zhao, Wei and Raguzin, Ivan and Beryozkina, Tetyana and Bakulev, Vasiliy and Al-Hussein, Mahmoud and Häu{\ss}ler, Liane and Stamm, Manfred and Voit, Brigitte and Facchetti, Antonio and others},
journal={ACS applied materials \& interfaces},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lina Mikoliunaite, Raul D Rodriguez, Evgeniya Sheremet, Vladimir Kolchuzhin, Jan Mehner, Arunas Ramanavicius, Dietrich RT Zahn, "The substrate matters in the Raman spectroscopy analysis of cells", In Scientific reports, Nature Publishing Group, vol. 5, 2015. [Bibtex & Downloads]
The substrate matters in the Raman spectroscopy analysis of cells
Reference
Lina Mikoliunaite, Raul D Rodriguez, Evgeniya Sheremet, Vladimir Kolchuzhin, Jan Mehner, Arunas Ramanavicius, Dietrich RT Zahn, "The substrate matters in the Raman spectroscopy analysis of cells", In Scientific reports, Nature Publishing Group, vol. 5, 2015.
Bibtex
@article{mikoliunaite2015substrate,
title={The substrate matters in the Raman spectroscopy analysis of cells},
author={Mikoliunaite, Lina and Rodriguez, Raul D and Sheremet, Evgeniya and Kolchuzhin, Vladimir and Mehner, Jan and Ramanavicius, Arunas and Zahn, Dietrich RT},
journal={Scientific reports},
volume={5},
year={2015},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xuhai Liu, Daniel Kasemann, Karl Leo, "Top-gate organic depletion and inversion transistors with doped channel and injection contact", In Applied Physics Letters, AIP Publishing, vol. 106, no. 10, pp. 103301, 2015. [Bibtex & Downloads]
Top-gate organic depletion and inversion transistors with doped channel and injection contact
Reference
Xuhai Liu, Daniel Kasemann, Karl Leo, "Top-gate organic depletion and inversion transistors with doped channel and injection contact", In Applied Physics Letters, AIP Publishing, vol. 106, no. 10, pp. 103301, 2015.
Bibtex
@article{liu2015top,
title={Top-gate organic depletion and inversion transistors with doped channel and injection contact},
author={Liu, Xuhai and Kasemann, Daniel and Leo, Karl},
journal={Applied Physics Letters},
volume={106},
number={10},
pages={103301},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Ramirez-Torres, R. Rodriguez-Ramos, J. Merodio, J. Bravo-Castillero, R. Guinovart-Diaz, JCL Alfonso, "Mathematical modeling of anisotropic avascular tumor growth", In Mechanics Research Communications, Elsevier, vol. 69, pp. 8–14, 2015. [Bibtex & Downloads]
Mathematical modeling of anisotropic avascular tumor growth
Reference
A. Ramirez-Torres, R. Rodriguez-Ramos, J. Merodio, J. Bravo-Castillero, R. Guinovart-Diaz, JCL Alfonso, "Mathematical modeling of anisotropic avascular tumor growth", In Mechanics Research Communications, Elsevier, vol. 69, pp. 8–14, 2015.
Bibtex
@article{ramirez2015mathematical,
title={Mathematical modeling of anisotropic avascular tumor growth},
author={Ramirez-Torres, A and Rodriguez-Ramos, R and Merodio, J and Bravo-Castillero, J and Guinovart-Diaz, R and Alfonso, JCL},
journal={Mechanics Research Communications},
volume={69},
pages={8--14},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Chengzhou Zhu, Dan Wen, Susanne Leubner, Martin Oschatz, Wei Liu, Matthias Holzschuh, Frank Simon, Stefan Kaskel, Alexander Eychmüller, "Nickel cobalt oxide hollow nanosponges as advanced electrocatalysts for the oxygen evolution reaction", In Chemical Communications, Royal Society of Chemistry, vol. 51, no. 37, pp. 7851–7854, 2015. [Bibtex & Downloads]
Nickel cobalt oxide hollow nanosponges as advanced electrocatalysts for the oxygen evolution reaction
Reference
Chengzhou Zhu, Dan Wen, Susanne Leubner, Martin Oschatz, Wei Liu, Matthias Holzschuh, Frank Simon, Stefan Kaskel, Alexander Eychmüller, "Nickel cobalt oxide hollow nanosponges as advanced electrocatalysts for the oxygen evolution reaction", In Chemical Communications, Royal Society of Chemistry, vol. 51, no. 37, pp. 7851–7854, 2015.
Bibtex
@article{zhu2015nickel,
title={Nickel cobalt oxide hollow nanosponges as advanced electrocatalysts for the oxygen evolution reaction},
author={Zhu, Chengzhou and Wen, Dan and Leubner, Susanne and Oschatz, Martin and Liu, Wei and Holzschuh, Matthias and Simon, Frank and Kaskel, Stefan and Eychm{\"u}ller, Alexander},
journal={Chemical Communications},
volume={51},
number={37},
pages={7851--7854},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Chemical Information Processing Path
Permalink
- Alexander G Milekhin, Nikolay A Yeryukov, Larisa L Sveshnikova, Tatyana A Duda, Ekaterina E Rodyakina, Victor A Gridchin, Evgeniya S Sheremet, Dietrich RT Zahn, "Combination of surface-and interference-enhanced Raman scattering by CuS nanocrystals on nanopatterned Au structures", In Beilstein journal of nanotechnology, Beilstein-Institut, vol. 6, no. 1, pp. 749–754, 2015. [Bibtex & Downloads]
Combination of surface-and interference-enhanced Raman scattering by CuS nanocrystals on nanopatterned Au structures
Reference
Alexander G Milekhin, Nikolay A Yeryukov, Larisa L Sveshnikova, Tatyana A Duda, Ekaterina E Rodyakina, Victor A Gridchin, Evgeniya S Sheremet, Dietrich RT Zahn, "Combination of surface-and interference-enhanced Raman scattering by CuS nanocrystals on nanopatterned Au structures", In Beilstein journal of nanotechnology, Beilstein-Institut, vol. 6, no. 1, pp. 749–754, 2015.
Bibtex
@article{milekhin2015combination,
title={Combination of surface-and interference-enhanced Raman scattering by CuS nanocrystals on nanopatterned Au structures},
author={Milekhin, Alexander G and Yeryukov, Nikolay A and Sveshnikova, Larisa L and Duda, Tatyana A and Rodyakina, Ekaterina E and Gridchin, Victor A and Sheremet, Evgeniya S and Zahn, Dietrich RT},
journal={Beilstein journal of nanotechnology},
volume={6},
number={1},
pages={749--754},
year={2015},
publisher={Beilstein-Institut}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Aland, Haralambos Hatzikirou, John Lowengrub, Axel Voigt, "A Mechanistic Collective Cell Model for Epithelial Colony Growth and Contact Inhibition", In Biophysical journal, Elsevier, vol. 109, no. 7, pp. 1347–1357, 2015. [Bibtex & Downloads]
A Mechanistic Collective Cell Model for Epithelial Colony Growth and Contact Inhibition
Reference
Sebastian Aland, Haralambos Hatzikirou, John Lowengrub, Axel Voigt, "A Mechanistic Collective Cell Model for Epithelial Colony Growth and Contact Inhibition", In Biophysical journal, Elsevier, vol. 109, no. 7, pp. 1347–1357, 2015.
Bibtex
@article{aland2015mechanistic,
title={A Mechanistic Collective Cell Model for Epithelial Colony Growth and Contact Inhibition},
author={Aland, Sebastian and Hatzikirou, Haralambos and Lowengrub, John and Voigt, Axel},
journal={Biophysical journal},
volume={109},
number={7},
pages={1347--1357},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Dixius, Dennis Walter, Sebastian Hoppner, Holger Eisenreich, Rene Schuffny, "A deep-submicron CMOS flow for general-purpose timing-detection insertion", In Proceeding: Mixed Design of Integrated Circuits & Systems (MIXDES), 2015 22nd International Conference, pp. 248–253, 2015. [Bibtex & Downloads]
A deep-submicron CMOS flow for general-purpose timing-detection insertion
Reference
Andreas Dixius, Dennis Walter, Sebastian Hoppner, Holger Eisenreich, Rene Schuffny, "A deep-submicron CMOS flow for general-purpose timing-detection insertion", In Proceeding: Mixed Design of Integrated Circuits & Systems (MIXDES), 2015 22nd International Conference, pp. 248–253, 2015.
Bibtex
@inproceedings{dixius2015deep,
title={A deep-submicron CMOS flow for general-purpose timing-detection insertion},
author={Dixius, Andreas and Walter, Dennis and Hoppner, Sebastian and Eisenreich, Holger and Schuffny, Rene},
booktitle={Mixed Design of Integrated Circuits \& Systems (MIXDES), 2015 22nd International Conference},
pages={248--253},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Joachim Klein, Christel Baier, Sascha Klüppelholz, "Compositional construction of most general controllers", In Acta Informatica, Springer, pp. 1–40, 2015. [Bibtex & Downloads]
Compositional construction of most general controllers
Reference
Joachim Klein, Christel Baier, Sascha Klüppelholz, "Compositional construction of most general controllers", In Acta Informatica, Springer, pp. 1–40, 2015.
Bibtex
@article{klein2015compositional,
title={Compositional construction of most general controllers},
author={Klein, Joachim and Baier, Christel and Kl{\"u}ppelholz, Sascha},
journal={Acta Informatica},
pages={1--40},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Axel Fischer, Thomas Koprucki, Annegret Glitzky, Matthias Liero, Klaus Gärtner, Jacqueline Hauptmann, Sebastian Reineke, Daniel Kasemann, Björn Lüssem, Karl Leo, others, "OLEDs: light-emitting thin film thermistors revealing advanced self-heating effects", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 95661A–95661A, 2015. [Bibtex & Downloads]
OLEDs: light-emitting thin film thermistors revealing advanced self-heating effects
Reference
Axel Fischer, Thomas Koprucki, Annegret Glitzky, Matthias Liero, Klaus Gärtner, Jacqueline Hauptmann, Sebastian Reineke, Daniel Kasemann, Björn Lüssem, Karl Leo, others, "OLEDs: light-emitting thin film thermistors revealing advanced self-heating effects", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 95661A–95661A, 2015.
Bibtex
@inproceedings{fischer2015oleds,
title={OLEDs: light-emitting thin film thermistors revealing advanced self-heating effects},
author={Fischer, Axel and Koprucki, Thomas and Glitzky, Annegret and Liero, Matthias and G{\"a}rtner, Klaus and Hauptmann, Jacqueline and Reineke, Sebastian and Kasemann, Daniel and L{\"u}ssem, Bj{\"o}rn and Leo, Karl and others},
booktitle={SPIE Organic Photonics+ Electronics},
pages={95661A--95661A},
year={2015},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jinbo Pang, Alicja Bachmatiuk, Lei Fu, Rafael G Mendes, Marcin Libera, Daniela Placha, Grazyna Simha Martynková, Barbara Trzebicka, Thomas Gemming, Juergen Eckert, others, "Direct synthesis of graphene from adsorbed organic solvent molecules over copper", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 75, pp. 60884–60891, 2015. [Bibtex & Downloads]
Direct synthesis of graphene from adsorbed organic solvent molecules over copper
Reference
Jinbo Pang, Alicja Bachmatiuk, Lei Fu, Rafael G Mendes, Marcin Libera, Daniela Placha, Grazyna Simha Martynková, Barbara Trzebicka, Thomas Gemming, Juergen Eckert, others, "Direct synthesis of graphene from adsorbed organic solvent molecules over copper", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 75, pp. 60884–60891, 2015.
Bibtex
@article{pang2015direct,
title={Direct synthesis of graphene from adsorbed organic solvent molecules over copper},
author={Pang, Jinbo and Bachmatiuk, Alicja and Fu, Lei and Mendes, Rafael G and Libera, Marcin and Placha, Daniela and Martynkov{\'a}, Grazyna Simha and Trzebicka, Barbara and Gemming, Thomas and Eckert, Juergen and others},
journal={RSC Advances},
volume={5},
number={75},
pages={60884--60891},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alicja Bachmatiuk, John Boeckl, Howard Smith, Imad Ibrahim, Thomas Gemming, Steffen Oswald, Wojciech Kazmierczak, Denys Makarov, Oliver G Schmidt, Juergen Eckert, others, "Vertical graphene growth from amorphous carbon films using oxidizing gases", In The Journal of Physical Chemistry C, ACS Publications, vol. 119, no. 31, pp. 17965–17970, 2015. [Bibtex & Downloads]
Vertical graphene growth from amorphous carbon films using oxidizing gases
Reference
Alicja Bachmatiuk, John Boeckl, Howard Smith, Imad Ibrahim, Thomas Gemming, Steffen Oswald, Wojciech Kazmierczak, Denys Makarov, Oliver G Schmidt, Juergen Eckert, others, "Vertical graphene growth from amorphous carbon films using oxidizing gases", In The Journal of Physical Chemistry C, ACS Publications, vol. 119, no. 31, pp. 17965–17970, 2015.
Bibtex
@article{bachmatiuk2015vertical,
title={Vertical graphene growth from amorphous carbon films using oxidizing gases},
author={Bachmatiuk, Alicja and Boeckl, John and Smith, Howard and Ibrahim, Imad and Gemming, Thomas and Oswald, Steffen and Kazmierczak, Wojciech and Makarov, Denys and Schmidt, Oliver G and Eckert, Juergen and others},
journal={The Journal of Physical Chemistry C},
volume={119},
number={31},
pages={17965--17970},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, Uwe Mühle, Jürgen Gluch, Yvonne Standke, Oliver Aubel, Norman Vogel, Meike Hauschildt, others, "In-situ study of the TDDB-induced damage mechanism in Cu/ultra-low-k interconnect structures", In Microelectronic Engineering, Elsevier, vol. 137, pp. 47–53, 2015. [Bibtex & Downloads]
In-situ study of the TDDB-induced damage mechanism in Cu/ultra-low-k interconnect structures
Reference
Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, Uwe Mühle, Jürgen Gluch, Yvonne Standke, Oliver Aubel, Norman Vogel, Meike Hauschildt, others, "In-situ study of the TDDB-induced damage mechanism in Cu/ultra-low-k interconnect structures", In Microelectronic Engineering, Elsevier, vol. 137, pp. 47–53, 2015.
Bibtex
@article{liao2015situstudy,
title={In-situ study of the TDDB-induced damage mechanism in Cu/ultra-low-k interconnect structures},
author={Liao, Zhongquan and Gall, Martin and Yeap, Kong Boon and Sander, Christoph and M{\"u}hle, Uwe and Gluch, J{\"u}rgen and Standke, Yvonne and Aubel, Oliver and Vogel, Norman and Hauschildt, Meike and others},
journal={Microelectronic Engineering},
volume={137},
pages={47--53},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jinbo Pang, Alicja Bachmatiuk, Lei Fu, Chenglin Yan, Mengqi Zeng, Jiao Wang, Barbara Trzebicka, Thomas Gemming, Jürgen Eckert, Mark H Rümmeli, "Oxidation as a Means to Remove Surface Contaminants on Cu Foil Prior to Graphene Growth by Chemical Vapor Deposition", In The Journal of Physical Chemistry C, ACS Publications, 2015. [Bibtex & Downloads]
Oxidation as a Means to Remove Surface Contaminants on Cu Foil Prior to Graphene Growth by Chemical Vapor Deposition
Reference
Jinbo Pang, Alicja Bachmatiuk, Lei Fu, Chenglin Yan, Mengqi Zeng, Jiao Wang, Barbara Trzebicka, Thomas Gemming, Jürgen Eckert, Mark H Rümmeli, "Oxidation as a Means to Remove Surface Contaminants on Cu Foil Prior to Graphene Growth by Chemical Vapor Deposition", In The Journal of Physical Chemistry C, ACS Publications, 2015.
Bibtex
@article{pang2015oxidation,
title={Oxidation as a Means to Remove Surface Contaminants on Cu Foil Prior to Graphene Growth by Chemical Vapor Deposition},
author={Pang, Jinbo and Bachmatiuk, Alicja and Fu, Lei and Yan, Chenglin and Zeng, Mengqi and Wang, Jiao and Trzebicka, Barbara and Gemming, Thomas and Eckert, J{\"u}rgen and R{\"u}mmeli, Mark H},
journal={The Journal of Physical Chemistry C},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz JF Löchner, Andreas Mischok, Robert Brückner, Vadim G Lyssenko, Alexander A Zakhidov, Hartmut Fröb, K. Leo, "Coexisting localized and extended optical Bloch states in a periodic deep wire array microcavity", In Superlattices and Microstructures, Elsevier, vol. 85, pp. 646–652, 2015. [Bibtex & Downloads]
Coexisting localized and extended optical Bloch states in a periodic deep wire array microcavity
Reference
Franz JF Löchner, Andreas Mischok, Robert Brückner, Vadim G Lyssenko, Alexander A Zakhidov, Hartmut Fröb, K. Leo, "Coexisting localized and extended optical Bloch states in a periodic deep wire array microcavity", In Superlattices and Microstructures, Elsevier, vol. 85, pp. 646–652, 2015.
Bibtex
@article{lochner2015coexisting,
title={Coexisting localized and extended optical Bloch states in a periodic deep wire array microcavity},
author={L{\"o}chner, Franz JF and Mischok, Andreas and Br{\"u}ckner, Robert and Lyssenko, Vadim G and Zakhidov, Alexander A and Fr{\"o}b, Hartmut and Leo, K},
journal={Superlattices and Microstructures},
volume={85},
pages={646--652},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Mischok, R. Brückner, H. Fröb, VG Lyssenko, K. Leo, AA Zakhidov, "Control of Lasing from Bloch States in Microcavity Photonic Wires via Selective Excitation and Gain", In Physical Review Applied, APS, vol. 3, no. 6, pp. 064016, 2015. [Bibtex & Downloads]
Control of Lasing from Bloch States in Microcavity Photonic Wires via Selective Excitation and Gain
Reference
A. Mischok, R. Brückner, H. Fröb, VG Lyssenko, K. Leo, AA Zakhidov, "Control of Lasing from Bloch States in Microcavity Photonic Wires via Selective Excitation and Gain", In Physical Review Applied, APS, vol. 3, no. 6, pp. 064016, 2015.
Bibtex
@article{mischok2015control,
title={Control of Lasing from Bloch States in Microcavity Photonic Wires via Selective Excitation and Gain},
author={Mischok, A and Br{\"u}ckner, R and Fr{\"o}b, H and Lyssenko, VG and Leo, K and Zakhidov, AA},
journal={Physical Review Applied},
volume={3},
number={6},
pages={064016},
year={2015},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus P Klinger, Axel Fischer, Felix Kaschura, Reinhard Scholz, Björn Lüssem, Bahman Kheradmand-Boroujeni, Frank Ellinger, Daniel Kasemann, Karl Leo, "Advanced Organic Permeable-Base Transistor with Superior Performance", In Advanced Materials, Wiley Online Library, 2015. [Bibtex & Downloads]
Advanced Organic Permeable-Base Transistor with Superior Performance
Reference
Markus P Klinger, Axel Fischer, Felix Kaschura, Reinhard Scholz, Björn Lüssem, Bahman Kheradmand-Boroujeni, Frank Ellinger, Daniel Kasemann, Karl Leo, "Advanced Organic Permeable-Base Transistor with Superior Performance", In Advanced Materials, Wiley Online Library, 2015.
Bibtex
@article{klinger2015advanced,
title={Advanced Organic Permeable-Base Transistor with Superior Performance},
author={Klinger, Markus P and Fischer, Axel and Kaschura, Felix and Scholz, Reinhard and L{\"u}ssem, Bj{\"o}rn and Kheradmand-Boroujeni, Bahman and Ellinger, Frank and Kasemann, Daniel and Leo, Karl},
journal={Advanced Materials},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, André Clausner, Uwe Mühle, Jürgen Gluch, Yvonne Standke, Oliver Aubel, Armand Beyer, others, "In Situ Time-dependent Dielectric Breakdown in the Transmission Electron Microscope: A Possibility to Understand the Failure Mechanism in Microelectronic Devices", In JoVE (Journal of Visualized Experiments), no. 100, pp. e52447–e52447, 2015. [Bibtex & Downloads]
In Situ Time-dependent Dielectric Breakdown in the Transmission Electron Microscope: A Possibility to Understand the Failure Mechanism in Microelectronic Devices
Reference
Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, André Clausner, Uwe Mühle, Jürgen Gluch, Yvonne Standke, Oliver Aubel, Armand Beyer, others, "In Situ Time-dependent Dielectric Breakdown in the Transmission Electron Microscope: A Possibility to Understand the Failure Mechanism in Microelectronic Devices", In JoVE (Journal of Visualized Experiments), no. 100, pp. e52447–e52447, 2015.
Bibtex
@article{liao2015situ,
title={In Situ Time-dependent Dielectric Breakdown in the Transmission Electron Microscope: A Possibility to Understand the Failure Mechanism in Microelectronic Devices},
author={Liao, Zhongquan and Gall, Martin and Yeap, Kong Boon and Sander, Christoph and Clausner, Andr{\'e} and M{\"u}hle, Uwe and Gluch, J{\"u}rgen and Standke, Yvonne and Aubel, Oliver and Beyer, Armand and others},
journal={JoVE (Journal of Visualized Experiments)},
number={100},
pages={e52447--e52447},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Thiessen, E. Beyreuther, R. Werner, D. Koelle, R. Kleiner, LM Eng, "Quantifying the electrical transport characteristics of electron-doped La 0.7 Ce 0.3 MnO 3 thin films through hopping energies, Mn valence, and carrier localization length", In Journal of Physics and Chemistry of Solids, Elsevier, vol. 80, pp. 26–33, 2015. [Bibtex & Downloads]
Quantifying the electrical transport characteristics of electron-doped La 0.7 Ce 0.3 MnO 3 thin films through hopping energies, Mn valence, and carrier localization length
Reference
A. Thiessen, E. Beyreuther, R. Werner, D. Koelle, R. Kleiner, LM Eng, "Quantifying the electrical transport characteristics of electron-doped La 0.7 Ce 0.3 MnO 3 thin films through hopping energies, Mn valence, and carrier localization length", In Journal of Physics and Chemistry of Solids, Elsevier, vol. 80, pp. 26–33, 2015.
Bibtex
@article{thiessen2015quantifying,
title={Quantifying the electrical transport characteristics of electron-doped La 0.7 Ce 0.3 MnO 3 thin films through hopping energies, Mn valence, and carrier localization length},
author={Thiessen, A and Beyreuther, E and Werner, R and Koelle, D and Kleiner, R and Eng, LM},
journal={Journal of Physics and Chemistry of Solids},
volume={80},
pages={26--33},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Tao Zhang, Yunhao Du, Jana Kalbacova, René Schubel, Raul D Rodriguez, Tao Chen, Dietrich RT Zahn, Rainer Jordan, "Wafer-scale synthesis of defined polymer brushes under ambient conditions", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 47, pp. 8176–8183, 2015. [Bibtex & Downloads]
Wafer-scale synthesis of defined polymer brushes under ambient conditions
Reference
Tao Zhang, Yunhao Du, Jana Kalbacova, René Schubel, Raul D Rodriguez, Tao Chen, Dietrich RT Zahn, Rainer Jordan, "Wafer-scale synthesis of defined polymer brushes under ambient conditions", In Polymer Chemistry, Royal Society of Chemistry, vol. 6, no. 47, pp. 8176–8183, 2015.
Bibtex
@article{zhang2015wafer,
title={Wafer-scale synthesis of defined polymer brushes under ambient conditions},
author={Zhang, Tao and Du, Yunhao and Kalbacova, Jana and Schubel, Ren{\'e} and Rodriguez, Raul D and Chen, Tao and Zahn, Dietrich RT and Jordan, Rainer},
journal={Polymer Chemistry},
volume={6},
number={47},
pages={8176--8183},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David J Jörg, "Nonlinear transient waves in coupled phase oscillators with inertia", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 25, no. 5, pp. 053106, 2015. [Bibtex & Downloads]
Nonlinear transient waves in coupled phase oscillators with inertia
Reference
David J Jörg, "Nonlinear transient waves in coupled phase oscillators with inertia", In Chaos: An Interdisciplinary Journal of Nonlinear Science, AIP Publishing, vol. 25, no. 5, pp. 053106, 2015.
Bibtex
@article{jorg2015nonlinear,
title={Nonlinear transient waves in coupled phase oscillators with inertia},
author={J{\"o}rg, David J},
journal={Chaos: An Interdisciplinary Journal of Nonlinear Science},
volume={25},
number={5},
pages={053106},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Mikolajick, Walter M Weber, "Silicon Nanowires: Fabrication and Applications", Chapter in Anisotropic Nanomaterials, Springer, pp. 1–25, 2015. [Bibtex & Downloads]
Silicon Nanowires: Fabrication and Applications
Reference
Thomas Mikolajick, Walter M Weber, "Silicon Nanowires: Fabrication and Applications", Chapter in Anisotropic Nanomaterials, Springer, pp. 1–25, 2015.
Bibtex
@incollection{mikolajick2015silicon,
title={Silicon Nanowires: Fabrication and Applications},
author={Mikolajick, Thomas and Weber, Walter M},
booktitle={Anisotropic Nanomaterials},
pages={1--25},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marco Braun, Andreas P Bregulla, Katrin Günther, Michael Mertig, Frank Cichos, "Single Molecules Trapped by Dynamic Inhomogeneous Temperature Fields", In Nano letters, ACS Publications, vol. 15, no. 8, pp. 5499–5505, 2015. [Bibtex & Downloads]
Single Molecules Trapped by Dynamic Inhomogeneous Temperature Fields
Reference
Marco Braun, Andreas P Bregulla, Katrin Günther, Michael Mertig, Frank Cichos, "Single Molecules Trapped by Dynamic Inhomogeneous Temperature Fields", In Nano letters, ACS Publications, vol. 15, no. 8, pp. 5499–5505, 2015.
Bibtex
@article{braun2015single,
title={Single Molecules Trapped by Dynamic Inhomogeneous Temperature Fields},
author={Braun, Marco and Bregulla, Andreas P and Günther, Katrin and Mertig, Michael and Cichos, Frank},
journal={Nano letters},
volume={15},
number={8},
pages={5499--5505},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Till Smejkal, Adam Lackorzynski, Benjamin Engel, Marcus Völp, "Transactional IPC in Fiasco. OC", In OSPERT 2015, pp. 19, 2015. [Bibtex & Downloads]
Transactional IPC in Fiasco. OC
Reference
Till Smejkal, Adam Lackorzynski, Benjamin Engel, Marcus Völp, "Transactional IPC in Fiasco. OC", In OSPERT 2015, pp. 19, 2015.
Bibtex
@article{smejkal2015transactional,
title={Transactional IPC in Fiasco. OC},
author={Smejkal, Till and Lackorzynski, Adam and Engel, Benjamin and V{\"o}lp, Marcus},
journal={OSPERT 2015},
pages={19},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Ramírez-Torres, R. Rodríguez-Ramos, J. Merodio, J. Bravo-Castillero, R. Guinovart-Díaz, JCL Alfonso, "Action of body forces in tumor growth", In International Journal of Engineering Science, Elsevier, vol. 89, pp. 18–34, 2015. [Bibtex & Downloads]
Action of body forces in tumor growth
Reference
A. Ramírez-Torres, R. Rodríguez-Ramos, J. Merodio, J. Bravo-Castillero, R. Guinovart-Díaz, JCL Alfonso, "Action of body forces in tumor growth", In International Journal of Engineering Science, Elsevier, vol. 89, pp. 18–34, 2015.
Bibtex
@article{ramirez2015action,
title={Action of body forces in tumor growth},
author={Ram{\'\i}rez-Torres, A and Rodr{\'\i}guez-Ramos, R and Merodio, J and Bravo-Castillero, J and Guinovart-D{\'\i}az, R and Alfonso, JCL},
journal={International Journal of Engineering Science},
volume={89},
pages={18--34},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Mischok, Robert Brückner, Hartmut Fröb, Vadim G Lyssenko, Karl Leo, "Photonic lattices in organic microcavities: Bloch states and control of lasing", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 95660T–95660T, 2015. [Bibtex & Downloads]
Photonic lattices in organic microcavities: Bloch states and control of lasing
Reference
Andreas Mischok, Robert Brückner, Hartmut Fröb, Vadim G Lyssenko, Karl Leo, "Photonic lattices in organic microcavities: Bloch states and control of lasing", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 95660T–95660T, 2015.
Bibtex
@inproceedings{mischok2015photonic,
title={Photonic lattices in organic microcavities: Bloch states and control of lasing},
author={Mischok, Andreas and Br{\"u}ckner, Robert and Fr{\"o}b, Hartmut and Lyssenko, Vadim G and Leo, Karl},
booktitle={SPIE Organic Photonics+ Electronics},
pages={95660T--95660T},
year={2015},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Juan Carlos Rueda, Miguel Asmad, Valeria Ruiz, Hartmut Komber, Stefan Zschoche, Brigitte Voit, "Synthesis and characterization of new bi-sensitive copoly (2-oxazolines)", In Designed Monomers and Polymers, Taylor & Francis, vol. 18, no. 8, pp. 761–769, 2015. [Bibtex & Downloads]
Synthesis and characterization of new bi-sensitive copoly (2-oxazolines)
Reference
Juan Carlos Rueda, Miguel Asmad, Valeria Ruiz, Hartmut Komber, Stefan Zschoche, Brigitte Voit, "Synthesis and characterization of new bi-sensitive copoly (2-oxazolines)", In Designed Monomers and Polymers, Taylor & Francis, vol. 18, no. 8, pp. 761–769, 2015.
Bibtex
@article{rueda2015synthesis,
title={Synthesis and characterization of new bi-sensitive copoly (2-oxazolines)},
author={Rueda, Juan Carlos and Asmad, Miguel and Ruiz, Valeria and Komber, Hartmut and Zschoche, Stefan and Voit, Brigitte},
journal={Designed Monomers and Polymers},
volume={18},
number={8},
pages={761--769},
year={2015},
publisher={Taylor \& Francis}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza, "Reasoning in Infinitely Valued G-IALCQ", In arXiv preprint arXiv:1509.08761, 2015. [Bibtex & Downloads]
Reasoning in Infinitely Valued G-IALCQ
Reference
Stefan Borgwardt, Rafael Peñaloza, "Reasoning in Infinitely Valued G-IALCQ", In arXiv preprint arXiv:1509.08761, 2015.
Bibtex
@article{borgwardt2015reasoning,
title={Reasoning in Infinitely Valued G-IALCQ},
author={Borgwardt, Stefan and Pe{\~n}aloza, Rafael},
journal={arXiv preprint arXiv:1509.08761},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sylvio Schubert, Florian Schmidt, Holger von Wenckstern, Marius Grundmann, Karl Leo, Lars Müller-Meskamp, "Eclipse Pulsed Laser Deposition for Damage-Free Preparation of Transparent ZnO Electrodes on Top of Organic Solar Cells", In Advanced Functional Materials, Wiley Online Library, vol. 25, no. 27, pp. 4321–4327, 2015. [Bibtex & Downloads]
Eclipse Pulsed Laser Deposition for Damage-Free Preparation of Transparent ZnO Electrodes on Top of Organic Solar Cells
Reference
Sylvio Schubert, Florian Schmidt, Holger von Wenckstern, Marius Grundmann, Karl Leo, Lars Müller-Meskamp, "Eclipse Pulsed Laser Deposition for Damage-Free Preparation of Transparent ZnO Electrodes on Top of Organic Solar Cells", In Advanced Functional Materials, Wiley Online Library, vol. 25, no. 27, pp. 4321–4327, 2015.
Bibtex
@article{schubert2015eclipse,
title={Eclipse Pulsed Laser Deposition for Damage-Free Preparation of Transparent ZnO Electrodes on Top of Organic Solar Cells},
author={Schubert, Sylvio and Schmidt, Florian and von Wenckstern, Holger and Grundmann, Marius and Leo, Karl and M{\"u}ller-Meskamp, Lars},
journal={Advanced Functional Materials},
volume={25},
number={27},
pages={4321--4327},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Dynamic Bayesian ontology languages", In arXiv preprint arXiv:1506.08030, 2015. [Bibtex & Downloads]
Dynamic Bayesian ontology languages
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Dynamic Bayesian ontology languages", In arXiv preprint arXiv:1506.08030, 2015.
Bibtex
@article{ceylan2015dynamic,
title={Dynamic Bayesian ontology languages},
author={Ceylan, {\.I}smail {\.I}lkan and Pe{\~n}aloza, Rafael},
journal={arXiv preprint arXiv:1506.08030},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marco Salvalaglio, Rainer Backofen, Roberto Bergamaschini, Francesco Montalenti, Axel Voigt, "Faceting of equilibrium and metastable nanostructures: a Phase-Field model of surface diffusion tackling realistic shapes", In Crystal Growth & Design, ACS Publications, 2015. [Bibtex & Downloads]
Faceting of equilibrium and metastable nanostructures: a Phase-Field model of surface diffusion tackling realistic shapes
Reference
Marco Salvalaglio, Rainer Backofen, Roberto Bergamaschini, Francesco Montalenti, Axel Voigt, "Faceting of equilibrium and metastable nanostructures: a Phase-Field model of surface diffusion tackling realistic shapes", In Crystal Growth & Design, ACS Publications, 2015.
Bibtex
@article{salvalaglio2015faceting,
title={Faceting of equilibrium and metastable nanostructures: a Phase-Field model of surface diffusion tackling realistic shapes},
author={Salvalaglio, Marco and Backofen, Rainer and Bergamaschini, Roberto and Montalenti, Francesco and Voigt, Axel},
journal={Crystal Growth \& Design},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Moritz Brehm, Martyna Grydlik, Takeshi Tayagaki, Gregor Langer, Friedrich Schäffler, Oliver G Schmidt, "Photoluminescence investigation of strictly ordered Ge dots grown on pit-patterned Si substrates", In Nanotechnology, IOP Publishing, vol. 26, no. 22, pp. 225202, 2015. [Bibtex & Downloads]
Photoluminescence investigation of strictly ordered Ge dots grown on pit-patterned Si substrates
Reference
Moritz Brehm, Martyna Grydlik, Takeshi Tayagaki, Gregor Langer, Friedrich Schäffler, Oliver G Schmidt, "Photoluminescence investigation of strictly ordered Ge dots grown on pit-patterned Si substrates", In Nanotechnology, IOP Publishing, vol. 26, no. 22, pp. 225202, 2015.
Bibtex
@article{brehm2015photoluminescence,
title={Photoluminescence investigation of strictly ordered Ge dots grown on pit-patterned Si substrates},
author={Brehm, Moritz and Grydlik, Martyna and Tayagaki, Takeshi and Langer, Gregor and Sch{\"a}ffler, Friedrich and Schmidt, Oliver G},
journal={Nanotechnology},
volume={26},
number={22},
pages={225202},
year={2015},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mario Alviano, Rafael Penaloza, "Fuzzy answer set computation via satisfiability modulo theories", In Theory and Practice of Logic Programming, Cambridge Univ Press, vol. 15, no. 4-5, pp. 588–603, 2015. [Bibtex & Downloads]
Fuzzy answer set computation via satisfiability modulo theories
Reference
Mario Alviano, Rafael Penaloza, "Fuzzy answer set computation via satisfiability modulo theories", In Theory and Practice of Logic Programming, Cambridge Univ Press, vol. 15, no. 4-5, pp. 588–603, 2015.
Bibtex
@article{alviano2015fuzzy,
title={Fuzzy answer set computation via satisfiability modulo theories},
author={Alviano, Mario and Penaloza, Rafael},
journal={Theory and Practice of Logic Programming},
volume={15},
number={4-5},
pages={588--603},
year={2015},
publisher={Cambridge Univ Press}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cornelius Fuchs, Paul-Anton Will, Martin Wieczorek, Malte C Gather, Simone Hofmann, Sebastian Reineke, Karl Leo, Reinhard Scholz, "Enhanced light emission from top-emitting organic light-emitting diodes by optimizing surface plasmon polariton losses", In arXiv preprint arXiv:1503.01309, 2015. [Bibtex & Downloads]
Enhanced light emission from top-emitting organic light-emitting diodes by optimizing surface plasmon polariton losses
Reference
Cornelius Fuchs, Paul-Anton Will, Martin Wieczorek, Malte C Gather, Simone Hofmann, Sebastian Reineke, Karl Leo, Reinhard Scholz, "Enhanced light emission from top-emitting organic light-emitting diodes by optimizing surface plasmon polariton losses", In arXiv preprint arXiv:1503.01309, 2015.
Bibtex
@article{fuchs2015enhanced,
title={Enhanced light emission from top-emitting organic light-emitting diodes by optimizing surface plasmon polariton losses},
author={Fuchs, Cornelius and Will, Paul-Anton and Wieczorek, Martin and Gather, Malte C and Hofmann, Simone and Reineke, Sebastian and Leo, Karl and Scholz, Reinhard},
journal={arXiv preprint arXiv:1503.01309},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- H. Hatzikirou, JCL Alfonso, S. Mühle, C. Stern, S. Weiss, Michael Meyer-Hermann, "Cancer therapeutic potential of combinatorial immuno-and vasomodulatory interventions", In Journal of The Royal Society Interface, The Royal Society, vol. 12, no. 112, pp. 20150439, 2015. [Bibtex & Downloads]
Cancer therapeutic potential of combinatorial immuno-and vasomodulatory interventions
Reference
H. Hatzikirou, JCL Alfonso, S. Mühle, C. Stern, S. Weiss, Michael Meyer-Hermann, "Cancer therapeutic potential of combinatorial immuno-and vasomodulatory interventions", In Journal of The Royal Society Interface, The Royal Society, vol. 12, no. 112, pp. 20150439, 2015.
Bibtex
@article{hatzikirou2015cancer,
title={Cancer therapeutic potential of combinatorial immuno-and vasomodulatory interventions},
author={Hatzikirou, H and Alfonso, JCL and M{\"u}hle, S and Stern, C and Weiss, S and Meyer-Hermann, Michael},
journal={Journal of The Royal Society Interface},
volume={12},
number={112},
pages={20150439},
year={2015},
publisher={The Royal Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Borchmann, "Exploring Faulty Data", Chapter in Formal Concept Analysis, Springer, pp. 219–235, 2015. [Bibtex & Downloads]
Exploring Faulty Data
Reference
Daniel Borchmann, "Exploring Faulty Data", Chapter in Formal Concept Analysis, Springer, pp. 219–235, 2015.
Bibtex
@incollection{borchmann2015exploring,
title={Exploring Faulty Data},
author={Borchmann, Daniel},
booktitle={Formal Concept Analysis},
pages={219--235},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Brückner, Vadim G Lyssenko, Karl Leo, "Plasmonic and Photonic Crystals", Chapter in Organic and Hybrid Photonic Crystals, Springer, pp. 275–301, 2015. [Bibtex & Downloads]
Plasmonic and Photonic Crystals
Reference
Robert Brückner, Vadim G Lyssenko, Karl Leo, "Plasmonic and Photonic Crystals", Chapter in Organic and Hybrid Photonic Crystals, Springer, pp. 275–301, 2015.
Bibtex
@incollection{bruckner2015plasmonic,
title={Plasmonic and Photonic Crystals},
author={Br{\"u}ckner, Robert and Lyssenko, Vadim G and Leo, Karl},
booktitle={Organic and Hybrid Photonic Crystals},
pages={275--301},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- AI Reppas, JCL Alfonso, H. Hatzikirou, "In silico tumor control induced via alternating immunostimulating and immunosuppressive phases", In Virulence, Taylor & Francis, no. just-accepted, pp. 00–00, 2015. [Bibtex & Downloads]
In silico tumor control induced via alternating immunostimulating and immunosuppressive phases
Reference
AI Reppas, JCL Alfonso, H. Hatzikirou, "In silico tumor control induced via alternating immunostimulating and immunosuppressive phases", In Virulence, Taylor & Francis, no. just-accepted, pp. 00–00, 2015.
Bibtex
@article{reppas2015silico,
title={In silico tumor control induced via alternating immunostimulating and immunosuppressive phases},
author={Reppas, AI and Alfonso, JCL and Hatzikirou, H},
journal={Virulence},
number={just-accepted},
pages={00--00},
year={2015},
publisher={Taylor \& Francis}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Matthias Liero, Thomas Koprucki, Axel Fischer, Reinhard Scholz, Annegret Glitzky, "p-Laplace thermistor modeling of electrothermal feedback in organic semiconductor devices", In Zeitschrift für angewandte Mathematik und Physik, Springer, pp. 1–21, 2015. [Bibtex & Downloads]
p-Laplace thermistor modeling of electrothermal feedback in organic semiconductor devices
Reference
Matthias Liero, Thomas Koprucki, Axel Fischer, Reinhard Scholz, Annegret Glitzky, "p-Laplace thermistor modeling of electrothermal feedback in organic semiconductor devices", In Zeitschrift für angewandte Mathematik und Physik, Springer, pp. 1–21, 2015.
Bibtex
@article{liero2015p,
title={p-Laplace thermistor modeling of electrothermal feedback in organic semiconductor devices},
author={Liero, Matthias and Koprucki, Thomas and Fischer, Axel and Scholz, Reinhard and Glitzky, Annegret},
journal={Zeitschrift f{\"u}r angewandte Mathematik und Physik},
pages={1--21},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andre Martin, Tiaraju Smaneoto, Tobias Dietze, Andrey Brito, Christof Fetzer, "User-Constraint and Self-Adaptive Fault Tolerance for Event Stream Processing Systems", In Proceeding: Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on, pp. 462–473, 2015. [Bibtex & Downloads]
User-Constraint and Self-Adaptive Fault Tolerance for Event Stream Processing Systems
Reference
Andre Martin, Tiaraju Smaneoto, Tobias Dietze, Andrey Brito, Christof Fetzer, "User-Constraint and Self-Adaptive Fault Tolerance for Event Stream Processing Systems", In Proceeding: Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on, pp. 462–473, 2015.
Bibtex
@inproceedings{martin2015user,
title={User-Constraint and Self-Adaptive Fault Tolerance for Event Stream Processing Systems},
author={Martin, Andre and Smaneoto, Tiaraju and Dietze, Tobias and Brito, Andrey and Fetzer, Christof},
booktitle={Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on},
pages={462--473},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- T. Witkowski, S. Ling, S. Praetorius, A. Voigt, "Software concepts and numerical algorithms for a scalable adaptive parallel finite element method", In Advances in Computational Mathematics, Springer, pp. 1–33, 2015. [Bibtex & Downloads]
Software concepts and numerical algorithms for a scalable adaptive parallel finite element method
Reference
T. Witkowski, S. Ling, S. Praetorius, A. Voigt, "Software concepts and numerical algorithms for a scalable adaptive parallel finite element method", In Advances in Computational Mathematics, Springer, pp. 1–33, 2015.
Bibtex
@article{witkowski2015software,
title={Software concepts and numerical algorithms for a scalable adaptive parallel finite element method},
author={Witkowski, T and Ling, S and Praetorius, S and Voigt, A},
journal={Advances in Computational Mathematics},
pages={1--33},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marko Budiši\'c, Stefan Siegmund, Doan Thai Son, Igor Mezi\'c, "Mesochronic Classification of Incompressible 3D Finite-Time Vector Fields", In arXiv preprint arXiv:1506.05333, 2015. [Bibtex & Downloads]
Mesochronic Classification of Incompressible 3D Finite-Time Vector Fields
Reference
Marko Budiši\'c, Stefan Siegmund, Doan Thai Son, Igor Mezi\'c, "Mesochronic Classification of Incompressible 3D Finite-Time Vector Fields", In arXiv preprint arXiv:1506.05333, 2015.
Bibtex
@article{budivsic2015mesochronic,
title={Mesochronic Classification of Incompressible 3D Finite-Time Vector Fields},
author={Budi{\v{s}}i{\'c}, Marko and Siegmund, Stefan and Son, Doan Thai and Mezi{\'c}, Igor},
journal={arXiv preprint arXiv:1506.05333},
year={2015}
}Downloads
No Downloads available for this publication
Permalink
- Björn Lüssem, Alrun Günther, Axel Fischer, Daniel Kasemann, Karl Leo, "Vertical organic transistors", In Journal of Physics: Condensed Matter, IOP Publishing, vol. 27, no. 44, pp. 443003, 2015. [Bibtex & Downloads]
Vertical organic transistors
Reference
Björn Lüssem, Alrun Günther, Axel Fischer, Daniel Kasemann, Karl Leo, "Vertical organic transistors", In Journal of Physics: Condensed Matter, IOP Publishing, vol. 27, no. 44, pp. 443003, 2015.
Bibtex
@article{lussem2015vertical,
title={Vertical organic transistors},
author={L{\"u}ssem, Bj{\"o}rn and G{\"u}nther, Alrun and Fischer, Axel and Kasemann, Daniel and Leo, Karl},
journal={Journal of Physics: Condensed Matter},
volume={27},
number={44},
pages={443003},
year={2015},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Luca Amaru, Pierre-Emmanuel Gaillardon, Giovanni De Micheli, "Majority-Inverter Graph: A New Paradigm for Logic Optimization", IEEE, 2015. [Bibtex & Downloads]
Majority-Inverter Graph: A New Paradigm for Logic Optimization
Reference
Luca Amaru, Pierre-Emmanuel Gaillardon, Giovanni De Micheli, "Majority-Inverter Graph: A New Paradigm for Logic Optimization", IEEE, 2015.
Bibtex
@article{amaru2015majority,
title={Majority-Inverter Graph: A New Paradigm for Logic Optimization},
author={Amaru, Luca and Gaillardon, Pierre-Emmanuel and Micheli, Giovanni De},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Jian Zhang, Jens Trommer, Walter Michael Weber, Pierre-Emmanuel Gaillardon, Giovanni De Micheli, "On Temperature Dependency of Steep Subthreshold Slope in Dual-Independent-Gate FinFET", In Electron Devices Society, IEEE Journal of the, IEEE, vol. 3, no. 6, pp. 452–456, 2015. [Bibtex & Downloads]
On Temperature Dependency of Steep Subthreshold Slope in Dual-Independent-Gate FinFET
Reference
Jian Zhang, Jens Trommer, Walter Michael Weber, Pierre-Emmanuel Gaillardon, Giovanni De Micheli, "On Temperature Dependency of Steep Subthreshold Slope in Dual-Independent-Gate FinFET", In Electron Devices Society, IEEE Journal of the, IEEE, vol. 3, no. 6, pp. 452–456, 2015.
Bibtex
@article{zhang2015temperature,
title={On Temperature Dependency of Steep Subthreshold Slope in Dual-Independent-Gate FinFET},
author={Zhang, Jian and Trommer, Jens and Weber, Walter Michael and Gaillardon, Pierre-Emmanuel and De Micheli, Giovanni},
journal={Electron Devices Society, IEEE Journal of the},
volume={3},
number={6},
pages={452--456},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jieying Chen, Michel Ludwig, Yue Ma, Dirk Walther, "Towards Extracting Ontology Excerpts", In Proceeding: International Conference on Knowledge Science, Engineering and Management, pp. 78–89, 2015. [Bibtex & Downloads]
Towards Extracting Ontology Excerpts
Reference
Jieying Chen, Michel Ludwig, Yue Ma, Dirk Walther, "Towards Extracting Ontology Excerpts", In Proceeding: International Conference on Knowledge Science, Engineering and Management, pp. 78–89, 2015.
Bibtex
@inproceedings{chen2015towards,
title={Towards Extracting Ontology Excerpts},
author={Chen, Jieying and Ludwig, Michel and Ma, Yue and Walther, Dirk},
booktitle={International Conference on Knowledge Science, Engineering and Management},
pages={78--89},
year={2015},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Biological Systems Path, Silicon Nanowire Path
Permalink
- Daijiro Nozaki, Jens Kunstmann, Felix Zörgiebel, Gianaurelio Cuniberti, "Influence of surface charge on the transport characteristics of nanowire-field effect transistors in liquid environments", In Applied Physics Letters, AIP Publishing, vol. 106, no. 20, pp. 203104, 2015. [Bibtex & Downloads]
Influence of surface charge on the transport characteristics of nanowire-field effect transistors in liquid environments
Reference
Daijiro Nozaki, Jens Kunstmann, Felix Zörgiebel, Gianaurelio Cuniberti, "Influence of surface charge on the transport characteristics of nanowire-field effect transistors in liquid environments", In Applied Physics Letters, AIP Publishing, vol. 106, no. 20, pp. 203104, 2015.
Bibtex
@article{nozaki2015influence,
title={Influence of surface charge on the transport characteristics of nanowire-field effect transistors in liquid environments},
author={Nozaki, Daijiro and Kunstmann, Jens and Z{\"o}rgiebel, Felix and Cuniberti, Gianaurelio},
journal={Applied Physics Letters},
volume={106},
number={20},
pages={203104},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Srinivasa Rao Pathipati, Egon Pavlica, Khaled Parvez, Xinliang Feng, Klaus Müllen, Gvido Bratina, "Graphene flakes at the SiO 2/organic-semiconductor interface for high-mobility field-effect transistors", In Organic Electronics, Elsevier, vol. 27, pp. 221–226, 2015. [Bibtex & Downloads]
Graphene flakes at the SiO 2/organic-semiconductor interface for high-mobility field-effect transistors
Reference
Srinivasa Rao Pathipati, Egon Pavlica, Khaled Parvez, Xinliang Feng, Klaus Müllen, Gvido Bratina, "Graphene flakes at the SiO 2/organic-semiconductor interface for high-mobility field-effect transistors", In Organic Electronics, Elsevier, vol. 27, pp. 221–226, 2015.
Bibtex
@article{pathipati2015graphene,
title={Graphene flakes at the SiO 2/organic-semiconductor interface for high-mobility field-effect transistors},
author={Pathipati, Srinivasa Rao and Pavlica, Egon and Parvez, Khaled and Feng, Xinliang and M{\"u}llen, Klaus and Bratina, Gvido},
journal={Organic Electronics},
volume={27},
pages={221--226},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Xinyang Wang, Fan Zhang, Jianhua Gao, Yubin Fu, Wuxue Zhao, Ruizhi Tang, Wanzheng Zhang, Xiaodong Zhuang, Xinliang Feng, "Synthesis and Properties of C2h-Symmetric BN-Heteroacenes Tailored through Aromatic Central Cores", In The Journal of organic chemistry, ACS Publications, 2015. [Bibtex & Downloads]
Synthesis and Properties of C2h-Symmetric BN-Heteroacenes Tailored through Aromatic Central Cores
Reference
Xinyang Wang, Fan Zhang, Jianhua Gao, Yubin Fu, Wuxue Zhao, Ruizhi Tang, Wanzheng Zhang, Xiaodong Zhuang, Xinliang Feng, "Synthesis and Properties of C2h-Symmetric BN-Heteroacenes Tailored through Aromatic Central Cores", In The Journal of organic chemistry, ACS Publications, 2015.
Bibtex
@article{wang2015synthesis,
title={Synthesis and Properties of C2h-Symmetric BN-Heteroacenes Tailored through Aromatic Central Cores},
author={Wang, Xinyang and Zhang, Fan and Gao, Jianhua and Fu, Yubin and Zhao, Wuxue and Tang, Ruizhi and Zhang, Wanzheng and Zhuang, Xiaodong and Feng, Xinliang},
journal={The Journal of organic chemistry},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Sheng Yang, Sebastian Brüller, Zhong-Shuai Wu, Zhaoyang Liu, Khaled Parvez, Renhao Dong, Fanny Richard, Paolo Samorì, Xinliang Feng, Klaus Müllen, "Organic radical-assisted electrochemical exfoliation for the scalable production of high-quality graphene", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 43, pp. 13927–13932, 2015. [Bibtex & Downloads]
Organic radical-assisted electrochemical exfoliation for the scalable production of high-quality graphene
Reference
Sheng Yang, Sebastian Brüller, Zhong-Shuai Wu, Zhaoyang Liu, Khaled Parvez, Renhao Dong, Fanny Richard, Paolo Samorì, Xinliang Feng, Klaus Müllen, "Organic radical-assisted electrochemical exfoliation for the scalable production of high-quality graphene", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 43, pp. 13927–13932, 2015.
Bibtex
@article{yang2015organic,
title={Organic radical-assisted electrochemical exfoliation for the scalable production of high-quality graphene},
author={Yang, Sheng and Brüller, Sebastian and Wu, Zhong-Shuai and Liu, Zhaoyang and Parvez, Khaled and Dong, Renhao and Richard, Fanny and Samor{\`\i}, Paolo and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={137},
number={43},
pages={13927--13932},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- IA Kinloch, X. Feng, V. Palermo, others, "Graphene-based nanocomposites for structural and functional applications: using 2-dimensional materials in a 3-dimensional world", In 2D Materials, IOP Publishing, vol. 2, no. 3, pp. 030205, 2015. [Bibtex & Downloads]
Graphene-based nanocomposites for structural and functional applications: using 2-dimensional materials in a 3-dimensional world
Reference
IA Kinloch, X. Feng, V. Palermo, others, "Graphene-based nanocomposites for structural and functional applications: using 2-dimensional materials in a 3-dimensional world", In 2D Materials, IOP Publishing, vol. 2, no. 3, pp. 030205, 2015.
Bibtex
@article{kinloch2015graphene,
title={Graphene-based nanocomposites for structural and functional applications: using 2-dimensional materials in a 3-dimensional world},
author={Kinloch, IA and Feng, X and Palermo, V and others},
journal={2D Materials},
volume={2},
number={3},
pages={030205},
year={2015},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Zhongquan Liao, Tao Zhang, Martin Gall, Arezoo Dianat, Rüdiger Rosenkranz, Rainer Jordan, Gianaurelio Cuniberti, Ehrenfried Zschech, "Lateral damage in graphene carved by high energy focused gallium ion beams", In Applied Physics Letters, AIP Publishing, vol. 107, no. 1, pp. 013108, 2015. [Bibtex & Downloads]
Lateral damage in graphene carved by high energy focused gallium ion beams
Reference
Zhongquan Liao, Tao Zhang, Martin Gall, Arezoo Dianat, Rüdiger Rosenkranz, Rainer Jordan, Gianaurelio Cuniberti, Ehrenfried Zschech, "Lateral damage in graphene carved by high energy focused gallium ion beams", In Applied Physics Letters, AIP Publishing, vol. 107, no. 1, pp. 013108, 2015.
Bibtex
@article{liao2015lateral,
title={Lateral damage in graphene carved by high energy focused gallium ion beams},
author={Liao, Zhongquan and Zhang, Tao and Gall, Martin and Dianat, Arezoo and Rosenkranz, R{\"u}diger and Jordan, Rainer and Cuniberti, Gianaurelio and Zschech, Ehrenfried},
journal={Applied Physics Letters},
volume={107},
number={1},
pages={013108},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Permalink
- Dae-Young Jeon, Sebastian Pregl, So Jeong Park, Larysa Baraban, Gianaurelio Cuniberti, Thomas Mikolajick, Walter M Weber, "Scaling and Graphical Transport-Map Analysis of Ambipolar Schottky-Barrier Thin-Film Transistors Based on a Parallel Array of Si Nanowires", In Nano letters, ACS Publications, vol. 15, no. 7, pp. 4578–4584, 2015. [Bibtex & Downloads]
Scaling and Graphical Transport-Map Analysis of Ambipolar Schottky-Barrier Thin-Film Transistors Based on a Parallel Array of Si Nanowires
Reference
Dae-Young Jeon, Sebastian Pregl, So Jeong Park, Larysa Baraban, Gianaurelio Cuniberti, Thomas Mikolajick, Walter M Weber, "Scaling and Graphical Transport-Map Analysis of Ambipolar Schottky-Barrier Thin-Film Transistors Based on a Parallel Array of Si Nanowires", In Nano letters, ACS Publications, vol. 15, no. 7, pp. 4578–4584, 2015.
Bibtex
@article{jeon2015scaling,
title={Scaling and Graphical Transport-Map Analysis of Ambipolar Schottky-Barrier Thin-Film Transistors Based on a Parallel Array of Si Nanowires},
author={Jeon, Dae-Young and Pregl, Sebastian and Park, So Jeong and Baraban, Larysa and Cuniberti, Gianaurelio and Mikolajick, Thomas and Weber, Walter M},
journal={Nano letters},
volume={15},
number={7},
pages={4578--4584},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hongliu Yang, Viktor Bezugly, Jens Kunstmann, Arianna Filoramo, Gianaurelio Cuniberti, "Diameter-Selective Dispersion of Carbon Nanotubes via Polymers: A Competition between Adsorption and Bundling", In ACS nano, ACS Publications, vol. 9, no. 9, pp. 9012–9019, 2015. [Bibtex & Downloads]
Diameter-Selective Dispersion of Carbon Nanotubes via Polymers: A Competition between Adsorption and Bundling
Reference
Hongliu Yang, Viktor Bezugly, Jens Kunstmann, Arianna Filoramo, Gianaurelio Cuniberti, "Diameter-Selective Dispersion of Carbon Nanotubes via Polymers: A Competition between Adsorption and Bundling", In ACS nano, ACS Publications, vol. 9, no. 9, pp. 9012–9019, 2015.
Bibtex
@article{yang2015diameter,
title={Diameter-Selective Dispersion of Carbon Nanotubes via Polymers: A Competition between Adsorption and Bundling},
author={Yang, Hongliu and Bezugly, Viktor and Kunstmann, Jens and Filoramo, Arianna and Cuniberti, Gianaurelio},
journal={ACS nano},
volume={9},
number={9},
pages={9012--9019},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Khaled Parvez, Sheng Yang, Xinliang Feng, Klaus Müllen, "Exfoliation of graphene via wet chemical routes", In Synthetic Metals, Elsevier, 2015. [Bibtex & Downloads]
Exfoliation of graphene via wet chemical routes
Reference
Khaled Parvez, Sheng Yang, Xinliang Feng, Klaus Müllen, "Exfoliation of graphene via wet chemical routes", In Synthetic Metals, Elsevier, 2015.
Bibtex
@article{parvez2015exfoliation,
title={Exfoliation of graphene via wet chemical routes},
author={Parvez, Khaled and Yang, Sheng and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Synthetic Metals},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Robin Ohmann, Jörg Meyer, Anja Nickel, Jorge Echeverria, Maricarmen Grisolia, Christian Joachim, Francesca Moresco, Gianaurelio Cuniberti, "Supramolecular Rotor and Translator at Work: On-Surface Movement of Single Atoms", In ACS nano, ACS Publications, vol. 9, no. 8, pp. 8394–8400, 2015. [Bibtex & Downloads]
Supramolecular Rotor and Translator at Work: On-Surface Movement of Single Atoms
Reference
Robin Ohmann, Jörg Meyer, Anja Nickel, Jorge Echeverria, Maricarmen Grisolia, Christian Joachim, Francesca Moresco, Gianaurelio Cuniberti, "Supramolecular Rotor and Translator at Work: On-Surface Movement of Single Atoms", In ACS nano, ACS Publications, vol. 9, no. 8, pp. 8394–8400, 2015.
Bibtex
@article{ohmann2015supramolecular,
title={Supramolecular Rotor and Translator at Work: On-Surface Movement of Single Atoms},
author={Ohmann, Robin and Meyer, Jörg and Nickel, Anja and Echeverria, Jorge and Grisolia, Maricarmen and Joachim, Christian and Moresco, Francesca and Cuniberti, Gianaurelio},
journal={ACS nano},
volume={9},
number={8},
pages={8394--8400},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniil Karnaushenko, Larysa Baraban, Dan Ye, Ilke Uguz, Rafael G Mendes, Mark H Rümmeli, J Arjan GM de Visser, Oliver G Schmidt, Gianaurelio Cuniberti, Denys Makarov, "Monitoring microbial metabolites using an inductively coupled resonance circuit", In Scientific reports, Nature Publishing Group, vol. 5, 2015. [Bibtex & Downloads]
Monitoring microbial metabolites using an inductively coupled resonance circuit
Reference
Daniil Karnaushenko, Larysa Baraban, Dan Ye, Ilke Uguz, Rafael G Mendes, Mark H Rümmeli, J Arjan GM de Visser, Oliver G Schmidt, Gianaurelio Cuniberti, Denys Makarov, "Monitoring microbial metabolites using an inductively coupled resonance circuit", In Scientific reports, Nature Publishing Group, vol. 5, 2015.
Bibtex
@article{karnaushenko2015monitoring,
title={Monitoring microbial metabolites using an inductively coupled resonance circuit},
author={Karnaushenko, Daniil and Baraban, Larysa and Ye, Dan and Uguz, Ilke and Mendes, Rafael G and R{\"u}mmeli, Mark H and de Visser, J Arjan GM and Schmidt, Oliver G and Cuniberti, Gianaurelio and Makarov, Denys},
journal={Scientific reports},
volume={5},
year={2015},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gang Wang, Yuhan Sun, Debao Li, Hai-Wei Liang, Renhao Dong, Xinliang Feng, Klaus Müllen, "Controlled Synthesis of N-Doped Carbon Nanospheres with Tailored Mesopores through Self-Assembly of Colloidal Silica", In Angewandte Chemie, Wiley Online Library, 2015. [Bibtex & Downloads]
Controlled Synthesis of N-Doped Carbon Nanospheres with Tailored Mesopores through Self-Assembly of Colloidal Silica
Reference
Gang Wang, Yuhan Sun, Debao Li, Hai-Wei Liang, Renhao Dong, Xinliang Feng, Klaus Müllen, "Controlled Synthesis of N-Doped Carbon Nanospheres with Tailored Mesopores through Self-Assembly of Colloidal Silica", In Angewandte Chemie, Wiley Online Library, 2015.
Bibtex
@article{wang2015controlled,
title={Controlled Synthesis of N-Doped Carbon Nanospheres with Tailored Mesopores through Self-Assembly of Colloidal Silica},
author={Wang, Gang and Sun, Yuhan and Li, Debao and Liang, Hai-Wei and Dong, Renhao and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Angewandte Chemie},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Marcus Volp, Nils Asmussen, Hermann Hartig, Benedikt Nothen, Gerhard Fettweis, "Towards dependable CPS infrastructures: Architectural and operating-system challenges", In Proceeding: Emerging Technologies & Factory Automation (ETFA), 2015 IEEE 20th Conference on, pp. 1–8, 2015. [Bibtex & Downloads]
Towards dependable CPS infrastructures: Architectural and operating-system challenges
Reference
Marcus Volp, Nils Asmussen, Hermann Hartig, Benedikt Nothen, Gerhard Fettweis, "Towards dependable CPS infrastructures: Architectural and operating-system challenges", In Proceeding: Emerging Technologies & Factory Automation (ETFA), 2015 IEEE 20th Conference on, pp. 1–8, 2015.
Bibtex
@inproceedings{volp2015towards,
title={Towards dependable CPS infrastructures: Architectural and operating-system challenges},
author={Volp, Marcus and Asmussen, Nils and Hartig, Hermann and Nothen, Benedikt and Fettweis, Gerhard},
booktitle={Emerging Technologies \& Factory Automation (ETFA), 2015 IEEE 20th Conference on},
pages={1--8},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Gang, Natalie Haustein, Larysa Baraban, Walter M Weber, Thomas Mikolajick, Julian Thiele, Gianaurelio Cuniberti, "Microfluidic alignment and trapping of 1D nanostructures–a simple fabrication route for single-nanowire field effect transistors", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 115, pp. 94702–94706, 2015. [Bibtex & Downloads]
Microfluidic alignment and trapping of 1D nanostructures–a simple fabrication route for single-nanowire field effect transistors
Reference
Andreas Gang, Natalie Haustein, Larysa Baraban, Walter M Weber, Thomas Mikolajick, Julian Thiele, Gianaurelio Cuniberti, "Microfluidic alignment and trapping of 1D nanostructures–a simple fabrication route for single-nanowire field effect transistors", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 115, pp. 94702–94706, 2015.
Bibtex
@article{gang2015microfluidic,
title={Microfluidic alignment and trapping of 1D nanostructures--a simple fabrication route for single-nanowire field effect transistors},
author={Gang, Andreas and Haustein, Natalie and Baraban, Larysa and Weber, Walter M and Mikolajick, Thomas and Thiele, Julian and Cuniberti, Gianaurelio},
journal={RSC Advances},
year={2015},
volume={5},
number={115},
pages={94702--94706},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Georg Schwab, Akimitsu Narita, Silvio Osella, Yunbin Hu, Ali Maghsoumi, Alexey Mavrinsky, Wojciech Pisula, Chiara Castiglioni, Matteo Tommasini, David Beljonne, others, "Inside Cover: Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons (Chem. Asian J. 10/2015)", In Chemistry–An Asian Journal, Wiley Online Library, vol. 10, no. 10, pp. 2002–2002, 2015. [Bibtex & Downloads]
Inside Cover: Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons (Chem. Asian J. 10/2015)
Reference
Matthias Georg Schwab, Akimitsu Narita, Silvio Osella, Yunbin Hu, Ali Maghsoumi, Alexey Mavrinsky, Wojciech Pisula, Chiara Castiglioni, Matteo Tommasini, David Beljonne, others, "Inside Cover: Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons (Chem. Asian J. 10/2015)", In Chemistry–An Asian Journal, Wiley Online Library, vol. 10, no. 10, pp. 2002–2002, 2015.
Bibtex
@article{schwab2015inside,
title={Inside Cover: Bottom-Up Synthesis of Necklace-Like Graphene Nanoribbons (Chem. Asian J. 10/2015)},
author={Schwab, Matthias Georg and Narita, Akimitsu and Osella, Silvio and Hu, Yunbin and Maghsoumi, Ali and Mavrinsky, Alexey and Pisula, Wojciech and Castiglioni, Chiara and Tommasini, Matteo and Beljonne, David and others},
journal={Chemistry--An Asian Journal},
volume={10},
number={10},
pages={2002--2002},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- M. Claus, A. Fediai, S. Mothes, A. Pacheco, D. Ryndyk, S. Blawid, G. Cuniberti, M. Schroter, "Multi-scale modeling of metal-CNT interfaces", In Proceeding: Computational Electronics (IWCE), 2015 International Workshop on, pp. 1–2, 2015. [Bibtex & Downloads]
Multi-scale modeling of metal-CNT interfaces
Reference
M. Claus, A. Fediai, S. Mothes, A. Pacheco, D. Ryndyk, S. Blawid, G. Cuniberti, M. Schroter, "Multi-scale modeling of metal-CNT interfaces", In Proceeding: Computational Electronics (IWCE), 2015 International Workshop on, pp. 1–2, 2015.
Bibtex
@inproceedings{claus2015multi,
title={Multi-scale modeling of metal-CNT interfaces},
author={Claus, M and Fediai, A and Mothes, S and Pacheco, A and Ryndyk, D and Blawid, S and Cuniberti, G and Schroter, M},
booktitle={Computational Electronics (IWCE), 2015 International Workshop on},
pages={1--2},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Nils Asmussen, Marcus Volp, Benedikt Nothen, Annett Ungethum, "Demo abstract: Taming many heterogeneous cores", In Proceeding: Real-Time and Embedded Technology and Applications Symposium (RTAS), 2015 IEEE, pp. 329–329, 2015. [Bibtex & Downloads]
Demo abstract: Taming many heterogeneous cores
Reference
Nils Asmussen, Marcus Volp, Benedikt Nothen, Annett Ungethum, "Demo abstract: Taming many heterogeneous cores", In Proceeding: Real-Time and Embedded Technology and Applications Symposium (RTAS), 2015 IEEE, pp. 329–329, 2015.
Bibtex
@inproceedings{asmussen2015demo,
title={Demo abstract: Taming many heterogeneous cores},
author={Asmussen, Nils and Volp, Marcus and Nothen, Benedikt and Ungethum, Annett},
booktitle={Real-Time and Embedded Technology and Applications Symposium (RTAS), 2015 IEEE},
pages={329--329},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogeneity", In Computers & Fluids, vol. 117, pp. 114 - 124, 2015. [doi] [Bibtex & Downloads]
Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogeneity
Reference
Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogeneity", In Computers & Fluids, vol. 117, pp. 114 - 124, 2015. [doi]
Bibtex
@article{Huismann2015114,
title={Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogeneity},
journal={Computers & Fluids},
volume={117},
pages={114 - 124},
year={2015},
issn={0045-7930},
doi={http://dx.doi.org/10.1016/j.compfluid.2015.05.012},
url={http://www.sciencedirect.com/science/article/pii/S004579301500167X},
author={Immo Huismann and Jörg Stiller and Jochen Fröhlich},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- K. Ishida, R. Shabanpour, T. Meister, BK Boroujeni, C. Carta, L. Petti, N. Munzenrieder, GA Salvatore, G. Troster, F. Ellinger, "15 dB conversion gain, 20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas", In Proceeding: VLSI Technology (VLSI Technology), 2015 Symposium on, pp. C194–C195, 2015. [Bibtex & Downloads]
15 dB conversion gain, 20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas
Reference
K. Ishida, R. Shabanpour, T. Meister, BK Boroujeni, C. Carta, L. Petti, N. Munzenrieder, GA Salvatore, G. Troster, F. Ellinger, "15 dB conversion gain, 20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas", In Proceeding: VLSI Technology (VLSI Technology), 2015 Symposium on, pp. C194–C195, 2015.
Bibtex
@inproceedings{ishida201515,
title={15 dB conversion gain, 20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas},
author={Ishida, K and Shabanpour, R and Meister, T and Boroujeni, BK and Carta, C and Petti, L and Munzenrieder, N and Salvatore, GA and Troster, G and Ellinger, F},
booktitle={VLSI Technology (VLSI Technology), 2015 Symposium on},
pages={C194--C195},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Kaschura, Axel Fischer, Daniel Kasemann, Karl Leo, Björn Lüssem, "Controlling morphology: A vertical organic transistor with a self-structured permeable base using the bottom electrode as seed layer", In Applied Physics Letters, AIP Publishing, vol. 107, no. 3, pp. 033301, 2015. [Bibtex & Downloads]
Controlling morphology: A vertical organic transistor with a self-structured permeable base using the bottom electrode as seed layer
Reference
Felix Kaschura, Axel Fischer, Daniel Kasemann, Karl Leo, Björn Lüssem, "Controlling morphology: A vertical organic transistor with a self-structured permeable base using the bottom electrode as seed layer", In Applied Physics Letters, AIP Publishing, vol. 107, no. 3, pp. 033301, 2015.
Bibtex
@article{kaschura2015controlling,
title={Controlling morphology: A vertical organic transistor with a self-structured permeable base using the bottom electrode as seed layer},
author={Kaschura, Felix and Fischer, Axel and Kasemann, Daniel and Leo, Karl and L{\"u}ssem, Bj{\"o}rn},
journal={Applied Physics Letters},
volume={107},
number={3},
pages={033301},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- T. Voitsekhivska, F. Zorgiebel, E. Suthau, K-J Wolter, K. Bock, G. Cuniberti, "pH measurements of FET-based (bio) chemical sensors using portable measurement system", In Proceeding: Engineering in Medicine and Biology Society (EMBC), 2015 37th Annual International Conference of the IEEE, pp. 6445–6448, 2015. [Bibtex & Downloads]
pH measurements of FET-based (bio) chemical sensors using portable measurement system
Reference
T. Voitsekhivska, F. Zorgiebel, E. Suthau, K-J Wolter, K. Bock, G. Cuniberti, "pH measurements of FET-based (bio) chemical sensors using portable measurement system", In Proceeding: Engineering in Medicine and Biology Society (EMBC), 2015 37th Annual International Conference of the IEEE, pp. 6445–6448, 2015.
Bibtex
@inproceedings{voitsekhivska2015ph,
title={pH measurements of FET-based (bio) chemical sensors using portable measurement system},
author={Voitsekhivska, T and Zorgiebel, F and Suthau, E and Wolter, K-J and Bock, K and Cuniberti, G},
booktitle={Engineering in Medicine and Biology Society (EMBC), 2015 37th Annual International Conference of the IEEE},
pages={6445--6448},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Leonardo Medrano Sandonas, Rafael Gutierrez, Alessandro Pecchia, Arezoo Dianat, Giovanni Cuniberti, "Thermoelectric properties of functionalized graphene grain boundaries", In Journal of Self-Assembly and Molecular Electronics, vol. 1, no. 16, 2015. [Bibtex & Downloads]
Thermoelectric properties of functionalized graphene grain boundaries
Reference
Leonardo Medrano Sandonas, Rafael Gutierrez, Alessandro Pecchia, Arezoo Dianat, Giovanni Cuniberti, "Thermoelectric properties of functionalized graphene grain boundaries", In Journal of Self-Assembly and Molecular Electronics, vol. 1, no. 16, 2015.
Bibtex
@article{sandonas2015thermoelectric,
title={Thermoelectric properties of functionalized graphene grain boundaries},
author={Sandonas, Leonardo Medrano and Gutierrez, Rafael and Pecchia, Alessandro and Dianat, Arezoo and Cuniberti, Giovanni},
journal={Journal of Self-Assembly and Molecular Electronics},
volume={1},
number={16},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Förster, Christian Wagner, Sibylle Gemming, Jörg Schuster, "Theoretical investigation of an in situ k-restore process for damaged ultra-low-k materials based on plasma enhanced fragmentation", In Journal of Vacuum Science & Technology B, AVS: Science & Technology of Materials, Interfaces, and Processing, vol. 33, no. 5, pp. 052203, 2015. [Bibtex & Downloads]
Theoretical investigation of an in situ k-restore process for damaged ultra-low-k materials based on plasma enhanced fragmentation
Reference
Anja Förster, Christian Wagner, Sibylle Gemming, Jörg Schuster, "Theoretical investigation of an in situ k-restore process for damaged ultra-low-k materials based on plasma enhanced fragmentation", In Journal of Vacuum Science & Technology B, AVS: Science & Technology of Materials, Interfaces, and Processing, vol. 33, no. 5, pp. 052203, 2015.
Bibtex
@article{forster2015theoretical,
title={Theoretical investigation of an in situ k-restore process for damaged ultra-low-k materials based on plasma enhanced fragmentation},
author={F{\"o}rster, Anja and Wagner, Christian and Gemming, Sibylle and Schuster, J{\"o}rg},
journal={Journal of Vacuum Science \& Technology B},
volume={33},
number={5},
pages={052203},
year={2015},
publisher={AVS: Science \& Technology of Materials, Interfaces, and Processing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tilo Meister, Koichi Ishida, Reza Shabanpour, Bahman K Boroujeni, Corrado Carta, Frank Ellinger, Niko Munzenrieder, Luisa Petti, Giovanni A Salvatore, Gerhard Troster, others, "Bendable energy-harvesting module with organic photovoltaic, rechargeable battery, and a-IGZO TFT charging electronics", In Proceeding: Circuit Theory and Design (ECCTD), 2015 European Conference on, pp. 1–4, 2015. [Bibtex & Downloads]
Bendable energy-harvesting module with organic photovoltaic, rechargeable battery, and a-IGZO TFT charging electronics
Reference
Tilo Meister, Koichi Ishida, Reza Shabanpour, Bahman K Boroujeni, Corrado Carta, Frank Ellinger, Niko Munzenrieder, Luisa Petti, Giovanni A Salvatore, Gerhard Troster, others, "Bendable energy-harvesting module with organic photovoltaic, rechargeable battery, and a-IGZO TFT charging electronics", In Proceeding: Circuit Theory and Design (ECCTD), 2015 European Conference on, pp. 1–4, 2015.
Bibtex
@inproceedings{meister2015bendable,
title={Bendable energy-harvesting module with organic photovoltaic, rechargeable battery, and a-IGZO TFT charging electronics},
author={Meister, Tilo and Ishida, Koichi and Shabanpour, Reza and Boroujeni, Bahman K and Carta, Corrado and Ellinger, Frank and Munzenrieder, Niko and Petti, Luisa and Salvatore, Giovanni A and Troster, Gerhard and others},
booktitle={Circuit Theory and Design (ECCTD), 2015 European Conference on},
pages={1--4},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anibal Pacheco-Sanchez, Sven Mothes, Martin Claus, Michael Schroter, "Contact resistance extraction methods for CNTFETs", In Proceeding: Solid State Device Research Conference (ESSDERC), 2015 45th European, pp. 298–301, 2015. [Bibtex & Downloads]
Contact resistance extraction methods for CNTFETs
Reference
Anibal Pacheco-Sanchez, Sven Mothes, Martin Claus, Michael Schroter, "Contact resistance extraction methods for CNTFETs", In Proceeding: Solid State Device Research Conference (ESSDERC), 2015 45th European, pp. 298–301, 2015.
Bibtex
@inproceedings{pacheco2015contact,
title={Contact resistance extraction methods for CNTFETs},
author={Pacheco-Sanchez, Anibal and Mothes, Sven and Claus, Martin and Schroter, Michael},
booktitle={Solid State Device Research Conference (ESSDERC), 2015 45th European},
pages={298--301},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Shabanpour, K. Ishida, T. Meister, N. Munzenrieder, L. Petti, G. Salvatore, B. Kheradmand-Boroujeni, C. Carta, G. Troster, F. Ellinger, "A 70° phase margin OPAMP with positive feedback in flexible a-IGZO TFT technology", In Proceeding: Circuits and Systems (MWSCAS), 2015 IEEE 58th International Midwest Symposium on, pp. 1–4, 2015. [Bibtex & Downloads]
A 70° phase margin OPAMP with positive feedback in flexible a-IGZO TFT technology
Reference
R. Shabanpour, K. Ishida, T. Meister, N. Munzenrieder, L. Petti, G. Salvatore, B. Kheradmand-Boroujeni, C. Carta, G. Troster, F. Ellinger, "A 70° phase margin OPAMP with positive feedback in flexible a-IGZO TFT technology", In Proceeding: Circuits and Systems (MWSCAS), 2015 IEEE 58th International Midwest Symposium on, pp. 1–4, 2015.
Bibtex
@inproceedings{shabanpour201570,
title={A 70° phase margin OPAMP with positive feedback in flexible a-IGZO TFT technology},
author={Shabanpour, R and Ishida, K and Meister, T and Munzenrieder, N and Petti, L and Salvatore, G and Kheradmand-Boroujeni, B and Carta, C and Troster, G and Ellinger, F},
booktitle={Circuits and Systems (MWSCAS), 2015 IEEE 58th International Midwest Symposium on},
pages={1--4},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Gang, G. Gabernet, LD Renner, L. Baraban, G. Cuniberti, "A simple two-step silane-based (bio-) receptor molecule immobilization without additional binding site passivation", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 45, pp. 35631–35634, 2015. [Bibtex & Downloads]
A simple two-step silane-based (bio-) receptor molecule immobilization without additional binding site passivation
Reference
A. Gang, G. Gabernet, LD Renner, L. Baraban, G. Cuniberti, "A simple two-step silane-based (bio-) receptor molecule immobilization without additional binding site passivation", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 45, pp. 35631–35634, 2015.
Bibtex
@article{gang2015simple,
title={A simple two-step silane-based (bio-) receptor molecule immobilization without additional binding site passivation},
author={Gang, A and Gabernet, G and Renner, LD and Baraban, L and Cuniberti, G},
journal={RSC Advances},
volume={5},
number={45},
pages={35631--35634},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Shabanpour, T. Meister, K. Ishida, B. Kheradmand-Boroujeni, C. Carta, F. Ellinger, L. Petti, N. Münzenrieder, GA Salvatore, G. Tröster, "Design and analysis of high-gain amplifiers in flexible self-aligned a-IGZO thin-film transistor technology", In Analog Integrated Circuits and Signal Processing, Springer, pp. 1–10, 2015. [Bibtex & Downloads]
Design and analysis of high-gain amplifiers in flexible self-aligned a-IGZO thin-film transistor technology
Reference
R. Shabanpour, T. Meister, K. Ishida, B. Kheradmand-Boroujeni, C. Carta, F. Ellinger, L. Petti, N. Münzenrieder, GA Salvatore, G. Tröster, "Design and analysis of high-gain amplifiers in flexible self-aligned a-IGZO thin-film transistor technology", In Analog Integrated Circuits and Signal Processing, Springer, pp. 1–10, 2015.
Bibtex
@article{shabanpour2015design,
title={Design and analysis of high-gain amplifiers in flexible self-aligned a-IGZO thin-film transistor technology},
author={Shabanpour, R and Meister, T and Ishida, K and Kheradmand-Boroujeni, B and Carta, C and Ellinger, F and Petti, L and M{\"u}nzenrieder, N and Salvatore, GA and Tr{\"o}ster, G},
journal={Analog Integrated Circuits and Signal Processing},
pages={1--10},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Deutsch, "Cellular automaton models for collective cell behaviour", In Proceeding: International Workshop on Cellular Automata and Discrete Complex Systems, pp. 1–10, 2015. [Bibtex & Downloads]
Cellular automaton models for collective cell behaviour
Reference
Andreas Deutsch, "Cellular automaton models for collective cell behaviour", In Proceeding: International Workshop on Cellular Automata and Discrete Complex Systems, pp. 1–10, 2015.
Bibtex
@inproceedings{deutsch2015cellular,
title={Cellular automaton models for collective cell behaviour},
author={Deutsch, Andreas},
booktitle={International Workshop on Cellular Automata and Discrete Complex Systems},
pages={1--10},
year={2015},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Krzysztof Sozański, Felix Ruhnow, Agnieszka Wi\'sniewska, Marcin Tabaka, Stefan Diez, Robert Hołyst, "Small Crowders Slow Down Kinesin-1 Stepping by Hindering Motor Domain Diffusion", In Physical review letters, APS, vol. 115, no. 21, pp. 218102, 2015. [Bibtex & Downloads]
Small Crowders Slow Down Kinesin-1 Stepping by Hindering Motor Domain Diffusion
Reference
Krzysztof Sozański, Felix Ruhnow, Agnieszka Wi\'sniewska, Marcin Tabaka, Stefan Diez, Robert Hołyst, "Small Crowders Slow Down Kinesin-1 Stepping by Hindering Motor Domain Diffusion", In Physical review letters, APS, vol. 115, no. 21, pp. 218102, 2015.
Bibtex
@article{sozanski2015small,
title={Small Crowders Slow Down Kinesin-1 Stepping by Hindering Motor Domain Diffusion},
author={Soza{\'n}ski, Krzysztof and Ruhnow, Felix and Wi{\'s}niewska, Agnieszka and Tabaka, Marcin and Diez, Stefan and Ho{\l}yst, Robert},
journal={Physical review letters},
volume={115},
number={21},
pages={218102},
year={2015},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Marcus Hahnel, Hermann Hartig, "Demo abstract: An energy/utility demo-Energy-aware resource scheduling under utility considerations", In Proceeding: 2015 IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), pp. 330, 2015. [Bibtex & Downloads]
Demo abstract: An energy/utility demo-Energy-aware resource scheduling under utility considerations
Reference
Marcus Hahnel, Hermann Hartig, "Demo abstract: An energy/utility demo-Energy-aware resource scheduling under utility considerations", In Proceeding: 2015 IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), pp. 330, 2015.
Bibtex
@inproceedings{hahnel2015demo,
title={Demo abstract: An energy/utility demo-Energy-aware resource scheduling under utility considerations},
author={Hahnel, Marcus and Hartig, Hermann},
booktitle={2015 IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS)},
pages={330},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix E Kemmerich, Marko Swoboda, Dominik J Kauert, M Svea Grieb, Steffen Hahn, Friedrich W Schwarz, Ralf Seidel, Michael Schlierf, "Simultaneous single-molecule force and fluorescence sampling of DNA nanostructure conformations using magnetic tweezers", In Nano letters, ACS Publications, vol. 16, no. 1, pp. 381–386, 2015. [Bibtex & Downloads]
Simultaneous single-molecule force and fluorescence sampling of DNA nanostructure conformations using magnetic tweezers
Reference
Felix E Kemmerich, Marko Swoboda, Dominik J Kauert, M Svea Grieb, Steffen Hahn, Friedrich W Schwarz, Ralf Seidel, Michael Schlierf, "Simultaneous single-molecule force and fluorescence sampling of DNA nanostructure conformations using magnetic tweezers", In Nano letters, ACS Publications, vol. 16, no. 1, pp. 381–386, 2015.
Bibtex
@article{kemmerich2015simultaneous,
title={Simultaneous single-molecule force and fluorescence sampling of DNA nanostructure conformations using magnetic tweezers},
author={Kemmerich, Felix E and Swoboda, Marko and Kauert, Dominik J and Grieb, M Svea and Hahn, Steffen and Schwarz, Friedrich W and Seidel, Ralf and Schlierf, Michael},
journal={Nano letters},
volume={16},
number={1},
pages={381--386},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Tobias Kempe, Alvaro Aguilera, Wolfgang Nagel, Jochen Fröhlich, "Performance of a projection method for incompressible flows on heterogeneous hardware", In Computers & Fluids, Elsevier, vol. 121, pp. 37–43, 2015. [Bibtex & Downloads]
Performance of a projection method for incompressible flows on heterogeneous hardware
Reference
Tobias Kempe, Alvaro Aguilera, Wolfgang Nagel, Jochen Fröhlich, "Performance of a projection method for incompressible flows on heterogeneous hardware", In Computers & Fluids, Elsevier, vol. 121, pp. 37–43, 2015.
Bibtex
@article{kempe2015performance,
title={Performance of a projection method for incompressible flows on heterogeneous hardware},
author={Kempe, Tobias and Aguilera, Alvaro and Nagel, Wolfgang and Fr{\"o}hlich, Jochen},
journal={Computers \& Fluids},
volume={121},
pages={37--43},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Artem Fediai, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Electron transport in extended carbon-nanotube/metal contacts: Ab initio based Green function method", In Physical Review B, APS, vol. 91, no. 16, pp. 165404, 2015. [Bibtex & Downloads]
Electron transport in extended carbon-nanotube/metal contacts: Ab initio based Green function method
Reference
Artem Fediai, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Electron transport in extended carbon-nanotube/metal contacts: Ab initio based Green function method", In Physical Review B, APS, vol. 91, no. 16, pp. 165404, 2015.
Bibtex
@article{fediai2015electron,
title={Electron transport in extended carbon-nanotube/metal contacts: Ab initio based Green function method},
author={Fediai, Artem and Ryndyk, Dmitry A and Cuniberti, Gianaurelio},
journal={Physical Review B},
volume={91},
number={16},
pages={165404},
year={2015},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marko Noack, Johannes Partzsch, Christian G Mayr, Stefan Hänzsche, Stefan Scholze, Sebastian Höppner, Georg Ellguth, Rene Schüffny, "Switched-capacitor realization of presynaptic short-term-plasticity and stop-learning synapses in 28 nm CMOS", In Frontiers in neuroscience, Frontiers Media SA, vol. 9, 2015. [Bibtex & Downloads]
Switched-capacitor realization of presynaptic short-term-plasticity and stop-learning synapses in 28 nm CMOS
Reference
Marko Noack, Johannes Partzsch, Christian G Mayr, Stefan Hänzsche, Stefan Scholze, Sebastian Höppner, Georg Ellguth, Rene Schüffny, "Switched-capacitor realization of presynaptic short-term-plasticity and stop-learning synapses in 28 nm CMOS", In Frontiers in neuroscience, Frontiers Media SA, vol. 9, 2015.
Bibtex
@article{noack2015switched,
title={Switched-capacitor realization of presynaptic short-term-plasticity and stop-learning synapses in 28 nm CMOS},
author={Noack, Marko and Partzsch, Johannes and Mayr, Christian G and H{\"a}nzsche, Stefan and Scholze, Stefan and H{\"o}ppner, Sebastian and Ellguth, Georg and Sch{\"u}ffny, Rene},
journal={Frontiers in neuroscience},
volume={9},
year={2015},
publisher={Frontiers Media SA}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Vinay Suryaprakash, Jesper Moller, Gerhard Fettweis, "On the modeling and analysis of heterogeneous radio access networks using a Poisson cluster process", In Wireless Communications, IEEE Transactions on, IEEE, vol. 14, no. 2, pp. 1035–1047, 2015. [Bibtex & Downloads]
On the modeling and analysis of heterogeneous radio access networks using a Poisson cluster process
Reference
Vinay Suryaprakash, Jesper Moller, Gerhard Fettweis, "On the modeling and analysis of heterogeneous radio access networks using a Poisson cluster process", In Wireless Communications, IEEE Transactions on, IEEE, vol. 14, no. 2, pp. 1035–1047, 2015.
Bibtex
@article{suryaprakash2015modeling,
title={On the modeling and analysis of heterogeneous radio access networks using a Poisson cluster process},
author={Suryaprakash, Vinay and Moller, Jesper and Fettweis, Gerhard},
journal={Wireless Communications, IEEE Transactions on},
volume={14},
number={2},
pages={1035--1047},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Theofilos Mailis, Rafael Peñaloza, Anni-Yasmin Turhan, "Answering Fuzzy Conjunctive Queries over Finitely Valued Fuzzy Ontologies", In arXiv preprint arXiv:1508.02626, 2015. [Bibtex & Downloads]
Answering Fuzzy Conjunctive Queries over Finitely Valued Fuzzy Ontologies
Reference
Stefan Borgwardt, Theofilos Mailis, Rafael Peñaloza, Anni-Yasmin Turhan, "Answering Fuzzy Conjunctive Queries over Finitely Valued Fuzzy Ontologies", In arXiv preprint arXiv:1508.02626, 2015.
Bibtex
@article{borgwardt2015answering,
title={Answering Fuzzy Conjunctive Queries over Finitely Valued Fuzzy Ontologies},
author={Borgwardt, Stefan and Mailis, Theofilos and Pe{\~n}aloza, Rafael and Turhan, Anni-Yasmin},
journal={arXiv preprint arXiv:1508.02626},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tim Baldauf, Andre Heinzig, Jens Trommer, Thomas Mikolajick, Walter Michael Weber, "Stress-Dependent Performance Optimization of Reconfigurable Silicon Nanowire Transistors", In Electron Device Letters, IEEE, IEEE, vol. 36, no. 10, pp. 991–993, 2015. [Bibtex & Downloads]
Stress-Dependent Performance Optimization of Reconfigurable Silicon Nanowire Transistors
Reference
Tim Baldauf, Andre Heinzig, Jens Trommer, Thomas Mikolajick, Walter Michael Weber, "Stress-Dependent Performance Optimization of Reconfigurable Silicon Nanowire Transistors", In Electron Device Letters, IEEE, IEEE, vol. 36, no. 10, pp. 991–993, 2015.
Bibtex
@article{baldauf2015stress,
title={Stress-Dependent Performance Optimization of Reconfigurable Silicon Nanowire Transistors},
author={Baldauf, Tim and Heinzig, Andre and Trommer, Jens and Mikolajick, Thomas and Weber, Walter Michael},
journal={Electron Device Letters, IEEE},
volume={36},
number={10},
pages={991--993},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Vinay Suryaprakash, Peter Rost, Gerhard Fettweis, "Are Heterogeneous Cloud-Based Radio Access Networks Cost Effective?", In Selected Areas in Communications, IEEE Journal on, IEEE, vol. 33, no. 10, pp. 2239–2251, 2015. [Bibtex & Downloads]
Are Heterogeneous Cloud-Based Radio Access Networks Cost Effective?
Reference
Vinay Suryaprakash, Peter Rost, Gerhard Fettweis, "Are Heterogeneous Cloud-Based Radio Access Networks Cost Effective?", In Selected Areas in Communications, IEEE Journal on, IEEE, vol. 33, no. 10, pp. 2239–2251, 2015.
Bibtex
@article{suryaprakash2015heterogeneous,
title={Are Heterogeneous Cloud-Based Radio Access Networks Cost Effective?},
author={Suryaprakash, Vinay and Rost, Peter and Fettweis, Gerhard},
journal={Selected Areas in Communications, IEEE Journal on},
volume={33},
number={10},
pages={2239--2251},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas I Reppas, Konstantinos Spiliotis, Constantinos I Siettos, "Tuning the average path length of complex networks and its influence to the emergent dynamics of the majority-rule model", In Mathematics and Computers in Simulation, Elsevier, vol. 109, pp. 186–196, 2015. [Bibtex & Downloads]
Tuning the average path length of complex networks and its influence to the emergent dynamics of the majority-rule model
Reference
Andreas I Reppas, Konstantinos Spiliotis, Constantinos I Siettos, "Tuning the average path length of complex networks and its influence to the emergent dynamics of the majority-rule model", In Mathematics and Computers in Simulation, Elsevier, vol. 109, pp. 186–196, 2015.
Bibtex
@article{reppas2015tuning,
title={Tuning the average path length of complex networks and its influence to the emergent dynamics of the majority-rule model},
author={Reppas, Andreas I and Spiliotis, Konstantinos and Siettos, Constantinos I},
journal={Mathematics and Computers in Simulation},
volume={109},
pages={186--196},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Thomas Henke, Martin Knaut, Christoph Hossbach, Marion Geidel, Lars Rebohle, Matthias Albert, Wolfgang Skorupa, Johann W Bartha, "Flash-Enhanced Atomic Layer Deposition: Basics, Opportunities, Review, and Principal Studies on the Flash-Enhanced Growth of Thin Films", In ECS Journal of Solid State Science and Technology, The Electrochemical Society, vol. 4, no. 7, pp. P277–P287, 2015. [Bibtex & Downloads]
Flash-Enhanced Atomic Layer Deposition: Basics, Opportunities, Review, and Principal Studies on the Flash-Enhanced Growth of Thin Films
Reference
Thomas Henke, Martin Knaut, Christoph Hossbach, Marion Geidel, Lars Rebohle, Matthias Albert, Wolfgang Skorupa, Johann W Bartha, "Flash-Enhanced Atomic Layer Deposition: Basics, Opportunities, Review, and Principal Studies on the Flash-Enhanced Growth of Thin Films", In ECS Journal of Solid State Science and Technology, The Electrochemical Society, vol. 4, no. 7, pp. P277–P287, 2015.
Bibtex
@article{henke2015flash,
title={Flash-Enhanced Atomic Layer Deposition: Basics, Opportunities, Review, and Principal Studies on the Flash-Enhanced Growth of Thin Films},
author={Henke, Thomas and Knaut, Martin and Hossbach, Christoph and Geidel, Marion and Rebohle, Lars and Albert, Matthias and Skorupa, Wolfgang and Bartha, Johann W},
journal={ECS Journal of Solid State Science and Technology},
volume={4},
number={7},
pages={P277--P287},
year={2015},
publisher={The Electrochemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Pfeffermann, Renhao Dong, Robert Graf, Wojciech Zajaczkowski, Tatiana Gorelik, Wojciech Pisula, Akimitsu Narita, Klaus Müllen, Xinliang Feng, "Free-Standing Monolayer Two-Dimensional Supramolecular Organic Framework with Good Internal Order", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 45, pp. 14525–14532, 2015. [Bibtex & Downloads]
Free-Standing Monolayer Two-Dimensional Supramolecular Organic Framework with Good Internal Order
Reference
Martin Pfeffermann, Renhao Dong, Robert Graf, Wojciech Zajaczkowski, Tatiana Gorelik, Wojciech Pisula, Akimitsu Narita, Klaus Müllen, Xinliang Feng, "Free-Standing Monolayer Two-Dimensional Supramolecular Organic Framework with Good Internal Order", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 45, pp. 14525–14532, 2015.
Bibtex
@article{pfeffermann2015free,
title={Free-Standing Monolayer Two-Dimensional Supramolecular Organic Framework with Good Internal Order},
author={Pfeffermann, Martin and Dong, Renhao and Graf, Robert and Zajaczkowski, Wojciech and Gorelik, Tatiana and Pisula, Wojciech and Narita, Akimitsu and Müllen, Klaus and Feng, Xinliang},
journal={Journal of the American Chemical Society},
volume={137},
number={45},
pages={14525--14532},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogenity", In Computers & Fluids, Elsevier, 2015. [Bibtex & Downloads]
Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogenity
Reference
Immo Huismann, Jörg Stiller, Jochen Fröhlich, "Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogenity", In Computers & Fluids, Elsevier, 2015.
Bibtex
@article{huismann2015two,
title={Two-level parallelization of a fluid mechanics algorithm exploiting hardware heterogenity},
author={Huismann, Immo and Stiller, J{\"o}rg and Fr{\"o}hlich, Jochen},
journal={Computers \& Fluids},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Richter, Christian Scheunert, Sabrina Engelmann, Eduard A Jorswieck, "Secrecy in the two-way untrusted relay channel with compute-and-forward", In Proceeding: Communications (ICC), 2015 IEEE International Conference on, pp. 4357–4362, 2015. [Bibtex & Downloads]
Secrecy in the two-way untrusted relay channel with compute-and-forward
Reference
Johannes Richter, Christian Scheunert, Sabrina Engelmann, Eduard A Jorswieck, "Secrecy in the two-way untrusted relay channel with compute-and-forward", In Proceeding: Communications (ICC), 2015 IEEE International Conference on, pp. 4357–4362, 2015.
Bibtex
@inproceedings{richter2015secrecy,
title={Secrecy in the two-way untrusted relay channel with compute-and-forward},
author={Richter, Johannes and Scheunert, Christian and Engelmann, Sabrina and Jorswieck, Eduard A},
booktitle={Communications (ICC), 2015 IEEE International Conference on},
pages={4357--4362},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Arianna Bianchi, Konstantinos Syrigos, Georgios Lolas, "Tumor-induced neoneurogenesis and perineural tumor growth: a mathematical approach", In arXiv preprint arXiv:1510.02323, 2015. [Bibtex & Downloads]
Tumor-induced neoneurogenesis and perineural tumor growth: a mathematical approach
Reference
Arianna Bianchi, Konstantinos Syrigos, Georgios Lolas, "Tumor-induced neoneurogenesis and perineural tumor growth: a mathematical approach", In arXiv preprint arXiv:1510.02323, 2015.
Bibtex
@article{bianchi2015tumor,
title={Tumor-induced neoneurogenesis and perineural tumor growth: a mathematical approach},
author={Bianchi, Arianna and Syrigos, Konstantinos and Lolas, Georgios},
journal={arXiv preprint arXiv:1510.02323},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Susanne C Kehr, Raymond GP McQuaid, Lisa Ortmann, Thomas Kämpfe, Frederik Kuschewski, Denny Lang, Jonathan Döring, J Marty Gregg, Lukas M Eng, "A Local Superlens", In ACS Photonics, ACS Publications, vol. 3, no. 1, pp. 20–26, 2015. [Bibtex & Downloads]
A Local Superlens
Reference
Susanne C Kehr, Raymond GP McQuaid, Lisa Ortmann, Thomas Kämpfe, Frederik Kuschewski, Denny Lang, Jonathan Döring, J Marty Gregg, Lukas M Eng, "A Local Superlens", In ACS Photonics, ACS Publications, vol. 3, no. 1, pp. 20–26, 2015.
Bibtex
@article{kehr2015local,
title={A Local Superlens},
author={Kehr, Susanne C and McQuaid, Raymond GP and Ortmann, Lisa and Kämpfe, Thomas and Kuschewski, Frederik and Lang, Denny and Döring, Jonathan and Gregg, J Marty and Eng, Lukas M},
journal={ACS Photonics},
volume={3},
number={1},
pages={20--26},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Carr D Vincent, Fabian Rost, Wouter Masselink, Lutz Brusch, Elly M Tanaka, "Cellular dynamics underlying regeneration of appropriate segment number during axolotl tail regeneration", In BMC developmental biology, BioMed Central, vol. 15, no. 1, pp. 48, 2015. [Bibtex & Downloads]
Cellular dynamics underlying regeneration of appropriate segment number during axolotl tail regeneration
Reference
Carr D Vincent, Fabian Rost, Wouter Masselink, Lutz Brusch, Elly M Tanaka, "Cellular dynamics underlying regeneration of appropriate segment number during axolotl tail regeneration", In BMC developmental biology, BioMed Central, vol. 15, no. 1, pp. 48, 2015.
Bibtex
@article{vincent2015cellular,
title={Cellular dynamics underlying regeneration of appropriate segment number during axolotl tail regeneration},
author={Vincent, Carr D and Rost, Fabian and Masselink, Wouter and Brusch, Lutz and Tanaka, Elly M},
journal={BMC developmental biology},
volume={15},
number={1},
pages={48},
year={2015},
publisher={BioMed Central}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Igor Bejenari, Martin Claus, "Electron back scattering in CNTFETs", In IEEE Transactions on Electron Devices, vol. 99, no. 1, pp. 1–6, 2015. [Bibtex & Downloads]
Electron back scattering in CNTFETs
Reference
Igor Bejenari, Martin Claus, "Electron back scattering in CNTFETs", In IEEE Transactions on Electron Devices, vol. 99, no. 1, pp. 1–6, 2015.
Bibtex
@article{bejenari2015electron,
title={Electron back scattering in CNTFETs},
author={Bejenari, Igor and Claus, Martin},
journal={IEEE Transactions on Electron Devices},
volume={99},
number={1},
pages={1--6},
year={2015}
}Downloads
No Downloads available for this publication
Permalink
- M. Claus, D. Teich, S. Mothes, G. Seifert, M. Schroter, "Multiscale-modeling of CNTFETs with non-regular defect pattern", In Proceeding: Computational Electronics (IWCE), 2015 International Workshop on, pp. 1–2, 2015. [Bibtex & Downloads]
Multiscale-modeling of CNTFETs with non-regular defect pattern
Reference
M. Claus, D. Teich, S. Mothes, G. Seifert, M. Schroter, "Multiscale-modeling of CNTFETs with non-regular defect pattern", In Proceeding: Computational Electronics (IWCE), 2015 International Workshop on, pp. 1–2, 2015.
Bibtex
@inproceedings{claus2015multiscale,
title={Multiscale-modeling of CNTFETs with non-regular defect pattern},
author={Claus, M and Teich, D and Mothes, S and Seifert, G and Schroter, M},
booktitle={Computational Electronics (IWCE), 2015 International Workshop on},
pages={1--2},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- M. Claus, A. Pacheco, M. Haferlach, M. Schröter, "Enabling CNTFET-based analog high-frequency circuit design with CCAM (invited)", In MOS-AK, 2015. [Bibtex & Downloads]
Enabling CNTFET-based analog high-frequency circuit design with CCAM (invited)
Reference
M. Claus, A. Pacheco, M. Haferlach, M. Schröter, "Enabling CNTFET-based analog high-frequency circuit design with CCAM (invited)", In MOS-AK, 2015.
Bibtex
@article{claus2015enabling,
author={M. Claus and A. Pacheco and M. Haferlach and M. Schröter},
title={Enabling CNTFET-based analog high-frequency circuit design with CCAM (invited)},
journal={MOS-AK},
year={2015},
note={(online)},
comment={},
}Downloads
No Downloads available for this publication
Permalink
- M. Schröter, M. Claus, S. Hermann, S. Schulz, "CNTFET-based RF electronics - State-of-the-art and future prospects (invited)", In Nanotec, 2015. [Bibtex & Downloads]
CNTFET-based RF electronics - State-of-the-art and future prospects (invited)
Reference
M. Schröter, M. Claus, S. Hermann, S. Schulz, "CNTFET-based RF electronics - State-of-the-art and future prospects (invited)", In Nanotec, 2015.
Bibtex
@article{schroeter2015cntfetbased,
author={M. Schröter and M. Claus and S. Hermann and S. Schulz},
title={CNTFET-based RF electronics - State-of-the-art and future prospects (invited)},
journal={Nanotec},
year={2015},
comment={},
}Downloads
No Downloads available for this publication
Permalink
- Thomas Lehmann, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Enhanced thermoelectric figure of merit in polycrystalline carbon nanostructures", In Physical Review B, APS, vol. 92, no. 3, pp. 035418, 2015. [Bibtex & Downloads]
Enhanced thermoelectric figure of merit in polycrystalline carbon nanostructures
Reference
Thomas Lehmann, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Enhanced thermoelectric figure of merit in polycrystalline carbon nanostructures", In Physical Review B, APS, vol. 92, no. 3, pp. 035418, 2015.
Bibtex
@article{lehmann2015enhanced,
title={Enhanced thermoelectric figure of merit in polycrystalline carbon nanostructures},
author={Lehmann, Thomas and Ryndyk, Dmitry A and Cuniberti, Gianaurelio},
journal={Physical Review B},
volume={92},
number={3},
pages={035418},
year={2015},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andrii Kleshchonok, Rafael Gutierrez, Gianaurelio Cuniberti, "Contact effects and quantum interference in engineered dangling bond loops on silicon surfaces", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 33, pp. 13967–13973, 2015. [Bibtex & Downloads]
Contact effects and quantum interference in engineered dangling bond loops on silicon surfaces
Reference
Andrii Kleshchonok, Rafael Gutierrez, Gianaurelio Cuniberti, "Contact effects and quantum interference in engineered dangling bond loops on silicon surfaces", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 33, pp. 13967–13973, 2015.
Bibtex
@article{kleshchonok2015contact,
title={Contact effects and quantum interference in engineered dangling bond loops on silicon surfaces},
author={Kleshchonok, Andrii and Gutierrez, Rafael and Cuniberti, Gianaurelio},
journal={Nanoscale},
volume={7},
number={33},
pages={13967--13973},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Permalink
- Andreas Krause, Matthias Grube, Thomas Mikolajick, Walter M Weber, "Comparison of Silicon Nanowire Growth on SiO2 and on Carbon Substrates", In ECS Transactions, The Electrochemical Society, vol. 70, no. 1, pp. 69–78, 2015. [Bibtex & Downloads]
Comparison of Silicon Nanowire Growth on SiO2 and on Carbon Substrates
Reference
Andreas Krause, Matthias Grube, Thomas Mikolajick, Walter M Weber, "Comparison of Silicon Nanowire Growth on SiO2 and on Carbon Substrates", In ECS Transactions, The Electrochemical Society, vol. 70, no. 1, pp. 69–78, 2015.
Bibtex
@article{krause2015comparison,
title={Comparison of Silicon Nanowire Growth on SiO2 and on Carbon Substrates},
author={Krause, Andreas and Grube, Matthias and Mikolajick, Thomas and Weber, Walter M},
journal={ECS Transactions},
volume={70},
number={1},
pages={69--78},
year={2015},
publisher={The Electrochemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Sayanti Banerjee, Uwe Muehle, Markus Löffler, Andre Heinzig, Jens Trommer, Ehrenfried Zschech, "Preparation and characterization of silicon nanowires using SEM/FIB and TEM: Paper presented at “XV International Conference on Electron Microscopy”, 15–18 September 2014, Cracow, Poland", In International Journal of Materials Research, Carl Hanser Verlag, vol. 106, no. 7, pp. 697–702, 2015. [Bibtex & Downloads]
Preparation and characterization of silicon nanowires using SEM/FIB and TEM: Paper presented at “XV International Conference on Electron Microscopy”, 15–18 September 2014, Cracow, Poland
Reference
Sayanti Banerjee, Uwe Muehle, Markus Löffler, Andre Heinzig, Jens Trommer, Ehrenfried Zschech, "Preparation and characterization of silicon nanowires using SEM/FIB and TEM: Paper presented at “XV International Conference on Electron Microscopy”, 15–18 September 2014, Cracow, Poland", In International Journal of Materials Research, Carl Hanser Verlag, vol. 106, no. 7, pp. 697–702, 2015.
Bibtex
@article{banerjee2015preparation,
title={Preparation and characterization of silicon nanowires using SEM/FIB and TEM: Paper presented at “XV International Conference on Electron Microscopy”, 15--18 September 2014, Cracow, Poland},
author={Banerjee, Sayanti and Muehle, Uwe and L{\"o}ffler, Markus and Heinzig, Andre and Trommer, Jens and Zschech, Ehrenfried},
journal={International Journal of Materials Research},
volume={106},
number={7},
pages={697--702},
year={2015},
publisher={Carl Hanser Verlag}
}Downloads
No Downloads available for this publication
Related Paths
DCN, Silicon Nanowire Path, Silicon Nanowire Path, DCN, Silicon Nanowire Path, DCN
Permalink
- Daniil Karnaushenko, Niko Münzenrieder, Dmitriy D Karnaushenko, Britta Koch, Anne K Meyer, Stefan Baunack, Luisa Petti, Gerhard Tröster, Denys Makarov, Oliver G Schmidt, "Microelectronics: Biomimetic Microelectronics for Regenerative Neuronal Cuff Implants (Adv. Mater. 43/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 43, pp. 6769–6769, 2015. [Bibtex & Downloads]
Microelectronics: Biomimetic Microelectronics for Regenerative Neuronal Cuff Implants (Adv. Mater. 43/2015)
Reference
Daniil Karnaushenko, Niko Münzenrieder, Dmitriy D Karnaushenko, Britta Koch, Anne K Meyer, Stefan Baunack, Luisa Petti, Gerhard Tröster, Denys Makarov, Oliver G Schmidt, "Microelectronics: Biomimetic Microelectronics for Regenerative Neuronal Cuff Implants (Adv. Mater. 43/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 43, pp. 6769–6769, 2015.
Bibtex
@article{karnaushenko2015microelectronics,
title={Microelectronics: Biomimetic Microelectronics for Regenerative Neuronal Cuff Implants (Adv. Mater. 43/2015)},
author={Karnaushenko, Daniil and M{\"u}nzenrieder, Niko and Karnaushenko, Dmitriy D and Koch, Britta and Meyer, Anne K and Baunack, Stefan and Petti, Luisa and Tr{\"o}ster, Gerhard and Makarov, Denys and Schmidt, Oliver G},
journal={Advanced Materials},
volume={27},
number={43},
pages={6769--6769},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Permalink
- Torsten Sendler, Katharina Luka-Guth, Matthias Wieser, Jannic Wolf, Manfred Helm, Sibylle Gemming, Jochen Kerbusch, Elke Scheer, Thomas Huhn, Artur Erbe, others, "Light-Induced Switching of Tunable Single-Molecule Junctions", In Advanced Science, Wiley Online Library, vol. 2, no. 5, 2015. [Bibtex & Downloads]
Light-Induced Switching of Tunable Single-Molecule Junctions
Reference
Torsten Sendler, Katharina Luka-Guth, Matthias Wieser, Jannic Wolf, Manfred Helm, Sibylle Gemming, Jochen Kerbusch, Elke Scheer, Thomas Huhn, Artur Erbe, others, "Light-Induced Switching of Tunable Single-Molecule Junctions", In Advanced Science, Wiley Online Library, vol. 2, no. 5, 2015.
Bibtex
@article{sendler2015light,
title={Light-Induced Switching of Tunable Single-Molecule Junctions},
author={Sendler, Torsten and Luka-Guth, Katharina and Wieser, Matthias and Wolf, Jannic and Helm, Manfred and Gemming, Sibylle and Kerbusch, Jochen and Scheer, Elke and Huhn, Thomas and Erbe, Artur and others},
journal={Advanced Science},
volume={2},
number={5},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Junzhi Liu, Bo-Wei Li, Yuan-Zhi Tan, Angelos Giannakopoulos, Carlos Sanchez-Sanchez, David Beljonne, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Klaus Müllen, "Toward Cove-Edged Low Band Gap Graphene Nanoribbons", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 18, pp. 6097–6103, 2015. [Bibtex & Downloads]
Toward Cove-Edged Low Band Gap Graphene Nanoribbons
Reference
Junzhi Liu, Bo-Wei Li, Yuan-Zhi Tan, Angelos Giannakopoulos, Carlos Sanchez-Sanchez, David Beljonne, Pascal Ruffieux, Roman Fasel, Xinliang Feng, Klaus Müllen, "Toward Cove-Edged Low Band Gap Graphene Nanoribbons", In Journal of the American Chemical Society, ACS Publications, vol. 137, no. 18, pp. 6097–6103, 2015.
Bibtex
@article{liu2015toward,
title={Toward Cove-Edged Low Band Gap Graphene Nanoribbons},
author={Liu, Junzhi and Li, Bo-Wei and Tan, Yuan-Zhi and Giannakopoulos, Angelos and Sanchez-Sanchez, Carlos and Beljonne, David and Ruffieux, Pascal and Fasel, Roman and Feng, Xinliang and Müllen, Klaus},
journal={Journal of the American Chemical Society},
volume={137},
number={18},
pages={6097--6103},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Prof. Feng, other, Prof. Feng
Permalink
- Simone Conti, Maria G del Rosso, Artur Ciesielski, Jürgen Weippert, Artur Böttcher, Yuyoung Shin, Georgian Melinte, Ovidiu Ersen, Cinzia Casiraghi, Xinliang Feng, others, "Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene", In ChemPhysChem, Wiley Online Library, 2015. [Bibtex & Downloads]
Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene
Reference
Simone Conti, Maria G del Rosso, Artur Ciesielski, Jürgen Weippert, Artur Böttcher, Yuyoung Shin, Georgian Melinte, Ovidiu Ersen, Cinzia Casiraghi, Xinliang Feng, others, "Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene", In ChemPhysChem, Wiley Online Library, 2015.
Bibtex
@article{conti2015perchlorination,
title={Perchlorination of Coronene Enhances its Propensity for Self-Assembly on Graphene},
author={Conti, Simone and del Rosso, Maria G and Ciesielski, Artur and Weippert, J{\"u}rgen and B{\"o}ttcher, Artur and Shin, Yuyoung and Melinte, Georgian and Ersen, Ovidiu and Casiraghi, Cinzia and Feng, Xinliang and others},
journal={ChemPhysChem},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- Marwen Zorgui, Zouheir Rezki, Basel Alomair, Eduard A Jorswieck, Mohamed-Slim Alouini, "Secret-key agreement over spatially correlated multiple-antenna channels in the low-SNR regime", In Proceeding: Communications and Network Security (CNS), 2015 IEEE Conference on, pp. 719–720, 2015. [Bibtex & Downloads]
Secret-key agreement over spatially correlated multiple-antenna channels in the low-SNR regime
Reference
Marwen Zorgui, Zouheir Rezki, Basel Alomair, Eduard A Jorswieck, Mohamed-Slim Alouini, "Secret-key agreement over spatially correlated multiple-antenna channels in the low-SNR regime", In Proceeding: Communications and Network Security (CNS), 2015 IEEE Conference on, pp. 719–720, 2015.
Bibtex
@inproceedings{zorgui2015secret,
title={Secret-key agreement over spatially correlated multiple-antenna channels in the low-SNR regime},
author={Zorgui, Marwen and Rezki, Zouheir and Alomair, Basel and Jorswieck, Eduard A and Alouini, Mohamed-Slim},
booktitle={Communications and Network Security (CNS), 2015 IEEE Conference on},
pages={719--720},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Schoeniger, Ronny Henker, Frank Ellinger, "A high-speed energy-efficient inductor-less transimpedance amplifier with adjustable gain for optical chip-to-chip communication", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–5, 2015. [Bibtex & Downloads]
A high-speed energy-efficient inductor-less transimpedance amplifier with adjustable gain for optical chip-to-chip communication
Reference
David Schoeniger, Ronny Henker, Frank Ellinger, "A high-speed energy-efficient inductor-less transimpedance amplifier with adjustable gain for optical chip-to-chip communication", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–5, 2015.
Bibtex
@inproceedings{schoeniger2015high,
title={A high-speed energy-efficient inductor-less transimpedance amplifier with adjustable gain for optical chip-to-chip communication},
author={Schoeniger, David and Henker, Ronny and Ellinger, Frank},
booktitle={Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International},
pages={1--5},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Patrick Seiler, Bernhard Klein, Niels Neumann, Dirk Plettemeier, "A novel method for measuring the dielectric properties of solid materials in the microwave range", In Proceeding: Microwave Symposium (MMS), 2015 IEEE 15th Mediterranean, pp. 1–4, 2015. [Bibtex & Downloads]
A novel method for measuring the dielectric properties of solid materials in the microwave range
Reference
Patrick Seiler, Bernhard Klein, Niels Neumann, Dirk Plettemeier, "A novel method for measuring the dielectric properties of solid materials in the microwave range", In Proceeding: Microwave Symposium (MMS), 2015 IEEE 15th Mediterranean, pp. 1–4, 2015.
Bibtex
@inproceedings{seiler2015novel,
title={A novel method for measuring the dielectric properties of solid materials in the microwave range},
author={Seiler, Patrick and Klein, Bernhard and Neumann, Niels and Plettemeier, Dirk},
booktitle={Microwave Symposium (MMS), 2015 IEEE 15th Mediterranean},
pages={1--4},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, HAEC, Biomolecular-Assembled Circuits Path
Permalink
- Sebastian Brüller, Hai-Wei Liang, Ulrike I Kramm, Joseph W Krumpfer, Xinliang Feng, Klaus Müllen, "Bimetallic porous porphyrin polymer-derived non-precious metal electrocatalysts for oxygen reduction reactions", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 3, no. 47, pp. 23799–23808, 2015. [Bibtex & Downloads]
Bimetallic porous porphyrin polymer-derived non-precious metal electrocatalysts for oxygen reduction reactions
Reference
Sebastian Brüller, Hai-Wei Liang, Ulrike I Kramm, Joseph W Krumpfer, Xinliang Feng, Klaus Müllen, "Bimetallic porous porphyrin polymer-derived non-precious metal electrocatalysts for oxygen reduction reactions", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 3, no. 47, pp. 23799–23808, 2015.
Bibtex
@article{bruller2015bimetallic,
title={Bimetallic porous porphyrin polymer-derived non-precious metal electrocatalysts for oxygen reduction reactions},
author={Br{\"u}ller, Sebastian and Liang, Hai-Wei and Kramm, Ulrike I and Krumpfer, Joseph W and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Journal of Materials Chemistry A},
volume={3},
number={47},
pages={23799--23808},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng, Prof. Feng, Prof. Feng
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Probabilistic Query Answering in the Bayesian Description
Logic $\mathcal{BE\!L}$", Springer Science + Business Media, vol. 9310, pp. 21-35, 2015. [doi] [Bibtex & Downloads]
Probabilistic Query Answering in the Bayesian Description Logic $\mathcal{BE\!L}$
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Probabilistic Query Answering in the Bayesian Description Logic $\mathcal{BE\!L}$", Springer Science + Business Media, vol. 9310, pp. 21-35, 2015. [doi]
Bibtex
@inbook{ceylan15_probab_query_answer_bayes_descr_logic_bel,
DATE_ADDED = {Thu Sep 29 08:43:43 2016},
author = {{\.I}smail {\.I}lkan Ceylan and Rafael Pe{\~n}aloza},
booktitle = {Lecture Notes in Computer Science},
doi = {10.1007/978-3-319-23540-0_2},
pages = {21-35},
publisher = {Springer Science + Business Media},
series = {Lecture Notes in Computer Science},
volume = {9310},
title = {Probabilistic Query Answering in the Bayesian Description
Logic $\mathcal{BE\!L}$},
url = {http://dx.doi.org/10.1007/978-3-319-23540-0_2},
year = {2015},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shasha Feng, Michel Ludwig, Dirk Walther, "Deciding Subsumers of Least Fixpoint Concepts w.r.t. general
$\mathcal{EL}$-TBoxes", Springer Science + Business Media, vol. 9324, pp. 59-71, 2015. [doi] [Bibtex & Downloads]
Deciding Subsumers of Least Fixpoint Concepts w.r.t. general $\mathcal{EL}$-TBoxes
Reference
Shasha Feng, Michel Ludwig, Dirk Walther, "Deciding Subsumers of Least Fixpoint Concepts w.r.t. general $\mathcal{EL}$-TBoxes", Springer Science + Business Media, vol. 9324, pp. 59-71, 2015. [doi]
Bibtex
@inbook{feng15_decid_subsum_least_fixpoin_concep,
DATE_ADDED = {Thu Sep 29 08:46:46 2016},
author = {Shasha Feng and Michel Ludwig and Dirk Walther},
booktitle = {KI 2015: Advances in Artificial Intelligence},
doi = {10.1007/978-3-319-24489-1_5},
pages = {59-71},
publisher = {Springer Science + Business Media},
series = {Lecture Notes in Computer Science},
volume = {9324},
title = {Deciding Subsumers of Least Fixpoint Concepts w.r.t. general
$\mathcal{EL}$-TBoxes},
url = {http://dx.doi.org/10.1007/978-3-319-24489-1_5},
year = {2015},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shasha Feng, Michel Ludwig, Dirk Walther, "Foundations for the Logical Difference of EL-TBoxes", In Proceeding: GCAI 2015. Global Conference on Artificial Intelligence (Georg Gottlob and Geoff Sutcliffe and Andrei Voronkov), EasyChair, vol. 36, pp. 93–112, 2015. [Bibtex & Downloads]
Foundations for the Logical Difference of EL-TBoxes
Reference
Shasha Feng, Michel Ludwig, Dirk Walther, "Foundations for the Logical Difference of EL-TBoxes", In Proceeding: GCAI 2015. Global Conference on Artificial Intelligence (Georg Gottlob and Geoff Sutcliffe and Andrei Voronkov), EasyChair, vol. 36, pp. 93–112, 2015.
Bibtex
@inproceedings{feng15_found_logic_differ_el_tboxes,
author = {Shasha {Feng} and Michel {Ludwig} and Dirk {Walther}},
title = {Foundations for the Logical Difference of EL-TBoxes},
booktitle = {GCAI 2015. Global Conference on Artificial Intelligence},
year = 2015,
volume = 36,
pages = {93--112},
editor = {Georg {Gottlob} and Geoff {Sutcliffe} and Andrei {Voronkov}},
publisher = {EasyChair},
series = {EPiC Series in Computing},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tomás Babiak, Frantisek Blahoudek, Alexandre Duret-Lutz, Joachim Klein, Jan Kretínský, David Müller, David Parker, Jan Strejcek, "The Hanoi Omega-Automata Format", In Proceeding: Proc. of the 27th Conference on Computer Aided Verification, Part I (CAV), Springer, vol. 9206, pp. 479–486, 2015. [Bibtex & Downloads]
The Hanoi Omega-Automata Format
Reference
Tomás Babiak, Frantisek Blahoudek, Alexandre Duret-Lutz, Joachim Klein, Jan Kretínský, David Müller, David Parker, Jan Strejcek, "The Hanoi Omega-Automata Format", In Proceeding: Proc. of the 27th Conference on Computer Aided Verification, Part I (CAV), Springer, vol. 9206, pp. 479–486, 2015.
Bibtex
@inproceedings{BBDKKMPS15,
author = {Tom{\'{a}}s Babiak, Frantisek Blahoudek, Alexandre Duret-Lutz, Joachim Klein, Jan Kret{\'{\i}}nsk{\'{y}}, David M{\"u}ller, David Parker, Jan Strejcek},
title = {The {H}anoi Omega-Automata Format},
booktitle = {Proc. of the 27th Conference on Computer Aided Verification, Part I (CAV)},
year = {2015},
pages = {479--486},
series = {Lecture Notes in Computer Science},
volume = {9206},
publisher = {Springer},
ee = {http://dx.doi.org/10.1007/978-3-319-21690-4_31}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Daniel Hernández, Aidan Hogan, Markus Krötzsch, "Reifying RDF: What Works Well With Wikidata?", Proceedings of the 11th International Workshop on Scalable Semantic Web Knowledge Base Systems (Thorsten Liebig and Achille Fokoue), CEUR-WS.org, vol. 1457, pp. 32-47, 2015. [Bibtex & Downloads]
Reifying RDF: What Works Well With Wikidata?
Reference
Daniel Hernández, Aidan Hogan, Markus Krötzsch, "Reifying RDF: What Works Well With Wikidata?", Proceedings of the 11th International Workshop on Scalable Semantic Web Knowledge Base Systems (Thorsten Liebig and Achille Fokoue), CEUR-WS.org, vol. 1457, pp. 32-47, 2015.
Bibtex
@inproceedings{HHK2015,
author = {Daniel Hern{\'{a}}ndez and Aidan Hogan and Markus Kr{\"{o}}tzsch},
title = {Reifying {RDF:} What Works Well With Wikidata?},
editor = {Thorsten Liebig and Achille Fokoue},
booktitle = {Proceedings of the 11th International Workshop on Scalable Semantic Web Knowledge Base Systems},
series = {CEUR Workshop Proceedings},
volume = {1457},
publisher = {CEUR-WS.org},
year = {2015},
pages = {32-47}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefanie Roos, Thorsten Strufe, "On the Impossibility of Efficient Self-Stabilization in Virtual Overlays with Churn", In Proceeding: IEEE INFOCOM, 2015. [Bibtex & Downloads]
On the Impossibility of Efficient Self-Stabilization in Virtual Overlays with Churn
Reference
Stefanie Roos, Thorsten Strufe, "On the Impossibility of Efficient Self-Stabilization in Virtual Overlays with Churn", In Proceeding: IEEE INFOCOM, 2015.
Bibtex
@inproceedings{roos15impossibility,
title = {On the Impossibility of Efficient Self-Stabilization in Virtual Overlays with Churn},
author = {Stefanie Roos and Thorsten Strufe},
booktitle = {IEEE INFOCOM},
year = 2015
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefanie Roos, Giang Truong Nguyen, Thorsten Strufe, "Integrating Churn into the Formal Analysis of Routing Algorithms", In Proceeding: GI/IEEE NetSys, 2015. [Bibtex & Downloads]
Integrating Churn into the Formal Analysis of Routing Algorithms
Reference
Stefanie Roos, Giang Truong Nguyen, Thorsten Strufe, "Integrating Churn into the Formal Analysis of Routing Algorithms", In Proceeding: GI/IEEE NetSys, 2015.
Bibtex
@inproceedings{roos15integrating,
title = {Integrating Churn into the Formal Analysis of Routing Algorithms},
author = {Stefanie Roos and Giang Truong Nguyen and Thorsten Strufe},
booktitle = {GI/IEEE NetSys},
year = 2015
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sadia Moriam, Yexin Yan, Erik Fischer, Elke Franz, Gerhard P. Fettweis, "Resilient and Efficient Communication in Many-Core Systems using Network Coding", In Proceeding: 34th IEEE International Performance Computing and Communications Conference (IPCCC), 2015. [Bibtex & Downloads]
Resilient and Efficient Communication in Many-Core Systems using Network Coding
Reference
Sadia Moriam, Yexin Yan, Erik Fischer, Elke Franz, Gerhard P. Fettweis, "Resilient and Efficient Communication in Many-Core Systems using Network Coding", In Proceeding: 34th IEEE International Performance Computing and Communications Conference (IPCCC), 2015.
Bibtex
@INPROCEEDINGS{MYFF+_15,
author = {Sadia Moriam and Yexin Yan and Erik Fischer and Elke Franz and Gerhard P. Fettweis},
title = {Resilient and Efficient Communication in Many-Core Systems using Network Coding},
booktitle = {34th IEEE International Performance Computing and Communications Conference (IPCCC)},
year = {2015},
owner = {ef1},
timestamp = {2016.11.15}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Stefan Borgwardt, Marcel Lippmann, "Temporal Conjunctive Queries in Expressive Description Logics with Transitive Roles", AI 2015: Advances in Artificial Intelligence - 28th Australasian Joint Conference, Canberra, ACT, Australia, November 30 - December 4, 2015, Proceedings (Bernhard Pfahringer and
Jochen Renz), Springer, vol. 9457, pp. 21-33, 2015. [doi] [Bibtex & Downloads]
Temporal Conjunctive Queries in Expressive Description Logics with Transitive Roles
Reference
Franz Baader, Stefan Borgwardt, Marcel Lippmann, "Temporal Conjunctive Queries in Expressive Description Logics with Transitive Roles", AI 2015: Advances in Artificial Intelligence - 28th Australasian Joint Conference, Canberra, ACT, Australia, November 30 - December 4, 2015, Proceedings (Bernhard Pfahringer and Jochen Renz), Springer, vol. 9457, pp. 21-33, 2015. [doi]
Bibtex
@InProceedings{conf/ausai/BaaderBL15,
author = {Franz Baader and Stefan Borgwardt and Marcel Lippmann},
title = {Temporal Conjunctive Queries in Expressive Description Logics with Transitive Roles},
booktitle = {{AI} 2015: Advances in Artificial Intelligence - 28th Australasian Joint Conference, Canberra, ACT, Australia, November 30 - December 4, 2015, Proceedings},
pages = {21-33},
doi = {10.1007/978-3-319-26350-2_3},
url = {http://dx.doi.org/10.1007/978-3-319-26350-2_3},
editor = {Bernhard Pfahringer and
Jochen Renz},
series = {Lecture Notes in Computer Science},
volume = {9457},
publisher = {Springer},
year = {2015},
isbn = {978-3-319-26349-6},
}Downloads
No Downloads available for this publication
Permalink
- Rafael Peñaloza, Aparna Saisree Thuluva, "Iterative Ontology Updates Using Context Labels", Proceedings of the Joint Ontology Workshops 2015 Episode 1: The Argentine Winter of Ontology co-located with the 24th International Joint Conference on Artificial Intelligence (IJCAI 2015), Buenos Aires, Argentina, July 25-27, 2015. (Odile Papini and Salem Benferhat and Laurent Garcia and Marie-Laure Mugnier and Eduardo L. Fermé and Thomas Meyer and Renata Wassermann and Torsten Hahmann and Ken Baclawski and Adila Krisnadhi and Pavel Klinov and Stefano Borgo and Oliver Kutz and Daniele Porello), CEUR-WS.org, vol. 1517, 2015. [Bibtex & Downloads]
Iterative Ontology Updates Using Context Labels
Reference
Rafael Peñaloza, Aparna Saisree Thuluva, "Iterative Ontology Updates Using Context Labels", Proceedings of the Joint Ontology Workshops 2015 Episode 1: The Argentine Winter of Ontology co-located with the 24th International Joint Conference on Artificial Intelligence (IJCAI 2015), Buenos Aires, Argentina, July 25-27, 2015. (Odile Papini and Salem Benferhat and Laurent Garcia and Marie-Laure Mugnier and Eduardo L. Fermé and Thomas Meyer and Renata Wassermann and Torsten Hahmann and Ken Baclawski and Adila Krisnadhi and Pavel Klinov and Stefano Borgo and Oliver Kutz and Daniele Porello), CEUR-WS.org, vol. 1517, 2015.
Bibtex
@InProceedings{conf/ijcai/PenalozaT15,
author = {Rafael Pe{\~{n}}aloza and Aparna Saisree Thuluva},
title = {Iterative Ontology Updates Using Context Labels},
booktitle = {Proceedings of the Joint Ontology Workshops 2015 Episode 1: The Argentine Winter of Ontology co-located with the 24th International Joint Conference on Artificial Intelligence {(IJCAI} 2015), Buenos Aires, Argentina, July 25-27, 2015.},
url = {http://ceur-ws.org/Vol-1517/JOWO-15_OntoChange_paper_4.pdf},
editor = {Odile Papini and Salem Benferhat and Laurent Garcia and Marie{-}Laure Mugnier and Eduardo L. Ferm{\'{e}} and Thomas Meyer and Renata Wassermann and Torsten Hahmann and Ken Baclawski and Adila Krisnadhi and Pavel Klinov and Stefano Borgo and Oliver Kutz and Daniele Porello},
series = {{CEUR} Workshop Proceedings},
volume = {1517},
publisher = {CEUR-WS.org},
year = {2015},
}Downloads
No Downloads available for this publication
Permalink
- Wuxue Zhao, Sheng Han, Xiaodong Zhuang, Fan Zhang, Yiyong Mai, Xinliang Feng, "Cross-linked polymer-derived B/N co-doped carbon materials with selective capture of CO 2", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 3, no. 46, pp. 23352–23359, 2015. [Bibtex & Downloads]
Cross-linked polymer-derived B/N co-doped carbon materials with selective capture of CO 2
Reference
Wuxue Zhao, Sheng Han, Xiaodong Zhuang, Fan Zhang, Yiyong Mai, Xinliang Feng, "Cross-linked polymer-derived B/N co-doped carbon materials with selective capture of CO 2", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 3, no. 46, pp. 23352–23359, 2015.
Bibtex
@article{zhao2015cross,
title={Cross-linked polymer-derived B/N co-doped carbon materials with selective capture of CO 2},
author={Zhao, Wuxue and Han, Sheng and Zhuang, Xiaodong and Zhang, Fan and Mai, Yiyong and Feng, Xinliang},
journal={Journal of Materials Chemistry A},
volume={3},
number={46},
pages={23352--23359},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, Prof. Feng, Organic / Polymer Path, Prof. Feng
Permalink
- D. Schoeniger, R. Henker, F. Ellinger, "High-speed transimpedance amplifier with runtime adaptive bandwidth and power consumption in 0.13 $\mu$m SiGe BiCMOS", In Electronics Letters, IET, vol. 52, no. 2, pp. 154–156, 2015. [Bibtex & Downloads]
High-speed transimpedance amplifier with runtime adaptive bandwidth and power consumption in 0.13 $\mu$m SiGe BiCMOS
Reference
D. Schoeniger, R. Henker, F. Ellinger, "High-speed transimpedance amplifier with runtime adaptive bandwidth and power consumption in 0.13 $\mu$m SiGe BiCMOS", In Electronics Letters, IET, vol. 52, no. 2, pp. 154–156, 2015.
Bibtex
@article{schoeniger2015high,
title={High-speed transimpedance amplifier with runtime adaptive bandwidth and power consumption in 0.13 $\mu$m SiGe BiCMOS},
author={Schoeniger, D and Henker, R and Ellinger, F},
journal={Electronics Letters},
volume={52},
number={2},
pages={154--156},
year={2015},
publisher={IET}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "220 GHz wideband distributed active power combiner", In Proceeding: Microwave Conference (APMC), 2015 Asia-Pacific, vol. 2, pp. 1–3, 2015. [Bibtex & Downloads]
220 GHz wideband distributed active power combiner
Reference
Paolo Valerio Testa, Corrado Carta, Frank Ellinger, "220 GHz wideband distributed active power combiner", In Proceeding: Microwave Conference (APMC), 2015 Asia-Pacific, vol. 2, pp. 1–3, 2015.
Bibtex
@inproceedings{testa2015220,
title={220 GHz wideband distributed active power combiner},
author={Testa, Paolo Valerio and Carta, Corrado and Ellinger, Frank},
booktitle={Microwave Conference (APMC), 2015 Asia-Pacific},
volume={2},
pages={1--3},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Xueyi Lu, Junwen Deng, Wenping Si, Xiaolei Sun, Xianghong Liu, Bo Liu, Lifeng Liu, Steffen Oswald, Stefan Baunack, Hans Joachim Grafe, others, "High-Performance Li-O2 Batteries with Trilayered Pd/MnOx/Pd Nanomembranes", In Advanced Science, Wiley Online Library, vol. 2, no. 9, 2015. [Bibtex & Downloads]
High-Performance Li-O2 Batteries with Trilayered Pd/MnOx/Pd Nanomembranes
Reference
Xueyi Lu, Junwen Deng, Wenping Si, Xiaolei Sun, Xianghong Liu, Bo Liu, Lifeng Liu, Steffen Oswald, Stefan Baunack, Hans Joachim Grafe, others, "High-Performance Li-O2 Batteries with Trilayered Pd/MnOx/Pd Nanomembranes", In Advanced Science, Wiley Online Library, vol. 2, no. 9, 2015.
Bibtex
@article{lu2015high,
title={High-Performance Li-O2 Batteries with Trilayered Pd/MnOx/Pd Nanomembranes},
author={Lu, Xueyi and Deng, Junwen and Si, Wenping and Sun, Xiaolei and Liu, Xianghong and Liu, Bo and Liu, Lifeng and Oswald, Steffen and Baunack, Stefan and Grafe, Hans Joachim and others},
journal={Advanced Science},
volume={2},
number={9},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng, other
Permalink
- Martin Claus, "High-Frequency Carbon Nanotube Transistors: Fabrication, Characterization, and Compact Modeling", 2015. [Bibtex & Downloads]
High-Frequency Carbon Nanotube Transistors: Fabrication, Characterization, and Compact Modeling
Reference
Martin Claus, "High-Frequency Carbon Nanotube Transistors: Fabrication, Characterization, and Compact Modeling", 2015.
Bibtex
@article{claus2015high,
title={High-Frequency Carbon Nanotube Transistors: Fabrication, Characterization, and Compact Modeling},
author={Claus, Martin},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Claus, "High-Frequency Carbon Nanotube Transistors: A Multi-Scale Simulation Framework", 2015. [Bibtex & Downloads]
High-Frequency Carbon Nanotube Transistors: A Multi-Scale Simulation Framework
Reference
Martin Claus, "High-Frequency Carbon Nanotube Transistors: A Multi-Scale Simulation Framework", 2015.
Bibtex
@article{claus2015high,
title={High-Frequency Carbon Nanotube Transistors: A Multi-Scale Simulation Framework},
author={Claus, Martin},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Taghavi, C. Carta, F. Ellinger, M. Haferlach, M. Claus, M. Schroter, "A CNTFET amplifier with 5.6 dB gain operating at 460–590 MHz", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–4, 2015. [Bibtex & Downloads]
A CNTFET amplifier with 5.6 dB gain operating at 460–590 MHz
Reference
A. Taghavi, C. Carta, F. Ellinger, M. Haferlach, M. Claus, M. Schroter, "A CNTFET amplifier with 5.6 dB gain operating at 460–590 MHz", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–4, 2015.
Bibtex
@inproceedings{taghavi2015cntfet,
title={A CNTFET amplifier with 5.6 dB gain operating at 460--590 MHz},
author={Taghavi, A and Carta, C and Ellinger, F and Haferlach, M and Claus, M and Schroter, M},
booktitle={Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International},
pages={1--4},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- I. Kézsmárki, C. Bordács, P. Milde, E. Neuber, L M Eng, J S White, H M Rønnow, C D Dewhurst, M. Mochizuki, K. Yanai, H. Nakamura, D. Ehlers, V. Tsurkan, A. Loidl, "Neel-type skyrmion lattice with confined orientation in the polar magnetic semiconductor GaV4S8", In Nature Materials, vol. 14, no. 11, pp. 1116, 2015. [doi] [Bibtex & Downloads]
Neel-type skyrmion lattice with confined orientation in the polar magnetic semiconductor GaV4S8
Reference
I. Kézsmárki, C. Bordács, P. Milde, E. Neuber, L M Eng, J S White, H M Rønnow, C D Dewhurst, M. Mochizuki, K. Yanai, H. Nakamura, D. Ehlers, V. Tsurkan, A. Loidl, "Neel-type skyrmion lattice with confined orientation in the polar magnetic semiconductor GaV4S8", In Nature Materials, vol. 14, no. 11, pp. 1116, 2015. [doi]
Bibtex
@article{aufsatz62602,
affiliation = {Professur für Experimentalphysik/Photophysik/Nanooptik},
title = {Neel-type skyrmion lattice with confined orientation in the polar magnetic semiconductor GaV4S8},
journal = {Nature Materials},
keywords = {REAL-SPACE OBSERVATION; PHASE-TRANSITIONS; MIXED-STATE; MNSI; FIELD; CRYSTALS; MOTION; GaV4S8; SKYRMION; MFM},
pages = {1116},
issn = {1476-1122},
year = {2015},
peerreview = {Ja},
openaccess = {Nein},
volume = {14},
number = {11},
doi = {doi:10.1038/NMAT4402},
author = {Kézsmárki, I and Bordács, C and Milde, P and Neuber, E and Eng, L M and White, J S and Rønnow, H M and Dewhurst, C D and Mochizuki, M and Yanai, K and Nakamura, H and Ehlers, D and Tsurkan, V and Loidl, A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rafael Gregorio Mendes, Britta Koch, Alicja Bachmatiuk, Xing Ma, Samuel Sanchez, Christine Damm, Oliver G. Schmidt, Thomas Gemming, Jurgen Eckert, Mark H. Rummeli, "A size dependent evaluation of the cytotoxicity and uptake of nanographene oxide", In J. Mater. Chem. B, The Royal Society of Chemistry, vol. 3, pp. 2522-2529, 2015. [doi] [Bibtex & Downloads]
A size dependent evaluation of the cytotoxicity and uptake of nanographene oxide
Reference
Rafael Gregorio Mendes, Britta Koch, Alicja Bachmatiuk, Xing Ma, Samuel Sanchez, Christine Damm, Oliver G. Schmidt, Thomas Gemming, Jurgen Eckert, Mark H. Rummeli, "A size dependent evaluation of the cytotoxicity and uptake of nanographene oxide", In J. Mater. Chem. B, The Royal Society of Chemistry, vol. 3, pp. 2522-2529, 2015. [doi]
Abstract
Graphene oxide (GO) has attracted great interest due to its extraordinary potential for biomedical application. Although it is clear that the naturally occurring morphology of biological structures is crucial to their precise interactions and correct functioning, the geometrical aspects of nanoparticles are often ignored in the design of nanoparticles for biological applications. A few in vitro and in vivo studies have evaluated the cytotoxicity and biodistribution of GO, however very little is known about the influence of flake size and cytotoxicity. Herein, we aim at presenting an initial cytotoxicity evaluation of different nano-sized GO flakes for two different cell lines (HeLa (Kyoto) and macrophage (J7742)) when they are exposed to samples containing different sized nanographene oxide (NGO) flakes (mean diameter of 89 and 277 nm). The obtained data suggests that the larger NGO flakes reduce cell viability as compared to smaller flakes. In addition, the viability reduction correlates with the time and the concentration of the NGO nanoparticles to which the cells are exposed. Uptake studies were also conducted and the data suggests that both cell lines internalize the GO nanoparticles during the incubation periods studied.
Bibtex
@Article{C5TB00180C,
author ="Mendes, Rafael Gregorio and Koch, Britta and Bachmatiuk, Alicja and Ma, Xing and Sanchez, Samuel and Damm, Christine and Schmidt, Oliver G. and Gemming, Thomas and Eckert, Jurgen and Rummeli, Mark H.",
title ="A size dependent evaluation of the cytotoxicity and uptake of nanographene oxide",
journal ="J. Mater. Chem. B",
year ="2015",
volume ="3",
issue ="12",
pages ="2522-2529",
publisher ="The Royal Society of Chemistry",
doi ="10.1039/C5TB00180C",
url ="http://dx.doi.org/10.1039/C5TB00180C",
abstract ="Graphene oxide (GO) has attracted great interest due to its extraordinary potential for biomedical application. Although it is clear that the naturally occurring morphology of biological structures is crucial to their precise interactions and correct functioning{,} the geometrical aspects of nanoparticles are often ignored in the design of nanoparticles for biological applications. A few in vitro and in vivo studies have evaluated the cytotoxicity and biodistribution of GO{,} however very little is known about the influence of flake size and cytotoxicity. Herein{,} we aim at presenting an initial cytotoxicity evaluation of different nano-sized GO flakes for two different cell lines (HeLa (Kyoto) and macrophage (J7742)) when they are exposed to samples containing different sized nanographene oxide (NGO) flakes (mean diameter of 89 and 277 nm). The obtained data suggests that the larger NGO flakes reduce cell viability as compared to smaller flakes. In addition{,} the viability reduction correlates with the time and the concentration of the NGO nanoparticles to which the cells are exposed. Uptake studies were also conducted and the data suggests that both cell lines internalize the GO nanoparticles during the incubation periods studied."}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Murawski, T. Mönch, P. Milde, M. P. Hein, S. Nicht, U. Zerweck-Trogisch, L. M. Eng, "Tracking speed bumps in organic field-effect transistors via pump-probe Kelvin-probe force microscopy", In Journal of Applied Physics, vol. 118, no. 24, pp. 244502, 2015. [doi] [Bibtex & Downloads]
Tracking speed bumps in organic field-effect transistors via pump-probe Kelvin-probe force microscopy
Reference
J. Murawski, T. Mönch, P. Milde, M. P. Hein, S. Nicht, U. Zerweck-Trogisch, L. M. Eng, "Tracking speed bumps in organic field-effect transistors via pump-probe Kelvin-probe force microscopy", In Journal of Applied Physics, vol. 118, no. 24, pp. 244502, 2015. [doi]
Bibtex
@article{doi:10.1063/1.4938529,
author = {J. Murawski and T. Mönch and P. Milde and M. P. Hein and S. Nicht and U. Zerweck-Trogisch and L. M. Eng},
title = {Tracking speed bumps in organic field-effect transistors via pump-probe Kelvin-probe force microscopy},
journal = {Journal of Applied Physics},
volume = {118},
number = {24},
pages = {244502},
year = {2015},
doi = {10.1063/1.4938529},
URL = {
http://dx.doi.org/10.1063/1.4938529
},
eprint = {
http://dx.doi.org/10.1063/1.4938529
}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- D.K. Simon, P.M. Jordan, T. Mikojajick, I. Dirnstorfer, "On the Control of the Fixed Charge Densities in Al2O3-Based Silicon Surface Passivation Schemes.", In ACS applied materials & interfaces, vol. 7, no. 51, pp. 28215-22, 2015. [Bibtex & Downloads]
On the Control of the Fixed Charge Densities in Al2O3-Based Silicon Surface Passivation Schemes.
Reference
D.K. Simon, P.M. Jordan, T. Mikojajick, I. Dirnstorfer, "On the Control of the Fixed Charge Densities in Al2O3-Based Silicon Surface Passivation Schemes.", In ACS applied materials & interfaces, vol. 7, no. 51, pp. 28215-22, 2015.
Bibtex
@article{DKSimon2015Onthe,
title={On the Control of the Fixed Charge Densities in Al2O3-Based Silicon Surface Passivation Schemes.},
author={D.K. Simon, P.M. Jordan, T. Mikojajick, and I. Dirnstorfer},
journal={ACS applied materials & interfaces},
year={2015},
volume={7},
number={51},
pages={28215-22},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Philipp Frank, Sebastian Haefner, Georgi Paschew, Andreas Richter, "Rounding of Negative Dry Film Resist by Diffusive Backside Exposure Creating Rounded Channels for Pneumatic Membrane Valves", In Micromachines, vol. 6, no. 11, pp. 1588–1596, 2015. [doi] [Bibtex & Downloads]
Rounding of Negative Dry Film Resist by Diffusive Backside Exposure Creating Rounded Channels for Pneumatic Membrane Valves
Reference
Philipp Frank, Sebastian Haefner, Georgi Paschew, Andreas Richter, "Rounding of Negative Dry Film Resist by Diffusive Backside Exposure Creating Rounded Channels for Pneumatic Membrane Valves", In Micromachines, vol. 6, no. 11, pp. 1588–1596, 2015. [doi]
Abstract
Processing of dry film resist is an easy, low-cost, and fast way to fabricate microfluidic structures. Currently, common processes are limited to creating solely rectangular channels. However, it has shown that rounded channels are necessary to ensure proper closing of pneumatic membrane valves for microfluidic devices. Here, we introduce a modification to the standard lithography process, in order to create rounded channels for microfluidic structures. Therefore, a diffuser element was inserted into in the optical path between the light source and glass substrate, which is then exposed through the backside, hence altering the exposure to the dry resist spatially. Characterization of the process was carried out with different exposure times, features sizes, and substrate thickness. The process modification is almost effortless and can be integrated in any lithography process.
Bibtex
@Article{mi6111442,
AUTHOR = {Frank, Philipp and Haefner, Sebastian and Paschew, Georgi and Richter, Andreas},
TITLE = {Rounding of Negative Dry Film Resist by Diffusive Backside Exposure Creating Rounded Channels for Pneumatic Membrane Valves},
JOURNAL = {Micromachines},
VOLUME = {6},
YEAR = {2015},
NUMBER = {11},
PAGES = {1588--1596},
URL = {http://www.mdpi.com/2072-666X/6/11/1442},
ISSN = {2072-666X},
ABSTRACT = {Processing of dry film resist is an easy, low-cost, and fast way to fabricate microfluidic structures. Currently, common processes are limited to creating solely rectangular channels. However, it has shown that rounded channels are necessary to ensure proper closing of pneumatic membrane valves for microfluidic devices. Here, we introduce a modification to the standard lithography process, in order to create rounded channels for microfluidic structures. Therefore, a diffuser element was inserted into in the optical path between the light source and glass substrate, which is then exposed through the backside, hence altering the exposure to the dry resist spatially. Characterization of the process was carried out with different exposure times, features sizes, and substrate thickness. The process modification is almost effortless and can be integrated in any lithography process.},
DOI = {10.3390/mi6111442}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Markus P Klinger, Axel Fischer, Felix Kaschura, Reinhard Scholz, Björn Lüssem, Bahman Kheradmand-Boroujeni, Frank Ellinger, Daniel Kasemann, Karl Leo, "Transistors: Advanced Organic Permeable-Base Transistor with Superior Performance (Adv. Mater. 47/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 47, pp. 7682–7682, 2015. [Bibtex & Downloads]
Transistors: Advanced Organic Permeable-Base Transistor with Superior Performance (Adv. Mater. 47/2015)
Reference
Markus P Klinger, Axel Fischer, Felix Kaschura, Reinhard Scholz, Björn Lüssem, Bahman Kheradmand-Boroujeni, Frank Ellinger, Daniel Kasemann, Karl Leo, "Transistors: Advanced Organic Permeable-Base Transistor with Superior Performance (Adv. Mater. 47/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 47, pp. 7682–7682, 2015.
Bibtex
@article{klinger2015transistors,
title={Transistors: Advanced Organic Permeable-Base Transistor with Superior Performance (Adv. Mater. 47/2015)},
author={Klinger, Markus P and Fischer, Axel and Kaschura, Felix and Scholz, Reinhard and L{\"u}ssem, Bj{\"o}rn and Kheradmand-Boroujeni, Bahman and Ellinger, Frank and Kasemann, Daniel and Leo, Karl},
journal={Advanced Materials},
volume={27},
number={47},
pages={7682--7682},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Daniil Karnaushenko, Denys Makarov, Max Stöber, Dmitriy D Karnaushenko, Stefan Baunack, Oliver G Schmidt, "Flexible Electronics: High-Performance Magnetic Sensorics for Printable and Flexible Electronics (Adv. Mater. 5/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 5, pp. 955–955, 2015. [Bibtex & Downloads]
Flexible Electronics: High-Performance Magnetic Sensorics for Printable and Flexible Electronics (Adv. Mater. 5/2015)
Reference
Daniil Karnaushenko, Denys Makarov, Max Stöber, Dmitriy D Karnaushenko, Stefan Baunack, Oliver G Schmidt, "Flexible Electronics: High-Performance Magnetic Sensorics for Printable and Flexible Electronics (Adv. Mater. 5/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 5, pp. 955–955, 2015.
Bibtex
@article{karnaushenko2015flexible,
title={Flexible Electronics: High-Performance Magnetic Sensorics for Printable and Flexible Electronics (Adv. Mater. 5/2015)},
author={Karnaushenko, Daniil and Makarov, Denys and St{\"o}ber, Max and Karnaushenko, Dmitriy D and Baunack, Stefan and Schmidt, Oliver G},
journal={Advanced Materials},
volume={27},
number={5},
pages={955--955},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Organic / Polymer Path
Permalink
- T. Meister, K. Ishida, R. Shabanpour, B. Kheradmand-Boroujeni, C. Carta, F. Ellinger, "Textile loop antenna and TFT channel-select circuit for fully bendable TFT receivers", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–5, 2015. [Bibtex & Downloads]
Textile loop antenna and TFT channel-select circuit for fully bendable TFT receivers
Reference
T. Meister, K. Ishida, R. Shabanpour, B. Kheradmand-Boroujeni, C. Carta, F. Ellinger, "Textile loop antenna and TFT channel-select circuit for fully bendable TFT receivers", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–5, 2015.
Bibtex
@inproceedings{meister2015textile,
title={Textile loop antenna and TFT channel-select circuit for fully bendable TFT receivers},
author={Meister, T and Ishida, K and Shabanpour, R and Kheradmand-Boroujeni, B and Carta, C and Ellinger, F},
booktitle={Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International},
pages={1--5},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- K. Ishida, R. Shabanpour, T. Meister, BK Boroujeni, C. Carta, F. Ellinger, L. Petti, N. Munzenrieder, GA Salvatore, G. Troster, "20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas", In Proceeding: Radio-Frequency Integration Technology (RFIT), 2015 IEEE International Symposium on, pp. 142–144, 2015. [Bibtex & Downloads]
20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas
Reference
K. Ishida, R. Shabanpour, T. Meister, BK Boroujeni, C. Carta, F. Ellinger, L. Petti, N. Munzenrieder, GA Salvatore, G. Troster, "20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas", In Proceeding: Radio-Frequency Integration Technology (RFIT), 2015 IEEE International Symposium on, pp. 142–144, 2015.
Bibtex
@inproceedings{ishida201520,
title={20 MHz carrier frequency AM receiver in flexible a-IGZO TFT technology with textile antennas},
author={Ishida, K and Shabanpour, R and Meister, T and Boroujeni, BK and Carta, C and Ellinger, F and Petti, L and Munzenrieder, N and Salvatore, GA and Troster, G},
booktitle={Radio-Frequency Integration Technology (RFIT), 2015 IEEE International Symposium on},
pages={142--144},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- F. Ellinger, K. Ishida, R. Shabanpour, T. Meister, BK Boroujeni, C. Carta, L. Petti, GA Salvatore, G. Troster, N. Munzenrieder, "Radio frequency electronics on plastic", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–5, 2015. [Bibtex & Downloads]
Radio frequency electronics on plastic
Reference
F. Ellinger, K. Ishida, R. Shabanpour, T. Meister, BK Boroujeni, C. Carta, L. Petti, GA Salvatore, G. Troster, N. Munzenrieder, "Radio frequency electronics on plastic", In Proceeding: Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International, pp. 1–5, 2015.
Bibtex
@inproceedings{ellinger2015radio,
title={Radio frequency electronics on plastic},
author={Ellinger, F and Ishida, K and Shabanpour, R and Meister, T and Boroujeni, BK and Carta, C and Petti, L and Salvatore, GA and Troster, G and Munzenrieder, N},
booktitle={Microwave and Optoelectronics Conference (IMOC), 2015 SBMO/IEEE MTT-S International},
pages={1--5},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcin Meyer, Nguyen Van Bình, Venancio Calero, Larysa Baraban, Gianaurelio Cuniberti, John A Rogers, "Imperceptible sensorics for medical monitoring", In Proceeding: Nanotechnology (IEEE-NANO), 2015 IEEE 15th International Conference on, pp. 1309–1312, 2015. [Bibtex & Downloads]
Imperceptible sensorics for medical monitoring
Reference
Marcin Meyer, Nguyen Van Bình, Venancio Calero, Larysa Baraban, Gianaurelio Cuniberti, John A Rogers, "Imperceptible sensorics for medical monitoring", In Proceeding: Nanotechnology (IEEE-NANO), 2015 IEEE 15th International Conference on, pp. 1309–1312, 2015.
Bibtex
@inproceedings{meyer2015imperceptible,
title={Imperceptible sensorics for medical monitoring},
author={Meyer, Marcin and Van B{\`\i}nh, Nguyen and Calero, Venancio and Baraban, Larysa and Cuniberti, Gianaurelio and Rogers, John A},
booktitle={Nanotechnology (IEEE-NANO), 2015 IEEE 15th International Conference on},
pages={1309--1312},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Hafner, Lisa Ziegler, Muhammad Ichwan, Tao Zhang, Maximilian Schneider, Michael Schiffmann, Claudia Thomas, Karsten Hinrichs, Rainer Jordan, Ihsan Amin, "Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion", In Advanced Materials, Wiley Online Library, 2015. [Bibtex & Downloads]
Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion
Reference
Daniel Hafner, Lisa Ziegler, Muhammad Ichwan, Tao Zhang, Maximilian Schneider, Michael Schiffmann, Claudia Thomas, Karsten Hinrichs, Rainer Jordan, Ihsan Amin, "Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion", In Advanced Materials, Wiley Online Library, 2015.
Bibtex
@article{hafner2015mussel,
title={Mussel-Inspired Polymer Carpets: Direct Photografting of Polymer Brushes on Polydopamine Nanosheets for Controlled Cell Adhesion},
author={Hafner, Daniel and Ziegler, Lisa and Ichwan, Muhammad and Zhang, Tao and Schneider, Maximilian and Schiffmann, Michael and Thomas, Claudia and Hinrichs, Karsten and Jordan, Rainer and Amin, Ihsan},
journal={Advanced Materials},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Haenzsche, Sebastian Höppner, Rene Schüffny, "A 10 bit 16-to-26 MS/s flexible window SAR ADC for digitally controlled DC–DC converters in 28 nm CMOS", In Analog Integrated Circuits and Signal Processing, Springer, vol. 84, no. 3, pp. 421–431, 2015. [Bibtex & Downloads]
A 10 bit 16-to-26 MS/s flexible window SAR ADC for digitally controlled DC–DC converters in 28 nm CMOS
Reference
Stefan Haenzsche, Sebastian Höppner, Rene Schüffny, "A 10 bit 16-to-26 MS/s flexible window SAR ADC for digitally controlled DC–DC converters in 28 nm CMOS", In Analog Integrated Circuits and Signal Processing, Springer, vol. 84, no. 3, pp. 421–431, 2015.
Bibtex
@article{haenzsche201510,
title={A 10 bit 16-to-26 MS/s flexible window SAR ADC for digitally controlled DC--DC converters in 28 nm CMOS},
author={Haenzsche, Stefan and H{\"o}ppner, Sebastian and Sch{\"u}ffny, Rene},
journal={Analog Integrated Circuits and Signal Processing},
volume={84},
number={3},
pages={421--431},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Krujatz, Rico Illing, Tobias Krautwer, Jing Liao, Karsten Helbig, Katharina Goy, Jörg Opitz, Gianaurelio Cuniberti, Thomas Bley, Jost Weber, "Light-field-characterization in a continuous hydrogen-producing photobioreactor by optical simulation and computational fluid dynamics", In Biotechnology and bioengineering, Wiley Online Library, vol. 112, no. 12, pp. 2439–2449, 2015. [Bibtex & Downloads]
Light-field-characterization in a continuous hydrogen-producing photobioreactor by optical simulation and computational fluid dynamics
Reference
Felix Krujatz, Rico Illing, Tobias Krautwer, Jing Liao, Karsten Helbig, Katharina Goy, Jörg Opitz, Gianaurelio Cuniberti, Thomas Bley, Jost Weber, "Light-field-characterization in a continuous hydrogen-producing photobioreactor by optical simulation and computational fluid dynamics", In Biotechnology and bioengineering, Wiley Online Library, vol. 112, no. 12, pp. 2439–2449, 2015.
Bibtex
@article{krujatz2015light,
title={Light-field-characterization in a continuous hydrogen-producing photobioreactor by optical simulation and computational fluid dynamics},
author={Krujatz, Felix and Illing, Rico and Krautwer, Tobias and Liao, Jing and Helbig, Karsten and Goy, Katharina and Opitz, J{\"o}rg and Cuniberti, Gianaurelio and Bley, Thomas and Weber, Jost},
journal={Biotechnology and bioengineering},
volume={112},
number={12},
pages={2439--2449},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Konrad Trzciński, Raul D Rodriguez, Constance Schmidt, Mahfujur Rahaman, Mirosław Sawczak, Anna Lisowska-Oleksiak, Jacek Gasiorowski, Dietrich RT Zahn, "Micropatterning of BiVO4 Thin Films Using Laser-Induced Crystallization", In Advanced Materials Interfaces, Wiley Online Library, 2015. [Bibtex & Downloads]
Micropatterning of BiVO4 Thin Films Using Laser-Induced Crystallization
Reference
Konrad Trzciński, Raul D Rodriguez, Constance Schmidt, Mahfujur Rahaman, Mirosław Sawczak, Anna Lisowska-Oleksiak, Jacek Gasiorowski, Dietrich RT Zahn, "Micropatterning of BiVO4 Thin Films Using Laser-Induced Crystallization", In Advanced Materials Interfaces, Wiley Online Library, 2015.
Bibtex
@article{trzcinski2015micropatterning,
title={Micropatterning of BiVO4 Thin Films Using Laser-Induced Crystallization},
author={Trzci{\'n}ski, Konrad and Rodriguez, Raul D and Schmidt, Constance and Rahaman, Mahfujur and Sawczak, Miros{\l}aw and Lisowska-Oleksiak, Anna and Gasiorowski, Jacek and Zahn, Dietrich RT},
journal={Advanced Materials Interfaces},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tahereh Ghane, Andrii Kleshchonok, Rafael Gutierrez, Gianaurelio Cuniberti, "Modeling of Solvent Effects in the Electrical Response of $\pi$-Stacked Molecular Junctions", In The Journal of Physical Chemistry C, ACS Publications, vol. 119, no. 34, pp. 20201–20209, 2015. [Bibtex & Downloads]
Modeling of Solvent Effects in the Electrical Response of $\pi$-Stacked Molecular Junctions
Reference
Tahereh Ghane, Andrii Kleshchonok, Rafael Gutierrez, Gianaurelio Cuniberti, "Modeling of Solvent Effects in the Electrical Response of $\pi$-Stacked Molecular Junctions", In The Journal of Physical Chemistry C, ACS Publications, vol. 119, no. 34, pp. 20201–20209, 2015.
Bibtex
@article{ghane2015modeling,
title={Modeling of Solvent Effects in the Electrical Response of $\pi$-Stacked Molecular Junctions},
author={Ghane, Tahereh and Kleshchonok, Andrii and Gutierrez, Rafael and Cuniberti, Gianaurelio},
journal={The Journal of Physical Chemistry C},
volume={119},
number={34},
pages={20201--20209},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Georg C Schmidt, Daniel Höft, Katherina Haase, Maxi Bellmann, Bahman Kheradmand-Boroujeni, Tomi Hassinen, Henrik Sandberg, Frank Ellinger, Arved C Hübler, "Fully printed flexible audio system on the basis of low-voltage polymeric organic field effect transistors with three layer dielectric", In Journal of Polymer Science Part B: Polymer Physics, Wiley Online Library, vol. 53, no. 20, pp. 1409–1415, 2015. [Bibtex & Downloads]
Fully printed flexible audio system on the basis of low-voltage polymeric organic field effect transistors with three layer dielectric
Reference
Georg C Schmidt, Daniel Höft, Katherina Haase, Maxi Bellmann, Bahman Kheradmand-Boroujeni, Tomi Hassinen, Henrik Sandberg, Frank Ellinger, Arved C Hübler, "Fully printed flexible audio system on the basis of low-voltage polymeric organic field effect transistors with three layer dielectric", In Journal of Polymer Science Part B: Polymer Physics, Wiley Online Library, vol. 53, no. 20, pp. 1409–1415, 2015.
Bibtex
@article{schmidt2015fully,
title={Fully printed flexible audio system on the basis of low-voltage polymeric organic field effect transistors with three layer dielectric},
author={Schmidt, Georg C and H{\"o}ft, Daniel and Haase, Katherina and Bellmann, Maxi and Kheradmand-Boroujeni, Bahman and Hassinen, Tomi and Sandberg, Henrik and Ellinger, Frank and H{\"u}bler, Arved C},
journal={Journal of Polymer Science Part B: Polymer Physics},
volume={53},
number={20},
pages={1409--1415},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniil Karnaushenko, Dmitriy D Karnaushenko, Denys Makarov, Stefan Baunack, Rudolf Schäfer, Oliver G Schmidt, "Self-Assembled On-Chip-Integrated Giant Magneto-Impedance Sensorics", In Advanced Materials, Wiley Online Library, vol. 27, no. 42, pp. 6582–6589, 2015. [Bibtex & Downloads]
Self-Assembled On-Chip-Integrated Giant Magneto-Impedance Sensorics
Reference
Daniil Karnaushenko, Dmitriy D Karnaushenko, Denys Makarov, Stefan Baunack, Rudolf Schäfer, Oliver G Schmidt, "Self-Assembled On-Chip-Integrated Giant Magneto-Impedance Sensorics", In Advanced Materials, Wiley Online Library, vol. 27, no. 42, pp. 6582–6589, 2015.
Bibtex
@article{karnaushenko2015self,
title={Self-Assembled On-Chip-Integrated Giant Magneto-Impedance Sensorics},
author={Karnaushenko, Daniil and Karnaushenko, Dmitriy D and Makarov, Denys and Baunack, Stefan and Sch{\"a}fer, Rudolf and Schmidt, Oliver G},
journal={Advanced Materials},
volume={27},
number={42},
pages={6582--6589},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Soheil Hatami, Christian Würth, Martin Kaiser, Susanne Leubner, Stefanie Gabriel, Lydia Bahrig, Vladimir Lesnyak, Jutta Pauli, Nikolai Gaponik, Alexander Eychmüller, others, "Absolute photoluminescence quantum yields of IR26 and IR-emissive Cd 1- x Hg x Te and PbS quantum dots–method-and material-inherent challenges", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 1, pp. 133–143, 2015. [Bibtex & Downloads]
Absolute photoluminescence quantum yields of IR26 and IR-emissive Cd 1- x Hg x Te and PbS quantum dots–method-and material-inherent challenges
Reference
Soheil Hatami, Christian Würth, Martin Kaiser, Susanne Leubner, Stefanie Gabriel, Lydia Bahrig, Vladimir Lesnyak, Jutta Pauli, Nikolai Gaponik, Alexander Eychmüller, others, "Absolute photoluminescence quantum yields of IR26 and IR-emissive Cd 1- x Hg x Te and PbS quantum dots–method-and material-inherent challenges", In Nanoscale, Royal Society of Chemistry, vol. 7, no. 1, pp. 133–143, 2015.
Bibtex
@article{hatami2015absolute,
title={Absolute photoluminescence quantum yields of IR26 and IR-emissive Cd 1- x Hg x Te and PbS quantum dots--method-and material-inherent challenges},
author={Hatami, Soheil and W{\"u}rth, Christian and Kaiser, Martin and Leubner, Susanne and Gabriel, Stefanie and Bahrig, Lydia and Lesnyak, Vladimir and Pauli, Jutta and Gaponik, Nikolai and Eychm{\"u}ller, Alexander and others},
journal={Nanoscale},
volume={7},
number={1},
pages={133--143},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Chemical Information Processing Path
Permalink
- Tahereh Ghane, Daijiro Nozaki, Arezoo Dianat, Anton Vladyka, Rafael Gutierrez, Jugun Prakash Chinta, Shlomo Yitzchaik, Michel Calame, Gianaurelio Cuniberti, "Interplay between Mechanical and Electronic Degrees of Freedom in $\pi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks", In The Journal of Physical Chemistry C, ACS Publications, vol. 119, no. 11, pp. 6344–6355, 2015. [Bibtex & Downloads]
Interplay between Mechanical and Electronic Degrees of Freedom in $\pi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks
Reference
Tahereh Ghane, Daijiro Nozaki, Arezoo Dianat, Anton Vladyka, Rafael Gutierrez, Jugun Prakash Chinta, Shlomo Yitzchaik, Michel Calame, Gianaurelio Cuniberti, "Interplay between Mechanical and Electronic Degrees of Freedom in $\pi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks", In The Journal of Physical Chemistry C, ACS Publications, vol. 119, no. 11, pp. 6344–6355, 2015.
Bibtex
@article{ghane2015interplay,
title={Interplay between Mechanical and Electronic Degrees of Freedom in $\pi$-Stacked Molecular Junctions: From Single Molecules to Mesoscopic Nanoparticle Networks},
author={Ghane, Tahereh and Nozaki, Daijiro and Dianat, Arezoo and Vladyka, Anton and Gutierrez, Rafael and Chinta, Jugun Prakash and Yitzchaik, Shlomo and Calame, Michel and Cuniberti, Gianaurelio},
journal={The Journal of Physical Chemistry C},
volume={119},
number={11},
pages={6344--6355},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Luu Hoang Duc, Dennis Christmann, Reinhard Gotzhein, Stefan Siegmund, Fabian Wirth, "The stability of Try-Once-Discard for stochastic communication channels: Theory and validation", In Proceeding: 2015 54th IEEE Conference on Decision and Control (CDC), pp. 4170–4175, 2015. [Bibtex & Downloads]
The stability of Try-Once-Discard for stochastic communication channels: Theory and validation
Reference
Luu Hoang Duc, Dennis Christmann, Reinhard Gotzhein, Stefan Siegmund, Fabian Wirth, "The stability of Try-Once-Discard for stochastic communication channels: Theory and validation", In Proceeding: 2015 54th IEEE Conference on Decision and Control (CDC), pp. 4170–4175, 2015.
Bibtex
@inproceedings{duc2015stability,
title={The stability of Try-Once-Discard for stochastic communication channels: Theory and validation},
author={Duc, Luu Hoang and Christmann, Dennis and Gotzhein, Reinhard and Siegmund, Stefan and Wirth, Fabian},
booktitle={2015 54th IEEE Conference on Decision and Control (CDC)},
pages={4170--4175},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- R. Shabanpour, C. Carta, K. Ishida, T. Meister, B. Kheradmand-Boroujeni, L. Petti, GA Salvatore, F. Ellinger, others, "Baseband amplifiers in a-IGZO TFT technology for flexible audio systems", In Proceeding: 2015 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS), pp. 357–361, 2015. [Bibtex & Downloads]
Baseband amplifiers in a-IGZO TFT technology for flexible audio systems
Reference
R. Shabanpour, C. Carta, K. Ishida, T. Meister, B. Kheradmand-Boroujeni, L. Petti, GA Salvatore, F. Ellinger, others, "Baseband amplifiers in a-IGZO TFT technology for flexible audio systems", In Proceeding: 2015 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS), pp. 357–361, 2015.
Bibtex
@inproceedings{shabanpour2015baseband,
title={Baseband amplifiers in a-IGZO TFT technology for flexible audio systems},
author={Shabanpour, R and Carta, C and Ishida, K and Meister, T and Kheradmand-Boroujeni, B and Petti, L and Salvatore, GA and Ellinger, F and others},
booktitle={2015 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS)},
pages={357--361},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Quan Li, others, "Anisotropic Nanomaterials", Springer, 2015. [Bibtex & Downloads]
Anisotropic Nanomaterials
Reference
Quan Li, others, "Anisotropic Nanomaterials", Springer, 2015.
Bibtex
@book{li2015anisotropic,
title={Anisotropic Nanomaterials},
author={Li, Quan and others},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- C. Köhler, R. Backofen, A. Voigt, "Relaxation of curvature-induced elastic stress by the Asaro-Tiller-Grinfeld instability", In EPL (Europhysics Letters), IOP Publishing, vol. 111, no. 4, pp. 48006, 2015. [Bibtex & Downloads]
Relaxation of curvature-induced elastic stress by the Asaro-Tiller-Grinfeld instability
Reference
C. Köhler, R. Backofen, A. Voigt, "Relaxation of curvature-induced elastic stress by the Asaro-Tiller-Grinfeld instability", In EPL (Europhysics Letters), IOP Publishing, vol. 111, no. 4, pp. 48006, 2015.
Bibtex
@article{kohler2015relaxation,
title={Relaxation of curvature-induced elastic stress by the Asaro-Tiller-Grinfeld instability},
author={K{\"o}hler, C and Backofen, R and Voigt, A},
journal={EPL (Europhysics Letters)},
volume={111},
number={4},
pages={48006},
year={2015},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Ismail Ilkan Ceylan, Rafael Penaloza, "Probabilistic Query Answering in the Bayesian Description Logic BEL", Springer, 2015. [Bibtex & Downloads]
Probabilistic Query Answering in the Bayesian Description Logic BEL
Reference
Ismail Ilkan Ceylan, Rafael Penaloza, "Probabilistic Query Answering in the Bayesian Description Logic BEL", Springer, 2015.
Bibtex
@article{ceylan2015probabilistic,
title={Probabilistic Query Answering in the Bayesian Description Logic BEL},
author={Ceylan, Ismail Ilkan and Penaloza, Rafael},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Juan Herranz, "Comparing the Stability of Carbon-Supported Pt-Nanoparticle and Unsupported Pt-Aerogel Electrocatalysts for the Reduction of Oxygen in Polymer Electrolyte Fuel Cells", In Proceeding: ECS Conference on Electrochemical Energy Conversion & Storage with SOFC-XIV (July 26-31, 2015), 2015. [Bibtex & Downloads]
Comparing the Stability of Carbon-Supported Pt-Nanoparticle and Unsupported Pt-Aerogel Electrocatalysts for the Reduction of Oxygen in Polymer Electrolyte Fuel Cells
Reference
Juan Herranz, "Comparing the Stability of Carbon-Supported Pt-Nanoparticle and Unsupported Pt-Aerogel Electrocatalysts for the Reduction of Oxygen in Polymer Electrolyte Fuel Cells", In Proceeding: ECS Conference on Electrochemical Energy Conversion & Storage with SOFC-XIV (July 26-31, 2015), 2015.
Bibtex
@inproceedings{herranz2015comparing,
title={Comparing the Stability of Carbon-Supported Pt-Nanoparticle and Unsupported Pt-Aerogel Electrocatalysts for the Reduction of Oxygen in Polymer Electrolyte Fuel Cells},
author={Herranz, Juan},
booktitle={ECS Conference on Electrochemical Energy Conversion \& Storage with SOFC-XIV (July 26-31, 2015)},
year={2015},
organization={Ecs}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Michael Melzer, Jens Ingolf Mönch, Denys Makarov, Yevhen Zabila, Gilbert Santiago Cañón Bermúdez, Daniil Karnaushenko, Stefan Baunack, Falk Bahr, Chenglin Yan, Martin Kaltenbrunner, others, "Wearable magnetic field sensors for flexible electronics", In Advanced Materials, Wiley Online Library, vol. 27, no. 7, pp. 1274–1280, 2015. [Bibtex & Downloads]
Wearable magnetic field sensors for flexible electronics
Reference
Michael Melzer, Jens Ingolf Mönch, Denys Makarov, Yevhen Zabila, Gilbert Santiago Cañón Bermúdez, Daniil Karnaushenko, Stefan Baunack, Falk Bahr, Chenglin Yan, Martin Kaltenbrunner, others, "Wearable magnetic field sensors for flexible electronics", In Advanced Materials, Wiley Online Library, vol. 27, no. 7, pp. 1274–1280, 2015.
Bibtex
@article{melzer2015wearable,
title={Wearable magnetic field sensors for flexible electronics},
author={Melzer, Michael and M{\"o}nch, Jens Ingolf and Makarov, Denys and Zabila, Yevhen and Ca{\~n}{\'o}n Berm{\'u}dez, Gilbert Santiago and Karnaushenko, Daniil and Baunack, Stefan and Bahr, Falk and Yan, Chenglin and Kaltenbrunner, Martin and others},
journal={Advanced Materials},
volume={27},
number={7},
pages={1274--1280},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Melzer, Daniil Karnaushenko, Gungun Lin, Stefan Baunack, Denys Makarov, Oliver G Schmidt, "Direct transfer of magnetic sensor devices to elastomeric supports for stretchable electronics", In Advanced Materials, Wiley Online Library, vol. 27, no. 8, pp. 1333–1338, 2015. [Bibtex & Downloads]
Direct transfer of magnetic sensor devices to elastomeric supports for stretchable electronics
Reference
Michael Melzer, Daniil Karnaushenko, Gungun Lin, Stefan Baunack, Denys Makarov, Oliver G Schmidt, "Direct transfer of magnetic sensor devices to elastomeric supports for stretchable electronics", In Advanced Materials, Wiley Online Library, vol. 27, no. 8, pp. 1333–1338, 2015.
Bibtex
@article{melzer2015direct,
title={Direct transfer of magnetic sensor devices to elastomeric supports for stretchable electronics},
author={Melzer, Michael and Karnaushenko, Daniil and Lin, Gungun and Baunack, Stefan and Makarov, Denys and Schmidt, Oliver G},
journal={Advanced Materials},
volume={27},
number={8},
pages={1333--1338},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Joerg Meyer, Anja Nickel, Robin Ohmann, Cormac Toher, Dmitry A Ryndyk, Yves Garmshausen, Stefan Hecht, Francesca Moresco, Gianaurelio Cuniberti, others, "Tuning the formation of discrete coordination nanostructures", In Chemical Communications, Royal Society of Chemistry, vol. 51, no. 63, pp. 12621–12624, 2015. [Bibtex & Downloads]
Tuning the formation of discrete coordination nanostructures
Reference
Joerg Meyer, Anja Nickel, Robin Ohmann, Cormac Toher, Dmitry A Ryndyk, Yves Garmshausen, Stefan Hecht, Francesca Moresco, Gianaurelio Cuniberti, others, "Tuning the formation of discrete coordination nanostructures", In Chemical Communications, Royal Society of Chemistry, vol. 51, no. 63, pp. 12621–12624, 2015.
Bibtex
@article{meyer2015tuning,
title={Tuning the formation of discrete coordination nanostructures},
author={Meyer, Joerg and Nickel, Anja and Ohmann, Robin and Toher, Cormac and Ryndyk, Dmitry A and Garmshausen, Yves and Hecht, Stefan and Moresco, Francesca and Cuniberti, Gianaurelio and others},
journal={Chemical Communications},
volume={51},
number={63},
pages={12621--12624},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Leonardo Medrano Sandonas, Rafael Gutierrez, Arezoo Dianat, Giovanni Cuniberti, "Engineering thermal rectification in MoS 2 nanoribbons: a non-equilibrium molecular dynamics study", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 67, pp. 54345–54351, 2015. [Bibtex & Downloads]
Engineering thermal rectification in MoS 2 nanoribbons: a non-equilibrium molecular dynamics study
Reference
Leonardo Medrano Sandonas, Rafael Gutierrez, Arezoo Dianat, Giovanni Cuniberti, "Engineering thermal rectification in MoS 2 nanoribbons: a non-equilibrium molecular dynamics study", In RSC Advances, Royal Society of Chemistry, vol. 5, no. 67, pp. 54345–54351, 2015.
Bibtex
@article{sandonas2015engineering,
title={Engineering thermal rectification in MoS 2 nanoribbons: a non-equilibrium molecular dynamics study},
author={Sandonas, Leonardo Medrano and Gutierrez, Rafael and Dianat, Arezoo and Cuniberti, Giovanni},
journal={RSC Advances},
volume={5},
number={67},
pages={54345--54351},
year={2015},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Veronika Magdanz, Britta Koch, Samuel Sanchez, Oliver G Schmidt, "Sperm Migration: Sperm Dynamics in Tubular Confinement (Small 7/2015)", In Small, Wiley Online Library, vol. 11, no. 7, pp. 762–762, 2015. [Bibtex & Downloads]
Sperm Migration: Sperm Dynamics in Tubular Confinement (Small 7/2015)
Reference
Veronika Magdanz, Britta Koch, Samuel Sanchez, Oliver G Schmidt, "Sperm Migration: Sperm Dynamics in Tubular Confinement (Small 7/2015)", In Small, Wiley Online Library, vol. 11, no. 7, pp. 762–762, 2015.
Bibtex
@article{magdanz2015sperm,
title={Sperm Migration: Sperm Dynamics in Tubular Confinement (Small 7/2015)},
author={Magdanz, Veronika and Koch, Britta and Sanchez, Samuel and Schmidt, Oliver G},
journal={Small},
volume={11},
number={7},
pages={762--762},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Andrii Kleshchonok, Rafael Gutierrez, Christian Joachim, Gianaurelio Cuniberti, "Photoassisted transport in silicon dangling bond wires", In Applied Physics Letters, AIP Publishing, vol. 107, no. 20, pp. 203109, 2015. [Bibtex & Downloads]
Photoassisted transport in silicon dangling bond wires
Reference
Andrii Kleshchonok, Rafael Gutierrez, Christian Joachim, Gianaurelio Cuniberti, "Photoassisted transport in silicon dangling bond wires", In Applied Physics Letters, AIP Publishing, vol. 107, no. 20, pp. 203109, 2015.
Bibtex
@article{kleshchonok2015photoassisted,
title={Photoassisted transport in silicon dangling bond wires},
author={Kleshchonok, Andrii and Gutierrez, Rafael and Joachim, Christian and Cuniberti, Gianaurelio},
journal={Applied Physics Letters},
volume={107},
number={20},
pages={203109},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Arezoo Dianat, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Contact-dependent mechanical properties of graphene nanoribbons: an ab initio study", In Nanotechnology, IOP Publishing, vol. 27, no. 2, pp. 025702, 2015. [Bibtex & Downloads]
Contact-dependent mechanical properties of graphene nanoribbons: an ab initio study
Reference
Arezoo Dianat, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Contact-dependent mechanical properties of graphene nanoribbons: an ab initio study", In Nanotechnology, IOP Publishing, vol. 27, no. 2, pp. 025702, 2015.
Bibtex
@article{dianat2015contact,
title={Contact-dependent mechanical properties of graphene nanoribbons: an ab initio study},
author={Dianat, Arezoo and Ryndyk, Dmitry A and Cuniberti, Gianaurelio},
journal={Nanotechnology},
volume={27},
number={2},
pages={025702},
year={2015},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Gianaurelio Cuniberti, "Switchable Negative Differential Resistance Induced by Quantum Interference Effects in Porphyrin-based Molecular Junctions", In J. Phys. Chem. Lett, vol. 6, pp. 3950–3955, 2015. [Bibtex & Downloads]
Switchable Negative Differential Resistance Induced by Quantum Interference Effects in Porphyrin-based Molecular Junctions
Reference
Gianaurelio Cuniberti, "Switchable Negative Differential Resistance Induced by Quantum Interference Effects in Porphyrin-based Molecular Junctions", In J. Phys. Chem. Lett, vol. 6, pp. 3950–3955, 2015.
Bibtex
@article{cuniberti2015switchable,
title={Switchable Negative Differential Resistance Induced by Quantum Interference Effects in Porphyrin-based Molecular Junctions},
author={Cuniberti, Gianaurelio},
journal={J. Phys. Chem. Lett},
volume={6},
pages={3950--3955},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Michael Melzer, Daniil Karnaushenko, Gungun Lin, Stefan Baunack, Denys Makarov, Oliver G Schmidt, "Stretchable Electronics: Direct Transfer of Magnetic Sensor Devices to Elastomeric Supports for Stretchable Electronics (Adv. Mater. 8/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 8, pp. 1306–1306, 2015. [Bibtex & Downloads]
Stretchable Electronics: Direct Transfer of Magnetic Sensor Devices to Elastomeric Supports for Stretchable Electronics (Adv. Mater. 8/2015)
Reference
Michael Melzer, Daniil Karnaushenko, Gungun Lin, Stefan Baunack, Denys Makarov, Oliver G Schmidt, "Stretchable Electronics: Direct Transfer of Magnetic Sensor Devices to Elastomeric Supports for Stretchable Electronics (Adv. Mater. 8/2015)", In Advanced Materials, Wiley Online Library, vol. 27, no. 8, pp. 1306–1306, 2015.
Bibtex
@article{melzer2015stretchable,
title={Stretchable Electronics: Direct Transfer of Magnetic Sensor Devices to Elastomeric Supports for Stretchable Electronics (Adv. Mater. 8/2015)},
author={Melzer, Michael and Karnaushenko, Daniil and Lin, Gungun and Baunack, Stefan and Makarov, Denys and Schmidt, Oliver G},
journal={Advanced Materials},
volume={27},
number={8},
pages={1306--1306},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Francesca Stradolini, Stefano Riario, Cristina Boero, Camilla Baj-Rossi, Irene Taurino, Grégoire Surrel, Giovanni De Micheli, Sandro Carrara, "Wireless Monitoring of Endogenous and Exogenous Biomolecules on an Android Interface", In IEEE Sensors Journal, IEEE, vol. 16, no. 9, pp. 3163–3170, 2015. [Bibtex & Downloads]
Wireless Monitoring of Endogenous and Exogenous Biomolecules on an Android Interface
Reference
Francesca Stradolini, Stefano Riario, Cristina Boero, Camilla Baj-Rossi, Irene Taurino, Grégoire Surrel, Giovanni De Micheli, Sandro Carrara, "Wireless Monitoring of Endogenous and Exogenous Biomolecules on an Android Interface", In IEEE Sensors Journal, IEEE, vol. 16, no. 9, pp. 3163–3170, 2015.
Bibtex
@article{stradolini2015wireless,
title={Wireless Monitoring of Endogenous and Exogenous Biomolecules on an Android Interface},
author={Stradolini, Francesca and Riario, Stefano and Boero, Cristina and Baj-Rossi, Camilla and Taurino, Irene and Surrel, Gr{\'e}goire and De Micheli, Giovanni and Carrara, Sandro},
journal={IEEE Sensors Journal},
volume={16},
number={9},
pages={3163--3170},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Andrii Kleshchonok, Rafael Gutierrez, Gianaurelio Cuniberti, "Quantum interference and contact effects in dangling bond loops on h-si (100) surfaces", In arXiv preprint arXiv:1506.06903, 2015. [Bibtex & Downloads]
Quantum interference and contact effects in dangling bond loops on h-si (100) surfaces
Reference
Andrii Kleshchonok, Rafael Gutierrez, Gianaurelio Cuniberti, "Quantum interference and contact effects in dangling bond loops on h-si (100) surfaces", In arXiv preprint arXiv:1506.06903, 2015.
Bibtex
@article{kleshchonok2015quantum,
title={Quantum interference and contact effects in dangling bond loops on h-si (100) surfaces},
author={Kleshchonok, Andrii and Gutierrez, Rafael and Cuniberti, Gianaurelio},
journal={arXiv preprint arXiv:1506.06903},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Hugo Dil, "DESIGNING SPIN PROPERTIES IN TOPOLOGICAL, POLAR, AND MULTIFERROIC THIN FILMS", In Nanoscale, vol. 7, pp. 18928, 2015. [Bibtex & Downloads]
DESIGNING SPIN PROPERTIES IN TOPOLOGICAL, POLAR, AND MULTIFERROIC THIN FILMS
Reference
Hugo Dil, "DESIGNING SPIN PROPERTIES IN TOPOLOGICAL, POLAR, AND MULTIFERROIC THIN FILMS", In Nanoscale, vol. 7, pp. 18928, 2015.
Bibtex
@article{dil2015designing,
title={DESIGNING SPIN PROPERTIES IN TOPOLOGICAL, POLAR, AND MULTIFERROIC THIN FILMS},
author={Dil, Hugo},
journal={Nanoscale},
volume={7},
pages={18928},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Jens Bartelt, Peter Rost, Dirk Wubben, Johannes Lessmann, Bruno Melis, Gerhard Fettweis, "Fronthaul and backhaul requirements of flexibly centralized radio access networks", In IEEE Wireless Communications, IEEE, vol. 22, no. 5, pp. 105–111, 2015. [Bibtex & Downloads]
Fronthaul and backhaul requirements of flexibly centralized radio access networks
Reference
Jens Bartelt, Peter Rost, Dirk Wubben, Johannes Lessmann, Bruno Melis, Gerhard Fettweis, "Fronthaul and backhaul requirements of flexibly centralized radio access networks", In IEEE Wireless Communications, IEEE, vol. 22, no. 5, pp. 105–111, 2015.
Bibtex
@article{bartelt2015fronthaul,
title={Fronthaul and backhaul requirements of flexibly centralized radio access networks},
author={Bartelt, Jens and Rost, Peter and Wubben, Dirk and Lessmann, Johannes and Melis, Bruno and Fettweis, Gerhard},
journal={IEEE Wireless Communications},
volume={22},
number={5},
pages={105--111},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- R. Gutierreza, G. Cunibertia, "Spin-Dependent E ects in Helical Molecular Systems with Rashba-Like Spin Orbit Interaction", Citeseer, 2015. [Bibtex & Downloads]
Spin-Dependent E ects in Helical Molecular Systems with Rashba-Like Spin Orbit Interaction
Reference
R. Gutierreza, G. Cunibertia, "Spin-Dependent E ects in Helical Molecular Systems with Rashba-Like Spin Orbit Interaction", Citeseer, 2015.
Bibtex
@article{gutierreza2015spin,
title={Spin-Dependent E ects in Helical Molecular Systems with Rashba-Like Spin Orbit Interaction},
author={Gutierreza, R and Cunibertia, G},
year={2015},
publisher={Citeseer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Thomas Lehmann, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Thermoelectric properties of nanocarbons: Atomistic modeling", In physica status solidi (a), Wiley Online Library, 2015. [Bibtex & Downloads]
Thermoelectric properties of nanocarbons: Atomistic modeling
Reference
Thomas Lehmann, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Thermoelectric properties of nanocarbons: Atomistic modeling", In physica status solidi (a), Wiley Online Library, 2015.
Bibtex
@article{lehmann2015thermoelectric,
title={Thermoelectric properties of nanocarbons: Atomistic modeling},
author={Lehmann, Thomas and Ryndyk, Dmitry A and Cuniberti, Gianaurelio},
journal={physica status solidi (a)},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahadev Satyanarayanan, Rolf Schuster, Maria Ebling, Gerhard Fettweis, Hannu Flinck, Kaustubh Joshi, Krishan Sabnani, "An open ecosystem for mobile-cloud convergence", In IEEE Communications Magazine, IEEE, vol. 53, no. 3, pp. 63–70, 2015. [Bibtex & Downloads]
An open ecosystem for mobile-cloud convergence
Reference
Mahadev Satyanarayanan, Rolf Schuster, Maria Ebling, Gerhard Fettweis, Hannu Flinck, Kaustubh Joshi, Krishan Sabnani, "An open ecosystem for mobile-cloud convergence", In IEEE Communications Magazine, IEEE, vol. 53, no. 3, pp. 63–70, 2015.
Bibtex
@article{satyanarayanan2015open,
title={An open ecosystem for mobile-cloud convergence},
author={Satyanarayanan, Mahadev and Schuster, Rolf and Ebling, Maria and Fettweis, Gerhard and Flinck, Hannu and Joshi, Kaustubh and Sabnani, Krishan},
journal={IEEE Communications Magazine},
volume={53},
number={3},
pages={63--70},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Jan Komenda, Tomáš Masopust, "Computation of Controllable and Coobservable Sublanguages in Decentralized Supervisory Control via Communication", In arXiv preprint arXiv:1512.03267, 2015. [Bibtex & Downloads]
Computation of Controllable and Coobservable Sublanguages in Decentralized Supervisory Control via Communication
Reference
Jan Komenda, Tomáš Masopust, "Computation of Controllable and Coobservable Sublanguages in Decentralized Supervisory Control via Communication", In arXiv preprint arXiv:1512.03267, 2015.
Bibtex
@article{komenda2015computation,
title={Computation of Controllable and Coobservable Sublanguages in Decentralized Supervisory Control via Communication},
author={Komenda, Jan and Masopust, Tom{\'a}{\v{s}}},
journal={arXiv preprint arXiv:1512.03267},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- S. Prucnal, K. Gao, I. Skorupa, L. Rebohle, L. Vines, H. Schmidt, M. Khalid, Y. Wang, E. Weschke, W. Skorupa, others, "Band-gap narrowing in Mn-doped GaAs probed by room-temperature photoluminescence", In Physical Review B, APS, vol. 92, no. 22, pp. 224407, 2015. [Bibtex & Downloads]
Band-gap narrowing in Mn-doped GaAs probed by room-temperature photoluminescence
Reference
S. Prucnal, K. Gao, I. Skorupa, L. Rebohle, L. Vines, H. Schmidt, M. Khalid, Y. Wang, E. Weschke, W. Skorupa, others, "Band-gap narrowing in Mn-doped GaAs probed by room-temperature photoluminescence", In Physical Review B, APS, vol. 92, no. 22, pp. 224407, 2015.
Bibtex
@article{prucnal2015band,
title={Band-gap narrowing in Mn-doped GaAs probed by room-temperature photoluminescence},
author={Prucnal, S and Gao, K and Skorupa, I and Rebohle, L and Vines, L and Schmidt, H and Khalid, M and Wang, Y and Weschke, E and Skorupa, W and others},
journal={Physical Review B},
volume={92},
number={22},
pages={224407},
year={2015},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Veronika Magdanz, Britta Koch, Samuel Sanchez, Oliver G Schmidt, "Sperm dynamics in tubular confinement", In Small, Wiley Online Library, vol. 11, no. 7, pp. 781–785, 2015. [Bibtex & Downloads]
Sperm dynamics in tubular confinement
Reference
Veronika Magdanz, Britta Koch, Samuel Sanchez, Oliver G Schmidt, "Sperm dynamics in tubular confinement", In Small, Wiley Online Library, vol. 11, no. 7, pp. 781–785, 2015.
Bibtex
@article{magdanz2015sperm,
title={Sperm dynamics in tubular confinement},
author={Magdanz, Veronika and Koch, Britta and Sanchez, Samuel and Schmidt, Oliver G},
journal={Small},
volume={11},
number={7},
pages={781--785},
year={2015},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- AI Cocemasov, DL Nika, VM Fomin, D. Grimm, OG Schmidt, "Phonon-engineered thermal transport in Si wires with constant and periodically modulated cross-sections: A crossover between nano-and microscale regimes", In Applied Physics Letters, AIP Publishing, vol. 107, no. 1, pp. 011904, 2015. [Bibtex & Downloads]
Phonon-engineered thermal transport in Si wires with constant and periodically modulated cross-sections: A crossover between nano-and microscale regimes
Reference
AI Cocemasov, DL Nika, VM Fomin, D. Grimm, OG Schmidt, "Phonon-engineered thermal transport in Si wires with constant and periodically modulated cross-sections: A crossover between nano-and microscale regimes", In Applied Physics Letters, AIP Publishing, vol. 107, no. 1, pp. 011904, 2015.
Bibtex
@article{cocemasov2015phonon,
title={Phonon-engineered thermal transport in Si wires with constant and periodically modulated cross-sections: A crossover between nano-and microscale regimes},
author={Cocemasov, AI and Nika, DL and Fomin, VM and Grimm, D and Schmidt, OG},
journal={Applied Physics Letters},
volume={107},
number={1},
pages={011904},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Murawski, T. Graupner, P. Milde, R. Raupach, U. Zerweck-Trogisch, LM Eng, "Pump-probe Kelvin-probe force microscopy: Principle of operation and resolution limits", In Journal of Applied Physics, AIP Publishing, vol. 118, no. 15, pp. 154302, 2015. [Bibtex & Downloads]
Pump-probe Kelvin-probe force microscopy: Principle of operation and resolution limits
Reference
J. Murawski, T. Graupner, P. Milde, R. Raupach, U. Zerweck-Trogisch, LM Eng, "Pump-probe Kelvin-probe force microscopy: Principle of operation and resolution limits", In Journal of Applied Physics, AIP Publishing, vol. 118, no. 15, pp. 154302, 2015.
Bibtex
@article{murawski2015pump,
title={Pump-probe Kelvin-probe force microscopy: Principle of operation and resolution limits},
author={Murawski, J and Graupner, T and Milde, P and Raupach, R and Zerweck-Trogisch, U and Eng, LM},
journal={Journal of Applied Physics},
volume={118},
number={15},
pages={154302},
year={2015},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Tijs van der Storm, Sebastian Erdweg, "Proceedings of the 3rd Workshop on Domain-Specific Language Design and Implementation (DSLDI 2015)", In arXiv preprint arXiv:1508.03536, 2015. [Bibtex & Downloads]
Proceedings of the 3rd Workshop on Domain-Specific Language Design and Implementation (DSLDI 2015)
Reference
Tijs van der Storm, Sebastian Erdweg, "Proceedings of the 3rd Workshop on Domain-Specific Language Design and Implementation (DSLDI 2015)", In arXiv preprint arXiv:1508.03536, 2015.
Bibtex
@article{van2015proceedings,
title={Proceedings of the 3rd Workshop on Domain-Specific Language Design and Implementation (DSLDI 2015)},
author={van der Storm, Tijs and Erdweg, Sebastian},
journal={arXiv preprint arXiv:1508.03536},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Richard Fritzsche, Peter Rost, Gerhard P Fettweis, "Robust rate adaptation and proportional fair scheduling with imperfect CSI", In IEEE Transactions on Wireless Communications, IEEE, vol. 14, no. 8, pp. 4417–4427, 2015. [Bibtex & Downloads]
Robust rate adaptation and proportional fair scheduling with imperfect CSI
Reference
Richard Fritzsche, Peter Rost, Gerhard P Fettweis, "Robust rate adaptation and proportional fair scheduling with imperfect CSI", In IEEE Transactions on Wireless Communications, IEEE, vol. 14, no. 8, pp. 4417–4427, 2015.
Bibtex
@article{fritzsche2015robust,
title={Robust rate adaptation and proportional fair scheduling with imperfect CSI},
author={Fritzsche, Richard and Rost, Peter and Fettweis, Gerhard P},
journal={IEEE Transactions on Wireless Communications},
volume={14},
number={8},
pages={4417--4427},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Till Kolditz, Dirk Habich, Patrick Damme, Wolfgang Lehner, Dmitrii Kuvaiskii, Oleksii Oleksenko, Christof Fetzer, "Resiliency-aware Data Compression for In-memory Database Systems.", In Proceeding: DATA, pp. 326–331, 2015. [Bibtex & Downloads]
Resiliency-aware Data Compression for In-memory Database Systems.
Reference
Till Kolditz, Dirk Habich, Patrick Damme, Wolfgang Lehner, Dmitrii Kuvaiskii, Oleksii Oleksenko, Christof Fetzer, "Resiliency-aware Data Compression for In-memory Database Systems.", In Proceeding: DATA, pp. 326–331, 2015.
Bibtex
@inproceedings{kolditz2015resiliency,
title={Resiliency-aware Data Compression for In-memory Database Systems.},
author={Kolditz, Till and Habich, Dirk and Damme, Patrick and Lehner, Wolfgang and Kuvaiskii, Dmitrii and Oleksenko, Oleksii and Fetzer, Christof},
booktitle={DATA},
pages={326--331},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hagen Eckert, Manfred Bobeth, Sara Teixeira, Klaus Kühn, Gianaurelio Cuniberti, "Modeling of photocatalytic degradation of organic components in water by nanoparticle suspension", In Chemical Engineering Journal, Elsevier, vol. 261, pp. 67–75, 2015. [Bibtex & Downloads]
Modeling of photocatalytic degradation of organic components in water by nanoparticle suspension
Reference
Hagen Eckert, Manfred Bobeth, Sara Teixeira, Klaus Kühn, Gianaurelio Cuniberti, "Modeling of photocatalytic degradation of organic components in water by nanoparticle suspension", In Chemical Engineering Journal, Elsevier, vol. 261, pp. 67–75, 2015.
Bibtex
@article{eckert2015modeling,
title={Modeling of photocatalytic degradation of organic components in water by nanoparticle suspension},
author={Eckert, Hagen and Bobeth, Manfred and Teixeira, Sara and K{\"u}hn, Klaus and Cuniberti, Gianaurelio},
journal={Chemical Engineering Journal},
volume={261},
pages={67--75},
year={2015},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Jeremias Epperlein, Dominik Kwietniak, Piotr Oprocha, "Mixing properties in coded systems", In arXiv preprint arXiv:1503.02838, 2015. [Bibtex & Downloads]
Mixing properties in coded systems
Reference
Jeremias Epperlein, Dominik Kwietniak, Piotr Oprocha, "Mixing properties in coded systems", In arXiv preprint arXiv:1503.02838, 2015.
Bibtex
@article{epperlein2015mixing,
title={Mixing properties in coded systems},
author={Epperlein, Jeremias and Kwietniak, Dominik and Oprocha, Piotr},
journal={arXiv preprint arXiv:1503.02838},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Till Kolditz, Dirk Habich, Dmitrii Kuvaiskii, Wolfgang Lehner, Christof Fetzer, "Needles in the Haystack—Tackling Bit Flips in Lightweight Compressed Data", In Proceeding: International Conference on Data Management Technologies and Applications, pp. 135–153, 2015. [Bibtex & Downloads]
Needles in the Haystack—Tackling Bit Flips in Lightweight Compressed Data
Reference
Till Kolditz, Dirk Habich, Dmitrii Kuvaiskii, Wolfgang Lehner, Christof Fetzer, "Needles in the Haystack—Tackling Bit Flips in Lightweight Compressed Data", In Proceeding: International Conference on Data Management Technologies and Applications, pp. 135–153, 2015.
Bibtex
@inproceedings{kolditz2015needles,
title={Needles in the Haystack—Tackling Bit Flips in Lightweight Compressed Data},
author={Kolditz, Till and Habich, Dirk and Kuvaiskii, Dmitrii and Lehner, Wolfgang and Fetzer, Christof},
booktitle={International Conference on Data Management Technologies and Applications},
pages={135--153},
year={2015},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dmitrii Kuvaiskii, Christof Fetzer, "$\Delta$-encoding: practical encoded processing", In Proceeding: Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on, pp. 13–24, 2015. [Bibtex & Downloads]
$\Delta$-encoding: practical encoded processing
Reference
Dmitrii Kuvaiskii, Christof Fetzer, "$\Delta$-encoding: practical encoded processing", In Proceeding: Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on, pp. 13–24, 2015.
Bibtex
@inproceedings{kuvaiskii2015delta,
title={$\Delta$-encoding: practical encoded processing},
author={Kuvaiskii, Dmitrii and Fetzer, Christof},
booktitle={Dependable Systems and Networks (DSN), 2015 45th Annual IEEE/IFIP International Conference on},
pages={13--24},
year={2015},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Britta Koch, Anne K Meyer, Linda Helbig, Stefan M Harazim, Alexander Storch, Samuel Sanchez, Oliver G Schmidt, "Dimensionality of Rolled-up Nanomembranes Controls Neural Stem Cell Migration Mechanism", In Nano letters, ACS Publications, vol. 15, no. 8, pp. 5530–5538, 2015. [Bibtex & Downloads]
Dimensionality of Rolled-up Nanomembranes Controls Neural Stem Cell Migration Mechanism
Reference
Britta Koch, Anne K Meyer, Linda Helbig, Stefan M Harazim, Alexander Storch, Samuel Sanchez, Oliver G Schmidt, "Dimensionality of Rolled-up Nanomembranes Controls Neural Stem Cell Migration Mechanism", In Nano letters, ACS Publications, vol. 15, no. 8, pp. 5530–5538, 2015.
Bibtex
@article{koch2015dimensionality,
title={Dimensionality of Rolled-up Nanomembranes Controls Neural Stem Cell Migration Mechanism},
author={Koch, Britta and Meyer, Anne K and Helbig, Linda and Harazim, Stefan M and Storch, Alexander and Sanchez, Samuel and Schmidt, Oliver G},
journal={Nano letters},
volume={15},
number={8},
pages={5530--5538},
year={2015},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marko Budiši\'c, Stefan Siegmund, Doan Thai Son, Igor Mezi\'c, "Mesochronic classification of trajectories in incompressible 3D vector fields over finite times", In arXiv preprint arXiv:1506.05333, 2015. [Bibtex & Downloads]
Mesochronic classification of trajectories in incompressible 3D vector fields over finite times
Reference
Marko Budiši\'c, Stefan Siegmund, Doan Thai Son, Igor Mezi\'c, "Mesochronic classification of trajectories in incompressible 3D vector fields over finite times", In arXiv preprint arXiv:1506.05333, 2015.
Bibtex
@article{budivsic2015mesochronic,
title={Mesochronic classification of trajectories in incompressible 3D vector fields over finite times},
author={Budi{\v{s}}i{\'c}, Marko and Siegmund, Stefan and Son, Doan Thai and Mezi{\'c}, Igor},
journal={arXiv preprint arXiv:1506.05333},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Peter Rost, Ignacio Berberana, Andreas Maeder, Henning Paul, Vinay Suryaprakash, Matthew Valenti, Dirk Wübben, Armin Dekorsy, Gerhard Fettweis, "Benefits and challenges of virtualization in 5G radio access networks", In IEEE Communications Magazine, IEEE, vol. 53, no. 12, pp. 75–82, 2015. [Bibtex & Downloads]
Benefits and challenges of virtualization in 5G radio access networks
Reference
Peter Rost, Ignacio Berberana, Andreas Maeder, Henning Paul, Vinay Suryaprakash, Matthew Valenti, Dirk Wübben, Armin Dekorsy, Gerhard Fettweis, "Benefits and challenges of virtualization in 5G radio access networks", In IEEE Communications Magazine, IEEE, vol. 53, no. 12, pp. 75–82, 2015.
Bibtex
@article{rost2015benefits,
title={Benefits and challenges of virtualization in 5G radio access networks},
author={Rost, Peter and Berberana, Ignacio and Maeder, Andreas and Paul, Henning and Suryaprakash, Vinay and Valenti, Matthew and W{\"u}bben, Dirk and Dekorsy, Armin and Fettweis, Gerhard},
journal={IEEE Communications Magazine},
volume={53},
number={12},
pages={75--82},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch, "Column-oriented Datalog materialization for large knowledge graphs (extended technical report)", In arXiv preprint arXiv:1511.08915, 2015. [Bibtex & Downloads]
Column-oriented Datalog materialization for large knowledge graphs (extended technical report)
Reference
Jacopo Urbani, Ceriel Jacobs, Markus Krötzsch, "Column-oriented Datalog materialization for large knowledge graphs (extended technical report)", In arXiv preprint arXiv:1511.08915, 2015.
Bibtex
@article{urbani2015column,
title={Column-oriented Datalog materialization for large knowledge graphs (extended technical report)},
author={Urbani, Jacopo and Jacobs, Ceriel and Kr{\"o}tzsch, Markus},
journal={arXiv preprint arXiv:1511.08915},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Liero, Thomas Koprucki, Axel Fischer, Reinhard Scholz, Annegret Glitzky, "p-Laplace thermistor modeling of electrothermal feedback in organic semiconductors", In Preprint, vol. 2082, 2015. [Bibtex & Downloads]
p-Laplace thermistor modeling of electrothermal feedback in organic semiconductors
Reference
Matthias Liero, Thomas Koprucki, Axel Fischer, Reinhard Scholz, Annegret Glitzky, "p-Laplace thermistor modeling of electrothermal feedback in organic semiconductors", In Preprint, vol. 2082, 2015.
Bibtex
@article{liero2015p,
title={p-Laplace thermistor modeling of electrothermal feedback in organic semiconductors},
author={Liero, Matthias and Koprucki, Thomas and Fischer, Axel and Scholz, Reinhard and Glitzky, Annegret},
journal={Preprint},
volume={2082},
year={2015}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Maximilian Matthé, Luciano Leonel Mendes, Nicola Michailow, Dan Zhang, Gerhard Fettweis, "Widely linear estimation for space-time-coded GFDM in low-latency applications", In IEEE Transactions on Communications, IEEE, vol. 63, no. 11, pp. 4501–4509, 2015. [Bibtex & Downloads]
Widely linear estimation for space-time-coded GFDM in low-latency applications
Reference
Maximilian Matthé, Luciano Leonel Mendes, Nicola Michailow, Dan Zhang, Gerhard Fettweis, "Widely linear estimation for space-time-coded GFDM in low-latency applications", In IEEE Transactions on Communications, IEEE, vol. 63, no. 11, pp. 4501–4509, 2015.
Bibtex
@article{matthe2015widely,
title={Widely linear estimation for space-time-coded GFDM in low-latency applications},
author={Matth{\'e}, Maximilian and Mendes, Luciano Leonel and Michailow, Nicola and Zhang, Dan and Fettweis, Gerhard},
journal={IEEE Transactions on Communications},
volume={63},
number={11},
pages={4501--4509},
year={2015},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- H. Hatzikirou, K. Böttger, A. Deutsch, "Model-based comparison of cell density-dependent cell migration strategies", In Mathematical Modelling of Natural Phenomena, EDP Sciences, vol. 10, no. 1, pp. 94–107, 2015. [Bibtex & Downloads]
Model-based comparison of cell density-dependent cell migration strategies
Reference
H. Hatzikirou, K. Böttger, A. Deutsch, "Model-based comparison of cell density-dependent cell migration strategies", In Mathematical Modelling of Natural Phenomena, EDP Sciences, vol. 10, no. 1, pp. 94–107, 2015.
Bibtex
@article{hatzikirou2015model,
title={Model-based comparison of cell density-dependent cell migration strategies},
author={Hatzikirou, H and B{\"o}ttger, K and Deutsch, A},
journal={Mathematical Modelling of Natural Phenomena},
volume={10},
number={1},
pages={94--107},
year={2015},
publisher={EDP Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shasha Feng, Michel Ludwig, Dirk Walther, "Deciding Subsumers of Least Fixpoint Concepts wrt general$\backslash$mathcal $\{$EL$}$-TBoxes", In Proceeding: Joint German/Austrian Conference on Artificial Intelligence (Künstliche Intelligenz), pp. 59–71, 2015. [Bibtex & Downloads]
Deciding Subsumers of Least Fixpoint Concepts wrt general$\backslash$mathcal $\{$EL$}$-TBoxes
Reference
Shasha Feng, Michel Ludwig, Dirk Walther, "Deciding Subsumers of Least Fixpoint Concepts wrt general$\backslash$mathcal $\{$EL$}$-TBoxes", In Proceeding: Joint German/Austrian Conference on Artificial Intelligence (Künstliche Intelligenz), pp. 59–71, 2015.
Bibtex
@inproceedings{feng2015deciding,
title={Deciding Subsumers of Least Fixpoint Concepts wrt general$\backslash$mathcal $\{$EL$\}$-TBoxes},
author={Feng, Shasha and Ludwig, Michel and Walther, Dirk},
booktitle={Joint German/Austrian Conference on Artificial Intelligence (K{\"u}nstliche Intelligenz)},
pages={59--71},
year={2015},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Buder, Andreas Deutsch, Barbara Klink, Anja Voss-Böhme, "Model-based evaluation of spontaneous tumor regression in pilocytic astrocytoma", In PLoS computational biology, Public Library of Science, vol. 11, no. 12, pp. e1004662, 2015. [Bibtex & Downloads]
Model-based evaluation of spontaneous tumor regression in pilocytic astrocytoma
Reference
Thomas Buder, Andreas Deutsch, Barbara Klink, Anja Voss-Böhme, "Model-based evaluation of spontaneous tumor regression in pilocytic astrocytoma", In PLoS computational biology, Public Library of Science, vol. 11, no. 12, pp. e1004662, 2015.
Bibtex
@article{buder2015model,
title={Model-based evaluation of spontaneous tumor regression in pilocytic astrocytoma},
author={Buder, Thomas and Deutsch, Andreas and Klink, Barbara and Voss-B{\"o}hme, Anja},
journal={PLoS computational biology},
volume={11},
number={12},
pages={e1004662},
year={2015},
publisher={Public Library of Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Weitz, Andreas Deutsch, Fernando Peruani, "Self-propelled rods exhibit a phase-separated state characterized by the presence of active stresses and the ejection of polar clusters", In Physical Review E, APS, vol. 92, no. 1, pp. 012322, 2015. [Bibtex & Downloads]
Self-propelled rods exhibit a phase-separated state characterized by the presence of active stresses and the ejection of polar clusters
Reference
Sebastian Weitz, Andreas Deutsch, Fernando Peruani, "Self-propelled rods exhibit a phase-separated state characterized by the presence of active stresses and the ejection of polar clusters", In Physical Review E, APS, vol. 92, no. 1, pp. 012322, 2015.
Bibtex
@article{weitz2015self,
title={Self-propelled rods exhibit a phase-separated state characterized by the presence of active stresses and the ejection of polar clusters},
author={Weitz, Sebastian and Deutsch, Andreas and Peruani, Fernando},
journal={Physical Review E},
volume={92},
number={1},
pages={012322},
year={2015},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Carsten Mente, Anja Voss-Böhme, Andreas Deutsch, "Analysis of individual cell trajectories in lattice-gas cellular automaton models for migrating cell populations", In Bulletin of mathematical biology, Springer, vol. 77, no. 4, pp. 660–697, 2015. [Bibtex & Downloads]
Analysis of individual cell trajectories in lattice-gas cellular automaton models for migrating cell populations
Reference
Carsten Mente, Anja Voss-Böhme, Andreas Deutsch, "Analysis of individual cell trajectories in lattice-gas cellular automaton models for migrating cell populations", In Bulletin of mathematical biology, Springer, vol. 77, no. 4, pp. 660–697, 2015.
Bibtex
@article{mente2015analysis,
title={Analysis of individual cell trajectories in lattice-gas cellular automaton models for migrating cell populations},
author={Mente, Carsten and Voss-B{\"o}hme, Anja and Deutsch, Andreas},
journal={Bulletin of mathematical biology},
volume={77},
number={4},
pages={660--697},
year={2015},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hoai Nga Le, Frank Babick, Klaus Kühn, Minh Tan Nguyen, Michael Stintz, Gianaurelio Cuniberti, "Impact of ultrasonic dispersion on the photocatalytic activity of titania aggregates", In Beilstein journal of nanotechnology, Beilstein-Institut, vol. 6, no. 1, pp. 2423–2430, 2015. [Bibtex & Downloads]
Impact of ultrasonic dispersion on the photocatalytic activity of titania aggregates
Reference
Hoai Nga Le, Frank Babick, Klaus Kühn, Minh Tan Nguyen, Michael Stintz, Gianaurelio Cuniberti, "Impact of ultrasonic dispersion on the photocatalytic activity of titania aggregates", In Beilstein journal of nanotechnology, Beilstein-Institut, vol. 6, no. 1, pp. 2423–2430, 2015.
Bibtex
@article{le2015impact,
title={Impact of ultrasonic dispersion on the photocatalytic activity of titania aggregates},
author={Le, Hoai Nga and Babick, Frank and K{\"u}hn, Klaus and Nguyen, Minh Tan and Stintz, Michael and Cuniberti, Gianaurelio},
journal={Beilstein journal of nanotechnology},
volume={6},
number={1},
pages={2423--2430},
year={2015},
publisher={Beilstein-Institut}
}Downloads
No Downloads available for this publication
Permalink
- Jieqiong Shan, Yuxin Liu, Ping Liu, Yanshan Huang, Yuezeng Su, Dongqing Wu, Xinliang Feng, "Nitrogen-doped carbon-encapsulated SnO2\textendashSnS/graphene sheets with improved anodic performance in lithium ion batteries", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 3, no. 47, pp. 24148–24154, 2015. [doi] [Bibtex & Downloads]
Nitrogen-doped carbon-encapsulated SnO2\textendashSnS/graphene sheets with improved anodic performance in lithium ion batteries
Reference
Jieqiong Shan, Yuxin Liu, Ping Liu, Yanshan Huang, Yuezeng Su, Dongqing Wu, Xinliang Feng, "Nitrogen-doped carbon-encapsulated SnO2\textendashSnS/graphene sheets with improved anodic performance in lithium ion batteries", In Journal of Materials Chemistry A, Royal Society of Chemistry (RSC), vol. 3, no. 47, pp. 24148–24154, 2015. [doi]
Bibtex
@article{Shan_2015,
doi = {10.1039/c5ta06617d},
url = {https://doi.org/10.1039%2Fc5ta06617d},
year = 2015,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {3},
number = {47},
pages = {24148--24154},
author = {Jieqiong Shan and Yuxin Liu and Ping Liu and Yanshan Huang and Yuezeng Su and Dongqing Wu and Xinliang Feng},
title = {Nitrogen-doped carbon-encapsulated {SnO}2{\textendash}{SnS}/graphene sheets with improved anodic performance in lithium ion batteries},
journal = {Journal of Materials Chemistry A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Soheil Hatami, Christian Würth, Martin Kaiser, Susanne Leubner, Stefanie Gabriel, Lydia Bahrig, Vladimir Lesnyak, Jutta Pauli, Nikolai Gaponik, Alexander Eychmüller, Ute Resch-Genger, "Absolute photoluminescence quantum yields of IR26 and IR-emissive Cd1-xHgxTe and PbS quantum dots \textendash method- and material-inherent challenges", In Nanoscale, Royal Society of Chemistry (RSC), vol. 7, no. 1, pp. 133–143, 2015. [doi] [Bibtex & Downloads]
Absolute photoluminescence quantum yields of IR26 and IR-emissive Cd1-xHgxTe and PbS quantum dots \textendash method- and material-inherent challenges
Reference
Soheil Hatami, Christian Würth, Martin Kaiser, Susanne Leubner, Stefanie Gabriel, Lydia Bahrig, Vladimir Lesnyak, Jutta Pauli, Nikolai Gaponik, Alexander Eychmüller, Ute Resch-Genger, "Absolute photoluminescence quantum yields of IR26 and IR-emissive Cd1-xHgxTe and PbS quantum dots \textendash method- and material-inherent challenges", In Nanoscale, Royal Society of Chemistry (RSC), vol. 7, no. 1, pp. 133–143, 2015. [doi]
Bibtex
@article{Hatami_2015,
doi = {10.1039/c4nr04608k},
url = {https://doi.org/10.1039%2Fc4nr04608k},
year = 2015,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {7},
number = {1},
pages = {133--143},
author = {Soheil Hatami and Christian Würth and Martin Kaiser and Susanne Leubner and Stefanie Gabriel and Lydia Bahrig and Vladimir Lesnyak and Jutta Pauli and Nikolai Gaponik and Alexander Eychmüller and Ute Resch-Genger},
title = {Absolute photoluminescence quantum yields of {IR}26 and {IR}-emissive Cd1-{xHgxTe} and {PbS} quantum dots {\textendash} method- and material-inherent challenges},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- A. Gang, N. Haustein, L. Baraban, W. Weber, T. Mikolajick, J. Thiele, G. Cuniberti, "Microfluidic alignment and trapping of 1D nanostructures \textendash a simple fabrication route for single-nanowire field effect transistors", In RSC Adv., Royal Society of Chemistry (RSC), vol. 5, no. 115, pp. 94702–94706, 2015. [doi] [Bibtex & Downloads]
Microfluidic alignment and trapping of 1D nanostructures \textendash a simple fabrication route for single-nanowire field effect transistors
Reference
A. Gang, N. Haustein, L. Baraban, W. Weber, T. Mikolajick, J. Thiele, G. Cuniberti, "Microfluidic alignment and trapping of 1D nanostructures \textendash a simple fabrication route for single-nanowire field effect transistors", In RSC Adv., Royal Society of Chemistry (RSC), vol. 5, no. 115, pp. 94702–94706, 2015. [doi]
Bibtex
@article{Gang_2015,
doi = {10.1039/c5ra20414c},
url = {https://doi.org/10.1039%2Fc5ra20414c},
year = 2015,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {5},
number = {115},
pages = {94702--94706},
author = {A. Gang and N. Haustein and L. Baraban and W. Weber and T. Mikolajick and J. Thiele and G. Cuniberti},
title = {Microfluidic alignment and trapping of 1D nanostructures {\textendash} a simple fabrication route for single-nanowire field effect transistors},
journal = {{RSC} Adv.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shakith Fernando, Mark Wijtvliet, Cedric Nugteren, Akash Kumar, Henk Corporaal, "(AS)2: Accelerator synthesis using algorithmic skeletons for rapid design space exploration", In Proceeding: 2015 Design, Automation Test in Europe Conference Exhibition (DATE), pp. 305-308, 2015. [Bibtex & Downloads]
(AS)2: Accelerator synthesis using algorithmic skeletons for rapid design space exploration
Reference
Shakith Fernando, Mark Wijtvliet, Cedric Nugteren, Akash Kumar, Henk Corporaal, "(AS)2: Accelerator synthesis using algorithmic skeletons for rapid design space exploration", In Proceeding: 2015 Design, Automation Test in Europe Conference Exhibition (DATE), pp. 305-308, 2015.
Bibtex
@INPROCEEDINGS{7092403,
author={Fernando, Shakith and Wijtvliet, Mark and Nugteren, Cedric and Kumar, Akash and Corporaal, Henk},
booktitle={2015 Design, Automation Test in Europe Conference Exhibition (DATE)},
title={(AS)2: Accelerator synthesis using algorithmic skeletons for rapid design space exploration},
year={2015},
volume={},
number={},
pages={305-308},}Downloads
No Downloads available for this publication
Permalink
2014
- Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "Completion-based generalization inferences for the Description Logic ELOR with subjective probabilities", In International Journal of Approximate Reasoning, Elsevier, vol. 55, no. 9, pp. 1939–1970, Dec 2014. [doi] [Bibtex & Downloads]
Completion-based generalization inferences for the Description Logic ELOR with subjective probabilities
Reference
Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "Completion-based generalization inferences for the Description Logic ELOR with subjective probabilities", In International Journal of Approximate Reasoning, Elsevier, vol. 55, no. 9, pp. 1939–1970, Dec 2014. [doi]
Bibtex
@article{ecke2014completion,
author={Ecke, Andreas and Peñaloza, Rafael and Turhan, Anni-Yasmin},
doi={10.1016/j.ijar.2014.03.001},
journal={International Journal of Approximate Reasoning},
month={dec},
number={9},
pages={1939–1970},
publisher={Elsevier},
title={Completion-based generalization inferences for the Description Logic ELOR with subjective probabilities},
url={https://doi.org/10.1016%2Fj.ijar.2014.03.001},
volume={55},
year={2014},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Fischer, Markus Herrich, Klaus Schönefeld, "Generalized Nash equilibrium problems – Recent advances and challenges" , In Pesquisa Operacional, vol. 34, no. 3, pp. 521-558, Dec 2014. [Bibtex & Downloads]
Generalized Nash equilibrium problems – Recent advances and challenges
Reference
Andreas Fischer, Markus Herrich, Klaus Schönefeld, "Generalized Nash equilibrium problems – Recent advances and challenges" , In Pesquisa Operacional, vol. 34, no. 3, pp. 521-558, Dec 2014.
Bibtex
@Article{ auto-key*g,
author = {Andreas Fischer and Markus Herrich and Klaus Schönefeld},
title = {Generalized {Nash} equilibrium problems -- {Recent} advances and challenges},
journal = {Pesquisa Operacional},
volume = {34},
number = {3},
pages = {521-558},
month = dec,
year = {2014},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Eduard A. Jorswieck, Stefano Buzzi, "Energy efficiency and interference neutralization in two-hop MIMO interference channels", In IEEE Transactions on Signal Processing, vol. 62, no. 24, pp. 6481-6495, Dec 2014. [Bibtex & Downloads]
Energy efficiency and interference neutralization in two-hop MIMO interference channels
Reference
Alessio Zappone, Eduard A. Jorswieck, Stefano Buzzi, "Energy efficiency and interference neutralization in two-hop MIMO interference channels", In IEEE Transactions on Signal Processing, vol. 62, no. 24, pp. 6481-6495, Dec 2014.
Bibtex
@Article{ Zappone2014b,
author = {Alessio Zappone and Eduard A. Jorswieck and Stefano Buzzi},
title = {Energy efficiency and interference neutralization in two-hop {MIMO} interference channels},
journal = {IEEE Transactions on Signal Processing},
volume = {62},
number = {24},
pages = {6481-6495},
month = dec,
year = {2014},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kostas Ramantas, Nizar Zorba, Zuleita Ka Ming Ho, Pin-Hsun Lin, Eduard A. Jorswieck, "Massive interference neutralization in DIWINE network" , Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Dec 2014. [Bibtex & Downloads]
Massive interference neutralization in DIWINE network
Reference
Kostas Ramantas, Nizar Zorba, Zuleita Ka Ming Ho, Pin-Hsun Lin, Eduard A. Jorswieck, "Massive interference neutralization in DIWINE network" , Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Dec 2014.
Bibtex
@InProceedings{ auto-key*cm,
author = {Kostas Ramantas and Nizar Zorba and Zuleita Ka Ming Ho and Pin-Hsun Lin and Eduard A. Jorswieck},
title = {Massive interference neutralization in {DIWINE} network},
booktitle = {Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD)},
month = dec,
year = {2014},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Elke Franz, Stefan Pfennig, Tobias Reiher, "Efficiency of rateless secure network coding", Chapter in Conference on Electronics, Telecommunications and Computers – CETC 2013 (Alessandro Fantoni and Artur J. Ferreira), Elsevier, vol. 17, pp. 162-169, Dec 2014. [Bibtex & Downloads]
Efficiency of rateless secure network coding
Reference
Elke Franz, Stefan Pfennig, Tobias Reiher, "Efficiency of rateless secure network coding", Chapter in Conference on Electronics, Telecommunications and Computers – CETC 2013 (Alessandro Fantoni and Artur J. Ferreira), Elsevier, vol. 17, pp. 162-169, Dec 2014.
Bibtex
@InCollection{ Franz2013,
author = {Elke Franz and Stefan Pfennig and Tobias Reiher},
title = {Efficiency of rateless secure network coding},
booktitle = {Conference on Electronics, Telecommunications and Computers – CETC 2013},
editor = {Alessandro Fantoni and Artur J. Ferreira},
publisher = {Elsevier},
volume = {17},
series = {Procedia Technology},
pages = {162-169},
month = dec,
year = {2014},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pin-Hsun Lin, Frédéric Gilbert Gabry, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Clean relaying in cognitive radio networks with variational distance secrecy constraint" , Proceedings of the IEEE Global Communications Conference (Globecom), Workshop on Trusted Communications with Physical Layer Security (TCPLS), Dec 2014. [Bibtex & Downloads]
Clean relaying in cognitive radio networks with variational distance secrecy constraint
Reference
Pin-Hsun Lin, Frédéric Gilbert Gabry, Ragnar Thobaben, Eduard A. Jorswieck, Mikael Skoglund, "Clean relaying in cognitive radio networks with variational distance secrecy constraint" , Proceedings of the IEEE Global Communications Conference (Globecom), Workshop on Trusted Communications with Physical Layer Security (TCPLS), Dec 2014.
Bibtex
@InProceedings{ auto-key*cn,
author = {Pin-Hsun Lin and Frédéric Gilbert Gabry and Ragnar Thobaben and Eduard A. Jorswieck and Mikael Skoglund},
title = {Clean relaying in cognitive radio networks with variational distance secrecy constraint},
booktitle = {Proceedings of the IEEE Global Communications Conference (Globecom), Workshop on Trusted Communications with Physical Layer Security (TCPLS)},
month = dec,
year = {2014},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefano Tomasin, Eduard A. Jorswieck, "Pilot-based secret key agreement for reciprocal correlated MIMOME block fading channels", Proceedings of the IEEE Global Communications Conference (Globecom), Workshop on Trusted Communications with Physical Layer Security (TCPLS), Dec 2014. [Bibtex & Downloads]
Pilot-based secret key agreement for reciprocal correlated MIMOME block fading channels
Reference
Stefano Tomasin, Eduard A. Jorswieck, "Pilot-based secret key agreement for reciprocal correlated MIMOME block fading channels", Proceedings of the IEEE Global Communications Conference (Globecom), Workshop on Trusted Communications with Physical Layer Security (TCPLS), Dec 2014.
Bibtex
@InProceedings{ Tomasin2014,
author = {Stefano Tomasin and Eduard A. Jorswieck},
title = {Pilot-based secret key agreement for reciprocal correlated {MIMOME} block fading channels},
booktitle = {Proceedings of the IEEE Global Communications Conference (Globecom), Workshop on Trusted Communications with Physical Layer Security (TCPLS)},
month = dec,
year = {2014},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Thomas Ilsche, Jorge Cardoso, Josef Spillner, Thomas Kissinger, Uwe Aßmann, Wolfgang Lehner, Wolfgang E. Nagel, Alexander Schill, "Energy-efficient databases using sweet spot frequencies", Proceedings of the IEEE/ACM International Conference on Utility and Cloud Computing (UCC), Workshop on Green Cloud Computing (GCC), Dec 2014. [Bibtex & Downloads]
Energy-efficient databases using sweet spot frequencies
Reference
Sebastian Götz, Thomas Ilsche, Jorge Cardoso, Josef Spillner, Thomas Kissinger, Uwe Aßmann, Wolfgang Lehner, Wolfgang E. Nagel, Alexander Schill, "Energy-efficient databases using sweet spot frequencies", Proceedings of the IEEE/ACM International Conference on Utility and Cloud Computing (UCC), Workshop on Green Cloud Computing (GCC), Dec 2014.
Bibtex
@InProceedings{ GIC+14a,
author = {Sebastian Götz and Thomas Ilsche and Jorge Cardoso and Josef Spillner and Thomas Kissinger and Uwe Aßmann and Wolfgang Lehner and Wolfgang E. Nagel and Alexander Schill},
title = {Energy-efficient databases using sweet spot frequencies},
booktitle = {Proceedings of the IEEE/ACM International Conference on Utility and Cloud Computing (UCC), Workshop on Green Cloud Computing (GCC)},
month = dec,
year = {2014},
project = {A04, B01, B05, B06}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Julian Alfredo Mendez, Veronika Thost, Anni-Yasmin Turhan, "Bridging the application knowledge gap – Using ontology-based situation recognition to support energy-aware resource scheduling", Proceedings of the Workshop on Adaptive and Reflective Middleware (ARM), Dec 2014. [Bibtex & Downloads]
Bridging the application knowledge gap – Using ontology-based situation recognition to support energy-aware resource scheduling
Reference
Marcus Hähnel, Julian Alfredo Mendez, Veronika Thost, Anni-Yasmin Turhan, "Bridging the application knowledge gap – Using ontology-based situation recognition to support energy-aware resource scheduling", Proceedings of the Workshop on Adaptive and Reflective Middleware (ARM), Dec 2014.
Bibtex
@InProceedings{ HMTT-ARM-14---ARM2014,
author = {Marcus Hähnel and Julian Alfredo Mendez and Veronika Thost and Anni-Yasmin Turhan},
title = {Bridging the application knowledge gap -- {Using} ontology-based situation recognition to support energy-aware resource scheduling},
booktitle = {Proceedings of the Workshop on Adaptive and Reflective Middleware (ARM)},
month = dec,
year = {2014},
project = {B02, B04}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Tomasin, E. Jorswieck, "Pilot-based secret key agreement for reciprocal correlated MIM #x00D3;ME block fading channels", In Proceeding: 2014 IEEE Globecom Workshops (GC Wkshps), pp. 1343-1348, Dec 2014. [doi] [Bibtex & Downloads]
Pilot-based secret key agreement for reciprocal correlated MIM #x00D3;ME block fading channels
Reference
S. Tomasin, E. Jorswieck, "Pilot-based secret key agreement for reciprocal correlated MIM #x00D3;ME block fading channels", In Proceeding: 2014 IEEE Globecom Workshops (GC Wkshps), pp. 1343-1348, Dec 2014. [doi]
Bibtex
@inproceedings{7063620,
Author = {S. Tomasin and E. Jorswieck},
Booktitle = {2014 IEEE Globecom Workshops (GC Wkshps)},
Date-Added = {2016-11-07 06:26:48 +0000},
Date-Modified = {2016-11-07 06:26:48 +0000},
Doi = {10.1109/GLOCOMW.2014.7063620},
Issn = {2166-0077},
Keywords = {3G mobile communication;MIMO communication;Rayleigh channels;broadcast antennas;cellular radio;optimisation;sequences;telecommunication security;Kronecker model;SKA;antenna couples;cellular 3GPP MIMO channel model;looser bound;lower bounds;multiple input multiple output;passive eavesdropper;pilot sequences;pilot-based secret key agreement;reciprocal correlated MIMOME block flat Rayleigh fading channel;reduced dimensionality problem;spatial channel correlation;training sequence optimization;upper bounds;wireless communication;wiretapper;Antennas;Correlation;Fading;MIMO;Optimization;Security;Training;Multiple Input Multiple Output (MIMO);Physical Layer Security;Rayleigh fading;Secret Key Agreement},
Month = {Dec},
Pages = {1343-1348},
Title = {Pilot-based secret key agreement for reciprocal correlated MIM #x00D3;ME block fading channels},
Year = {2014},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/GLOCOMW.2014.7063620}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- W.M. Weber, A. Heinzig, J. Trommer, D. Martin, M. Grube, T. Mikolajick, "Reconfigurable nanowire electronics \textendash A review", In Solid-State Electronics, Elsevier BV, vol. 102, pp. 12–24, Dec 2014. [doi] [Bibtex & Downloads]
Reconfigurable nanowire electronics \textendash A review
Reference
W.M. Weber, A. Heinzig, J. Trommer, D. Martin, M. Grube, T. Mikolajick, "Reconfigurable nanowire electronics \textendash A review", In Solid-State Electronics, Elsevier BV, vol. 102, pp. 12–24, Dec 2014. [doi]
Bibtex
@article{Weber_2014,
doi = {10.1016/j.sse.2014.06.010},
url = {https://doi.org/10.1016%2Fj.sse.2014.06.010},
year = 2014,
month = {dec},
publisher = {Elsevier {BV}},
volume = {102},
pages = {12--24},
author = {W.M. Weber and A. Heinzig and J. Trommer and D. Martin and M. Grube and T. Mikolajick},
title = {Reconfigurable nanowire electronics {\textendash} A review},
journal = {Solid-State Electronics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yutian Wang, Pascal Pochet, Catherine A. Jenkins, Elke Arenholz, Gregor Bukalis, Sibylle Gemming, Manfred Helm, Shengqiang Zhou, "Defect-induced magnetism in graphite through neutron irradiation", In Physical Review B, American Physical Society (APS), vol. 90, no. 21, Dec 2014. [doi] [Bibtex & Downloads]
Defect-induced magnetism in graphite through neutron irradiation
Reference
Yutian Wang, Pascal Pochet, Catherine A. Jenkins, Elke Arenholz, Gregor Bukalis, Sibylle Gemming, Manfred Helm, Shengqiang Zhou, "Defect-induced magnetism in graphite through neutron irradiation", In Physical Review B, American Physical Society (APS), vol. 90, no. 21, Dec 2014. [doi]
Bibtex
@article{Wang_2014,
doi = {10.1103/physrevb.90.214435},
url = {https://doi.org/10.1103%2Fphysrevb.90.214435},
year = 2014,
month = {dec},
publisher = {American Physical Society ({APS})},
volume = {90},
number = {21},
author = {Yutian Wang and Pascal Pochet and Catherine A. Jenkins and Elke Arenholz and Gregor Bukalis and Sibylle Gemming and Manfred Helm and Shengqiang Zhou},
title = {Defect-induced magnetism in graphite through neutron irradiation},
journal = {Physical Review B}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lei Zhang, Feng Liu, Ying Diao, Hilary S. Marsh, Nicholas S. Colella, Arthi Jayaraman, Thomas P. Russell, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "The Good Host: Formation of Discrete One-Dimensional Fullerene "Channels" in Well-Ordered Poly(2,5-bis(3-alkylthiophen-2-yl)thieno[3,2-b]thiophene) Oligomers", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 136, no. 52, pp. 18120–18130, Dec 2014. [doi] [Bibtex & Downloads]
The Good Host: Formation of Discrete One-Dimensional Fullerene "Channels" in Well-Ordered Poly(2,5-bis(3-alkylthiophen-2-yl)thieno[3,2-b]thiophene) Oligomers
Reference
Lei Zhang, Feng Liu, Ying Diao, Hilary S. Marsh, Nicholas S. Colella, Arthi Jayaraman, Thomas P. Russell, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "The Good Host: Formation of Discrete One-Dimensional Fullerene "Channels" in Well-Ordered Poly(2,5-bis(3-alkylthiophen-2-yl)thieno[3,2-b]thiophene) Oligomers", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 136, no. 52, pp. 18120–18130, Dec 2014. [doi]
Bibtex
@article{Zhang_2014,
doi = {10.1021/ja510976n},
url = {https://doi.org/10.1021%2Fja510976n},
year = 2014,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {136},
number = {52},
pages = {18120--18130},
author = {Lei Zhang and Feng Liu and Ying Diao and Hilary S. Marsh and Nicholas S. Colella and Arthi Jayaraman and Thomas P. Russell and Stefan C. B. Mannsfeld and Alejandro L. Briseno},
title = {The Good Host: Formation of Discrete One-Dimensional Fullerene "Channels" in Well-Ordered Poly(2,5-bis(3-alkylthiophen-2-yl)thieno[3,2-b]thiophene) Oligomers},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ying Diao, Kristina M. Lenn, Wen-Ya Lee, Martin A. Blood-Forsythe, Jie Xu, Yisha Mao, Yeongin Kim, Julia A. Reinspach, Steve Park, Alán Aspuru-Guzik, Gi Xue, Paulette Clancy, Zhenan Bao, Stefan C. B. Mannsfeld, "Understanding Polymorphism in Organic Semiconductor Thin Films through Nanoconfinement", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 136, no. 49, pp. 17046–17057, Nov 2014. [doi] [Bibtex & Downloads]
Understanding Polymorphism in Organic Semiconductor Thin Films through Nanoconfinement
Reference
Ying Diao, Kristina M. Lenn, Wen-Ya Lee, Martin A. Blood-Forsythe, Jie Xu, Yisha Mao, Yeongin Kim, Julia A. Reinspach, Steve Park, Alán Aspuru-Guzik, Gi Xue, Paulette Clancy, Zhenan Bao, Stefan C. B. Mannsfeld, "Understanding Polymorphism in Organic Semiconductor Thin Films through Nanoconfinement", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 136, no. 49, pp. 17046–17057, Nov 2014. [doi]
Bibtex
@article{Diao_2014,
doi = {10.1021/ja507179d},
url = {https://doi.org/10.1021%2Fja507179d},
year = 2014,
month = {nov},
publisher = {American Chemical Society ({ACS})},
volume = {136},
number = {49},
pages = {17046--17057},
author = {Ying Diao and Kristina M. Lenn and Wen-Ya Lee and Martin A. Blood-Forsythe and Jie Xu and Yisha Mao and Yeongin Kim and Julia A. Reinspach and Steve Park and Al{\'{a}}n Aspuru-Guzik and Gi Xue and Paulette Clancy and Zhenan Bao and Stefan C. B. Mannsfeld},
title = {Understanding Polymorphism in Organic Semiconductor Thin Films through Nanoconfinement},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeronimo Castrillon, "Compiler Flow for Processors and Systems", In Winter School on Design, Programming and Applications of Multi Processor System on Chip (invited talk), Nov 2014. [Bibtex & Downloads]
Compiler Flow for Processors and Systems
Reference
Jeronimo Castrillon, "Compiler Flow for Processors and Systems", In Winter School on Design, Programming and Applications of Multi Processor System on Chip (invited talk), Nov 2014.
Bibtex
@Misc{castrillon2015tunis,
Title={Compiler Flow for Processors and Systems},
Author={Castrillon, Jeronimo},
HowPublished={Winter School on Design, Programming and Applications of Multi Processor System on Chip (invited talk)},
Year={2014},
Month=nov,
Location={Tunis, Tunisia},
url={https://cfaed.tu-dresden.de/files/user/jcastrillon/publications/141127_castrillon_compilers.pdf}
}Downloads
141127_castrillon_compilers [PDF]
Related Paths
Permalink
- Mahdi M. Khafaji, Corrado Carta, Klaus Tittelbach-Helmrich, Daniel Mičušík, Gunter Fischer, Johann Christoph Scheytt, Frank Ellinger, "A 32\,GS/s Multiplexer with 1\,kbit Memory for Arbitrary Signal Generation for Testing Digital-to-Analog Converters", In IET Circuits, Devices & Systems, vol. 8, no. 6, pp. 459-468, Nov 2014. [doi] [Bibtex & Downloads]
A 32\,GS/s Multiplexer with 1\,kbit Memory for Arbitrary Signal Generation for Testing Digital-to-Analog Converters
Reference
Mahdi M. Khafaji, Corrado Carta, Klaus Tittelbach-Helmrich, Daniel Mičušík, Gunter Fischer, Johann Christoph Scheytt, Frank Ellinger, "A 32\,GS/s Multiplexer with 1\,kbit Memory for Arbitrary Signal Generation for Testing Digital-to-Analog Converters", In IET Circuits, Devices & Systems, vol. 8, no. 6, pp. 459-468, Nov 2014. [doi]
Bibtex
@Article{ Khafaji2014,
author = {Mahdi M. Khafaji and Corrado Carta and Klaus Tittelbach-Helmrich and Daniel Mičušík and Gunter Fischer and Johann Christoph Scheytt and Frank Ellinger},
title = {A {32\,GS/s} Multiplexer with 1\,kbit Memory for Arbitrary Signal Generation for Testing Digital-to-Analog Converters},
journal = {IET Circuits, Devices \& Systems},
volume = {8},
number = {6},
pages = {459-468},
month = nov,
year = {2014},
project = {A01},
doi = {10.1049/iet-cds.2013.0333}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Low-complexity energy efficiency optimization with statistical CSI in two-hop MIMO systems", In IEEE Signal Processing Letters, vol. 21, no. 11, pp. 1398-1402, Nov 2014. [Bibtex & Downloads]
Low-complexity energy efficiency optimization with statistical CSI in two-hop MIMO systems
Reference
Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Low-complexity energy efficiency optimization with statistical CSI in two-hop MIMO systems", In IEEE Signal Processing Letters, vol. 21, no. 11, pp. 1398-1402, Nov 2014.
Bibtex
@Article{ Zappone2014a---Zappone2014b,
author = {Alessio Zappone and Pan Cao and Eduard A. Jorswieck},
title = {Low-complexity energy efficiency optimization with statistical {CSI} in two-hop {MIMO} systems},
journal = {IEEE Signal Processing Letters},
volume = {21},
number = {11},
pages = {1398-1402},
month = nov,
year = {2014},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Pin-Hsun Lin, Eduard A. Jorswieck, "Energy-efficient secure communications in MISO-SE systems", Proceedings of the Asilomar Conference on Signals, Systems and Computers (Asilomar), Nov 2014. [Bibtex & Downloads]
Energy-efficient secure communications in MISO-SE systems
Reference
Alessio Zappone, Pin-Hsun Lin, Eduard A. Jorswieck, "Energy-efficient secure communications in MISO-SE systems", Proceedings of the Asilomar Conference on Signals, Systems and Computers (Asilomar), Nov 2014.
Bibtex
@InProceedings{ Zappone2014d,
author = {Alessio Zappone and Pin-Hsun Lin and Eduard A. Jorswieck},
title = {Energy-efficient secure communications in {MISO-SE} systems},
booktitle = {Proceedings of the Asilomar Conference on Signals, Systems and Computers (Asilomar)},
month = nov,
year = {2014},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Kirchner, Helmut Schift, "Mobility based 3D simulation of selective, viscoelastic polymer reflow using surface evolver", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 32, no. 6, pp. 06F701, Nov 2014. [doi] [Bibtex & Downloads]
Mobility based 3D simulation of selective, viscoelastic polymer reflow using surface evolver
Reference
Robert Kirchner, Helmut Schift, "Mobility based 3D simulation of selective, viscoelastic polymer reflow using surface evolver", In Journal of Vacuum Science & Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena, American Vacuum Society, vol. 32, no. 6, pp. 06F701, Nov 2014. [doi]
Bibtex
@article{Kirchner_2014,
doi = {10.1116/1.4896480},
url = {https://doi.org/10.1116%2F1.4896480},
year = 2014,
month = {nov},
publisher = {American Vacuum Society},
volume = {32},
number = {6},
pages = {06F701},
author = {Robert Kirchner and Helmut Schift},
title = {Mobility based 3D simulation of selective, viscoelastic polymer reflow using surface evolver},
journal = {Journal of Vacuum Science {\&} Technology B, Nanotechnology and Microelectronics: Materials, Processing, Measurement, and Phenomena}
}Downloads
No Downloads available for this publication
Permalink
- Axel Dreves, Francisco Facchinei, Andreas Fischer, Markus Herrich, "A new error bound result for generalized Nash equilibrium problems and its algorithmic application", In Computational Optimization and Applications, vol. 59, no. 1–2, pp. 63-84, Oct 2014. [Bibtex & Downloads]
A new error bound result for generalized Nash equilibrium problems and its algorithmic application
Reference
Axel Dreves, Francisco Facchinei, Andreas Fischer, Markus Herrich, "A new error bound result for generalized Nash equilibrium problems and its algorithmic application", In Computational Optimization and Applications, vol. 59, no. 1–2, pp. 63-84, Oct 2014.
Bibtex
@Article{ FiHe2013,
author = {Axel Dreves and Francisco Facchinei and Andreas Fischer and Markus Herrich},
title = {A new error bound result for generalized {Nash} equilibrium problems and its algorithmic application},
journal = {Computational Optimization and Applications},
volume = {59},
number = {1--2},
pages = {63-84},
month = oct,
year = {2014},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nitin Sukhija, Brandon Malone, Srishti Srivastava, Ioana Banicescu, Florina M. Ciorba, "A learning-based selection for portfolio scheduling of scientific applications on heterogeneous computing systems" , In Parallel and Cloud Computing, vol. 3, no. 4, pp. 66-81, Oct 2014. [Bibtex & Downloads]
A learning-based selection for portfolio scheduling of scientific applications on heterogeneous computing systems
Reference
Nitin Sukhija, Brandon Malone, Srishti Srivastava, Ioana Banicescu, Florina M. Ciorba, "A learning-based selection for portfolio scheduling of scientific applications on heterogeneous computing systems" , In Parallel and Cloud Computing, vol. 3, no. 4, pp. 66-81, Oct 2014.
Bibtex
@Article{ auto-key*bk,
author = {Nitin Sukhija and Brandon Malone and Srishti Srivastava and Ioana Banicescu and Florina M. Ciorba},
title = {A learning-based selection for portfolio scheduling of scientific applications on heterogeneous computing systems},
journal = {Parallel and Cloud Computing},
volume = {3},
number = {4},
pages = {66-81},
month = oct,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Ilsche, Joseph Schuchart, Robert Schöne, Daniel Hackenberg, "Tools for high performance computing" , Proceedings of the International Workshop on Parallel Tools for High Performance Computing, Oct 2014. [Bibtex & Downloads]
Tools for high performance computing
Reference
Thomas Ilsche, Joseph Schuchart, Robert Schöne, Daniel Hackenberg, "Tools for high performance computing" , Proceedings of the International Workshop on Parallel Tools for High Performance Computing, Oct 2014.
Bibtex
@InProceedings{ auto-key*bl,
author = {Thomas Ilsche and Joseph Schuchart and Robert Schöne and Daniel Hackenberg},
title = {Tools for high performance computing},
booktitle = {Proceedings of the International Workshop on Parallel Tools for High Performance Computing},
month = oct,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Nardmann, Julia Krause, Michael Schröter, "An evaluation of extraction methods for the emitter resistance for InP DHBTs", Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS), Oct 2014. [Bibtex & Downloads]
An evaluation of extraction methods for the emitter resistance for InP DHBTs
Reference
Tobias Nardmann, Julia Krause, Michael Schröter, "An evaluation of extraction methods for the emitter resistance for InP DHBTs", Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS), Oct 2014.
Bibtex
@InProceedings{ Nardmann2014,
author = {Tobias Nardmann and Julia Krause and Michael Schröter},
title = {An evaluation of extraction methods for the emitter resistance for {InP DHBTs}},
booktitle = {Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS)},
month = oct,
year = {2014},
project = {A06}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pin-Hsun Lin, Eduard A. Jorswieck, "On the fading Gaussian wiretap channel with statistical channel state information at transmitter" , Proceedings of the IEEE Conference on Communications and Network Security (CNS), Workshop on Physical-layer Methods for Wireless Security (PhySec), Oct 2014. [Bibtex & Downloads]
On the fading Gaussian wiretap channel with statistical channel state information at transmitter
Reference
Pin-Hsun Lin, Eduard A. Jorswieck, "On the fading Gaussian wiretap channel with statistical channel state information at transmitter" , Proceedings of the IEEE Conference on Communications and Network Security (CNS), Workshop on Physical-layer Methods for Wireless Security (PhySec), Oct 2014.
Bibtex
@InProceedings{ auto-key*cl,
author = {Pin-Hsun Lin and Eduard A. Jorswieck},
title = {On the fading {Gaussian} wiretap channel with statistical channel state information at transmitter},
booktitle = {Proceedings of the IEEE Conference on Communications and Network Security (CNS), Workshop on Physical-layer Methods for Wireless Security (PhySec)},
month = oct,
year = {2014},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Hermann Härtig, "Heterogeneity by the Numbers: A Study of the ODROID XU+E big.LITTLE Platform", Proceedings of the Workshop on Power-Aware Computing and Systems (HotPower), Oct 2014. [Bibtex & Downloads]
Heterogeneity by the Numbers: A Study of the ODROID XU+E big.LITTLE Platform
Reference
Marcus Hähnel, Hermann Härtig, "Heterogeneity by the Numbers: A Study of the ODROID XU+E big.LITTLE Platform", Proceedings of the Workshop on Power-Aware Computing and Systems (HotPower), Oct 2014.
Bibtex
@InProceedings{ 187116,
author = {Marcus Hähnel and Hermann Härtig},
title = {Heterogeneity by the Numbers: {A} Study of the {ODROID XU+E big.LITTLE} Platform},
booktitle = {Proceedings of the Workshop on Power-Aware Computing and Systems (HotPower)},
month = oct,
year = {2014},
project = {B04},
annote = {https://www.usenix.org/conference/hotpower14/workshop-program/presentation/hartig}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Stefan Borgwardt, Rafael Peñaloza, "On the Decidability Status of Fuzzy A $\mscrL$ C \textdollar\mathcal $\lbrace$A$\rbrace$\mathcal $\lbrace$L$\rbrace$\mathcal $\lbrace$C$\rbrace$\textdollar with General Concept Inclusions" , In Journal of Philosophical Logic, Springer Nature, vol. 44, no. 2, pp. 117–146, Oct 2014. [doi] [Bibtex & Downloads]
On the Decidability Status of Fuzzy A $\mscrL$ C \textdollar\mathcal $\lbrace$A$\rbrace$\mathcal $\lbrace$L$\rbrace$\mathcal $\lbrace$C$\rbrace$\textdollar with General Concept Inclusions
Reference
Franz Baader, Stefan Borgwardt, Rafael Peñaloza, "On the Decidability Status of Fuzzy A $\mscrL$ C \textdollar\mathcal $\lbrace$A$\rbrace$\mathcal $\lbrace$L$\rbrace$\mathcal $\lbrace$C$\rbrace$\textdollar with General Concept Inclusions" , In Journal of Philosophical Logic, Springer Nature, vol. 44, no. 2, pp. 117–146, Oct 2014. [doi]
Bibtex
@article{Baader_2014,
doi = {10.1007/s10992-014-9329-3},
url = {https://doi.org/10.1007%2Fs10992-014-9329-3},
year = 2014,
month = {oct},
publisher = {Springer Nature},
volume = {44},
number = {2},
pages = {117--146},
author = {Franz Baader and Stefan Borgwardt and Rafael Pe{\~{n}}aloza},
title = {On the Decidability Status of Fuzzy A $\{mscrL}$ C {\textdollar}{\textbackslash}mathcal $\lbrace$A$\rbrace${\textbackslash}mathcal $\lbrace$L$\rbrace${\textbackslash}mathcal $\lbrace$C$\rbrace${\textdollar} with General Concept Inclusions},
journal = {Journal of Philosophical Logic}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Meik Dörpinghaus, Günther Koliander, Giuseppe Durisi, Erwin Riegler, Heinrich Meyr, "Oversampling increases the pre-log of noncoherent Rayleigh fading channels.", In IEEE Transactions on Information Theory, vol. 60, no. 9, pp. 5673-5681, September 2014. [Bibtex & Downloads]
Oversampling increases the pre-log of noncoherent Rayleigh fading channels.
Reference
Meik Dörpinghaus, Günther Koliander, Giuseppe Durisi, Erwin Riegler, Heinrich Meyr, "Oversampling increases the pre-log of noncoherent Rayleigh fading channels.", In IEEE Transactions on Information Theory, vol. 60, no. 9, pp. 5673-5681, September 2014.
Bibtex
@article{dorpinghaus2014oversampling,
title={Oversampling increases the pre-log of noncoherent Rayleigh fading channels.},
author={D{\"o}rpinghaus, Meik and Koliander, G{\"u}nther and Durisi, Giuseppe and Riegler, Erwin and Meyr, Heinrich},
journal={IEEE Transactions on Information Theory},
volume={60},
number={9},
pages={5673-5681},
month={September},
year={2014},
}Downloads
Oversampling14 [PDF]
Related Paths
Permalink
- Yue Zhang, Ying Diao, Hyunbok Lee, Timothy J. Mirabito, Richard W. Johnson, Egle Puodziukynaite, Jacob John, Kenneth R. Carter, Todd Emrick, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Intrinsic and Extrinsic Parameters for Controlling the Growth of Organic Single-Crystalline Nanopillars in Photovoltaics", In Nano Letters, American Chemical Society (ACS), vol. 14, no. 10, pp. 5547–5554, Sep 2014. [doi] [Bibtex & Downloads]
Intrinsic and Extrinsic Parameters for Controlling the Growth of Organic Single-Crystalline Nanopillars in Photovoltaics
Reference
Yue Zhang, Ying Diao, Hyunbok Lee, Timothy J. Mirabito, Richard W. Johnson, Egle Puodziukynaite, Jacob John, Kenneth R. Carter, Todd Emrick, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Intrinsic and Extrinsic Parameters for Controlling the Growth of Organic Single-Crystalline Nanopillars in Photovoltaics", In Nano Letters, American Chemical Society (ACS), vol. 14, no. 10, pp. 5547–5554, Sep 2014. [doi]
Bibtex
@article{Zhang_2014,
doi = {10.1021/nl501933q},
url = {https://doi.org/10.1021%2Fnl501933q},
year = 2014,
month = {sep},
publisher = {American Chemical Society ({ACS})},
volume = {14},
number = {10},
pages = {5547--5554},
author = {Yue Zhang and Ying Diao and Hyunbok Lee and Timothy J. Mirabito and Richard W. Johnson and Egle Puodziukynaite and Jacob John and Kenneth R. Carter and Todd Emrick and Stefan C. B. Mannsfeld and Alejandro L. Briseno},
title = {Intrinsic and Extrinsic Parameters for Controlling the Growth of Organic Single-Crystalline Nanopillars in Photovoltaics},
journal = {Nano Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Landau, Gerhard P. Fettweis, "On reconstructable ASK-sequences for receivers employing 1-bit quantization and oversampling", Proceedings of the IEEE International Conference on Ultra-Wideband (ICUWB), Sep 2014. [Bibtex & Downloads]
On reconstructable ASK-sequences for receivers employing 1-bit quantization and oversampling
Reference
Lukas Landau, Gerhard P. Fettweis, "On reconstructable ASK-sequences for receivers employing 1-bit quantization and oversampling", Proceedings of the IEEE International Conference on Ultra-Wideband (ICUWB), Sep 2014.
Bibtex
@InProceedings{ Landau_ICUWB14,
author = {Lukas Landau and Gerhard P. Fettweis},
title = {On reconstructable {ASK}-sequences for receivers employing 1-bit quantization and oversampling},
booktitle = {Proceedings of the IEEE International Conference on Ultra-Wideband (ICUWB)},
month = sep,
year = {2014},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tim Hälsig, Lukas Landau, Gerhard Paul Fettweis, "Spectral efficient communications employing 1-bit quantization and oversampling at the receiver", Proceedings of the IEEE Vehicular Technology Conference (VTC-Fall), Sep 2014. [Bibtex & Downloads]
Spectral efficient communications employing 1-bit quantization and oversampling at the receiver
Reference
Tim Hälsig, Lukas Landau, Gerhard Paul Fettweis, "Spectral efficient communications employing 1-bit quantization and oversampling at the receiver", Proceedings of the IEEE Vehicular Technology Conference (VTC-Fall), Sep 2014.
Bibtex
@InProceedings{ Haelsig_VTC14_Fall,
author = {Tim Hälsig and Lukas Landau and Gerhard Paul Fettweis},
title = {Spectral efficient communications employing 1-bit quantization and oversampling at the receiver},
booktitle = {Proceedings of the IEEE Vehicular Technology Conference (VTC-Fall)},
month = sep,
year = {2014},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahadevan Balasubramaniam, Ioana Banicescu, Florina Monica Ciorba, "Scalability analysis and evaluation of divisible load scheduling" , Proceedings of the International Conference on Parallel Processing (ICPP), Sep 2014. [Bibtex & Downloads]
Scalability analysis and evaluation of divisible load scheduling
Reference
Mahadevan Balasubramaniam, Ioana Banicescu, Florina Monica Ciorba, "Scalability analysis and evaluation of divisible load scheduling" , Proceedings of the International Conference on Parallel Processing (ICPP), Sep 2014.
Bibtex
@InProceedings{ auto-key*bj,
author = {Mahadevan Balasubramaniam and Ioana Banicescu and Florina Monica Ciorba},
title = {Scalability analysis and evaluation of divisible load scheduling},
booktitle = {Proceedings of the International Conference on Parallel Processing (ICPP)},
month = sep,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Pawlak, Steffen Lehmann, Michael Schröter, "A simple and accurate method for extracting the emitter and thermal resistance of BJTs and HBTs", Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Sep 2014. [doi] [Bibtex & Downloads]
A simple and accurate method for extracting the emitter and thermal resistance of BJTs and HBTs
Reference
Andreas Pawlak, Steffen Lehmann, Michael Schröter, "A simple and accurate method for extracting the emitter and thermal resistance of BJTs and HBTs", Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Sep 2014. [doi]
Bibtex
@InProceedings{ Pawlak2014,
author = {Andreas Pawlak and Steffen Lehmann and Michael Schröter},
title = {A simple and accurate method for extracting the emitter and thermal resistance of {BJTs and HBTs}},
booktitle = {Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM)},
month = sep,
year = {2014},
project = {A06},
doi = {10.1109/BCTM.2014.6981308}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Pfennig, Elke Franz, Sabrina Engelmann, Anne Wolf, "End-to-End Key Establishment using Physical Layer Key Generation with Specific Attacker Models", Proceedings of the Workshop on Communication Security (WCS), Sep 2014. [Bibtex & Downloads]
End-to-End Key Establishment using Physical Layer Key Generation with Specific Attacker Models
Reference
Stefan Pfennig, Elke Franz, Sabrina Engelmann, Anne Wolf, "End-to-End Key Establishment using Physical Layer Key Generation with Specific Attacker Models", Proceedings of the Workshop on Communication Security (WCS), Sep 2014.
Bibtex
@InProceedings{ Pfennig2014b,
author = {Stefan Pfennig and Elke Franz and Sabrina Engelmann and Anne Wolf},
title = {End-to-End Key Establishment using Physical Layer Key Generation with Specific Attacker Models},
booktitle = {Proceedings of the Workshop on Communication Security (WCS)},
month = sep,
year = {2014},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kühn, Max Leuthäuser, Sebastian Götz, Christoph Seidl, Uwe Aßmann, "A metamodel family for role-based modelling and programming languages" , Chapter in Software Language Engineering (Benoît Combemale and David J. Pearce and Olivier Barais and Jurgen J. Vinju) , Springer, vol. 8706, pp. 141-160, Sep 2014. [Bibtex & Downloads]
A metamodel family for role-based modelling and programming languages
Reference
Thomas Kühn, Max Leuthäuser, Sebastian Götz, Christoph Seidl, Uwe Aßmann, "A metamodel family for role-based modelling and programming languages" , Chapter in Software Language Engineering (Benoît Combemale and David J. Pearce and Olivier Barais and Jurgen J. Vinju) , Springer, vol. 8706, pp. 141-160, Sep 2014.
Bibtex
@InCollection{ auto-key*dx,
author = {Thomas Kühn and Max Leuthäuser and Sebastian Götz and Christoph Seidl and Uwe Aßmann},
title = {A metamodel family for role-based modelling and programming languages},
booktitle = {Software Language Engineering},
editor = {Benoît Combemale and David J. Pearce and Olivier Barais and Jurgen J. Vinju},
publisher = {Springer},
volume = {8706},
series = {Lecture Notes in Computer Science},
pages = {141-160},
month = sep,
year = {2014},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dorian Merz, Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Reasoning in ALC with Fuzzy Concrete Domains", Chapter in KI 2014: Advances in Artificial Intelligence (Carsten Lutz and Michael Thielscher), Springer, vol. 8736, pp. 171-182, Sep 2014. [Bibtex & Downloads]
Reasoning in ALC with Fuzzy Concrete Domains
Reference
Dorian Merz, Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Reasoning in ALC with Fuzzy Concrete Domains", Chapter in KI 2014: Advances in Artificial Intelligence (Carsten Lutz and Michael Thielscher), Springer, vol. 8736, pp. 171-182, Sep 2014.
Bibtex
@InCollection{ MePeTu-KI-14,
author = {Merz, Dorian and Peñaloza Nyssen, Rafael and Turhan, Anni-Yasmin},
title = {Reasoning in {ALC} with Fuzzy Concrete Domains},
booktitle = {KI~2014: Advances in Artificial Intelligence},
editor = {Carsten Lutz and Michael Thielscher},
publisher = {Springer},
volume = {8736},
series = {Lecture Notes in Artificial Intelligence},
pages = {171-182},
month = sep,
year = {2014},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kissinger, Tim Kiefer, Benjamin Schlegel, Dirk Habich, Daniel Molka, Wolfgang Lehner, "ERIS: A NUMA-aware in\nobreakdash-memory storage engine for analytical workload", Proceedings of the International Workshop on Accelerating Data Management Systems Using Modern Processor and Storage Architectures (ADMS), Sep 2014. [Bibtex & Downloads]
ERIS: A NUMA-aware in\nobreakdash-memory storage engine for analytical workload
Reference
Thomas Kissinger, Tim Kiefer, Benjamin Schlegel, Dirk Habich, Daniel Molka, Wolfgang Lehner, "ERIS: A NUMA-aware in\nobreakdash-memory storage engine for analytical workload", Proceedings of the International Workshop on Accelerating Data Management Systems Using Modern Processor and Storage Architectures (ADMS), Sep 2014.
Bibtex
@InProceedings{ eris,
author = {Thomas Kissinger and Tim Kiefer and Benjamin Schlegel and Dirk Habich and Daniel Molka and Wolfgang Lehner},
title = {{ERIS: A NUMA}-aware in\nobreakdash-memory storage engine for analytical workload},
booktitle = {Proceedings of the International Workshop on Accelerating Data Management Systems Using Modern Processor and Storage Architectures (ADMS)},
month = sep,
year = {2014},
project = {A04, B05}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Slawomir Prucnal, Markus Glaser, Alois Lugstein, Emmerich Bertagnolli, Michael Stöger-Pollach, Shengqiang Zhou, Manfred Helm, Denis Reichel, Lars Rebohle, Marcin Turek, Jerzy Zuk, Wolfgang Skorupa, "III\textendashV semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy", In Nano Research, Springer Nature, vol. 7, no. 12, pp. 1769–1776, Sep 2014. [doi] [Bibtex & Downloads]
III\textendashV semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy
Reference
Slawomir Prucnal, Markus Glaser, Alois Lugstein, Emmerich Bertagnolli, Michael Stöger-Pollach, Shengqiang Zhou, Manfred Helm, Denis Reichel, Lars Rebohle, Marcin Turek, Jerzy Zuk, Wolfgang Skorupa, "III\textendashV semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy", In Nano Research, Springer Nature, vol. 7, no. 12, pp. 1769–1776, Sep 2014. [doi]
Bibtex
@article{Prucnal_2014,
doi = {10.1007/s12274-014-0536-6},
url = {https://doi.org/10.1007%2Fs12274-014-0536-6},
year = 2014,
month = {sep},
publisher = {Springer Nature},
volume = {7},
number = {12},
pages = {1769--1776},
author = {Slawomir Prucnal and Markus Glaser and Alois Lugstein and Emmerich Bertagnolli and Michael Stöger-Pollach and Shengqiang Zhou and Manfred Helm and Denis Reichel and Lars Rebohle and Marcin Turek and Jerzy Zuk and Wolfgang Skorupa},
title = {{III}{\textendash}V semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy},
journal = {Nano Research}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Bartusch, Mimi Hetti, Doris Pospiech, Maria Riedel, Joerg Meyer, Cormac Toher, Volker Neu, Igor Gazuz, Lenin S. Shagolsem, Jens-Uwe Sommer, Rolf-Dieter Hund, Chokri Cherif, Francesca Moresco, Gianaurelio Cuniberti, Brigitte Voit, "Innovative Molecular Design for a Volume Oriented Component Diagnostic: Modified Magnetic Nanoparticles on High Performance Yarns for Smart Textiles", In Advanced Engineering Materials, Wiley, vol. 16, no. 10, pp. 1276–1283, Sep 2014. [doi] [Bibtex & Downloads]
Innovative Molecular Design for a Volume Oriented Component Diagnostic: Modified Magnetic Nanoparticles on High Performance Yarns for Smart Textiles
Reference
Matthias Bartusch, Mimi Hetti, Doris Pospiech, Maria Riedel, Joerg Meyer, Cormac Toher, Volker Neu, Igor Gazuz, Lenin S. Shagolsem, Jens-Uwe Sommer, Rolf-Dieter Hund, Chokri Cherif, Francesca Moresco, Gianaurelio Cuniberti, Brigitte Voit, "Innovative Molecular Design for a Volume Oriented Component Diagnostic: Modified Magnetic Nanoparticles on High Performance Yarns for Smart Textiles", In Advanced Engineering Materials, Wiley, vol. 16, no. 10, pp. 1276–1283, Sep 2014. [doi]
Bibtex
@article{Bartusch_2014,
doi = {10.1002/adem.201400192},
url = {https://doi.org/10.1002%2Fadem.201400192},
year = 2014,
month = {sep},
publisher = {Wiley},
volume = {16},
number = {10},
pages = {1276--1283},
author = {Matthias Bartusch and Mimi Hetti and Doris Pospiech and Maria Riedel and Joerg Meyer and Cormac Toher and Volker Neu and Igor Gazuz and Lenin S. Shagolsem and Jens-Uwe Sommer and Rolf-Dieter Hund and Chokri Cherif and Francesca Moresco and Gianaurelio Cuniberti and Brigitte Voit},
title = {Innovative Molecular Design for a Volume Oriented Component Diagnostic: Modified Magnetic Nanoparticles on High Performance Yarns for Smart Textiles},
journal = {Advanced Engineering Materials}
}Downloads
No Downloads available for this publication
Permalink
- Ali Ahari, Behnam Khaleghi, Zahra Ebrahimi, Hossein Asadi, Mehdi B. Tahoori, "Towards dark silicon era in FPGAs using complementary hard logic design", In Proceeding: 2014 24th International Conference on Field Programmable Logic and Applications (FPL), IEEE, Sep 2014. [doi] [Bibtex & Downloads]
Towards dark silicon era in FPGAs using complementary hard logic design
Reference
Ali Ahari, Behnam Khaleghi, Zahra Ebrahimi, Hossein Asadi, Mehdi B. Tahoori, "Towards dark silicon era in FPGAs using complementary hard logic design", In Proceeding: 2014 24th International Conference on Field Programmable Logic and Applications (FPL), IEEE, Sep 2014. [doi]
Bibtex
@inproceedings{Ahari_2014,
doi = {10.1109/fpl.2014.6927504},
url = {https://doi.org/10.1109%2Ffpl.2014.6927504},
year = 2014,
month = {sep},
publisher = ,
author = {Ali Ahari and Behnam Khaleghi and Zahra Ebrahimi and Hossein Asadi and Mehdi B. Tahoori},
title = {Towards dark silicon era in {FPGAs} using complementary hard logic design},
booktitle = {2014 24th International Conference on Field Programmable Logic and Applications ({FPL})}
}Downloads
No Downloads available for this publication
Permalink
- Giuseppa Alfano, Alessio Zappone, Eduard A. Jorswieck, Guido Montorsi, "Mutual information of phase-noise impaired wireless networks", Proceedings of the International Symposium on Wireless Communication Systems (ISWCS), Aug 2014. [Bibtex & Downloads]
Mutual information of phase-noise impaired wireless networks
Reference
Giuseppa Alfano, Alessio Zappone, Eduard A. Jorswieck, Guido Montorsi, "Mutual information of phase-noise impaired wireless networks", Proceedings of the International Symposium on Wireless Communication Systems (ISWCS), Aug 2014.
Bibtex
@InProceedings{ Alfano2014,
author = {Giuseppa Alfano and Alessio Zappone and Eduard A. Jorswieck and Guido Montorsi},
title = {Mutual information of phase-noise impaired wireless networks},
booktitle = {Proceedings of the International Symposium on Wireless Communication Systems (ISWCS)},
month = aug,
year = {2014},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bho Matthiesen, Alessio Zappone, Eduard A. Jorswieck, "Spectral and energy efficiency in 3-way relay channels with circular message exchanges", Proceedings of the International Symposium on Wireless Communication Systems (ISWCS), Aug 2014. [doi] [Bibtex & Downloads]
Spectral and energy efficiency in 3-way relay channels with circular message exchanges
Reference
Bho Matthiesen, Alessio Zappone, Eduard A. Jorswieck, "Spectral and energy efficiency in 3-way relay channels with circular message exchanges", Proceedings of the International Symposium on Wireless Communication Systems (ISWCS), Aug 2014. [doi]
Bibtex
@InProceedings{ Matthiesen2014,
author = {Bho Matthiesen and Alessio Zappone and Eduard A. Jorswieck},
title = {Spectral and energy efficiency in 3-way relay channels with circular message exchanges},
booktitle = {Proceedings of the International Symposium on Wireless Communication Systems (ISWCS)},
month = aug,
year = {2014},
project = {A03},
doi = {10.1109/ISWCS.2014.6933325}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Roman Tkachov, Hartmut Komber, Sebastian Rauch, Albena Lederer, Ulrich Oertel, Liane Häußler, Brigitte Voit, Anton Kiriy, "One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene\textendashNaphthalenediimide/Fluorene Copolymer", In Macromolecules, American Chemical Society (ACS), vol. 47, no. 15, pp. 4994–5001, Aug 2014. [doi] [Bibtex & Downloads]
One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene\textendashNaphthalenediimide/Fluorene Copolymer
Reference
Roman Tkachov, Hartmut Komber, Sebastian Rauch, Albena Lederer, Ulrich Oertel, Liane Häußler, Brigitte Voit, Anton Kiriy, "One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene\textendashNaphthalenediimide/Fluorene Copolymer", In Macromolecules, American Chemical Society (ACS), vol. 47, no. 15, pp. 4994–5001, Aug 2014. [doi]
Bibtex
@article{Tkachov_2014,
doi = {10.1021/ma5006588},
url = {https://doi.org/10.1021%2Fma5006588},
year = 2014,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {47},
number = {15},
pages = {4994--5001},
author = {Roman Tkachov and Hartmut Komber and Sebastian Rauch and Albena Lederer and Ulrich Oertel and Liane Häu{\ss}ler and Brigitte Voit and Anton Kiriy},
title = {One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene{\textendash}Naphthalenediimide/Fluorene Copolymer},
journal = {Macromolecules}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Timothy Hansen, Florina M. Ciorba, Anthony A. Maciejewski, Howard Jay Siegel, Srishti Srivastava, Ioana Banicescu, "Heuristics for robust allocation of resources to parallel applications with uncertain execution times in heterogeneous systems with uncertain availability" , Proceedings of the World Congress on Engineering (WCE), Jul 2014. [Bibtex & Downloads]
Heuristics for robust allocation of resources to parallel applications with uncertain execution times in heterogeneous systems with uncertain availability
Reference
Timothy Hansen, Florina M. Ciorba, Anthony A. Maciejewski, Howard Jay Siegel, Srishti Srivastava, Ioana Banicescu, "Heuristics for robust allocation of resources to parallel applications with uncertain execution times in heterogeneous systems with uncertain availability" , Proceedings of the World Congress on Engineering (WCE), Jul 2014.
Bibtex
@InProceedings{ auto-key*bh,
author = {Timothy Hansen and Florina M. Ciorba and Anthony A. Maciejewski and Howard Jay Siegel and Srishti Srivastava and Ioana Banicescu},
title = {Heuristics for robust allocation of resources to parallel applications with uncertain execution times in heterogeneous systems with uncertain availability},
booktitle = {Proceedings of the World Congress on Engineering (WCE)},
month = jul,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Schöne, Joseph Schuchart, Thomas Ilsche, Daniel Hackenberg, "Scalable tools for non-intrusive performance debugging of parallel Linux workloads" , Proceedings of the Ottawa Linux Symposium (OLS), Jul 2014. [Bibtex & Downloads]
Scalable tools for non-intrusive performance debugging of parallel Linux workloads
Reference
Robert Schöne, Joseph Schuchart, Thomas Ilsche, Daniel Hackenberg, "Scalable tools for non-intrusive performance debugging of parallel Linux workloads" , Proceedings of the Ottawa Linux Symposium (OLS), Jul 2014.
Bibtex
@InProceedings{ auto-key*bi,
author = {Robert Schöne and Joseph Schuchart and Thomas Ilsche and Daniel Hackenberg},
title = {Scalable tools for non-intrusive performance debugging of parallel {Linux} workloads},
booktitle = {Proceedings of the Ottawa Linux Symposium (OLS)},
month = jul,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Piechnick, Georg Püschel, Sebastian Götz, Thomas Kühn, Ronny Kaiser, Uwe Aßmann, "Towards context modeling in space and time" , Chapter in Proceedings of the International Conference on Software Technologies: Applications and Foundations (STAF), International Workshop on Model-Driven Robot Software Engineering (MORSE) (Uwe Aßmann and Gerd Wagner) , CEUR-WS.org, vol. 1319, pp. 42-53, Jul 2014. [Bibtex & Downloads]
Towards context modeling in space and time
Reference
Christian Piechnick, Georg Püschel, Sebastian Götz, Thomas Kühn, Ronny Kaiser, Uwe Aßmann, "Towards context modeling in space and time" , Chapter in Proceedings of the International Conference on Software Technologies: Applications and Foundations (STAF), International Workshop on Model-Driven Robot Software Engineering (MORSE) (Uwe Aßmann and Gerd Wagner) , CEUR-WS.org, vol. 1319, pp. 42-53, Jul 2014.
Bibtex
@InCollection{ auto-key*dw,
author = {Christian Piechnick and Georg Püschel and Sebastian Götz and Thomas Kühn and Ronny Kaiser and Uwe Aßmann},
title = {Towards context modeling in space and time},
booktitle = {Proceedings of the International Conference on Software Technologies: Applications and Foundations (STAF), International Workshop on Model-Driven Robot Software Engineering (MORSE)},
editor = {Uwe Aßmann and Gerd Wagner},
publisher = {CEUR-WS.org},
volume = {1319},
series = {CEUR Workshop Proceedings},
pages = {42-53},
month = jul,
year = {2014},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "Decidable Gödel description logics without the finitely-valued model property", Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR), Jul 2014. [Bibtex & Downloads]
Decidable Gödel description logics without the finitely-valued model property
Reference
Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "Decidable Gödel description logics without the finitely-valued model property", Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR), Jul 2014.
Bibtex
@InProceedings{ BoDP-KR14,
author = {Borgwardt, Stefan and Distel, Felix and Peñaloza Nyssen, Rafael},
title = {Decidable {Gödel} description logics without the finitely-valued model property},
booktitle = {Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR)},
month = jul,
year = {2014},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Distel, Jamal Atif, Isabelle Bloch, "Concept Dissimilarity with Triangle Inequality", Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR), Jul 2014. [Bibtex & Downloads]
Concept Dissimilarity with Triangle Inequality
Reference
Felix Distel, Jamal Atif, Isabelle Bloch, "Concept Dissimilarity with Triangle Inequality", Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR), Jul 2014.
Bibtex
@InProceedings{ DiAtBl-KR14,
author = {Felix Distel and Jamal Atif and Isabelle Bloch},
title = {Concept Dissimilarity with Triangle Inequality},
booktitle = {Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR)},
month = jul,
year = {2014},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "Gödel Description Logics with General Models" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Meghyn Bienvenu and Magdalena Ortiz and Riccardo Rosati and Mantas Simkus) , CEUR-WS.org, vol. 1193, pp. 391-403, Jul 2014. [Bibtex & Downloads]
Gödel Description Logics with General Models
Reference
Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "Gödel Description Logics with General Models" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Meghyn Bienvenu and Magdalena Ortiz and Riccardo Rosati and Mantas Simkus) , CEUR-WS.org, vol. 1193, pp. 391-403, Jul 2014.
Bibtex
@InCollection{ auto-key*er,
author = {Borgwardt, Stefan and Distel, Felix and Peñaloza Nyssen, Rafael},
title = {Gödel Description Logics with General Models},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Meghyn Bienvenu and Magdalena Ortiz and Riccardo Rosati and Mantas Simkus},
publisher = {CEUR-WS.org},
volume = {1193},
series = {CEUR Workshop Proceedings},
pages = {391-403},
month = jul,
year = {2014},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, "Just: a Tool for Computing Justifications w.r.t. EL
Ontologies", Informal Proceedings of the 3rd International Workshop on OWL
Reasoner Evaluation (ORE 2014) (Samantha Bail and Birte Glimm and Ernesto Jiménez-Ruiz and
Nicolas Matentzoglu and Bijan Parsia and Andreas Steigmiller), vol. 1207, pp. 1-7, July 2014. [Bibtex & Downloads]
Just: a Tool for Computing Justifications w.r.t. EL Ontologies
Reference
Michel Ludwig, "Just: a Tool for Computing Justifications w.r.t. EL Ontologies", Informal Proceedings of the 3rd International Workshop on OWL Reasoner Evaluation (ORE 2014) (Samantha Bail and Birte Glimm and Ernesto Jiménez-Ruiz and Nicolas Matentzoglu and Bijan Parsia and Andreas Steigmiller), vol. 1207, pp. 1-7, July 2014.
Bibtex
@inproceedings{ludwig14_just,
author = {Michel Ludwig},
title = {Just: a Tool for Computing Justifications w.r.t. EL
Ontologies},
booktitle = {Informal Proceedings of the 3rd International Workshop on OWL
Reasoner Evaluation (ORE 2014)},
year = 2014,
volume = 1207,
pages = {1-7},
editor = {Samantha Bail and Birte Glimm and Ernesto Jim{\'e}nez-Ruiz and
Nicolas Matentzoglu and Bijan Parsia and Andreas Steigmiller},
month = {July},
series = {CEUR Workshop Proceedings},
venue = {Vienna, Austria},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Berndt, Doris Pospiech, Dieter Jehnichen, Liane Häußler, Brigitte Voit, Mahmoud Al-Hussein, Matthias Plötner, Amit Kumar, Wolf-Joachim Fischer, "Methacrylate Copolymers with Liquid Crystalline Side Chains for Organic Gate Dielectric Applications", In ACS applied materials & interfaces, ACS Publications, vol. 7, no. 23, pp. 12339–12347, Jun 2014. [doi] [Bibtex & Downloads]
Methacrylate Copolymers with Liquid Crystalline Side Chains for Organic Gate Dielectric Applications
Reference
Andreas Berndt, Doris Pospiech, Dieter Jehnichen, Liane Häußler, Brigitte Voit, Mahmoud Al-Hussein, Matthias Plötner, Amit Kumar, Wolf-Joachim Fischer, "Methacrylate Copolymers with Liquid Crystalline Side Chains for Organic Gate Dielectric Applications", In ACS applied materials & interfaces, ACS Publications, vol. 7, no. 23, pp. 12339–12347, Jun 2014. [doi]
Bibtex
@article{berndt2014methacrylate,
author={Berndt, Andreas and Pospiech, Doris and Jehnichen, Dieter and Häußler, Liane and Voit, Brigitte and Al-Hussein, Mahmoud and Plötner, Matthias and Kumar, Amit and Fischer, Wolf-Joachim},
doi={10.1021/am5069479},
journal={ACS applied materials & interfaces},
month={jun},
number={23},
pages={12339–12347},
publisher={ACS Publications},
title={Methacrylate Copolymers with Liquid Crystalline Side Chains for Organic Gate Dielectric Applications},
url={https://doi.org/10.1021%2Fam5069479},
volume={7},
year={2014},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Landau, Gerhard Paul Fettweis, "Information rates employing 1-bit quantization and oversampling", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2014. [Bibtex & Downloads]
Information rates employing 1-bit quantization and oversampling
Reference
Lukas Landau, Gerhard Paul Fettweis, "Information rates employing 1-bit quantization and oversampling", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2014.
Bibtex
@InProceedings{ Landau_SPAWC14,
author = {Lukas Landau and Gerhard Paul Fettweis},
title = {Information rates employing 1-bit quantization and oversampling},
booktitle = {Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC)},
month = jun,
year = {2014},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Najeeb ul Hassan, Michael Lentmaier, Iryna Andriyanova, Gerhard P. Fettweis, "Improving code diversity on block-fading channels by spatial coupling", Proceedings of the IEEE International Symposium on Information Theory (ISIT), Jun 2014. [Bibtex & Downloads]
Improving code diversity on block-fading channels by spatial coupling
Reference
Najeeb ul Hassan, Michael Lentmaier, Iryna Andriyanova, Gerhard P. Fettweis, "Improving code diversity on block-fading channels by spatial coupling", Proceedings of the IEEE International Symposium on Information Theory (ISIT), Jun 2014.
Bibtex
@InProceedings{ NajeebISIT14,
author = {ul Hassan, Najeeb and Lentmaier, Michael and Andriyanova, Iryna and Fettweis, Gerhard P.},
title = {Improving code diversity on block-fading channels by spatial coupling},
booktitle = {Proceedings of the IEEE International Symposium on Information Theory (ISIT)},
month = jun,
year = {2014},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Giuseppa Alfano, Alessio Zappone, Eduard Axel Jorswieck, Guido Montorsi, "Energy-efficiency of phase-noise impaired wireless networks", In Poster presentation at the European Conference on Networks and Communications (EuCNC), Jun 2014. [Bibtex & Downloads]
Energy-efficiency of phase-noise impaired wireless networks
Reference
Giuseppa Alfano, Alessio Zappone, Eduard Axel Jorswieck, Guido Montorsi, "Energy-efficiency of phase-noise impaired wireless networks", In Poster presentation at the European Conference on Networks and Communications (EuCNC), Jun 2014.
Bibtex
@Misc{ Alfano2014a,
author = {Alfano, Giuseppa and Zappone, Alessio and Jorswieck, Eduard Axel and Montorsi, Guido},
title = {Energy-efficiency of phase-noise impaired wireless networks},
howpublished = {Poster presentation at the European Conference on Networks and Communications (EuCNC)},
month = jun,
year = {2014},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahadevan Balasubramaniam, Ioana Banicescu, Florina M. Ciorba, "Robustness prediction and evaluation of divisible load scheduling on heterogeneous systems with uncertain perturbations" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2014. [Bibtex & Downloads]
Robustness prediction and evaluation of divisible load scheduling on heterogeneous systems with uncertain perturbations
Reference
Mahadevan Balasubramaniam, Ioana Banicescu, Florina M. Ciorba, "Robustness prediction and evaluation of divisible load scheduling on heterogeneous systems with uncertain perturbations" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2014.
Bibtex
@InProceedings{ auto-key*bg,
author = {Mahadevan Balasubramaniam and Ioana Banicescu and Florina M. Ciorba},
title = {Robustness prediction and evaluation of divisible load scheduling on heterogeneous systems with uncertain perturbations},
booktitle = {Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC)},
month = jun,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Pfennig, Elke Franz, "Adjustable Redundancy for Secure Network Coding in a Unicast Scenario", Proceedings of the International Symposium on Network Coding (NetCod), Jun 2014. [Bibtex & Downloads]
Adjustable Redundancy for Secure Network Coding in a Unicast Scenario
Reference
Stefan Pfennig, Elke Franz, "Adjustable Redundancy for Secure Network Coding in a Unicast Scenario", Proceedings of the International Symposium on Network Coding (NetCod), Jun 2014.
Bibtex
@InProceedings{ Pfennig2014,
author = {Stefan Pfennig and Elke Franz},
title = {Adjustable Redundancy for Secure Network Coding in a Unicast Scenario},
booktitle = {Proceedings of the International Symposium on Network Coding (NetCod)},
month = jun,
year = {2014},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Georg Püschel, Sebastian Götz, Claas Wilke, Christian Piechnick, Uwe Aßmann, "Testing Self-adaptive Software – Requirement Analysis and Solution Scheme", In International Journal on Advances in Software, vol. 7, no. 1–2, pp. 88-100, Jun 2014. [Bibtex & Downloads]
Testing Self-adaptive Software – Requirement Analysis and Solution Scheme
Reference
Georg Püschel, Sebastian Götz, Claas Wilke, Christian Piechnick, Uwe Aßmann, "Testing Self-adaptive Software – Requirement Analysis and Solution Scheme", In International Journal on Advances in Software, vol. 7, no. 1–2, pp. 88-100, Jun 2014.
Bibtex
@Article{ PGW+14,
author = {Georg Püschel and Sebastian Götz and Claas Wilke and Christian Piechnick and Uwe Aßmann},
title = {Testing Self-adaptive Software -- {Requirement} Analysis and Solution Scheme},
journal = {International Journal on Advances in Software},
volume = {7},
number = {1--2},
pages = {88-100},
month = jun,
year = {2014},
project = {B01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Till Kolditz, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Online Bit Flip Detection for In\nobreakdash-Memory B-Trees on Unreliable Hardware" , Proceedings of the ACM International Conference on Management of Data (SIGMOD), International Workshop on Data Management on New Hardware (DaMoN), Jun 2014. [doi] [Bibtex & Downloads]
Online Bit Flip Detection for In\nobreakdash-Memory B-Trees on Unreliable Hardware
Reference
Till Kolditz, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Online Bit Flip Detection for In\nobreakdash-Memory B-Trees on Unreliable Hardware" , Proceedings of the ACM International Conference on Management of Data (SIGMOD), International Workshop on Data Management on New Hardware (DaMoN), Jun 2014. [doi]
Bibtex
@InProceedings{ auto-key*gb,
author = {Till Kolditz and Benjamin Schlegel and Dirk Habich and Wolfgang Lehner},
title = {Online Bit Flip Detection for In\nobreakdash-Memory {B}-Trees on Unreliable Hardware},
booktitle = {Proceedings of the ACM International Conference on Management of Data (SIGMOD), International Workshop on Data Management on New Hardware (DaMoN)},
month = jun,
year = {2014},
project = {B05},
doi = {10.1145/2619228.2619233}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tim Kiefer, Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Daniel Molka, Wolfgang Lehner, "ERIS live: A NUMA-aware in\nobreakdash-memory storage engine for tera-scale multiprocessor systems", Proceedings of the ACM International Conference on Management of Data (SIGMOD), Jun 2014. [Bibtex & Downloads]
ERIS live: A NUMA-aware in\nobreakdash-memory storage engine for tera-scale multiprocessor systems
Reference
Tim Kiefer, Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Daniel Molka, Wolfgang Lehner, "ERIS live: A NUMA-aware in\nobreakdash-memory storage engine for tera-scale multiprocessor systems", Proceedings of the ACM International Conference on Management of Data (SIGMOD), Jun 2014.
Bibtex
@InProceedings{ DBLP:conf/sigmod/KieferKSHML14,
author = {Tim Kiefer and Thomas Kissinger and Benjamin Schlegel and Dirk Habich and Daniel Molka and Wolfgang Lehner},
title = {{ERIS live: A NUMA-aware} in\nobreakdash-memory storage engine for tera-scale multiprocessor systems},
booktitle = {Proceedings of the ACM International Conference on Management of Data (SIGMOD)},
month = jun,
year = {2014},
project = {B05}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christoph Möbius, Waltenegus Dargie, Alexander Schill, "Power Consumption Estimation Models for Processors, Virtual Machines, and Servers", In IEEE Transactions on Parallel and Distributed Systems, vol. 25, no. 6, pp. 1600-1614, Jun 2014. [Bibtex & Downloads]
Power Consumption Estimation Models for Processors, Virtual Machines, and Servers
Reference
Christoph Möbius, Waltenegus Dargie, Alexander Schill, "Power Consumption Estimation Models for Processors, Virtual Machines, and Servers", In IEEE Transactions on Parallel and Distributed Systems, vol. 25, no. 6, pp. 1600-1614, Jun 2014.
Bibtex
@Article{ Moebius2014,
author = {Christoph Möbius and Waltenegus Dargie and Alexander Schill},
title = {Power Consumption Estimation Models for Processors, Virtual Machines, and Servers},
journal = {IEEE Transactions on Parallel and Distributed Systems},
volume = {25},
number = {6},
pages = {1600-1614},
month = jun,
year = {2014},
project = {B06}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Roman Tkachov, Yevhen Karpov, Volodymyr Senkovskyy, Ivan Raguzin, Jakob Zessin, Albena Lederer, Manfred Stamm, Brigitte Voit, Tetyana Beryozkina, Vasiliy Bakulev, Wei Zhao, Antonio Facchetti, Anton Kiriy, "Efficient Tin-Free Route to a Donor\textendashAcceptor Semiconducting Copolymer with Variable Molecular Weights", In Macromolecules, American Chemical Society (ACS), vol. 47, no. 12, pp. 3845–3851, Jun 2014. [doi] [Bibtex & Downloads]
Efficient Tin-Free Route to a Donor\textendashAcceptor Semiconducting Copolymer with Variable Molecular Weights
Reference
Roman Tkachov, Yevhen Karpov, Volodymyr Senkovskyy, Ivan Raguzin, Jakob Zessin, Albena Lederer, Manfred Stamm, Brigitte Voit, Tetyana Beryozkina, Vasiliy Bakulev, Wei Zhao, Antonio Facchetti, Anton Kiriy, "Efficient Tin-Free Route to a Donor\textendashAcceptor Semiconducting Copolymer with Variable Molecular Weights", In Macromolecules, American Chemical Society (ACS), vol. 47, no. 12, pp. 3845–3851, Jun 2014. [doi]
Bibtex
@article{Tkachov_2014,
doi = {10.1021/ma5007667},
url = {https://doi.org/10.1021%2Fma5007667},
year = 2014,
month = {jun},
publisher = {American Chemical Society ({ACS})},
volume = {47},
number = {12},
pages = {3845--3851},
author = {Roman Tkachov and Yevhen Karpov and Volodymyr Senkovskyy and Ivan Raguzin and Jakob Zessin and Albena Lederer and Manfred Stamm and Brigitte Voit and Tetyana Beryozkina and Vasiliy Bakulev and Wei Zhao and Antonio Facchetti and Anton Kiriy},
title = {Efficient Tin-Free Route to a Donor{\textendash}Acceptor Semiconducting Copolymer with Variable Molecular Weights},
journal = {Macromolecules}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Claus, Sven Mothes, Stefan Blawid, Michael Schröter, "COOS: a wave-function based Schrödinger\textendashPoisson solver for ballistic nanotube transistors", In Journal of Computational Electronics, Springer Nature, vol. 13, no. 3, pp. 689–700, Jun 2014. [doi] [Bibtex & Downloads]
COOS: a wave-function based Schrödinger\textendashPoisson solver for ballistic nanotube transistors
Reference
Martin Claus, Sven Mothes, Stefan Blawid, Michael Schröter, "COOS: a wave-function based Schrödinger\textendashPoisson solver for ballistic nanotube transistors", In Journal of Computational Electronics, Springer Nature, vol. 13, no. 3, pp. 689–700, Jun 2014. [doi]
Bibtex
@article{Claus_2014,
doi = {10.1007/s10825-014-0588-6},
url = {https://doi.org/10.1007%2Fs10825-014-0588-6},
year = 2014,
month = {jun},
publisher = {Springer Nature},
volume = {13},
number = {3},
pages = {689--700},
author = {Martin Claus and Sven Mothes and Stefan Blawid and Michael Schröter},
title = {{COOS}: a wave-function based Schrödinger{\textendash}Poisson solver for ballistic nanotube transistors},
journal = {Journal of Computational Electronics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Holger Fiedler, Marius Toader, Sascha Hermann, Raul D. Rodriguez, Evgeniya Sheremet, Michael Rennau, Steffen Schulze, Thomas Waechtler, Michael Hietschold, Dietrich R.T. Zahn, et al., "Carbon nanotube based via interconnects: Performance estimation based on the resistance of individual carbon nanotubes", In Microelectronic Engineering, Elsevier BV, vol. 120, pp. 210–215, May 2014. [doi] [Bibtex & Downloads]
Carbon nanotube based via interconnects: Performance estimation based on the resistance of individual carbon nanotubes
Reference
Holger Fiedler, Marius Toader, Sascha Hermann, Raul D. Rodriguez, Evgeniya Sheremet, Michael Rennau, Steffen Schulze, Thomas Waechtler, Michael Hietschold, Dietrich R.T. Zahn, et al., "Carbon nanotube based via interconnects: Performance estimation based on the resistance of individual carbon nanotubes", In Microelectronic Engineering, Elsevier BV, vol. 120, pp. 210–215, May 2014. [doi]
Bibtex
@article{Fiedler_2014,
title={Carbon nanotube based via interconnects: Performance estimation based on the resistance of individual carbon nanotubes},
volume={120},
ISSN={0167-9317},
url={http://dx.doi.org/10.1016/j.mee.2013.07.007},
DOI={10.1016/j.mee.2013.07.007},
journal={Microelectronic Engineering},
publisher={Elsevier BV},
author={Fiedler, Holger and Toader, Marius and Hermann, Sascha and Rodriguez, Raul D. and Sheremet, Evgeniya and Rennau, Michael and Schulze, Steffen and Waechtler, Thomas and Hietschold, Michael and Zahn, Dietrich R.T. and et al.},
year={2014},
month={May},
pages={210–215}}Downloads
No Downloads available for this publication
Permalink
- Tim Hälsig, Lukas Landau, Gerhard Paul Fettweis, "Information rates for faster-than-Nyquist signaling with 1-bit quantization and oversampling at the receiver", Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring), May 2014. [Bibtex & Downloads]
Information rates for faster-than-Nyquist signaling with 1-bit quantization and oversampling at the receiver
Reference
Tim Hälsig, Lukas Landau, Gerhard Paul Fettweis, "Information rates for faster-than-Nyquist signaling with 1-bit quantization and oversampling at the receiver", Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring), May 2014.
Bibtex
@InProceedings{ Haelsig_VTC14_Spring,
author = {Tim Hälsig and Lukas Landau and Gerhard Paul Fettweis},
title = {Information rates for faster-than-{Nyquist} signaling with 1-bit quantization and oversampling at the receiver},
booktitle = {Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring)},
month = may,
year = {2014},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Simon Järmyr, Björn E. Ottersten, Eduard A. Jorswieck, "Statistical framework for optimization in the multi-user MIMO uplink with ZF-DFE" , In IEEE Transactions on Signal Processing, vol. 62, no. 10, pp. 2730-2745, May 2014. [Bibtex & Downloads]
Statistical framework for optimization in the multi-user MIMO uplink with ZF-DFE
Reference
Simon Järmyr, Björn E. Ottersten, Eduard A. Jorswieck, "Statistical framework for optimization in the multi-user MIMO uplink with ZF-DFE" , In IEEE Transactions on Signal Processing, vol. 62, no. 10, pp. 2730-2745, May 2014.
Bibtex
@Article{ auto-key*u,
author = {Simon Järmyr and Björn E. Ottersten and Eduard A. Jorswieck},
title = {Statistical framework for optimization in the multi-user {MIMO} uplink with {ZF-DFE}},
journal = {IEEE Transactions on Signal Processing},
volume = {62},
number = {10},
pages = {2730-2745},
month = may,
year = {2014},
project = {A03}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Green resource allocation in relay-assisted MIMO systems with statistical channel state information", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2014. [Bibtex & Downloads]
Green resource allocation in relay-assisted MIMO systems with statistical channel state information
Reference
Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Green resource allocation in relay-assisted MIMO systems with statistical channel state information", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2014.
Bibtex
@InProceedings{ Zappone2014,
author = {Alessio Zappone and Pan Cao and Eduard A. Jorswieck},
title = {Green resource allocation in relay-assisted {MIMO} systems with statistical channel state information},
booktitle = {Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP)},
month = may,
year = {2014},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pan Cao, Eduard A. Jorswieck, "Robust optimization for multi-cell interfering MIMO-MAC under limited feedback", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2014. [Bibtex & Downloads]
Robust optimization for multi-cell interfering MIMO-MAC under limited feedback
Reference
Pan Cao, Eduard A. Jorswieck, "Robust optimization for multi-cell interfering MIMO-MAC under limited feedback", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2014.
Bibtex
@InProceedings{ Cao2014b,
author = {Pan Cao and Eduard A. Jorswieck},
title = {Robust optimization for multi-cell interfering {MIMO-MAC} under limited feedback},
booktitle = {Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP)},
month = may,
year = {2014},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nitin Sukhija, Brandon Malone, Srishti Srivastava, Ioana Banicescu, Florina M. Ciorba, "Portfolio-based selection of robust dynamic loop scheduling algorithms using machine learning" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2014. [Bibtex & Downloads]
Portfolio-based selection of robust dynamic loop scheduling algorithms using machine learning
Reference
Nitin Sukhija, Brandon Malone, Srishti Srivastava, Ioana Banicescu, Florina M. Ciorba, "Portfolio-based selection of robust dynamic loop scheduling algorithms using machine learning" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2014.
Bibtex
@InProceedings{ auto-key*bf,
author = {Nitin Sukhija and Brandon Malone and Srishti Srivastava and Ioana Banicescu and Florina M. Ciorba},
title = {Portfolio-based selection of robust dynamic loop scheduling algorithms using machine learning},
booktitle = {Proceedings of the IEEE International Parallel \& Distributed Processing Symposium (IPDPS) Workshops},
month = may,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Piechnick, Sebastian Richly, Thomas Kühn, Sebastian Götz, Georg Püschel, Uwe Aßmann, "ContextPoint: An Architecture for Extrinsic Meta-Adaptation in Intelligent Environments", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), May 2014. [Bibtex & Downloads]
ContextPoint: An Architecture for Extrinsic Meta-Adaptation in Intelligent Environments
Reference
Christian Piechnick, Sebastian Richly, Thomas Kühn, Sebastian Götz, Georg Püschel, Uwe Aßmann, "ContextPoint: An Architecture for Extrinsic Meta-Adaptation in Intelligent Environments", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), May 2014.
Bibtex
@InProceedings{ PRK+14,
author = {Christian Piechnick and Sebastian Richly and Thomas Kühn and Sebastian Götz and Georg Püschel and Uwe Aßmann},
title = {{ContextPoint: An} Architecture for Extrinsic Meta-Adaptation in Intelligent Environments},
booktitle = {Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE)},
month = may,
year = {2014},
note = {(Best Paper Award)},
project = {B01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Waltenegus Dargie, Jianjun Wen, "Power-Latency Trade-offs in Virtualized Environments" , Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA), International Symposium on Frontiers of Information Systems and Network Applications (FINA), May 2014. [Bibtex & Downloads]
Power-Latency Trade-offs in Virtualized Environments
Reference
Waltenegus Dargie, Jianjun Wen, "Power-Latency Trade-offs in Virtualized Environments" , Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA), International Symposium on Frontiers of Information Systems and Network Applications (FINA), May 2014.
Bibtex
@InProceedings{ auto-key*gk,
author = {Waltenegus Dargie and Jianjun Wen},
title = {Power-Latency Trade-offs in Virtualized Environments},
booktitle = {Proceedings of the IEEE International Conference on Advanced Information Networking and Applications (AINA), International Symposium on Frontiers of Information Systems and Network Applications (FINA)},
month = may,
year = {2014},
project = {B06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sabrina Engelmann, Anne Wolf, Eduard A. Jorswieck, "Precoding for secret key generation in multiple antenna channels with statistical channel state information", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2014. [Bibtex & Downloads]
Precoding for secret key generation in multiple antenna channels with statistical channel state information
Reference
Sabrina Engelmann, Anne Wolf, Eduard A. Jorswieck, "Precoding for secret key generation in multiple antenna channels with statistical channel state information", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2014.
Bibtex
@InProceedings{ Engelmann2014,
author = {Sabrina Engelmann and Anne Wolf and Eduard A. Jorswieck},
title = {Precoding for secret key generation in multiple antenna channels with statistical channel state information},
booktitle = {Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP)},
month = may,
year = {2014},
project = {A03, A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Signal leakage neutralisation in instantaneous non-regenerative relaying networks under channel uncertainty", In IET Communications, Special Issue on Secure Physical Layer Communications, vol. 8, no. 8, pp. 1285-1295, May 2014. [Bibtex & Downloads]
Signal leakage neutralisation in instantaneous non-regenerative relaying networks under channel uncertainty
Reference
Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Signal leakage neutralisation in instantaneous non-regenerative relaying networks under channel uncertainty", In IET Communications, Special Issue on Secure Physical Layer Communications, vol. 8, no. 8, pp. 1285-1295, May 2014.
Bibtex
@Article{ Ho2014,
author = {Zuleita Ka Ming Ho and Eduard A. Jorswieck},
title = {Signal leakage neutralisation in instantaneous non-regenerative relaying networks under channel uncertainty},
journal = {IET Communications, Special Issue on Secure Physical Layer Communications},
volume = {8},
number = {8},
pages = {1285-1295},
month = may,
year = {2014},
project = {A03, A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "Probabilistic Software Product Line Model Checking", In Presentation, April 2014. [Bibtex & Downloads]
Probabilistic Software Product Line Model Checking
Reference
Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "Probabilistic Software Product Line Model Checking", In Presentation, April 2014.
Bibtex
@misc{DKB14,
Author={Clemens Dubslaff and Sascha Kl{\"{u}}ppelholz and Christel Baier},
Title={Probabilistic Software Product Line Model Checking},
Booktitle={12th Workshop on Quantitative Aspects of Programming Languages and Systems (QAPL)},
Howpublished={Presentation},
Month={April},
Year={2014}}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- S. Hartmann, T. Blaudeck, O. Hölck, S. Hermann, S. E. Schulz, T. Gessner, B. Wunderle, "Quantitative in-situ scanning electron microscope pull-out experiments and molecular dynamics simulations of carbon nanotubes embedded in palladium", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 14, pp. 144301, Apr 2014. [doi] [Bibtex & Downloads]
Quantitative in-situ scanning electron microscope pull-out experiments and molecular dynamics simulations of carbon nanotubes embedded in palladium
Reference
S. Hartmann, T. Blaudeck, O. Hölck, S. Hermann, S. E. Schulz, T. Gessner, B. Wunderle, "Quantitative in-situ scanning electron microscope pull-out experiments and molecular dynamics simulations of carbon nanotubes embedded in palladium", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 14, pp. 144301, Apr 2014. [doi]
Bibtex
@article{Hartmann_2014,
title={Quantitative in-situ scanning electron microscope pull-out experiments and molecular dynamics simulations of carbon nanotubes embedded in palladium},
volume={115},
ISSN={1089-7550},
url={http://dx.doi.org/10.1063/1.4870871},
DOI={10.1063/1.4870871},
number={14},
journal={Journal of Applied Physics},
publisher={AIP Publishing},
author={Hartmann, S. and Blaudeck, T. and Hölck, O. and Hermann, S. and Schulz, S. E. and Gessner, T. and Wunderle, B.},
year={2014},
month={Apr},
pages={144301}
}Downloads
No Downloads available for this publication
Permalink
- Tobias Nardmann, Michael Schröter, "Modeling the base-collector capacitance of III–V devices", In HICUM Workshop, Apr 2014. [Bibtex & Downloads]
Modeling the base-collector capacitance of III–V devices
Reference
Tobias Nardmann, Michael Schröter, "Modeling the base-collector capacitance of III–V devices", In HICUM Workshop, Apr 2014.
Bibtex
@Misc{ Nardmann2014_HICWS,
author = {Tobias Nardmann and Michael Schröter},
title = {Modeling the base-collector capacitance of {III--V} devices},
howpublished = {HICUM Workshop},
month = apr,
year = {2014},
project = {A06},
annote = {HICUM = HIgh CUrrent Model -- Greensboro, USA}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Uwe Aßmann, Sebastian Götz, Jean-Marc Jézéquel, Brice Morin, Mario Trapp, "A Reference Architecture and Roadmap for Models@run.time Systems", Chapter in Models@run.time (Nelly Bencomo and Robert France and Betty H. C. Cheng and Uwe Aßmann), Springer, vol. 8378, pp. 1-18, Apr 2014. [Bibtex & Downloads]
A Reference Architecture and Roadmap for Models@run.time Systems
Reference
Uwe Aßmann, Sebastian Götz, Jean-Marc Jézéquel, Brice Morin, Mario Trapp, "A Reference Architecture and Roadmap for Models@run.time Systems", Chapter in Models@run.time (Nelly Bencomo and Robert France and Betty H. C. Cheng and Uwe Aßmann), Springer, vol. 8378, pp. 1-18, Apr 2014.
Bibtex
@InCollection{ assmann-goetz-jezequel-morin-trapp.14,
author = {Uwe Aßmann and Sebastian Götz and Jean-Marc Jézéquel and Brice Morin and Mario Trapp},
title = {A Reference Architecture and Roadmap for Models{@}run.time Systems},
booktitle = {Models{@}run.time},
editor = {Nelly Bencomo and Robert France and Betty H. C. Cheng and Uwe Aßmann},
publisher = {Springer},
volume = {8378},
series = {Lecture Notes in Computer Science},
pages = {1-18},
month = apr,
year = {2014},
project = {B01},
annote = {http://link.springer.com/chapter/10.1007%2F978-3-319-08915-7_1}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Völp, Marcus Hähnel, Adam Lackorzynski, "Has Energy Surpassed Timeliness? – Scheduling Energy-Constrained Mixed-Criticality Systems" , Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), Apr 2014. [Bibtex & Downloads]
Has Energy Surpassed Timeliness? – Scheduling Energy-Constrained Mixed-Criticality Systems
Reference
Marcus Völp, Marcus Hähnel, Adam Lackorzynski, "Has Energy Surpassed Timeliness? – Scheduling Energy-Constrained Mixed-Criticality Systems" , Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), Apr 2014.
Bibtex
@InProceedings{ auto-key*fu,
author = {Marcus Völp and Marcus Hähnel and Adam Lackorzynski},
title = {Has Energy Surpassed Timeliness? -- {Scheduling} Energy-Constrained Mixed-Criticality Systems},
booktitle = {Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS)},
month = apr,
year = {2014},
project = {B04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhikun Zheng, Lothar Opilik, Florian Schiffmann, Wei Liu, Giacomo Bergamini, Paola Ceroni, Lay-Theng Lee, Andri Schütz, Junji Sakamoto, Renato Zenobi, Joost VandeVondele, A. Dieter Schlüter, "Synthesis of Two-Dimensional Analogues of Copolymers by Site-to-Site Transmetalation of Organometallic Monolayer Sheets", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 136, no. 16, pp. 6103–6110, Apr 2014. [doi] [Bibtex & Downloads]
Synthesis of Two-Dimensional Analogues of Copolymers by Site-to-Site Transmetalation of Organometallic Monolayer Sheets
Reference
Zhikun Zheng, Lothar Opilik, Florian Schiffmann, Wei Liu, Giacomo Bergamini, Paola Ceroni, Lay-Theng Lee, Andri Schütz, Junji Sakamoto, Renato Zenobi, Joost VandeVondele, A. Dieter Schlüter, "Synthesis of Two-Dimensional Analogues of Copolymers by Site-to-Site Transmetalation of Organometallic Monolayer Sheets", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 136, no. 16, pp. 6103–6110, Apr 2014. [doi]
Bibtex
@article{Zheng_2014,
doi = {10.1021/ja501849y},
url = {https://doi.org/10.1021%2Fja501849y},
year = 2014,
month = {apr},
publisher = {American Chemical Society ({ACS})},
volume = {136},
number = {16},
pages = {6103--6110},
author = {Zhikun Zheng and Lothar Opilik and Florian Schiffmann and Wei Liu and Giacomo Bergamini and Paola Ceroni and Lay-Theng Lee and Andri Schütz and Junji Sakamoto and Renato Zenobi and Joost VandeVondele and A. Dieter Schlüter},
title = {Synthesis of Two-Dimensional Analogues of Copolymers by Site-to-Site Transmetalation of Organometallic Monolayer Sheets},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R Kirchner, A Schleunitz, H Schift, "Energy-based thermal reflow simulation for 3D polymer shape prediction using Surface Evolver", In Journal of Micromechanics and Microengineering, IOP Publishing, vol. 24, no. 5, pp. 055010, Apr 2014. [doi] [Bibtex & Downloads]
Energy-based thermal reflow simulation for 3D polymer shape prediction using Surface Evolver
Reference
R Kirchner, A Schleunitz, H Schift, "Energy-based thermal reflow simulation for 3D polymer shape prediction using Surface Evolver", In Journal of Micromechanics and Microengineering, IOP Publishing, vol. 24, no. 5, pp. 055010, Apr 2014. [doi]
Bibtex
@article{Kirchner_2014,
doi = {10.1088/0960-1317/24/5/055010},
url = {https://doi.org/10.1088%2F0960-1317%2F24%2F5%2F055010},
year = 2014,
month = {apr},
publisher = {{IOP} Publishing},
volume = {24},
number = {5},
pages = {055010},
author = {R Kirchner and A Schleunitz and H Schift},
title = {Energy-based thermal reflow simulation for 3D polymer shape prediction using Surface Evolver},
journal = {Journal of Micromechanics and Microengineering}
}Downloads
No Downloads available for this publication
Permalink
- Uroschanit Yodprasit, Stefan Schumann, Corrado Carta, Frank Ellinger, "10–15Gbps V-Band OOK Transmitters in 0.25µm SiGe BiCMOS Technology", Proceedings of the German Microwave Conference (GeMiC), Mar 2014. [Bibtex & Downloads]
10–15Gbps V-Band OOK Transmitters in 0.25µm SiGe BiCMOS Technology
Reference
Uroschanit Yodprasit, Stefan Schumann, Corrado Carta, Frank Ellinger, "10–15Gbps V-Band OOK Transmitters in 0.25µm SiGe BiCMOS Technology", Proceedings of the German Microwave Conference (GeMiC), Mar 2014.
Bibtex
@InProceedings{ Yodprasit2014,
author = {Uroschanit Yodprasit and Stefan Schumann and Corrado Carta and Frank Ellinger},
title = {{10--15Gbps} {V}-Band {OOK} Transmitters in 0.25µm {SiGe BiCMOS} Technology},
booktitle = {Proceedings of the German Microwave Conference (GeMiC)},
month = mar,
year = {2014},
project = {A01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Oeste, Andreas Knüpfer, Thomas Ilsche, "Towards parallel performance analysis tools for the OpenSHMEM standard" , Chapter in OpenSHMEM and Related Technologies – Experiences, Implementations, and Tools (Stephen Poole and Oscar Hernandez and Pavel Shamis) , Springer, vol. 8356, pp. 90-104, Mar 2014. [Bibtex & Downloads]
Towards parallel performance analysis tools for the OpenSHMEM standard
Reference
Sebastian Oeste, Andreas Knüpfer, Thomas Ilsche, "Towards parallel performance analysis tools for the OpenSHMEM standard" , Chapter in OpenSHMEM and Related Technologies – Experiences, Implementations, and Tools (Stephen Poole and Oscar Hernandez and Pavel Shamis) , Springer, vol. 8356, pp. 90-104, Mar 2014.
Bibtex
@InCollection{ auto-key*be,
author = {Sebastian Oeste and Andreas Knüpfer and Thomas Ilsche},
title = {Towards parallel performance analysis tools for the {OpenSHMEM} standard},
booktitle = {{OpenSHMEM} and Related Technologies -- {Experiences}, Implementations, and Tools},
editor = {Stephen Poole and Oscar Hernandez and Pavel Shamis},
publisher = {Springer},
volume = {8356},
series = {Lecture Notes in Computer Science},
pages = {90-104},
month = mar,
year = {2014},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Axel Fischer, Thomas Koprucki, Klaus Gärtner, Max L Tietze, Jacqueline Brückner, Björn Lüssem, Karl Leo, Annegret Glitzky, Reinhard Scholz, "Feel the Heat: Nonlinear Electrothermal Feedback in Organic LEDs", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 22, pp. 3367–3374, Feb 2014. [doi] [Bibtex & Downloads]
Feel the Heat: Nonlinear Electrothermal Feedback in Organic LEDs
Reference
Axel Fischer, Thomas Koprucki, Klaus Gärtner, Max L Tietze, Jacqueline Brückner, Björn Lüssem, Karl Leo, Annegret Glitzky, Reinhard Scholz, "Feel the Heat: Nonlinear Electrothermal Feedback in Organic LEDs", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 22, pp. 3367–3374, Feb 2014. [doi]
Bibtex
@article{fischer2014feel,
author={Fischer, Axel and Koprucki, Thomas and Gärtner, Klaus and Tietze, Max L and Brückner, Jacqueline and Lüssem, Björn and Leo, Karl and Glitzky, Annegret and Scholz, Reinhard},
doi={10.1002/adfm.201303066},
journal={Advanced Functional Materials},
month={feb},
number={22},
pages={3367–3374},
publisher={Wiley Online Library},
title={Feel the Heat: Nonlinear Electrothermal Feedback in Organic LEDs},
url={https://doi.org/10.1002%2Fadfm.201303066},
volume={24},
year={2014},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rami Mochaourab, Pan Cao, Eduard A. Jorswieck, "Alternating rate profile optimization in single stream MIMO interference channels", In IEEE Signal Processing Letters, vol. 21, no. 2, pp. 221-224, Feb 2014. [Bibtex & Downloads]
Alternating rate profile optimization in single stream MIMO interference channels
Reference
Rami Mochaourab, Pan Cao, Eduard A. Jorswieck, "Alternating rate profile optimization in single stream MIMO interference channels", In IEEE Signal Processing Letters, vol. 21, no. 2, pp. 221-224, Feb 2014.
Bibtex
@Article{ Mochaourab2014,
author = {Rami Mochaourab and Pan Cao and Eduard A. Jorswieck},
title = {Alternating rate profile optimization in single stream {MIMO} interference channels},
journal = {IEEE Signal Processing Letters},
volume = {21},
number = {2},
pages = {221-224},
month = feb,
year = {2014},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Arne Schleunitz, Vitaliy A Guzenko, Martin Messerschmidt, Hakan Atasoy, Robert Kirchner, Helmut Schift, "Novel 3D micro- and nanofabrication method using thermally activated selective topography equilibration (TASTE) of polymers", In Nano Convergence, Springer Science and Business Media LLC, vol. 1, no. 1, Feb 2014. [doi] [Bibtex & Downloads]
Novel 3D micro- and nanofabrication method using thermally activated selective topography equilibration (TASTE) of polymers
Reference
Arne Schleunitz, Vitaliy A Guzenko, Martin Messerschmidt, Hakan Atasoy, Robert Kirchner, Helmut Schift, "Novel 3D micro- and nanofabrication method using thermally activated selective topography equilibration (TASTE) of polymers", In Nano Convergence, Springer Science and Business Media LLC, vol. 1, no. 1, Feb 2014. [doi]
Bibtex
@article{Schleunitz_2014,
doi = {10.1186/s40580-014-0007-5},
url = {https://doi.org/10.1186%2Fs40580-014-0007-5},
year = 2014,
month = {feb},
publisher = {Springer Science and Business Media {LLC}},
volume = {1},
number = {1},
author = {Arne Schleunitz and Vitaliy A Guzenko and Martin Messerschmidt and Hakan Atasoy and Robert Kirchner and Helmut Schift},
title = {Novel 3D micro- and nanofabrication method using thermally activated selective topography equilibration ({TASTE}) of polymers},
journal = {Nano Convergence}
}Downloads
No Downloads available for this publication
Permalink
- Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Energy efficiency optimization in relay-assisted MIMO systems with perfect and statistical CSI", In IEEE Transactions on Signal Processing, vol. 62, no. 2, pp. 443-457, Jan 2014. [doi] [Bibtex & Downloads]
Energy efficiency optimization in relay-assisted MIMO systems with perfect and statistical CSI
Reference
Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Energy efficiency optimization in relay-assisted MIMO systems with perfect and statistical CSI", In IEEE Transactions on Signal Processing, vol. 62, no. 2, pp. 443-457, Jan 2014. [doi]
Bibtex
@Article{ Zappone2014---Zappone2014a,
author = {Alessio Zappone and Pan Cao and Eduard A. Jorswieck},
title = {Energy efficiency optimization in relay-assisted {MIMO} systems with perfect and statistical {CSI}},
journal = {IEEE Transactions on Signal Processing},
volume = {62},
number = {2},
pages = {443-457},
month = jan,
year = {2014},
project = {A03},
doi = {10.1109/TSP.2013.2292031}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Raphael Penaloza, Anni-Yasmin Turhan, "Answering instance queries relaxed by concept similarity", Proceedings of the Fourteenth International Conference on Principles of Knowledge Representation and Reasoning (KR’14), Vienna, Austria, AAAI Press, 2014. [Bibtex & Downloads]
Answering instance queries relaxed by concept similarity
Reference
Andreas Ecke, Raphael Penaloza, Anni-Yasmin Turhan, "Answering instance queries relaxed by concept similarity", Proceedings of the Fourteenth International Conference on Principles of Knowledge Representation and Reasoning (KR’14), Vienna, Austria, AAAI Press, 2014.
Bibtex
@inproceedings{ecke2014answering,
title={Answering instance queries relaxed by concept similarity},
author={Ecke, Andreas and Penaloza, Raphael and Turhan, Anni{-}Yasmin},
booktitle={Proceedings of the Fourteenth International Conference on Principles of Knowledge Representation and Reasoning (KR’14), Vienna, Austria, AAAI Press},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Rafael Penaloza, Anni-Yasmin Turhan, "Mary, What’s Like All Cats?", 2014. [Bibtex & Downloads]
Mary, What’s Like All Cats?
Reference
Andreas Ecke, Rafael Penaloza, Anni-Yasmin Turhan, "Mary, What’s Like All Cats?", 2014.
Bibtex
@article{eckemary,
title={Mary, What’s Like All Cats?},
author={Ecke, Andreas and Penaloza, Rafael and Turhan, Anni-Yasmin},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Abbas Madani, Stefan Böttner, Matthew R Jorgensen, Oliver G Schmidt, "Rolled-up TiO 2 optical microcavities for telecom and visible photonics", In Optics letters, Optical Society of America, vol. 39, no. 2, pp. 189–192, 2014. [doi] [Bibtex & Downloads]
Rolled-up TiO 2 optical microcavities for telecom and visible photonics
Reference
Abbas Madani, Stefan Böttner, Matthew R Jorgensen, Oliver G Schmidt, "Rolled-up TiO 2 optical microcavities for telecom and visible photonics", In Optics letters, Optical Society of America, vol. 39, no. 2, pp. 189–192, 2014. [doi]
Bibtex
@article{madani2014rolled,
title={Rolled-up TiO 2 optical microcavities for telecom and visible photonics},
author={Madani, Abbas and B{\"o}ttner, Stefan and Jorgensen, Matthew R and Schmidt, Oliver G},
journal={Optics letters},
volume={39},
number={2},
pages={189--192},
year={2014},
publisher={Optical Society of America},
doi={10.1364/OL.39.000189}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Mischok, Robert Brückner, Christoph Reinhardt, Markas Sudzius, Vadim G Lyssenko, Hartmut Fröb, Karl Leo, "Threshold reduction by multidimensional photonic confinement in metal-organic microcavities", In Proceeding: SPIE Photonics Europe, pp. 91370D–91370D, 2014. [doi] [Bibtex & Downloads]
Threshold reduction by multidimensional photonic confinement in metal-organic microcavities
Reference
Andreas Mischok, Robert Brückner, Christoph Reinhardt, Markas Sudzius, Vadim G Lyssenko, Hartmut Fröb, Karl Leo, "Threshold reduction by multidimensional photonic confinement in metal-organic microcavities", In Proceeding: SPIE Photonics Europe, pp. 91370D–91370D, 2014. [doi]
Bibtex
@inproceedings{mischok2014threshold,
title={Threshold reduction by multidimensional photonic confinement in metal-organic microcavities},
author={Mischok, Andreas and Br{\"u}ckner, Robert and Reinhardt, Christoph and Sudzius, Markas and Lyssenko, Vadim G and Fr{\"o}b, Hartmut and Leo, Karl},
booktitle={SPIE Photonics Europe},
pages={91370D--91370D},
year={2014},
organization={International Society for Optics and Photonics},
doi={10.1117/12.2051491}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Mischok, Vadim G Lyssenko, Robert Brückner, Franz Löchner, Reinhard Scholz, Alexander A Zakhidov, Hartmut Fröb, Karl Leo, "Zero-and $\pi$-States in a Periodic Array of Deep Photonic Wires", In Advanced Optical Materials, Wiley Online Library, vol. 2, no. 8, pp. 746–750, 2014. [doi] [Bibtex & Downloads]
Zero-and $\pi$-States in a Periodic Array of Deep Photonic Wires
Reference
Andreas Mischok, Vadim G Lyssenko, Robert Brückner, Franz Löchner, Reinhard Scholz, Alexander A Zakhidov, Hartmut Fröb, Karl Leo, "Zero-and $\pi$-States in a Periodic Array of Deep Photonic Wires", In Advanced Optical Materials, Wiley Online Library, vol. 2, no. 8, pp. 746–750, 2014. [doi]
Bibtex
@article{mischok2014zero,
title={Zero-and $\pi$-States in a Periodic Array of Deep Photonic Wires},
author={Mischok, Andreas and Lyssenko, Vadim G and Br{\"u}ckner, Robert and L{\"o}chner, Franz and Scholz, Reinhard and Zakhidov, Alexander A and Fr{\"o}b, Hartmut and Leo, Karl},
journal={Advanced Optical Materials},
volume={2},
number={8},
pages={746--750},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adom.201400126}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Mischok, Robert Brückner, Markas Sudzius, Christoph Reinhardt, Vadim G Lyssenko, Hartmut Fröb, Karl Leo, "Photonic confinement in laterally structured metal-organic microcavities", In Applied Physics Letters, AIP Publishing, vol. 105, no. 5, pp. 051108, 2014. [doi] [Bibtex & Downloads]
Photonic confinement in laterally structured metal-organic microcavities
Reference
Andreas Mischok, Robert Brückner, Markas Sudzius, Christoph Reinhardt, Vadim G Lyssenko, Hartmut Fröb, Karl Leo, "Photonic confinement in laterally structured metal-organic microcavities", In Applied Physics Letters, AIP Publishing, vol. 105, no. 5, pp. 051108, 2014. [doi]
Bibtex
@article{mischok2014photonic,
title={Photonic confinement in laterally structured metal-organic microcavities},
author={Mischok, Andreas and Br{\"u}ckner, Robert and Sudzius, Markas and Reinhardt, Christoph and Lyssenko, Vadim G and Fr{\"o}b, Hartmut and Leo, Karl},
journal={Applied Physics Letters},
volume={105},
number={5},
pages={051108},
year={2014},
publisher={AIP Publishing},
doi={10.1063/1.4892533}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Akimitsu Narita, Xinliang Feng, Klaus Müllen, "Bottom-Up Synthesis of Chemically Precise Graphene Nanoribbons", In The Chemical Record, Wiley Online Library, 2014. [doi] [Bibtex & Downloads]
Bottom-Up Synthesis of Chemically Precise Graphene Nanoribbons
Reference
Akimitsu Narita, Xinliang Feng, Klaus Müllen, "Bottom-Up Synthesis of Chemically Precise Graphene Nanoribbons", In The Chemical Record, Wiley Online Library, 2014. [doi]
Bibtex
@article{narita2014bottom,
title={Bottom-Up Synthesis of Chemically Precise Graphene Nanoribbons},
author={Narita, Akimitsu and Feng, Xinliang and M{\"u}llen, Klaus},
journal={The Chemical Record},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/tcr.201402082}
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Alexandros Pollakis, Lucas Wetzel, David J Jörg, Wolfgang Rave, Gerhard Fettweis, Frank Jülicher, "Synchronization in networks of mutually delay-coupled phase-locked loops", In New Journal of Physics, IOP Publishing, vol. 16, no. 11, pp. 113009, 2014. [Bibtex & Downloads]
Synchronization in networks of mutually delay-coupled phase-locked loops
Reference
Alexandros Pollakis, Lucas Wetzel, David J Jörg, Wolfgang Rave, Gerhard Fettweis, Frank Jülicher, "Synchronization in networks of mutually delay-coupled phase-locked loops", In New Journal of Physics, IOP Publishing, vol. 16, no. 11, pp. 113009, 2014.
Bibtex
@article{pollakis2014synchronization,
title={Synchronization in networks of mutually delay-coupled phase-locked loops},
author={Pollakis, Alexandros and Wetzel, Lucas and J{\"o}rg, David J and Rave, Wolfgang and Fettweis, Gerhard and J{\"u}licher, Frank},
journal={New Journal of Physics},
volume={16},
number={11},
pages={113009},
year={2014},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Richter, A. Voigt, René Schüffny, Stephan Henker, M. Völp, "Integrated circuits processing chemical information: prospects and challenges", Proceedings of the conference on Design, Automation & Test in Europe, pp. 342, 2014. [Bibtex & Downloads]
Integrated circuits processing chemical information: prospects and challenges
Reference
A. Richter, A. Voigt, René Schüffny, Stephan Henker, M. Völp, "Integrated circuits processing chemical information: prospects and challenges", Proceedings of the conference on Design, Automation & Test in Europe, pp. 342, 2014.
Bibtex
@inproceedings{richter2014integrated,
title={Integrated circuits processing chemical information: prospects and challenges},
author={Richter, A and Voigt, A and Sch{\"u}ffny, Ren{\'e} and Henker, Stephan and V{\"o}lp, M},
booktitle={Proceedings of the conference on Design, Automation \& Test in Europe},
pages={342},
year={2014},
organization={European Design and Automation Association}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Andreas Voigt, Rinaldo Greiner, Merle Allerdißen, Andreas Richter, Stephan Henker, Marcus Voelp, "Towards Computation with Microchemomechanical Systems", In International Journal of Foundations of Computer Science, World Scientific, vol. 25, no. 04, pp. 507–523, 2014. [doi] [Bibtex & Downloads]
Towards Computation with Microchemomechanical Systems
Reference
Andreas Voigt, Rinaldo Greiner, Merle Allerdißen, Andreas Richter, Stephan Henker, Marcus Voelp, "Towards Computation with Microchemomechanical Systems", In International Journal of Foundations of Computer Science, World Scientific, vol. 25, no. 04, pp. 507–523, 2014. [doi]
Bibtex
@article{voigt2014towards,
title={Towards Computation with Microchemomechanical Systems},
author={Voigt, Andreas and Greiner, Rinaldo and Allerdi{\ss}en, Merle and Richter, Andreas and Henker, Stephan and Voelp, Marcus},
journal={International Journal of Foundations of Computer Science},
volume={25},
number={04},
pages={507--523},
year={2014},
publisher={World Scientific},
doi={10.1142/S0129054114400085}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Bahman Kheradmand-Boroujeni, Georg Cornelius Schmidt, D. Hoft, Reza Shabanpour, Charles Perumal, Tilo Meister, Koichi Ishida, Corrado Carta, AC Hubler, Frank Ellinger, "Analog Characteristics of Fully Printed Flexible Organic Transistors Fabricated With Low-Cost Mass-Printing Techniques", In Electron Devices, IEEE Transactions on, IEEE, vol. 61, no. 5, pp. 1423–1430, 2014. [doi] [Bibtex & Downloads]
Analog Characteristics of Fully Printed Flexible Organic Transistors Fabricated With Low-Cost Mass-Printing Techniques
Reference
Bahman Kheradmand-Boroujeni, Georg Cornelius Schmidt, D. Hoft, Reza Shabanpour, Charles Perumal, Tilo Meister, Koichi Ishida, Corrado Carta, AC Hubler, Frank Ellinger, "Analog Characteristics of Fully Printed Flexible Organic Transistors Fabricated With Low-Cost Mass-Printing Techniques", In Electron Devices, IEEE Transactions on, IEEE, vol. 61, no. 5, pp. 1423–1430, 2014. [doi]
Bibtex
@article{kheradmand2014analog,
title={Analog Characteristics of Fully Printed Flexible Organic Transistors Fabricated With Low-Cost Mass-Printing Techniques},
author={Kheradmand-Boroujeni, Bahman and Schmidt, Georg Cornelius and Hoft, D and Shabanpour, Reza and Perumal, Charles and Meister, Tilo and Ishida, Koichi and Carta, Corrado and Hubler, AC and Ellinger, Frank},
journal={Electron Devices, IEEE Transactions on},
volume={61},
number={5},
pages={1423--1430},
year={2014},
publisher={IEEE},
doi={10.1109/TED.2014.2315038}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Bernhard Klein, Michael Jenning, Patrick Seiler, Dirk Plettemeier, "Wideband half-cloverleaf shaped on-chip antenna for 160 GHz–200 GHz applications", In Proceeding: Antennas and Propagation Society International Symposium (APSURSI), 2014 IEEE, pp. 364–365, 2014. [doi] [Bibtex & Downloads]
Wideband half-cloverleaf shaped on-chip antenna for 160 GHz–200 GHz applications
Reference
Bernhard Klein, Michael Jenning, Patrick Seiler, Dirk Plettemeier, "Wideband half-cloverleaf shaped on-chip antenna for 160 GHz–200 GHz applications", In Proceeding: Antennas and Propagation Society International Symposium (APSURSI), 2014 IEEE, pp. 364–365, 2014. [doi]
Bibtex
@inproceedings{klein2014wideband,
title={Wideband half-cloverleaf shaped on-chip antenna for 160 GHz--200 GHz applications},
author={Klein, Bernhard and Jenning, Michael and Seiler, Patrick and Plettemeier, Dirk},
booktitle={Antennas and Propagation Society International Symposium (APSURSI), 2014 IEEE},
pages={364--365},
year={2014},
organization={IEEE},
doi={10.1109/APS.2014.6904514}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Bernhard Klein, Michael Jenning, Patrick Seiler, Klaus Wolf, Dirk Plettemeier, "Verification and demonstration up to 67 GHz of an on-chip antenna pattern measurement setup", In Proceeding: Antenna Measurements & Applications (CAMA), 2014 IEEE Conference on, pp. 1–4, 2014. [doi] [Bibtex & Downloads]
Verification and demonstration up to 67 GHz of an on-chip antenna pattern measurement setup
Reference
Bernhard Klein, Michael Jenning, Patrick Seiler, Klaus Wolf, Dirk Plettemeier, "Verification and demonstration up to 67 GHz of an on-chip antenna pattern measurement setup", In Proceeding: Antenna Measurements & Applications (CAMA), 2014 IEEE Conference on, pp. 1–4, 2014. [doi]
Bibtex
@inproceedings{klein2014verification,
title={Verification and demonstration up to 67 GHz of an on-chip antenna pattern measurement setup},
author={Klein, Bernhard and Jenning, Michael and Seiler, Patrick and Wolf, Klaus and Plettemeier, Dirk},
booktitle={Antenna Measurements \& Applications (CAMA), 2014 IEEE Conference on},
pages={1--4},
year={2014},
organization={IEEE},
doi={10.1109/CAMA.2014.7003451}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Benedikt Noethen, Oliver Arnold, Esther Perez Adeva, Tobias Seifert, Erik Fischer, Steffen Kunze, Emil Matus, Gerhard Fettweis, Holger Eisenreich, Georg Ellguth, others, "10.7 A 105GOPS 36mm 2 heterogeneous SDR MPSoC with energy-aware dynamic scheduling and iterative detection-decoding for 4G in 65nm CMOS", In Proceeding: Solid-State Circuits Conference Digest of Technical Papers (ISSCC), 2014 IEEE International, pp. 188–189, 2014. [doi] [Bibtex & Downloads]
10.7 A 105GOPS 36mm 2 heterogeneous SDR MPSoC with energy-aware dynamic scheduling and iterative detection-decoding for 4G in 65nm CMOS
Reference
Benedikt Noethen, Oliver Arnold, Esther Perez Adeva, Tobias Seifert, Erik Fischer, Steffen Kunze, Emil Matus, Gerhard Fettweis, Holger Eisenreich, Georg Ellguth, others, "10.7 A 105GOPS 36mm 2 heterogeneous SDR MPSoC with energy-aware dynamic scheduling and iterative detection-decoding for 4G in 65nm CMOS", In Proceeding: Solid-State Circuits Conference Digest of Technical Papers (ISSCC), 2014 IEEE International, pp. 188–189, 2014. [doi]
Bibtex
@inproceedings{noethen201410,
title={10.7 A 105GOPS 36mm 2 heterogeneous SDR MPSoC with energy-aware dynamic scheduling and iterative detection-decoding for 4G in 65nm CMOS},
author={Noethen, Benedikt and Arnold, Oliver and Adeva, Esther Perez and Seifert, Tobias and Fischer, Erik and Kunze, Steffen and Matus, Emil and Fettweis, Gerhard and Eisenreich, Holger and Ellguth, Georg and others},
booktitle={Solid-State Circuits Conference Digest of Technical Papers (ISSCC), 2014 IEEE International},
pages={188--189},
year={2014},
organization={IEEE},
doi={10.1109/ISSCC.2014.6757394}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christel Baier, Clemens Dubslaff, Sascha Klüppelholz, "Trade-off analysis meets probabilistic model checking", Proceedings of the Joint Meeting of the Twenty-Third EACSL Annual Conference on Computer Science Logic (CSL) and the Twenty-Ninth Annual ACM/IEEE Symposium on Logic in Computer Science (LICS), pp. 1, 2014. [doi] [Bibtex & Downloads]
Trade-off analysis meets probabilistic model checking
Reference
Christel Baier, Clemens Dubslaff, Sascha Klüppelholz, "Trade-off analysis meets probabilistic model checking", Proceedings of the Joint Meeting of the Twenty-Third EACSL Annual Conference on Computer Science Logic (CSL) and the Twenty-Ninth Annual ACM/IEEE Symposium on Logic in Computer Science (LICS), pp. 1, 2014. [doi]
Bibtex
@inproceedings{baier2014trade,
title={Trade-off analysis meets probabilistic model checking},
author={Baier, Christel and Dubslaff, Clemens and Kl{\"u}ppelholz, Sascha},
booktitle={Proceedings of the Joint Meeting of the Twenty-Third EACSL Annual Conference on Computer Science Logic (CSL) and the Twenty-Ninth Annual ACM/IEEE Symposium on Logic in Computer Science (LICS)},
pages={1},
year={2014},
organization={ACM},
doi={10.1145/2603088.2603089}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Clemens Dubslaff, Joachim Klein, Sascha Klüppelholz, Sascha Wunderlich, "Probabilistic model checking for energy-utility analysis", Chapter in Horizons of the Mind. A Tribute to Prakash Panangaden, Springer, pp. 96–123, 2014. [doi] [Bibtex & Downloads]
Probabilistic model checking for energy-utility analysis
Reference
Christel Baier, Clemens Dubslaff, Joachim Klein, Sascha Klüppelholz, Sascha Wunderlich, "Probabilistic model checking for energy-utility analysis", Chapter in Horizons of the Mind. A Tribute to Prakash Panangaden, Springer, pp. 96–123, 2014. [doi]
Bibtex
@incollection{baier2014probabilistic,
title={Probabilistic model checking for energy-utility analysis},
author={Baier, Christel and Dubslaff, Clemens and Klein, Joachim and Kl{\"u}ppelholz, Sascha and Wunderlich, Sascha},
booktitle={Horizons of the Mind. A Tribute to Prakash Panangaden},
pages={96--123},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-06880-0_5}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Clemens Dubslaff, Sascha Klüppelholz, Linda Leuschner, "Energy-utility analysis for resilient systems using probabilistic model checking", Chapter in Application and Theory of Petri Nets and Concurrency, Springer, pp. 20–39, 2014. [doi] [Bibtex & Downloads]
Energy-utility analysis for resilient systems using probabilistic model checking
Reference
Christel Baier, Clemens Dubslaff, Sascha Klüppelholz, Linda Leuschner, "Energy-utility analysis for resilient systems using probabilistic model checking", Chapter in Application and Theory of Petri Nets and Concurrency, Springer, pp. 20–39, 2014. [doi]
Bibtex
@incollection{baier2014energy,
title={Energy-utility analysis for resilient systems using probabilistic model checking},
author={Baier, Christel and Dubslaff, Clemens and Kl{\"u}ppelholz, Sascha and Leuschner, Linda},
booktitle={Application and Theory of Petri Nets and Concurrency},
pages={20--39},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-07734-5_2}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Clemens Dubslaff, Sascha Klüppelholz, Marcus Daum, Joachim Klein, Steffen Märcker, Sascha Wunderlich, "Probabilistic Model Checking and Non-standard Multi-objective Reasoning", Chapter in Fundamental Approaches to Software Engineering, Springer, pp. 1–16, 2014. [doi] [Bibtex & Downloads]
Probabilistic Model Checking and Non-standard Multi-objective Reasoning
Reference
Christel Baier, Clemens Dubslaff, Sascha Klüppelholz, Marcus Daum, Joachim Klein, Steffen Märcker, Sascha Wunderlich, "Probabilistic Model Checking and Non-standard Multi-objective Reasoning", Chapter in Fundamental Approaches to Software Engineering, Springer, pp. 1–16, 2014. [doi]
Bibtex
@incollection{baier2014probabilistic,
title={Probabilistic Model Checking and Non-standard Multi-objective Reasoning},
author={Baier, Christel and Dubslaff, Clemens and Kl{\"u}ppelholz, Sascha and Daum, Marcus and Klein, Joachim and M{\"a}rcker, Steffen and Wunderlich, Sascha},
booktitle={Fundamental Approaches to Software Engineering},
pages={1--16},
year={2014},
publisher={Springer},
doi={10.1007/978-3-642-54804-8_1}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Joachim Klein, Sascha Klüppelholz, "Synthesis of Reo Connectors for Strategies and Controllers", In Fundamenta Informaticae, IOS Press, vol. 130, no. 1, pp. 1–20, 2014. [doi] [Bibtex & Downloads]
Synthesis of Reo Connectors for Strategies and Controllers
Reference
Christel Baier, Joachim Klein, Sascha Klüppelholz, "Synthesis of Reo Connectors for Strategies and Controllers", In Fundamenta Informaticae, IOS Press, vol. 130, no. 1, pp. 1–20, 2014. [doi]
Bibtex
@article{baier2014synthesis,
title={Synthesis of Reo Connectors for Strategies and Controllers},
author={Baier, Christel and Klein, Joachim and Kl{\"u}ppelholz, Sascha},
journal={Fundamenta Informaticae},
volume={130},
number={1},
pages={1--20},
year={2014},
publisher={IOS Press},
doi={10.3233/FI-2014-980}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Joachim Klein, Sascha Klüppelholz, Sascha Wunderlich, "Weight monitoring with linear temporal logic: Complexity and decidability", Proceedings of the Joint Meeting of the Twenty-Third EACSL Annual Conference on Computer Science Logic (CSL) and the Twenty-Ninth Annual ACM/IEEE Symposium on Logic in Computer Science (LICS), pp. 11, 2014. [doi] [Bibtex & Downloads]
Weight monitoring with linear temporal logic: Complexity and decidability
Reference
Christel Baier, Joachim Klein, Sascha Klüppelholz, Sascha Wunderlich, "Weight monitoring with linear temporal logic: Complexity and decidability", Proceedings of the Joint Meeting of the Twenty-Third EACSL Annual Conference on Computer Science Logic (CSL) and the Twenty-Ninth Annual ACM/IEEE Symposium on Logic in Computer Science (LICS), pp. 11, 2014. [doi]
Bibtex
@inproceedings{baier2014weight,
title={Weight monitoring with linear temporal logic: Complexity and decidability},
author={Baier, Christel and Klein, Joachim and Kl{\"u}ppelholz, Sascha and Wunderlich, Sascha},
booktitle={Proceedings of the Joint Meeting of the Twenty-Third EACSL Annual Conference on Computer Science Logic (CSL) and the Twenty-Ninth Annual ACM/IEEE Symposium on Logic in Computer Science (LICS)},
pages={11},
year={2014},
organization={ACM},
doi={10.1145/2603088.2603162}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, "Computing conditional probabilities in Markovian models efficiently", Chapter in Tools and Algorithms for the Construction and Analysis of Systems, Springer, pp. 515–530, 2014. [doi] [Bibtex & Downloads]
Computing conditional probabilities in Markovian models efficiently
Reference
Christel Baier, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, "Computing conditional probabilities in Markovian models efficiently", Chapter in Tools and Algorithms for the Construction and Analysis of Systems, Springer, pp. 515–530, 2014. [doi]
Bibtex
@incollection{baier2014computing,
title={Computing conditional probabilities in Markovian models efficiently},
author={Baier, Christel and Klein, Joachim and Kl{\"u}ppelholz, Sascha and M{\"a}rcker, Steffen},
booktitle={Tools and Algorithms for the Construction and Analysis of Systems},
pages={515--530},
year={2014},
publisher={Springer},
doi={10.1007/978-3-642-54862-8_43}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Marcus Daum, Clemens Dubslaff, Joachim Klein, Sascha Klüppelholz, "Energy-utility quantiles", Chapter in NASA Formal Methods, Springer, pp. 285–299, 2014. [doi] [Bibtex & Downloads]
Energy-utility quantiles
Reference
Christel Baier, Marcus Daum, Clemens Dubslaff, Joachim Klein, Sascha Klüppelholz, "Energy-utility quantiles", Chapter in NASA Formal Methods, Springer, pp. 285–299, 2014. [doi]
Bibtex
@incollection{baier2014energy,
title={Energy-utility quantiles},
author={Baier, Christel and Daum, Marcus and Dubslaff, Clemens and Klein, Joachim and Kl{\"u}ppelholz, Sascha},
booktitle={NASA Formal Methods},
pages={285--299},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-06200-6_24}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Chiara Del Vescovo, Rafael Penaloza, "DeaLing with Ontologies using CODs", 2014. [Bibtex & Downloads]
DeaLing with Ontologies using CODs
Reference
Chiara Del Vescovo, Rafael Penaloza, "DeaLing with Ontologies using CODs", 2014.
Bibtex
@article{deldealing,
title={DeaLing with Ontologies using CODs},
author={Del Vescovo, Chiara and Penaloza, Rafael},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "Probabilistic Model Checking for Energy Analysis in Software Product Lines", In Proceeding: Proc. of the 13th International Conference on Modularity (MODULARITY), ACM, pp. 169–180, 2014. [Bibtex & Downloads]
Probabilistic Model Checking for Energy Analysis in Software Product Lines
Reference
Clemens Dubslaff, Sascha Klüppelholz, Christel Baier, "Probabilistic Model Checking for Energy Analysis in Software Product Lines", In Proceeding: Proc. of the 13th International Conference on Modularity (MODULARITY), ACM, pp. 169–180, 2014.
Bibtex
@inproceedings{DKB14_MODULARITY,
author={Clemens Dubslaff and Sascha Kl{\"u}ppelholz and Christel Baier},
title={Probabilistic Model Checking for Energy Analysis in Software Product Lines},
booktitle={Proc. of the 13th International Conference on Modularity (MODULARITY)},
year={2014},
pages={169--180},
publisher={ACM},
ee={http://doi.acm.org/10.1145/2577080.2577095},
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christoph Möbius, Waltenegus Dargie, "Statistical Analysis of the Workload of a Video Hosting Server", Chapter in Analytical and Stochastic Modeling Techniques and Applications, Springer, pp. 223–237, 2014. [doi] [Bibtex & Downloads]
Statistical Analysis of the Workload of a Video Hosting Server
Reference
Christoph Möbius, Waltenegus Dargie, "Statistical Analysis of the Workload of a Video Hosting Server", Chapter in Analytical and Stochastic Modeling Techniques and Applications, Springer, pp. 223–237, 2014. [doi]
Bibtex
@incollection{mobius2014statistical,
title={Statistical Analysis of the Workload of a Video Hosting Server},
author={M{\"o}bius, Christoph and Dargie, Waltenegus},
booktitle={Analytical and Stochastic Modeling Techniques and Applications},
pages={223--237},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-08219-6_16}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Caroline Murawski, Philipp Liehm, Karl Leo, Malte C Gather, "Influence of Cavity Thickness and Emitter Orientation on the Efficiency Roll-Off of Phosphorescent Organic Light-Emitting Diodes", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 8, pp. 1117–1124, 2014. [doi] [Bibtex & Downloads]
Influence of Cavity Thickness and Emitter Orientation on the Efficiency Roll-Off of Phosphorescent Organic Light-Emitting Diodes
Reference
Caroline Murawski, Philipp Liehm, Karl Leo, Malte C Gather, "Influence of Cavity Thickness and Emitter Orientation on the Efficiency Roll-Off of Phosphorescent Organic Light-Emitting Diodes", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 8, pp. 1117–1124, 2014. [doi]
Bibtex
@article{murawski2014influence,
title={Influence of Cavity Thickness and Emitter Orientation on the Efficiency Roll-Off of Phosphorescent Organic Light-Emitting Diodes},
author={Murawski, Caroline and Liehm, Philipp and Leo, Karl and Gather, Malte C},
journal={Advanced Functional Materials},
volume={24},
number={8},
pages={1117--1124},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adfm.201302173}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Piechnick, Sebastian Richly, Thomas Kühn, Sebastian Götz, Georg Püschel, Uwe Aßmann, "ContextPoint: An Architecture for Extrinsic Meta-Adaptation in Smart Environments", In Proceeding: ADAPTIVE 2014, The Sixth International Conference on Adaptive and Self-Adaptive Systems and Applications, pp. 121–128, 2014. [Bibtex & Downloads]
ContextPoint: An Architecture for Extrinsic Meta-Adaptation in Smart Environments
Reference
Christian Piechnick, Sebastian Richly, Thomas Kühn, Sebastian Götz, Georg Püschel, Uwe Aßmann, "ContextPoint: An Architecture for Extrinsic Meta-Adaptation in Smart Environments", In Proceeding: ADAPTIVE 2014, The Sixth International Conference on Adaptive and Self-Adaptive Systems and Applications, pp. 121–128, 2014.
Bibtex
@inproceedings{piechnick2014contextpoint,
title={ContextPoint: An Architecture for Extrinsic Meta-Adaptation in Smart Environments},
author={Piechnick, Christian and Richly, Sebastian and K{\"u}hn, Thomas and G{\"o}tz, Sebastian and P{\"u}schel, Georg and A{\ss}mann, Uwe},
booktitle={ADAPTIVE 2014, The Sixth International Conference on Adaptive and Self-Adaptive Systems and Applications},
pages={121--128},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Carsten Rudolf Janda, Christian Scheunert, Eduard A Jorswieck, "Wiretap-Channels with Constrained Active Attacks", 2014. [doi] [Bibtex & Downloads]
Wiretap-Channels with Constrained Active Attacks
Reference
Carsten Rudolf Janda, Christian Scheunert, Eduard A Jorswieck, "Wiretap-Channels with Constrained Active Attacks", 2014. [doi]
Bibtex
@article{jandawiretap,
title={Wiretap-Channels with Constrained Active Attacks},
author={Janda, Carsten Rudolf and Scheunert, Christian and Jorswieck, Eduard A},
year={2014},
doi={10.1109/ACSSC.2014.7094818}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christoph Sachse, Nelli Weiß, Nikolai Gaponik, Lars Müller-Meskamp, Alexander Eychmüller, Karl Leo, "ITO-Free, Small-Molecule Organic Solar Cells on Spray-Coated Copper-Nanowire-Based Transparent Electrodes", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 2, 2014. [doi] [Bibtex & Downloads]
ITO-Free, Small-Molecule Organic Solar Cells on Spray-Coated Copper-Nanowire-Based Transparent Electrodes
Reference
Christoph Sachse, Nelli Weiß, Nikolai Gaponik, Lars Müller-Meskamp, Alexander Eychmüller, Karl Leo, "ITO-Free, Small-Molecule Organic Solar Cells on Spray-Coated Copper-Nanowire-Based Transparent Electrodes", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 2, 2014. [doi]
Bibtex
@article{sachse2014ito,
title={ITO-Free, Small-Molecule Organic Solar Cells on Spray-Coated Copper-Nanowire-Based Transparent Electrodes},
author={Sachse, Christoph and Wei{\ss}, Nelli and Gaponik, Nikolai and M{\"u}ller-Meskamp, Lars and Eychm{\"u}ller, Alexander and Leo, Karl},
journal={Advanced Energy Materials},
volume={4},
number={2},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/aenm.201300737}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- C. Schmädicke, M. Poetschke, LD Renner, L. Baraban, M. Bobeth, G. Cuniberti, "Copper nanowire synthesis by directed electrochemical nanowire assembly", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 86, pp. 46363–46368, 2014. [doi] [Bibtex & Downloads]
Copper nanowire synthesis by directed electrochemical nanowire assembly
Reference
C. Schmädicke, M. Poetschke, LD Renner, L. Baraban, M. Bobeth, G. Cuniberti, "Copper nanowire synthesis by directed electrochemical nanowire assembly", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 86, pp. 46363–46368, 2014. [doi]
Bibtex
@article{schmadicke2014copper,
title={Copper nanowire synthesis by directed electrochemical nanowire assembly},
author={Schm{\"a}dicke, C and Poetschke, M and Renner, LD and Baraban, L and Bobeth, M and Cuniberti, G},
journal={RSC Advances},
volume={4},
number={86},
pages={46363--46368},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/C4RA04853A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Céline Vervacke, Carlos C Bof Bufon, Dominic J Thurmer, Oliver G Schmidt, "Three-dimensional chemical sensors based on rolled-up hybrid nanomembranes", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 19, pp. 9723–9729, 2014. [doi] [Bibtex & Downloads]
Three-dimensional chemical sensors based on rolled-up hybrid nanomembranes
Reference
Céline Vervacke, Carlos C Bof Bufon, Dominic J Thurmer, Oliver G Schmidt, "Three-dimensional chemical sensors based on rolled-up hybrid nanomembranes", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 19, pp. 9723–9729, 2014. [doi]
Bibtex
@article{vervacke2014three,
title={Three-dimensional chemical sensors based on rolled-up hybrid nanomembranes},
author={Vervacke, C{\'e}line and Bufon, Carlos C Bof and Thurmer, Dominic J and Schmidt, Oliver G},
journal={RSC Advances},
volume={4},
number={19},
pages={9723--9729},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/C3RA47200K}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Chengzhou Zhu, Dan Wen, Martin Oschatz, Matthias Holzschuh, Wei Liu, Anne-Kristin Herrmann, Frank Simon, Stefan Kaskel, Alexander Eychmüller, "Kinetically Controlled Synthesis of PdNi Bimetallic Porous Nanostructures with Enhanced Electrocatalytic Activity", In Small, Wiley Online Library, 2014. [doi] [Bibtex & Downloads]
Kinetically Controlled Synthesis of PdNi Bimetallic Porous Nanostructures with Enhanced Electrocatalytic Activity
Reference
Chengzhou Zhu, Dan Wen, Martin Oschatz, Matthias Holzschuh, Wei Liu, Anne-Kristin Herrmann, Frank Simon, Stefan Kaskel, Alexander Eychmüller, "Kinetically Controlled Synthesis of PdNi Bimetallic Porous Nanostructures with Enhanced Electrocatalytic Activity", In Small, Wiley Online Library, 2014. [doi]
Bibtex
@article{zhu2014kinetically,
title={Kinetically Controlled Synthesis of PdNi Bimetallic Porous Nanostructures with Enhanced Electrocatalytic Activity},
author={Zhu, Chengzhou and Wen, Dan and Oschatz, Martin and Holzschuh, Matthias and Liu, Wei and Herrmann, Anne-Kristin and Simon, Frank and Kaskel, Stefan and Eychm{\"u}ller, Alexander},
journal={Small},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/smll.201401432}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diogo Behrens, Dmitrii Kuvaiskii, Christof Fetzer, "HardPaxos: Replication Hardened Against Hardware Errors", In Technische Universität Dresden, Tech. Rep, 2014. [doi] [Bibtex & Downloads]
HardPaxos: Replication Hardened Against Hardware Errors
Reference
Diogo Behrens, Dmitrii Kuvaiskii, Christof Fetzer, "HardPaxos: Replication Hardened Against Hardware Errors", In Technische Universität Dresden, Tech. Rep, 2014. [doi]
Bibtex
@article{behrens2014hardpaxos,
title={HardPaxos: Replication Hardened Against Hardware Errors},
author={Behrens, Diogo and Kuvaiskii, Dmitrii and Fetzer, Christof},
journal={Technische Universit{\"a}t Dresden, Tech. Rep},
year={2014},
doi={10.1109/SRDS.2014.13}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- DANIEL BORCHMANN, RAFAEL PEÑALOZA, WENQIAN WANG, "CLASSIFYING SOFTWARE BUG REPORTS USING METHODS FROM FORMAL CONCEPT ANALYSIS.", In Studia Universitatis Babes-Bolyai, Informatica, vol. 59, 2014. [Bibtex & Downloads]
CLASSIFYING SOFTWARE BUG REPORTS USING METHODS FROM FORMAL CONCEPT ANALYSIS.
Reference
DANIEL BORCHMANN, RAFAEL PEÑALOZA, WENQIAN WANG, "CLASSIFYING SOFTWARE BUG REPORTS USING METHODS FROM FORMAL CONCEPT ANALYSIS.", In Studia Universitatis Babes-Bolyai, Informatica, vol. 59, 2014.
Bibtex
@article{borchmann2014classifying,
title={CLASSIFYING SOFTWARE BUG REPORTS USING METHODS FROM FORMAL CONCEPT ANALYSIS.},
author={BORCHMANN, DANIEL and PE{\~N}ALOZA, RAFAEL and WANG, WENQIAN},
journal={Studia Universitatis Babes-Bolyai, Informatica},
volume={59},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dennis Christmann, Reinhard Gotzhein, Stefan Siegmund, Fabian Wirth, "Realization of Try-Once-Discard in Wireless Multihop Networks", In Industrial Informatics, IEEE Transactions on, IEEE, vol. 10, no. 1, pp. 17–26, 2014. [doi] [Bibtex & Downloads]
Realization of Try-Once-Discard in Wireless Multihop Networks
Reference
Dennis Christmann, Reinhard Gotzhein, Stefan Siegmund, Fabian Wirth, "Realization of Try-Once-Discard in Wireless Multihop Networks", In Industrial Informatics, IEEE Transactions on, IEEE, vol. 10, no. 1, pp. 17–26, 2014. [doi]
Bibtex
@article{christmann2014realization,
title={Realization of Try-Once-Discard in Wireless Multihop Networks},
author={Christmann, Dennis and Gotzhein, Reinhard and Siegmund, Stefan and Wirth, Fabian},
journal={Industrial Informatics, IEEE Transactions on},
volume={10},
number={1},
pages={17--26},
year={2014},
publisher={IEEE},
doi={10.1109/TII.2013.2281511}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- David Fritsche, Corrado Carta, Frank Ellinger, "A Broadband 200 GHz Amplifier with 17 dB Gain and 18 mW DC-Power Consumption in 0.13 m SiGe BiCMOS", IEEE, 2014. [doi] [Bibtex & Downloads]
A Broadband 200 GHz Amplifier with 17 dB Gain and 18 mW DC-Power Consumption in 0.13 m SiGe BiCMOS
Reference
David Fritsche, Corrado Carta, Frank Ellinger, "A Broadband 200 GHz Amplifier with 17 dB Gain and 18 mW DC-Power Consumption in 0.13 m SiGe BiCMOS", IEEE, 2014. [doi]
Bibtex
@article{fritsche2014broadband,
title={A Broadband 200 GHz Amplifier with 17 dB Gain and 18 mW DC-Power Consumption in 0.13 m SiGe BiCMOS},
author={Fritsche, David and Carta, Corrado and Ellinger, Frank},
year={2014},
publisher={IEEE},
doi={10.1109/LMWC.2014.2350691}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Gräfe, Jens Gaitzsch, Dietmar Appelhans, Brigitte Voit, "Cross-linked polymersomes as nanoreactors for controlled and stabilized single and cascade enzymatic reactions", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 18, pp. 10752–10761, 2014. [doi] [Bibtex & Downloads]
Cross-linked polymersomes as nanoreactors for controlled and stabilized single and cascade enzymatic reactions
Reference
David Gräfe, Jens Gaitzsch, Dietmar Appelhans, Brigitte Voit, "Cross-linked polymersomes as nanoreactors for controlled and stabilized single and cascade enzymatic reactions", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 18, pp. 10752–10761, 2014. [doi]
Bibtex
@article{grafe2014cross,
title={Cross-linked polymersomes as nanoreactors for controlled and stabilized single and cascade enzymatic reactions},
author={Gr{\"a}fe, David and Gaitzsch, Jens and Appelhans, Dietmar and Voit, Brigitte},
journal={Nanoscale},
volume={6},
number={18},
pages={10752--10761},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/C4NR02155J}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Daniel Hackenberg, Thomas Ilsche, Joseph Schuchart, Robert Schöne, Wolfgang E Nagel, Marc Simon, Yiannis Georgiou, "HDEEM: high definition energy efficiency monitoring", Proceedings of the 2nd International Workshop on Energy Efficient Supercomputing, pp. 1–10, 2014. [doi] [Bibtex & Downloads]
HDEEM: high definition energy efficiency monitoring
Reference
Daniel Hackenberg, Thomas Ilsche, Joseph Schuchart, Robert Schöne, Wolfgang E Nagel, Marc Simon, Yiannis Georgiou, "HDEEM: high definition energy efficiency monitoring", Proceedings of the 2nd International Workshop on Energy Efficient Supercomputing, pp. 1–10, 2014. [doi]
Bibtex
@inproceedings{hackenberg2014hdeem,
title={HDEEM: high definition energy efficiency monitoring},
author={Hackenberg, Daniel and Ilsche, Thomas and Schuchart, Joseph and Sch{\"o}ne, Robert and Nagel, Wolfgang E and Simon, Marc and Georgiou, Yiannis},
booktitle={Proceedings of the 2nd International Workshop on Energy Efficient Supercomputing},
pages={1--10},
year={2014},
organization={IEEE Press},
doi={10.1109/E2SC.2014.13}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniil Karnaushenko, Denys Makarov, Max Stöber, Dmitriy D Karnaushenko, Stefan Baunack, Oliver G Schmidt, "High-Performance Magnetic Sensorics for Printable and Flexible Electronics", In Advanced Materials, Wiley Online Library, 2014. [doi] [Bibtex & Downloads]
High-Performance Magnetic Sensorics for Printable and Flexible Electronics
Reference
Daniil Karnaushenko, Denys Makarov, Max Stöber, Dmitriy D Karnaushenko, Stefan Baunack, Oliver G Schmidt, "High-Performance Magnetic Sensorics for Printable and Flexible Electronics", In Advanced Materials, Wiley Online Library, 2014. [doi]
Bibtex
@article{karnaushenko2014high,
title={High-Performance Magnetic Sensorics for Printable and Flexible Electronics},
author={Karnaushenko, Daniil and Makarov, Denys and St{\"o}ber, Max and Karnaushenko, Dmitriy D and Baunack, Stefan and Schmidt, Oliver G},
journal={Advanced Materials},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adma.201403907}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dmitrii Kuvaiskii, Christof Fetzer, "Practical Encoded Processing", In Proceeding: Reliable Distributed Systems (SRDS), 2014 IEEE 33rd International Symposium on, pp. 335–336, 2014. [doi] [Bibtex & Downloads]
Practical Encoded Processing
Reference
Dmitrii Kuvaiskii, Christof Fetzer, "Practical Encoded Processing", In Proceeding: Reliable Distributed Systems (SRDS), 2014 IEEE 33rd International Symposium on, pp. 335–336, 2014. [doi]
Bibtex
@inproceedings{kuvaiskii2014practical,
title={Practical Encoded Processing},
author={Kuvaiskii, Dmitrii and Fetzer, Christof},
booktitle={Reliable Distributed Systems (SRDS), 2014 IEEE 33rd International Symposium on},
pages={335--336},
year={2014},
organization={IEEE},
doi={10.1109/SRDS.2014.62}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daijiro Nozaki, Jens Kunstmann, Felix Zörgiebel, Sebastian Pregl, Larysa Baraban, Walter M Weber, Thomas Mikolajick, Gianaurelio Cuniberti, "Ionic effects on the transport characteristics of nanowire-based FETs in a liquid environment", In Nano Research, Springer, vol. 7, no. 3, pp. 380–389, 2014. [doi] [Bibtex & Downloads]
Ionic effects on the transport characteristics of nanowire-based FETs in a liquid environment
Reference
Daijiro Nozaki, Jens Kunstmann, Felix Zörgiebel, Sebastian Pregl, Larysa Baraban, Walter M Weber, Thomas Mikolajick, Gianaurelio Cuniberti, "Ionic effects on the transport characteristics of nanowire-based FETs in a liquid environment", In Nano Research, Springer, vol. 7, no. 3, pp. 380–389, 2014. [doi]
Bibtex
@article{nozaki2014ionic,
title={Ionic effects on the transport characteristics of nanowire-based FETs in a liquid environment},
author={Nozaki, Daijiro and Kunstmann, Jens and Z{\"o}rgiebel, Felix and Pregl, Sebastian and Baraban, Larysa and Weber, Walter M and Mikolajick, Thomas and Cuniberti, Gianaurelio},
journal={Nano Research},
volume={7},
number={3},
pages={380--389},
year={2014},
publisher={Springer},
doi={10.1007/s12274-013-0404-9}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Oehmann, Albrecht J Fehske, Gerhard P Fettweis, "Non-Stationary Traffic Conditions in Transient Flow Level Models for Cellular Networks", European Wireless 2014; 20th European Wireless Conference; Proceedings of, pp. 1–6, 2014. [Bibtex & Downloads]
Non-Stationary Traffic Conditions in Transient Flow Level Models for Cellular Networks
Reference
David Oehmann, Albrecht J Fehske, Gerhard P Fettweis, "Non-Stationary Traffic Conditions in Transient Flow Level Models for Cellular Networks", European Wireless 2014; 20th European Wireless Conference; Proceedings of, pp. 1–6, 2014.
Bibtex
@inproceedings{oehmann2014non,
title={Non-Stationary Traffic Conditions in Transient Flow Level Models for Cellular Networks},
author={Oehmann, David and Fehske, Albrecht J and Fettweis, Gerhard P},
booktitle={European Wireless 2014; 20th European Wireless Conference; Proceedings of},
pages={1--6},
year={2014},
organization={VDE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dan Wen, Anne-Kristin Herrmann, Lars Borchardt, Frank Simon, Wei Liu, Stefan Kaskel, Alexander Eychmüller, "Controlling the growth of palladium aerogels with high-performance toward bioelectrocatalytic oxidation of glucose", In Journal of the American Chemical Society, ACS Publications, vol. 136, no. 7, pp. 2727–2730, 2014. [doi] [Bibtex & Downloads]
Controlling the growth of palladium aerogels with high-performance toward bioelectrocatalytic oxidation of glucose
Reference
Dan Wen, Anne-Kristin Herrmann, Lars Borchardt, Frank Simon, Wei Liu, Stefan Kaskel, Alexander Eychmüller, "Controlling the growth of palladium aerogels with high-performance toward bioelectrocatalytic oxidation of glucose", In Journal of the American Chemical Society, ACS Publications, vol. 136, no. 7, pp. 2727–2730, 2014. [doi]
Bibtex
@article{wen2014controlling,
title={Controlling the growth of palladium aerogels with high-performance toward bioelectrocatalytic oxidation of glucose},
author={Wen, Dan and Herrmann, Anne-Kristin and Borchardt, Lars and Simon, Frank and Liu, Wei and Kaskel, Stefan and Eychmüller, Alexander},
journal={Journal of the American Chemical Society},
volume={136},
number={7},
pages={2727--2730},
year={2014},
publisher={ACS Publications},
doi={10.1021/ja412062e}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dan Wen, Wei Liu, Anne-Kristin Herrmann, Alexander Eychmüller, "A membraneless glucose/O2 biofuel cell based on Pd aerogels", In Chemistry-A European Journal, Wiley Online Library, vol. 20, no. 15, pp. 4380–4385, 2014. [doi] [Bibtex & Downloads]
A membraneless glucose/O2 biofuel cell based on Pd aerogels
Reference
Dan Wen, Wei Liu, Anne-Kristin Herrmann, Alexander Eychmüller, "A membraneless glucose/O2 biofuel cell based on Pd aerogels", In Chemistry-A European Journal, Wiley Online Library, vol. 20, no. 15, pp. 4380–4385, 2014. [doi]
Bibtex
@article{wen2014membraneless,
title={A membraneless glucose/O2 biofuel cell based on Pd aerogels},
author={Wen, Dan and Liu, Wei and Herrmann, Anne-Kristin and Eychm{\"u}ller, Alexander},
journal={Chemistry-A European Journal},
volume={20},
number={15},
pages={4380--4385},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/chem.201304635}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Zwicker, Markus Decker, Steffen Jaensch, Anthony A Hyman, Frank Jülicher, "Centrosomes are autocatalytic droplets of pericentriolar material organized by centrioles", In Proceedings of the National Academy of Sciences, National Acad Sciences, vol. 111, no. 26, pp. E2636–E2645, 2014. [Bibtex & Downloads]
Centrosomes are autocatalytic droplets of pericentriolar material organized by centrioles
Reference
David Zwicker, Markus Decker, Steffen Jaensch, Anthony A Hyman, Frank Jülicher, "Centrosomes are autocatalytic droplets of pericentriolar material organized by centrioles", In Proceedings of the National Academy of Sciences, National Acad Sciences, vol. 111, no. 26, pp. E2636–E2645, 2014.
Bibtex
@article{zwicker2014centrosomes,
title={Centrosomes are autocatalytic droplets of pericentriolar material organized by centrioles},
author={Zwicker, David and Decker, Markus and Jaensch, Steffen and Hyman, Anthony A and J{\"u}licher, Frank},
journal={Proceedings of the National Academy of Sciences},
volume={111},
number={26},
pages={E2636--E2645},
year={2014},
publisher={National Acad Sciences}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eunhye Baek, Sebastian Pregl, Mehrdad Shaygan, Lotta Römhildt, Walter M Weber, Thomas Mikolajick, Dmitry A Ryndyk, Larysa Baraban, Gianaurelio Cuniberti, "Optoelectronic switching of nanowire-based hybrid organic/oxide/semiconductor field-effect transistors", In Nano Research, Springer, pp. 1–12, 2014. [doi] [Bibtex & Downloads]
Optoelectronic switching of nanowire-based hybrid organic/oxide/semiconductor field-effect transistors
Reference
Eunhye Baek, Sebastian Pregl, Mehrdad Shaygan, Lotta Römhildt, Walter M Weber, Thomas Mikolajick, Dmitry A Ryndyk, Larysa Baraban, Gianaurelio Cuniberti, "Optoelectronic switching of nanowire-based hybrid organic/oxide/semiconductor field-effect transistors", In Nano Research, Springer, pp. 1–12, 2014. [doi]
Bibtex
@article{baek2014optoelectronic,
title={Optoelectronic switching of nanowire-based hybrid organic/oxide/semiconductor field-effect transistors},
author={Baek, Eunhye and Pregl, Sebastian and Shaygan, Mehrdad and R{\"o}mhildt, Lotta and Weber, Walter M and Mikolajick, Thomas and Ryndyk, Dmitry A and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Nano Research},
pages={1--12},
year={2014},
publisher={Springer},
doi={10.1007/s12274-014-0608-7}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Elisabeth Fischer-Friedrich, Anthony A Hyman, Frank Jülicher, Daniel J Müller, Jonne Helenius, "Quantification of surface tension and internal pressure generated by single mitotic cells", In Scientific reports, Nature Publishing Group, vol. 4, 2014. [Bibtex & Downloads]
Quantification of surface tension and internal pressure generated by single mitotic cells
Reference
Elisabeth Fischer-Friedrich, Anthony A Hyman, Frank Jülicher, Daniel J Müller, Jonne Helenius, "Quantification of surface tension and internal pressure generated by single mitotic cells", In Scientific reports, Nature Publishing Group, vol. 4, 2014.
Bibtex
@article{fischer2014quantification,
title={Quantification of surface tension and internal pressure generated by single mitotic cells},
author={Fischer-Friedrich, Elisabeth and Hyman, Anthony A and J{\"u}licher, Frank and M{\"u}ller, Daniel J and Helenius, Jonne},
journal={Scientific reports},
volume={4},
year={2014},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ely Levy, Amnon Barak, Amnon Shiloh, Matthias Lieber, Carsten Weinhold, Hermann Härtig, "Overhead of a decentralized gossip algorithm on the performance of HPC applications", Proceedings of the 4th International Workshop on Runtime and Operating Systems for Supercomputers, pp. 10, 2014. [doi] [Bibtex & Downloads]
Overhead of a decentralized gossip algorithm on the performance of HPC applications
Reference
Ely Levy, Amnon Barak, Amnon Shiloh, Matthias Lieber, Carsten Weinhold, Hermann Härtig, "Overhead of a decentralized gossip algorithm on the performance of HPC applications", Proceedings of the 4th International Workshop on Runtime and Operating Systems for Supercomputers, pp. 10, 2014. [doi]
Bibtex
@inproceedings{levy2014overhead,
title={Overhead of a decentralized gossip algorithm on the performance of HPC applications},
author={Levy, Ely and Barak, Amnon and Shiloh, Amnon and Lieber, Matthias and Weinhold, Carsten and H{\"a}rtig, Hermann},
booktitle={Proceedings of the 4th International Workshop on Runtime and Operating Systems for Supercomputers},
pages={10},
year={2014},
organization={ACM},
doi={10.1145/2612262.2612271}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ellen Siebert-Henze, Vadim G Lyssenko, Robert Brückner, Moritz Riede, Karl Leo, "Electroabsorption studies of organic pin solar cells: evaluating the built-in voltage", In MRS Online Proceedings Library, Cambridge Univ Press, vol. 1639, pp. mrsf13–1639, 2014. [doi] [Bibtex & Downloads]
Electroabsorption studies of organic pin solar cells: evaluating the built-in voltage
Reference
Ellen Siebert-Henze, Vadim G Lyssenko, Robert Brückner, Moritz Riede, Karl Leo, "Electroabsorption studies of organic pin solar cells: evaluating the built-in voltage", In MRS Online Proceedings Library, Cambridge Univ Press, vol. 1639, pp. mrsf13–1639, 2014. [doi]
Bibtex
@article{siebert2014electroabsorption,
title={Electroabsorption studies of organic pin solar cells: evaluating the built-in voltage},
author={Siebert-Henze, Ellen and Lyssenko, Vadim G and Br{\"u}ckner, Robert and Riede, Moritz and Leo, Karl},
journal={MRS Online Proceedings Library},
volume={1639},
pages={mrsf13--1639},
year={2014},
publisher={Cambridge Univ Press},
doi={10.1557/opl.2014.50}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- E. Siebert-Henze, VG Lyssenko, J. Fischer, M. Tietze, R. Brueckner, T. Menke, K. Leo, M. Riede, "Electroabsorption studies of organic pin solar cells: Increase of the built-in voltage by higher doping concentration in the hole transport layer", In Organic Electronics, Elsevier, vol. 15, no. 2, pp. 563–568, 2014. [doi] [Bibtex & Downloads]
Electroabsorption studies of organic pin solar cells: Increase of the built-in voltage by higher doping concentration in the hole transport layer
Reference
E. Siebert-Henze, VG Lyssenko, J. Fischer, M. Tietze, R. Brueckner, T. Menke, K. Leo, M. Riede, "Electroabsorption studies of organic pin solar cells: Increase of the built-in voltage by higher doping concentration in the hole transport layer", In Organic Electronics, Elsevier, vol. 15, no. 2, pp. 563–568, 2014. [doi]
Bibtex
@article{siebert2014electroabsorption,
title={Electroabsorption studies of organic pin solar cells: Increase of the built-in voltage by higher doping concentration in the hole transport layer},
author={Siebert-Henze, E and Lyssenko, VG and Fischer, J and Tietze, M and Brueckner, R and Menke, T and Leo, K and Riede, M},
journal={Organic Electronics},
volume={15},
number={2},
pages={563--568},
year={2014},
publisher={Elsevier},
doi={10.1016/j.orgel.2013.12.009}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Marcel Lippmann, "Runtime verification using the temporal description logic ALC-LTL revisited", In Journal of Applied Logic, Elsevier, vol. 12, no. 4, pp. 584–613, 2014. [doi] [Bibtex & Downloads]
Runtime verification using the temporal description logic ALC-LTL revisited
Reference
Franz Baader, Marcel Lippmann, "Runtime verification using the temporal description logic ALC-LTL revisited", In Journal of Applied Logic, Elsevier, vol. 12, no. 4, pp. 584–613, 2014. [doi]
Bibtex
@article{baader2014runtime,
title={Runtime verification using the temporal description logic ALC-LTL revisited},
author={Baader, Franz and Lippmann, Marcel},
journal={Journal of Applied Logic},
volume={12},
number={4},
pages={584--613},
year={2014},
publisher={Elsevier},
doi={10.1016/j.jal.2014.09.001}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Stefan Borgwardt, Rafael Peñaloza, "On the Decidability Status of Fuzzy A ℒ C with General Concept Inclusions", In Journal of Philosophical Logic, Springer, pp. 1–30, 2014. [doi] [Bibtex & Downloads]
On the Decidability Status of Fuzzy A ℒ C with General Concept Inclusions
Reference
Franz Baader, Stefan Borgwardt, Rafael Peñaloza, "On the Decidability Status of Fuzzy A ℒ C with General Concept Inclusions", In Journal of Philosophical Logic, Springer, pp. 1–30, 2014. [doi]
Bibtex
@article{baader2014decidability,
title={On the Decidability Status of Fuzzy A ℒ C with General Concept Inclusions},
author={Baader, Franz and Borgwardt, Stefan and Pe{\~n}aloza, Rafael},
journal={Journal of Philosophical Logic},
pages={1--30},
year={2014},
publisher={Springer},
doi={10.1007/s10992-014-9329-3}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, "Ontology-Based Monitoring of Dynamic Systems", AAAI Press, 2014. [Bibtex & Downloads]
Ontology-Based Monitoring of Dynamic Systems
Reference
Franz Baader, "Ontology-Based Monitoring of Dynamic Systems", AAAI Press, 2014.
Bibtex
@article{baader2014ontology,
title={Ontology-Based Monitoring of Dynamic Systems},
author={Baader, Franz},
url = {http://www.aaai.org/ocs/index.php/KR/KR14/paper/view/7972},
editor = {Chitta Baral and Giuseppe De Giacomo and Thomas Eiter},
publisher = {{AAAI} Press},
year = {2014},
isbn = {978-1-57735-657-8},
booktitle = {Principles of Knowledge Representation and Reasoning: Proceedings of the Fourteenth International Conference, {KR} 2014, Vienna, Austria, July 20-24, 2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix Distel, Jamal Atif, Isabelle Bloch, "Concept Dissimilarity Based on Tree Edit Distances and Morphological Dilations", In Proceeding: ECAI 2014 - 21st European Conference on Artificial Intelligence, 18-22 August 2014, Prague, Czech Republic - Including Prestigious Applications of Intelligent Systems (PAIS 2014) (Torsten Schaub and Gerhard Friedrich and Barry O'Sullivan), IOS Press, vol. 263, pp. 249-254, 2014. [doi] [Bibtex & Downloads]
Concept Dissimilarity Based on Tree Edit Distances and Morphological Dilations
Reference
Felix Distel, Jamal Atif, Isabelle Bloch, "Concept Dissimilarity Based on Tree Edit Distances and Morphological Dilations", In Proceeding: ECAI 2014 - 21st European Conference on Artificial Intelligence, 18-22 August 2014, Prague, Czech Republic - Including Prestigious Applications of Intelligent Systems (PAIS 2014) (Torsten Schaub and Gerhard Friedrich and Barry O'Sullivan), IOS Press, vol. 263, pp. 249-254, 2014. [doi]
Bibtex
@InProceedings{conf/ecai/DistelAB14,
author = {Felix Distel and Jamal Atif and Isabelle Bloch},
title = {Concept Dissimilarity Based on Tree Edit Distances and Morphological Dilations},
booktitle = {{ECAI} 2014 - 21st European Conference on Artificial Intelligence, 18-22 August 2014, Prague, Czech Republic - Including Prestigious Applications of Intelligent Systems {(PAIS} 2014)},
pages = {249-254},
doi = {10.3233/978-1-61499-419-0-249},
url = {http://dx.doi.org/10.3233/978-1-61499-419-0-249},
editor = {Torsten Schaub and Gerhard Friedrich and Barry O'Sullivan},
series = {Frontiers in Artificial Intelligence and Applications},
volume = {263},
publisher = {{IOS} Press},
year = {2014},
isbn = {978-1-61499-418-3},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frezewd Lemma Tena, Thomas Knauth, Christof Fetzer, "PowerCass: Energy Efficient, Consistent Hashing Based Storage for Micro Clouds Based Infrastructure", In Proceeding: Cloud Computing (CLOUD), 2014 IEEE 7th International Conference on, pp. 48–55, 2014. [doi] [Bibtex & Downloads]
PowerCass: Energy Efficient, Consistent Hashing Based Storage for Micro Clouds Based Infrastructure
Reference
Frezewd Lemma Tena, Thomas Knauth, Christof Fetzer, "PowerCass: Energy Efficient, Consistent Hashing Based Storage for Micro Clouds Based Infrastructure", In Proceeding: Cloud Computing (CLOUD), 2014 IEEE 7th International Conference on, pp. 48–55, 2014. [doi]
Bibtex
@inproceedings{tena2014powercass,
title={PowerCass: Energy Efficient, Consistent Hashing Based Storage for Micro Clouds Based Infrastructure},
author={Tena, Frezewd Lemma and Knauth, Thomas and Fetzer, Christof},
booktitle={Cloud Computing (CLOUD), 2014 IEEE 7th International Conference on},
pages={48--55},
year={2014},
organization={IEEE},
doi={10.1109/CLOUD.2014.17}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Feng Liu, Lei Zhang, Yue Zhang, Stefan C. B. Mannsfeld, Thomas P. Russell, Alejandro L. Briseno, "Interpenetrating morphology based on highly crystalline small molecule and PCBM blends", In J. Mater. Chem. C, Royal Society of Chemistry (RSC), vol. 2, no. 44, pp. 9368–9374, 2014. [doi] [Bibtex & Downloads]
Interpenetrating morphology based on highly crystalline small molecule and PCBM blends
Reference
Feng Liu, Lei Zhang, Yue Zhang, Stefan C. B. Mannsfeld, Thomas P. Russell, Alejandro L. Briseno, "Interpenetrating morphology based on highly crystalline small molecule and PCBM blends", In J. Mater. Chem. C, Royal Society of Chemistry (RSC), vol. 2, no. 44, pp. 9368–9374, 2014. [doi]
Bibtex
@article{Liu_2014,
doi = {10.1039/c4tc01451k},
url = {https://doi.org/10.1039%2Fc4tc01451k},
year = 2014,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {2},
number = {44},
pages = {9368--9374},
author = {Feng Liu and Lei Zhang and Yue Zhang and Stefan C. B. Mannsfeld and Thomas P. Russell and Alejandro L. Briseno},
title = {Interpenetrating morphology based on highly crystalline small molecule and {PCBM} blends},
journal = {J. Mater. Chem. C}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florina M Ciorba, Thomas Ilsche, Elke Franz, Stefan Pfennig, Christian Scheunert, Ulf Markwardt, Joseph Schuchart, Daniel Hackenberg, Robert Schöne, Andreas Knüpfer, others, "Analysis of Parallel Applications on a High Performance–Low Energy Computer", In Proceeding: Euro-Par 2014: Parallel Processing Workshops, pp. 474–485, 2014. [doi] [Bibtex & Downloads]
Analysis of Parallel Applications on a High Performance–Low Energy Computer
Reference
Florina M Ciorba, Thomas Ilsche, Elke Franz, Stefan Pfennig, Christian Scheunert, Ulf Markwardt, Joseph Schuchart, Daniel Hackenberg, Robert Schöne, Andreas Knüpfer, others, "Analysis of Parallel Applications on a High Performance–Low Energy Computer", In Proceeding: Euro-Par 2014: Parallel Processing Workshops, pp. 474–485, 2014. [doi]
Bibtex
@inproceedings{ciorba2014analysis,
title={Analysis of Parallel Applications on a High Performance--Low Energy Computer},
author={Ciorba, Florina M and Ilsche, Thomas and Franz, Elke and Pfennig, Stefan and Scheunert, Christian and Markwardt, Ulf and Schuchart, Joseph and Hackenberg, Daniel and Sch{\"o}ne, Robert and Kn{\"u}pfer, Andreas and others},
booktitle={Euro-Par 2014: Parallel Processing Workshops},
pages={474--485},
year={2014},
organization={Springer},
doi={10.1007/978-3-319-14313-2_40}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Felix M Zörgiebel, Sebastian Pregl, Lotta Römhildt, Jörg Opitz, W. Weber, T. Mikolajick, Larysa Baraban, Gianaurelio Cuniberti, "Schottky barrier-based silicon nanowire pH sensor with live sensitivity control", In Nano Research, Springer, vol. 7, no. 2, pp. 263–271, 2014. [doi] [Bibtex & Downloads]
Schottky barrier-based silicon nanowire pH sensor with live sensitivity control
Reference
Felix M Zörgiebel, Sebastian Pregl, Lotta Römhildt, Jörg Opitz, W. Weber, T. Mikolajick, Larysa Baraban, Gianaurelio Cuniberti, "Schottky barrier-based silicon nanowire pH sensor with live sensitivity control", In Nano Research, Springer, vol. 7, no. 2, pp. 263–271, 2014. [doi]
Bibtex
@article{zorgiebel2014schottky,
title={Schottky barrier-based silicon nanowire pH sensor with live sensitivity control},
author={Z{\"o}rgiebel, Felix M and Pregl, Sebastian and R{\"o}mhildt, Lotta and Opitz, J{\"o}rg and Weber, W and Mikolajick, T and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Nano Research},
volume={7},
number={2},
pages={263--271},
year={2014},
publisher={Springer},
doi={10.1007/s12274-013-0393-8}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- F. Martin-Recuerda, Dirk Walther, "Axiom dependency hypergraphs for fast modularisation and atomic decomposition", Proceedings of the 27th International Workshop on Description Logics (DL’14), vol. 1193, pp. 299–310, 2014. [Bibtex & Downloads]
Axiom dependency hypergraphs for fast modularisation and atomic decomposition
Reference
F. Martin-Recuerda, Dirk Walther, "Axiom dependency hypergraphs for fast modularisation and atomic decomposition", Proceedings of the 27th International Workshop on Description Logics (DL’14), vol. 1193, pp. 299–310, 2014.
Bibtex
@inproceedings{martin2014axiom,
title={Axiom dependency hypergraphs for fast modularisation and atomic decomposition},
author={Martin-Recuerda, F and Walther, Dirk},
booktitle={Proceedings of the 27th International Workshop on Description Logics (DL’14)},
volume={1193},
pages={299--310},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Francisco Martín-Recuerda, Dirk Walther, "Fast modularisation and atomic decomposition of ontologies using axiom dependency hypergraphs", In Proceeding: International Semantic Web Conference, pp. 49–64, 2014. [Bibtex & Downloads]
Fast modularisation and atomic decomposition of ontologies using axiom dependency hypergraphs
Reference
Francisco Martín-Recuerda, Dirk Walther, "Fast modularisation and atomic decomposition of ontologies using axiom dependency hypergraphs", In Proceeding: International Semantic Web Conference, pp. 49–64, 2014.
Bibtex
@inproceedings{martin2014fast,
title={Fast modularisation and atomic decomposition of ontologies using axiom dependency hypergraphs},
author={Mart{\'\i}n-Recuerda, Francisco and Walther, Dirk},
booktitle={International Semantic Web Conference},
pages={49--64},
year={2014},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Selzer, Nelli Weiß, Ludwig Bormann, Christoph Sachse, Nikolai Gaponik, Lars Müller-Meskamp, Alexander Eychmüller, Karl Leo, "Highly conductive silver nanowire networks by organic matrix assisted low-temperature fusing", In Organic Electronics, Elsevier, vol. 15, no. 12, pp. 3818–3824, 2014. [doi] [Bibtex & Downloads]
Highly conductive silver nanowire networks by organic matrix assisted low-temperature fusing
Reference
Franz Selzer, Nelli Weiß, Ludwig Bormann, Christoph Sachse, Nikolai Gaponik, Lars Müller-Meskamp, Alexander Eychmüller, Karl Leo, "Highly conductive silver nanowire networks by organic matrix assisted low-temperature fusing", In Organic Electronics, Elsevier, vol. 15, no. 12, pp. 3818–3824, 2014. [doi]
Bibtex
@article{selzer2014highly,
title={Highly conductive silver nanowire networks by organic matrix assisted low-temperature fusing},
author={Selzer, Franz and Wei{\ss}, Nelli and Bormann, Ludwig and Sachse, Christoph and Gaponik, Nikolai and M{\"u}ller-Meskamp, Lars and Eychm{\"u}ller, Alexander and Leo, Karl},
journal={Organic Electronics},
volume={15},
number={12},
pages={3818--3824},
year={2014},
publisher={Elsevier},
doi={10.1016/j.orgel.2014.09.030}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- G. Belfiore, R. Henker, F. Ellinger, "Measurement and application of vertical inductors in high-speed broadband circuit", In Electronics Letters, IET, vol. 50, no. 25, pp. 1915–1917, 2014. [doi] [Bibtex & Downloads]
Measurement and application of vertical inductors in high-speed broadband circuit
Reference
G. Belfiore, R. Henker, F. Ellinger, "Measurement and application of vertical inductors in high-speed broadband circuit", In Electronics Letters, IET, vol. 50, no. 25, pp. 1915–1917, 2014. [doi]
Bibtex
@article{belfiore2014measurement,
title={Measurement and application of vertical inductors in high-speed broadband circuit},
author={Belfiore, G and Henker, R and Ellinger, F},
journal={Electronics Letters},
volume={50},
number={25},
pages={1915--1917},
year={2014},
publisher={IET},
doi={10.1049/el.2014.3114}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Géza Ódor, Jeffrey Kelling, Sibylle Gemming, "Aging of the (2+ 1)-dimensional Kardar-Parisi-Zhang model", In Physical Review E, APS, vol. 89, no. 3, pp. 032146, 2014. [doi] [Bibtex & Downloads]
Aging of the (2+ 1)-dimensional Kardar-Parisi-Zhang model
Reference
Géza Ódor, Jeffrey Kelling, Sibylle Gemming, "Aging of the (2+ 1)-dimensional Kardar-Parisi-Zhang model", In Physical Review E, APS, vol. 89, no. 3, pp. 032146, 2014. [doi]
Bibtex
@article{odor2014aging,
title={Aging of the (2+ 1)-dimensional Kardar-Parisi-Zhang model},
author={{\'O}dor, G{\'e}za and Kelling, Jeffrey and Gemming, Sibylle},
journal={Physical Review E},
volume={89},
number={3},
pages={032146},
year={2014},
publisher={APS},
doi={10.1103/PhysRevE.89.032146}
}Downloads
No Downloads available for this publication
Permalink
- Guang-Ping Hao, Giovanni Mondin, Zhikun Zheng, Tim Biemelt, Stefan Klosz, René Schubel, Alexander Eychmüller, Stefan Kaskel, "Unusual Ultra-Hydrophilic, Porous Carbon Cuboids for Atmospheric-Water Capture", In Angewandte Chemie International Edition, Wiley Online Library, 2014. [doi] [Bibtex & Downloads]
Unusual Ultra-Hydrophilic, Porous Carbon Cuboids for Atmospheric-Water Capture
Reference
Guang-Ping Hao, Giovanni Mondin, Zhikun Zheng, Tim Biemelt, Stefan Klosz, René Schubel, Alexander Eychmüller, Stefan Kaskel, "Unusual Ultra-Hydrophilic, Porous Carbon Cuboids for Atmospheric-Water Capture", In Angewandte Chemie International Edition, Wiley Online Library, 2014. [doi]
Bibtex
@article{hao2014unusual,
title={Unusual Ultra-Hydrophilic, Porous Carbon Cuboids for Atmospheric-Water Capture},
author={Hao, Guang-Ping and Mondin, Giovanni and Zheng, Zhikun and Biemelt, Tim and Klosz, Stefan and Schubel, Ren{\'e} and Eychm{\"u}ller, Alexander and Kaskel, Stefan},
journal={Angewandte Chemie International Edition},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/anie.201409439}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Georg Püschel, Christian Piechnick, Sebastian Götz, Christoph Seidl, Sebastian Richly, Uwe Aßmann, "A Black Box Validation Strategy for Self-adaptive Systems", In Proceeding: ADAPTIVE 2014, The Sixth International Conference on Adaptive and Self-Adaptive Systems and Applications, pp. 111–116, 2014. [Bibtex & Downloads]
A Black Box Validation Strategy for Self-adaptive Systems
Reference
Georg Püschel, Christian Piechnick, Sebastian Götz, Christoph Seidl, Sebastian Richly, Uwe Aßmann, "A Black Box Validation Strategy for Self-adaptive Systems", In Proceeding: ADAPTIVE 2014, The Sixth International Conference on Adaptive and Self-Adaptive Systems and Applications, pp. 111–116, 2014.
Bibtex
@inproceedings{puschel2014black,
title={A Black Box Validation Strategy for Self-adaptive Systems},
author={P{\"u}schel, Georg and Piechnick, Christian and G{\"o}tz, Sebastian and Seidl, Christoph and Richly, Sebastian and A{\ss}mann, Uwe},
booktitle={ADAPTIVE 2014, The Sixth International Conference on Adaptive and Self-Adaptive Systems and Applications},
pages={111--116},
year={2014}
}Downloads
No Downloads available for this publication
Permalink
- G. Tretter, D. Fritsche, C. Carta, F. Ellinger, "Enhancing the input bandwidth of CMOS track and hold amplifiers", In Proceeding: Microwaves, Radar, and Wireless Communication (MIKON), 2014 20th International Conference on, pp. 1–4, 2014. [doi] [Bibtex & Downloads]
Enhancing the input bandwidth of CMOS track and hold amplifiers
Reference
G. Tretter, D. Fritsche, C. Carta, F. Ellinger, "Enhancing the input bandwidth of CMOS track and hold amplifiers", In Proceeding: Microwaves, Radar, and Wireless Communication (MIKON), 2014 20th International Conference on, pp. 1–4, 2014. [doi]
Bibtex
@inproceedings{tretter2014enhancing,
title={Enhancing the input bandwidth of CMOS track and hold amplifiers},
author={Tretter, G and Fritsche, D and Carta, C and Ellinger, F},
booktitle={Microwaves, Radar, and Wireless Communication (MIKON), 2014 20th International Conference on},
pages={1--4},
year={2014},
organization={IEEE},
doi={10.1109/MIKON.2014.6899972}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gulay Yalcin, Anita Sobe, Derin Harmanci, Alexey Voronin, Jons-Tobias Wamhoff, Pascal Felber, Osman Unsal, Adrian Cristal, Christof Fetzer, "Combining error detection and transactional memory for energy-efficient computing below safe operation margins", In Proceeding: Parallel, Distributed and Network-Based Processing (PDP), 2014 22nd Euromicro International Conference on, pp. 248–255, 2014. [doi] [Bibtex & Downloads]
Combining error detection and transactional memory for energy-efficient computing below safe operation margins
Reference
Gulay Yalcin, Anita Sobe, Derin Harmanci, Alexey Voronin, Jons-Tobias Wamhoff, Pascal Felber, Osman Unsal, Adrian Cristal, Christof Fetzer, "Combining error detection and transactional memory for energy-efficient computing below safe operation margins", In Proceeding: Parallel, Distributed and Network-Based Processing (PDP), 2014 22nd Euromicro International Conference on, pp. 248–255, 2014. [doi]
Bibtex
@inproceedings{yalcin2014combining,
title={Combining error detection and transactional memory for energy-efficient computing below safe operation margins},
author={Yalcin, Gulay and Sobe, Anita and Harmanci, Derin and Voronin, Alexey and Wamhoff, Jons-Tobias and Felber, Pascal and Unsal, Osman and Cristal, Adrian and Fetzer, Christof},
booktitle={Parallel, Distributed and Network-Based Processing (PDP), 2014 22nd Euromicro International Conference on},
pages={248--255},
year={2014},
organization={IEEE},
doi={10.1109/PDP.2014.61}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- GC Bourantas, ED Skouras, VC Loukopoulos, VN Burganos, "Heat transfer and natural convection of nanofluids in porous media", In European Journal of Mechanics-B/Fluids, Elsevier, vol. 43, pp. 45–56, 2014. [Bibtex & Downloads]
Heat transfer and natural convection of nanofluids in porous media
Reference
GC Bourantas, ED Skouras, VC Loukopoulos, VN Burganos, "Heat transfer and natural convection of nanofluids in porous media", In European Journal of Mechanics-B/Fluids, Elsevier, vol. 43, pp. 45–56, 2014.
Bibtex
@article{bourantas2014heat,
title={Heat transfer and natural convection of nanofluids in porous media},
author={Bourantas, GC and Skouras, ED and Loukopoulos, VC and Burganos, VN},
journal={European Journal of Mechanics-B/Fluids},
volume={43},
pages={45--56},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- GC Bourantas, Vassilios C Loukopoulos, "Modeling the natural convective flow of micropolar nanofluids", In International Journal of Heat and Mass Transfer, Elsevier, vol. 68, pp. 35–41, 2014. [Bibtex & Downloads]
Modeling the natural convective flow of micropolar nanofluids
Reference
GC Bourantas, Vassilios C Loukopoulos, "Modeling the natural convective flow of micropolar nanofluids", In International Journal of Heat and Mass Transfer, Elsevier, vol. 68, pp. 35–41, 2014.
Bibtex
@article{bourantas2014modeling,
title={Modeling the natural convective flow of micropolar nanofluids},
author={Bourantas, GC and Loukopoulos, Vassilios C},
journal={International Journal of Heat and Mass Transfer},
volume={68},
pages={35--41},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- GC Bourantas, VC Loukopoulos, VN Burganos, GC Nikiforidis, "A meshless point collocation treatment of transient bioheat problems", In International journal for numerical methods in biomedical engineering, Wiley Online Library, vol. 30, no. 5, pp. 587–601, 2014. [Bibtex & Downloads]
A meshless point collocation treatment of transient bioheat problems
Reference
GC Bourantas, VC Loukopoulos, VN Burganos, GC Nikiforidis, "A meshless point collocation treatment of transient bioheat problems", In International journal for numerical methods in biomedical engineering, Wiley Online Library, vol. 30, no. 5, pp. 587–601, 2014.
Bibtex
@article{bourantas2014meshless,
title={A meshless point collocation treatment of transient bioheat problems},
author={Bourantas, GC and Loukopoulos, VC and Burganos, VN and Nikiforidis, GC},
journal={International journal for numerical methods in biomedical engineering},
volume={30},
number={5},
pages={587--601},
year={2014},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Immo Huismann, Lars Haupt, Jörg Stiller, Jochen Fröhlich, "Sum factorization of the static condensed Helmholtz equation in a three-dimensional spectral element discretization", In PAMM, Wiley Online Library, vol. 14, no. 1, pp. 969–970, 2014. [doi] [Bibtex & Downloads]
Sum factorization of the static condensed Helmholtz equation in a three-dimensional spectral element discretization
Reference
Immo Huismann, Lars Haupt, Jörg Stiller, Jochen Fröhlich, "Sum factorization of the static condensed Helmholtz equation in a three-dimensional spectral element discretization", In PAMM, Wiley Online Library, vol. 14, no. 1, pp. 969–970, 2014. [doi]
Bibtex
@article{huismann2014sum,
title={Sum factorization of the static condensed Helmholtz equation in a three-dimensional spectral element discretization},
author={Huismann, Immo and Haupt, Lars and Stiller, J{\"o}rg and Fr{\"o}hlich, Jochen},
journal={PAMM},
volume={14},
number={1},
pages={969--970},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/pamm.201410465}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ismail Ilkan Ceylan, Rafael Penaloza, "Bayesian Description Logics", 2014. [Bibtex & Downloads]
Bayesian Description Logics
Reference
Ismail Ilkan Ceylan, Rafael Penaloza, "Bayesian Description Logics", 2014.
Bibtex
@inproceedings{ceylan2014bayesiandesc,
title={Bayesian Description Logics},
author={Ceylan, Ismail Ilkan and Penaloza, Rafael},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Iraklis Psaroudakis, Thomas Kissinger, Danica Porobic, Thomas Ilsche, Erietta Liarou, Pinar Tözün, Anastasia Ailamaki, Wolfgang Lehner, "Dynamic fine-grained scheduling for energy-efficient main-memory queries", Proceedings of the Tenth International Workshop on Data Management on New Hardware, pp. 1, 2014. [doi] [Bibtex & Downloads]
Dynamic fine-grained scheduling for energy-efficient main-memory queries
Reference
Iraklis Psaroudakis, Thomas Kissinger, Danica Porobic, Thomas Ilsche, Erietta Liarou, Pinar Tözün, Anastasia Ailamaki, Wolfgang Lehner, "Dynamic fine-grained scheduling for energy-efficient main-memory queries", Proceedings of the Tenth International Workshop on Data Management on New Hardware, pp. 1, 2014. [doi]
Bibtex
@inproceedings{psaroudakis2014dynamic,
title={Dynamic fine-grained scheduling for energy-efficient main-memory queries},
author={Psaroudakis, Iraklis and Kissinger, Thomas and Porobic, Danica and Ilsche, Thomas and Liarou, Erietta and T{\"o}z{\"u}n, P{\i}nar and Ailamaki, Anastasia and Lehner, Wolfgang},
booktitle={Proceedings of the Tenth International Workshop on Data Management on New Hardware},
pages={1},
year={2014},
organization={ACM},
doi={10.1145/2619228.2619229}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Georg Püschel, Christian Piechnick, Sebastian Götz, ChristophSeidl, Sebastian Richly, Thomas Schlegel, Uwe Assmann, "A Combined Simulation and Test Case Generation Strategy for Self-Adaptive
Systems", In Journal On Advances in Software, vol. 7, no. 34, pp. 686–696, 2014. [Bibtex & Downloads]
A Combined Simulation and Test Case Generation Strategy for Self-Adaptive Systems
Reference
Georg Püschel, Christian Piechnick, Sebastian Götz, ChristophSeidl, Sebastian Richly, Thomas Schlegel, Uwe Assmann, "A Combined Simulation and Test Case Generation Strategy for Self-Adaptive Systems", In Journal On Advances in Software, vol. 7, no. 34, pp. 686–696, 2014.
Bibtex
@ARTICLE{PPG+14,
author={Georg Püschel and Christian Piechnick and Sebastian Götz and Christoph
Seidl and Sebastian Richly and Thomas Schlegel and Uwe Assmann},
title={A Combined Simulation and Test Case Generation Strategy for Self-Adaptive
Systems},
journal={Journal On Advances in Software},
year={2014},
volume={7},
pages={686--696},
number={34}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adam Lackorzynski, Marcus Völp, Alexander Warg, "Flat but trustworthy: security aspects in flattened hierarchical scheduling", In ACM SIGBED Review, ACM, vol. 11, no. 2, pp. 8–12, 2014. [Bibtex & Downloads]
Flat but trustworthy: security aspects in flattened hierarchical scheduling
Reference
Adam Lackorzynski, Marcus Völp, Alexander Warg, "Flat but trustworthy: security aspects in flattened hierarchical scheduling", In ACM SIGBED Review, ACM, vol. 11, no. 2, pp. 8–12, 2014.
Bibtex
@article{lackorzynski2014flat,
title={Flat but trustworthy: security aspects in flattened hierarchical scheduling},
author={Lackorzynski, Adam and V{\"o}lp, Marcus and Warg, Alexander},
journal={ACM SIGBED Review},
volume={11},
number={2},
pages={8--12},
year={2014},
publisher={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ismail Ilkan Ceylan, Rafael Penaloza, "Reasoning in the Description Logic BEL Using Bayesian Networks", In Proceeding: Workshops at the Twenty-Eighth AAAI Conference on Artificial Intelligence, 2014. [Bibtex & Downloads]
Reasoning in the Description Logic BEL Using Bayesian Networks
Reference
Ismail Ilkan Ceylan, Rafael Penaloza, "Reasoning in the Description Logic BEL Using Bayesian Networks", In Proceeding: Workshops at the Twenty-Eighth AAAI Conference on Artificial Intelligence, 2014.
Bibtex
@inproceedings{ceylan2014reasoning,
title={Reasoning in the Description Logic BEL Using Bayesian Networks},
author={Ceylan, Ismail Ilkan and Penaloza, Rafael},
booktitle={Workshops at the Twenty-Eighth AAAI Conference on Artificial Intelligence},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Penaloza, "The Bayesian Description Logic $\{$$\backslash$mathcal$\{$BEL$}$$}$", Chapter in Automated Reasoning, Springer, pp. 480–494, 2014. [doi] [Bibtex & Downloads]
The Bayesian Description Logic $\{$$\backslash$mathcal$\{$BEL$}$$}$
Reference
\.Ismail \.Ilkan Ceylan, Rafael Penaloza, "The Bayesian Description Logic $\{$$\backslash$mathcal$\{$BEL$}$$}$", Chapter in Automated Reasoning, Springer, pp. 480–494, 2014. [doi]
Bibtex
@incollection{ceylan2014bayesian,
title={The Bayesian Description Logic $\{$$\backslash$mathcal$\{$BEL$\}$$\}$},
author={Ceylan, {\.I}smail {\.I}lkan and Penaloza, Rafael},
booktitle={Automated Reasoning},
pages={480--494},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-08587-6_37}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Tight Complexity Bounds for Reasoning in the Description Logic$\backslash$ mathcal $\{$BE$\{$$\backslash$ kern-. 1em$}$L$}$", Chapter in Logics in Artificial Intelligence, Springer, pp. 77–91, 2014. [doi] [Bibtex & Downloads]
Tight Complexity Bounds for Reasoning in the Description Logic$\backslash$ mathcal $\{$BE$\{$$\backslash$ kern-. 1em$}$L$}$
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Tight Complexity Bounds for Reasoning in the Description Logic$\backslash$ mathcal $\{$BE$\{$$\backslash$ kern-. 1em$}$L$}$", Chapter in Logics in Artificial Intelligence, Springer, pp. 77–91, 2014. [doi]
Bibtex
@incollection{ceylan2014tight,
title={Tight Complexity Bounds for Reasoning in the Description Logic$\backslash$ mathcal $\{$BE$\{$$\backslash$ kern-. 1em$\}$L$\}$},
author={Ceylan, {\.I}smail {\.I}lkan and Pe{\~n}aloza, Rafael},
booktitle={Logics in Artificial Intelligence},
pages={77--91},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-11558-0}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Josefine Asmus, Daniel Borchmann, Ivo F Sbalzarini, Dirk Walther, "Towards an FCA-based recommender system for black-box optimization", In Proceeding: Workshop Notes, pp. 35, 2014. [Bibtex & Downloads]
Towards an FCA-based recommender system for black-box optimization
Reference
Josefine Asmus, Daniel Borchmann, Ivo F Sbalzarini, Dirk Walther, "Towards an FCA-based recommender system for black-box optimization", In Proceeding: Workshop Notes, pp. 35, 2014.
Bibtex
@inproceedings{asmus2014towards,
title={Towards an FCA-based recommender system for black-box optimization},
author={Asmus, Josefine and Borchmann, Daniel and Sbalzarini, Ivo F and Walther, Dirk},
booktitle={Workshop Notes},
pages={35},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jürgen Beister, Andre Wachowiak, André Heinzig, Jens Trommer, Thomas Mikolajick, Walter M Weber, "Temperature dependent switching behaviour of nickel silicided undoped silicon nanowire devices", In physica status solidi (c), Wiley Online Library, vol. 11, no. 11-12, pp. 1611–1617, 2014. [doi] [Bibtex & Downloads]
Temperature dependent switching behaviour of nickel silicided undoped silicon nanowire devices
Reference
Jürgen Beister, Andre Wachowiak, André Heinzig, Jens Trommer, Thomas Mikolajick, Walter M Weber, "Temperature dependent switching behaviour of nickel silicided undoped silicon nanowire devices", In physica status solidi (c), Wiley Online Library, vol. 11, no. 11-12, pp. 1611–1617, 2014. [doi]
Bibtex
@article{beister2014temperature,
title={Temperature dependent switching behaviour of nickel silicided undoped silicon nanowire devices},
author={Beister, J{\"u}rgen and Wachowiak, Andre and Heinzig, Andr{\'e} and Trommer, Jens and Mikolajick, Thomas and Weber, Walter M},
journal={physica status solidi (c)},
volume={11},
number={11-12},
pages={1611--1617},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/pssc.201400055}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Juan Carlos Rueda, Estuardo Campos, Hartmut Komber, Stefan Zschoche, Liane Häussler, Brigitte Voit, "Synthesis and characterization of new pH-and thermo-responsive hydrogels based on N-isopropylacrylamide and 2-oxazolines", In Designed Monomers and Polymers, Taylor & Francis, vol. 17, no. 3, pp. 208–216, 2014. [doi] [Bibtex & Downloads]
Synthesis and characterization of new pH-and thermo-responsive hydrogels based on N-isopropylacrylamide and 2-oxazolines
Reference
Juan Carlos Rueda, Estuardo Campos, Hartmut Komber, Stefan Zschoche, Liane Häussler, Brigitte Voit, "Synthesis and characterization of new pH-and thermo-responsive hydrogels based on N-isopropylacrylamide and 2-oxazolines", In Designed Monomers and Polymers, Taylor & Francis, vol. 17, no. 3, pp. 208–216, 2014. [doi]
Bibtex
@article{rueda2014synthesis,
title={Synthesis and characterization of new pH-and thermo-responsive hydrogels based on N-isopropylacrylamide and 2-oxazolines},
author={Rueda, Juan Carlos and Campos, Estuardo and Komber, Hartmut and Zschoche, Stefan and H{\"a}ussler, Liane and Voit, Brigitte},
journal={Designed Monomers and Polymers},
volume={17},
number={3},
pages={208--216},
year={2014},
publisher={Taylor \& Francis},
doi={10.1080/15685551.2013.840471}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Jieying Chen, Michel Ludwig, Yue Ma, Dirk Walther, "Evaluation of Extraction Techniques for Ontology Excerpts.", In Proceeding: Description Logics, pp. 471–482, 2014. [Bibtex & Downloads]
Evaluation of Extraction Techniques for Ontology Excerpts.
Reference
Jieying Chen, Michel Ludwig, Yue Ma, Dirk Walther, "Evaluation of Extraction Techniques for Ontology Excerpts.", In Proceeding: Description Logics, pp. 471–482, 2014.
Bibtex
@inproceedings{chen2014evaluation,
title={Evaluation of Extraction Techniques for Ontology Excerpts.},
author={Chen, Jieying and Ludwig, Michel and Ma, Yue and Walther, Dirk},
booktitle={Description Logics},
pages={471--482},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Gorner, Sebastian Hoppner, Dennis Walter, Michael Haas, Dirk Plettemeier, Rene Schuffny, "An energy efficient multi-bit TSV transmitter using capacitive coupling", In Proceeding: Electronics, Circuits and Systems (ICECS), 2014 21st IEEE International Conference on, pp. 650–653, 2014. [doi] [Bibtex & Downloads]
An energy efficient multi-bit TSV transmitter using capacitive coupling
Reference
Johannes Gorner, Sebastian Hoppner, Dennis Walter, Michael Haas, Dirk Plettemeier, Rene Schuffny, "An energy efficient multi-bit TSV transmitter using capacitive coupling", In Proceeding: Electronics, Circuits and Systems (ICECS), 2014 21st IEEE International Conference on, pp. 650–653, 2014. [doi]
Bibtex
@inproceedings{gorner2014energy,
title={An energy efficient multi-bit TSV transmitter using capacitive coupling},
author={Gorner, Johannes and Hoppner, Sebastian and Walter, Dennis and Haas, Michael and Plettemeier, Dirk and Schuffny, Rene},
booktitle={Electronics, Circuits and Systems (ICECS), 2014 21st IEEE International Conference on},
pages={650--653},
year={2014},
organization={IEEE},
doi={10.1109/ICECS.2014.7050069}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jana Kalbacova, Raul D Rodriguez, Vivek Desale, Maximilian Schneider, Ihsan Amin, Rainer Jordan, Dietrich RT Zahn, "Chemical stability of plasmon-active silver tips for tip-enhanced Raman spectroscopy", In Nanospectroscopy, vol. 1, no. 1, 2014. [doi] [Bibtex & Downloads]
Chemical stability of plasmon-active silver tips for tip-enhanced Raman spectroscopy
Reference
Jana Kalbacova, Raul D Rodriguez, Vivek Desale, Maximilian Schneider, Ihsan Amin, Rainer Jordan, Dietrich RT Zahn, "Chemical stability of plasmon-active silver tips for tip-enhanced Raman spectroscopy", In Nanospectroscopy, vol. 1, no. 1, 2014. [doi]
Bibtex
@article{kalbacova2014chemical,
title={Chemical stability of plasmon-active silver tips for tip-enhanced Raman spectroscopy},
author={Kalbacova, Jana and Rodriguez, Raul D and Desale, Vivek and Schneider, Maximilian and Amin, Ihsan and Jordan, Rainer and Zahn, Dietrich RT},
journal={Nanospectroscopy},
volume={1},
number={1},
year={2014},
doi={10.2478/nansp-2014-0002}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Joachim Klein, David Müller, Christel Baier, Sascha Klüppelholz, "Are Good-for-Games Automata Good for Probabilistic Model Checking?", Chapter in Language and Automata Theory and Applications, Springer, pp. 453–465, 2014. [doi] [Bibtex & Downloads]
Are Good-for-Games Automata Good for Probabilistic Model Checking?
Reference
Joachim Klein, David Müller, Christel Baier, Sascha Klüppelholz, "Are Good-for-Games Automata Good for Probabilistic Model Checking?", Chapter in Language and Automata Theory and Applications, Springer, pp. 453–465, 2014. [doi]
Bibtex
@incollection{klein2014good,
title={Are Good-for-Games Automata Good for Probabilistic Model Checking?},
author={Klein, Joachim and M{\"u}ller, David and Baier, Christel and Kl{\"u}ppelholz, Sascha},
booktitle={Language and Automata Theory and Applications},
pages={453--465},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-04921-2_37}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Johannes Richter, Christian Scheunert, Sabrina Engelmann, Eduard A Jorswieck, "Weak Secrecy in the Multi-Way Untrusted Relay Channel with Compute-and-Forward", In arXiv preprint arXiv:1406.5886, 2014. [doi] [Bibtex & Downloads]
Weak Secrecy in the Multi-Way Untrusted Relay Channel with Compute-and-Forward
Reference
Johannes Richter, Christian Scheunert, Sabrina Engelmann, Eduard A Jorswieck, "Weak Secrecy in the Multi-Way Untrusted Relay Channel with Compute-and-Forward", In arXiv preprint arXiv:1406.5886, 2014. [doi]
Bibtex
@article{richter2014weak,
title={Weak Secrecy in the Multi-Way Untrusted Relay Channel with Compute-and-Forward},
author={Richter, Johannes and Scheunert, Christian and Engelmann, Sabrina and Jorswieck, Eduard A},
journal={arXiv preprint arXiv:1406.5886},
year={2014},
doi={10.1109/TIFS.2015.2405903}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jörn Starruß, Walter de Back, Lutz Brusch, Andreas Deutsch, "Morpheus: a user-friendly modeling environment for multiscale and multicellular systems biology", In Bioinformatics, Oxford University Press, vol. 30, no. 9, pp. 1331–1332, 2014. [Bibtex & Downloads]
Morpheus: a user-friendly modeling environment for multiscale and multicellular systems biology
Reference
Jörn Starruß, Walter de Back, Lutz Brusch, Andreas Deutsch, "Morpheus: a user-friendly modeling environment for multiscale and multicellular systems biology", In Bioinformatics, Oxford University Press, vol. 30, no. 9, pp. 1331–1332, 2014.
Bibtex
@article{starruss2014morpheus,
title={Morpheus: a user-friendly modeling environment for multiscale and multicellular systems biology},
author={Starru{\ss}, J{\"o}rn and de Back, Walter and Brusch, Lutz and Deutsch, Andreas},
journal={Bioinformatics},
volume={30},
number={9},
pages={1331--1332},
year={2014},
publisher={Oxford University Press}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- J. Trommer, A. Heinzig, S. Slesazeck, T. Mikolajick, WM Weber, "Elementary Aspects for Circuit Implementation of Reconfigurable Nanowire Transistors", In Electron Device Letters, IEEE, IEEE, vol. 35, no. 1, pp. 141–143, 2014. [doi] [Bibtex & Downloads]
Elementary Aspects for Circuit Implementation of Reconfigurable Nanowire Transistors
Reference
J. Trommer, A. Heinzig, S. Slesazeck, T. Mikolajick, WM Weber, "Elementary Aspects for Circuit Implementation of Reconfigurable Nanowire Transistors", In Electron Device Letters, IEEE, IEEE, vol. 35, no. 1, pp. 141–143, 2014. [doi]
Bibtex
@article{trommer2014elementary,
title={Elementary Aspects for Circuit Implementation of Reconfigurable Nanowire Transistors},
author={Trommer, J and Heinzig, A and Slesazeck, S and Mikolajick, T and Weber, WM},
journal={Electron Device Letters, IEEE},
volume={35},
number={1},
pages={141--143},
year={2014},
publisher={IEEE},
doi={10.1109/LED.2013.2290555}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jian Zhang, Zhenping Zhu, Xinliang Feng, "Construction of Two-Dimensional MoS2/CdS p–n Nanohybrids for Highly Efficient Photocatalytic Hydrogen Evolution", In Chemistry-A European Journal, Wiley Online Library, vol. 20, no. 34, pp. 10632–10635, 2014. [doi] [Bibtex & Downloads]
Construction of Two-Dimensional MoS2/CdS p–n Nanohybrids for Highly Efficient Photocatalytic Hydrogen Evolution
Reference
Jian Zhang, Zhenping Zhu, Xinliang Feng, "Construction of Two-Dimensional MoS2/CdS p–n Nanohybrids for Highly Efficient Photocatalytic Hydrogen Evolution", In Chemistry-A European Journal, Wiley Online Library, vol. 20, no. 34, pp. 10632–10635, 2014. [doi]
Bibtex
@article{zhang2014construction,
title={Construction of Two-Dimensional MoS2/CdS p--n Nanohybrids for Highly Efficient Photocatalytic Hydrogen Evolution},
author={Zhang, Jian and Zhu, Zhenping and Feng, Xinliang},
journal={Chemistry-A European Journal},
volume={20},
number={34},
pages={10632--10635},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/chem.201402522}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Jiong Zhao, Mehrdad Shaygan, Jürgen Eckert, Meyya Meyyappan, Mark H Rümmeli, "A growth mechanism for free-standing vertical graphene", In Nano letters, ACS Publications, vol. 14, no. 6, pp. 3064–3071, 2014. [doi] [Bibtex & Downloads]
A growth mechanism for free-standing vertical graphene
Reference
Jiong Zhao, Mehrdad Shaygan, Jürgen Eckert, Meyya Meyyappan, Mark H Rümmeli, "A growth mechanism for free-standing vertical graphene", In Nano letters, ACS Publications, vol. 14, no. 6, pp. 3064–3071, 2014. [doi]
Bibtex
@article{zhao2014growth,
title={A growth mechanism for free-standing vertical graphene},
author={Zhao, Jiong and Shaygan, Mehrdad and Eckert, Jürgen and Meyyappan, Meyya and Rümmeli, Mark H},
journal={Nano letters},
volume={14},
number={6},
pages={3064--3071},
year={2014},
publisher={ACS Publications},
doi={10.1021/nl501039c}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jons-Tobias Wamhoff, Stephan Diestelhorst, Christof Fetzer, Patrick Marlier, Pascal Felber, Dave Dice, "The TURBO diaries: application-controlled frequency scaling explained", Proceedings of the 2014 USENIX conference on USENIX Annual Technical Conference, pp. 193–204, 2014. [Bibtex & Downloads]
The TURBO diaries: application-controlled frequency scaling explained
Reference
Jons-Tobias Wamhoff, Stephan Diestelhorst, Christof Fetzer, Patrick Marlier, Pascal Felber, Dave Dice, "The TURBO diaries: application-controlled frequency scaling explained", Proceedings of the 2014 USENIX conference on USENIX Annual Technical Conference, pp. 193–204, 2014.
Bibtex
@inproceedings{wamhoff2014turbo,
title={The TURBO diaries: application-controlled frequency scaling explained},
author={Wamhoff, Jons-Tobias and Diestelhorst, Stephan and Fetzer, Christof and Marlier, Patrick and Felber, Pascal and Dice, Dave},
booktitle={Proceedings of the 2014 USENIX conference on USENIX Annual Technical Conference},
pages={193--204},
year={2014},
organization={USENIX Association}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Katrin Bohl, Sabine Hummert, Sarah Werner, David Basanta, Andreas Deutsch, Stefan Schuster, Günter Theißen, Anja Schroeter, "Evolutionary game theory: molecules as players", In Molecular BioSystems, Royal Society of Chemistry, vol. 10, no. 12, pp. 3066–3074, 2014. [Bibtex & Downloads]
Evolutionary game theory: molecules as players
Reference
Katrin Bohl, Sabine Hummert, Sarah Werner, David Basanta, Andreas Deutsch, Stefan Schuster, Günter Theißen, Anja Schroeter, "Evolutionary game theory: molecules as players", In Molecular BioSystems, Royal Society of Chemistry, vol. 10, no. 12, pp. 3066–3074, 2014.
Bibtex
@article{bohl2014evolutionary,
title={Evolutionary game theory: molecules as players},
author={Bohl, Katrin and Hummert, Sabine and Werner, Sarah and Basanta, David and Deutsch, Andreas and Schuster, Stefan and Thei{\ss}en, G{\"u}nter and Schroeter, Anja},
journal={Molecular BioSystems},
volume={10},
number={12},
pages={3066--3074},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Koich Ishida, Reza Shabanpour, Bahman K Boroujeni, Tilo Meister, Corrado Carta, Frank Ellinger, Luisa Petti, Niko S Munzenrieder, Giovanni A Salvatore, Gerhard Troster, "22.5 dB open-loop gain, 31 kHz GBW pseudo-CMOS based operational amplifier with a-IGZO TFTs on a flexible film", In Proceeding: Solid-State Circuits Conference (A-SSCC), 2014 IEEE Asian, pp. 313–316, 2014. [doi] [Bibtex & Downloads]
22.5 dB open-loop gain, 31 kHz GBW pseudo-CMOS based operational amplifier with a-IGZO TFTs on a flexible film
Reference
Koich Ishida, Reza Shabanpour, Bahman K Boroujeni, Tilo Meister, Corrado Carta, Frank Ellinger, Luisa Petti, Niko S Munzenrieder, Giovanni A Salvatore, Gerhard Troster, "22.5 dB open-loop gain, 31 kHz GBW pseudo-CMOS based operational amplifier with a-IGZO TFTs on a flexible film", In Proceeding: Solid-State Circuits Conference (A-SSCC), 2014 IEEE Asian, pp. 313–316, 2014. [doi]
Bibtex
@inproceedings{ishida201422,
title={22.5 dB open-loop gain, 31 kHz GBW pseudo-CMOS based operational amplifier with a-IGZO TFTs on a flexible film},
author={Ishida, Koich and Shabanpour, Reza and Boroujeni, Bahman K and Meister, Tilo and Carta, Corrado and Ellinger, Frank and Petti, Luisa and Munzenrieder, Niko S and Salvatore, Giovanni A and Troster, Gerhard},
booktitle={Solid-State Circuits Conference (A-SSCC), 2014 IEEE Asian},
pages={313--316},
year={2014},
organization={IEEE},
doi={10.1109/ASSCC.2014.7008923}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Karsten Lehmann, Rafael Peñaloza, "The complexity of computing the behaviour of lattice automata on infinite trees", In Theoretical Computer Science, Elsevier, vol. 534, pp. 53–68, 2014. [doi] [Bibtex & Downloads]
The complexity of computing the behaviour of lattice automata on infinite trees
Reference
Karsten Lehmann, Rafael Peñaloza, "The complexity of computing the behaviour of lattice automata on infinite trees", In Theoretical Computer Science, Elsevier, vol. 534, pp. 53–68, 2014. [doi]
Bibtex
@article{lehmann2014complexity,
title={The complexity of computing the behaviour of lattice automata on infinite trees},
author={Lehmann, Karsten and Pe{\~n}aloza, Rafael},
journal={Theoretical Computer Science},
volume={534},
pages={53--68},
year={2014},
publisher={Elsevier},
doi={10.1016/j.tcs.2014.02.036}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Krzysztof Nieweglowski, Ronny Henker, Frank Ellinger, Klaus-Jürgen Wolter, "Performance of step index multimode waveguides with tuned numerical aperture for on-board optical links", In Proceeding: SPIE OPTO, pp. 899105–899105, 2014. [Bibtex & Downloads]
Performance of step index multimode waveguides with tuned numerical aperture for on-board optical links
Reference
Krzysztof Nieweglowski, Ronny Henker, Frank Ellinger, Klaus-Jürgen Wolter, "Performance of step index multimode waveguides with tuned numerical aperture for on-board optical links", In Proceeding: SPIE OPTO, pp. 899105–899105, 2014.
Bibtex
@inproceedings{nieweglowski2014performance,
title={Performance of step index multimode waveguides with tuned numerical aperture for on-board optical links},
author={Nieweglowski, Krzysztof and Henker, Ronny and Ellinger, Frank and Wolter, Klaus-J{\"u}rgen},
booktitle={SPIE OPTO},
pages={899105--899105},
year={2014},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kateryna Rybina, Abhinandan Patni, Alexander Schill, "Analysing the Migration Time of Live Migration of Multiple Virtual Machines", In Proceeding: 4th International Conference on Cloud Computing and Services Science (CLOSER 2014), 2014. [Bibtex & Downloads]
Analysing the Migration Time of Live Migration of Multiple Virtual Machines
Reference
Kateryna Rybina, Abhinandan Patni, Alexander Schill, "Analysing the Migration Time of Live Migration of Multiple Virtual Machines", In Proceeding: 4th International Conference on Cloud Computing and Services Science (CLOSER 2014), 2014.
Bibtex
@inproceedings{rybina2014analysing,
title={Analysing the Migration Time of Live Migration of Multiple Virtual Machines},
author={Rybina, Kateryna and Patni, Abhinandan and Schill, Alexander},
booktitle={4th International Conference on Cloud Computing and Services Science (CLOSER 2014)},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- G. CUNIBERTI, "Concepts and Modeling for Charge Transport in Organic Electronic Materials", In Supramolecular Materials for Opto-Electronics, Royal Society of Chemistry, vol. 12, pp. 273, 2014. [Bibtex & Downloads]
Concepts and Modeling for Charge Transport in Organic Electronic Materials
Reference
G. CUNIBERTI, "Concepts and Modeling for Charge Transport in Organic Electronic Materials", In Supramolecular Materials for Opto-Electronics, Royal Society of Chemistry, vol. 12, pp. 273, 2014.
Bibtex
@article{cuniberti2014concepts,
title={Concepts and Modeling for Charge Transport in Organic Electronic Materials},
author={CUNIBERTI, G},
journal={Supramolecular Materials for Opto-Electronics},
volume={12},
pages={273},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kim Tremel, Florian SU Fischer, Navaphun Kayunkid, Riccardo Di Pietro, Roman Tkachov, Anton Kiriy, Dieter Neher, Sabine Ludwigs, Martin Brinkmann, "Charge Transport Anisotropy in Highly Oriented Thin Films of the Acceptor Polymer P (NDI2OD-T2)", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 10, 2014. [doi] [Bibtex & Downloads]
Charge Transport Anisotropy in Highly Oriented Thin Films of the Acceptor Polymer P (NDI2OD-T2)
Reference
Kim Tremel, Florian SU Fischer, Navaphun Kayunkid, Riccardo Di Pietro, Roman Tkachov, Anton Kiriy, Dieter Neher, Sabine Ludwigs, Martin Brinkmann, "Charge Transport Anisotropy in Highly Oriented Thin Films of the Acceptor Polymer P (NDI2OD-T2)", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 10, 2014. [doi]
Bibtex
@article{tremel2014charge,
title={Charge Transport Anisotropy in Highly Oriented Thin Films of the Acceptor Polymer P (NDI2OD-T2)},
author={Tremel, Kim and Fischer, Florian SU and Kayunkid, Navaphun and Pietro, Riccardo Di and Tkachov, Roman and Kiriy, Anton and Neher, Dieter and Ludwigs, Sabine and Brinkmann, Martin},
journal={Advanced Energy Materials},
volume={4},
number={10},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/aenm.201301659}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Liping Ding, Shulian He, Shiding Miao, Matthew R Jorgensen, Susanne Leubner, Chenglin Yan, Stephen G Hickey, Alexander Eychmüller, Jinzhang Xu, Oliver G Schmidt, "Ultrasmall SnO2 Nanocrystals: Hot-bubbling Synthesis, Encapsulation in Carbon Layers and Applications in High Capacity Li-Ion Storage", In Scientific reports, Nature Publishing Group, vol. 4, 2014. [doi] [Bibtex & Downloads]
Ultrasmall SnO2 Nanocrystals: Hot-bubbling Synthesis, Encapsulation in Carbon Layers and Applications in High Capacity Li-Ion Storage
Reference
Liping Ding, Shulian He, Shiding Miao, Matthew R Jorgensen, Susanne Leubner, Chenglin Yan, Stephen G Hickey, Alexander Eychmüller, Jinzhang Xu, Oliver G Schmidt, "Ultrasmall SnO2 Nanocrystals: Hot-bubbling Synthesis, Encapsulation in Carbon Layers and Applications in High Capacity Li-Ion Storage", In Scientific reports, Nature Publishing Group, vol. 4, 2014. [doi]
Bibtex
@article{ding2014ultrasmall,
title={Ultrasmall SnO2 Nanocrystals: Hot-bubbling Synthesis, Encapsulation in Carbon Layers and Applications in High Capacity Li-Ion Storage},
author={Ding, Liping and He, Shulian and Miao, Shiding and Jorgensen, Matthew R and Leubner, Susanne and Yan, Chenglin and Hickey, Stephen G and Eychm{\"u}ller, Alexander and Xu, Jinzhang and Schmidt, Oliver G},
journal={Scientific reports},
volume={4},
year={2014},
publisher={Nature Publishing Group},
doi={10.1038/srep04647}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Laurence Ramsey, Viktor Schroeder, Harm van Zalinge, Michael Berndt, Till Korten, Stefan Diez, Dan V Nicolau, "Control and gating of kinesin-microtubule motility on electrically heated thermo-chips", In Biomedical microdevices, Springer, vol. 16, no. 3, pp. 459–463, 2014. [doi] [Bibtex & Downloads]
Control and gating of kinesin-microtubule motility on electrically heated thermo-chips
Reference
Laurence Ramsey, Viktor Schroeder, Harm van Zalinge, Michael Berndt, Till Korten, Stefan Diez, Dan V Nicolau, "Control and gating of kinesin-microtubule motility on electrically heated thermo-chips", In Biomedical microdevices, Springer, vol. 16, no. 3, pp. 459–463, 2014. [doi]
Bibtex
@article{ramsey2014control,
title={Control and gating of kinesin-microtubule motility on electrically heated thermo-chips},
author={Ramsey, Laurence and Schroeder, Viktor and van Zalinge, Harm and Berndt, Michael and Korten, Till and Diez, Stefan and Nicolau, Dan V},
journal={Biomedical microdevices},
volume={16},
number={3},
pages={459--463},
year={2014},
publisher={Springer},
doi={10.1007/s10544-014-9848-2}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Laszlo Szilagyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "Low power inductor-less CML latch and frequency divider for full-rate 20 Gbps in 28-nm CMOS", In Proceeding: Microelectronics and Electronics (PRIME), 2014 10th Conference on Ph. D. Research in, pp. 1–4, 2014. [doi] [Bibtex & Downloads]
Low power inductor-less CML latch and frequency divider for full-rate 20 Gbps in 28-nm CMOS
Reference
Laszlo Szilagyi, Guido Belfiore, Ronny Henker, Frank Ellinger, "Low power inductor-less CML latch and frequency divider for full-rate 20 Gbps in 28-nm CMOS", In Proceeding: Microelectronics and Electronics (PRIME), 2014 10th Conference on Ph. D. Research in, pp. 1–4, 2014. [doi]
Bibtex
@inproceedings{szilagyi2014low,
title={Low power inductor-less CML latch and frequency divider for full-rate 20 Gbps in 28-nm CMOS},
author={Szilagyi, Laszlo and Belfiore, Guido and Henker, Ronny and Ellinger, Frank},
booktitle={Microelectronics and Electronics (PRIME), 2014 10th Conference on Ph. D. Research in},
pages={1--4},
year={2014},
organization={IEEE},
doi={10.1109/PRIME.2014.6872706}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Laszlo Szilagyi, Ronny Henker, Frank Ellinger, "An inductor-less ultra-compact transimpedance amplifier for 30 Gbps in 28 nm CMOS with high energy-efficiency", In Proceeding: Circuits and Systems (MWSCAS), 2014 IEEE 57th International Midwest Symposium on, pp. 957–960, 2014. [doi] [Bibtex & Downloads]
An inductor-less ultra-compact transimpedance amplifier for 30 Gbps in 28 nm CMOS with high energy-efficiency
Reference
Laszlo Szilagyi, Ronny Henker, Frank Ellinger, "An inductor-less ultra-compact transimpedance amplifier for 30 Gbps in 28 nm CMOS with high energy-efficiency", In Proceeding: Circuits and Systems (MWSCAS), 2014 IEEE 57th International Midwest Symposium on, pp. 957–960, 2014. [doi]
Bibtex
@inproceedings{szilagyi2014inductor,
title={An inductor-less ultra-compact transimpedance amplifier for 30 Gbps in 28 nm CMOS with high energy-efficiency},
author={Szilagyi, Laszlo and Henker, Ronny and Ellinger, Frank},
booktitle={Circuits and Systems (MWSCAS), 2014 IEEE 57th International Midwest Symposium on},
pages={957--960},
year={2014},
organization={IEEE},
doi={10.1109/MWSCAS.2014.6908575}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lazaros Tzounis, Subhas Debnath, Sandip Rooj, Dieter Fischer, Edith Mäder, Amit Das, Manfred Stamm, Gert Heinrich, "High performance natural rubber composites with a hierarchical reinforcement structure of carbon nanotube modified natural fibers", In Materials & Design, Elsevier, vol. 58, pp. 1–11, 2014. [doi] [Bibtex & Downloads]
High performance natural rubber composites with a hierarchical reinforcement structure of carbon nanotube modified natural fibers
Reference
Lazaros Tzounis, Subhas Debnath, Sandip Rooj, Dieter Fischer, Edith Mäder, Amit Das, Manfred Stamm, Gert Heinrich, "High performance natural rubber composites with a hierarchical reinforcement structure of carbon nanotube modified natural fibers", In Materials & Design, Elsevier, vol. 58, pp. 1–11, 2014. [doi]
Bibtex
@article{tzounis2014high,
title={High performance natural rubber composites with a hierarchical reinforcement structure of carbon nanotube modified natural fibers},
author={Tzounis, Lazaros and Debnath, Subhas and Rooj, Sandip and Fischer, Dieter and M{\"a}der, Edith and Das, Amit and Stamm, Manfred and Heinrich, Gert},
journal={Materials \& Design},
volume={58},
pages={1--11},
year={2014},
publisher={Elsevier},
doi={10.1016/j.matdes.2014.01.071}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lin Zhang, Junwen Deng, Lifeng Liu, Wenping Si, Steffen Oswald, Lixia Xi, Manab Kundu, Guozhi Ma, Thomas Gemming, Stefan Baunack, others, "Hierarchically designed SiOx/SiOy bilayer nanomembranes as stable anodes for lithium ion batteries", In Advanced Materials, Wiley Online Library, vol. 26, no. 26, pp. 4527–4532, 2014. [doi] [Bibtex & Downloads]
Hierarchically designed SiOx/SiOy bilayer nanomembranes as stable anodes for lithium ion batteries
Reference
Lin Zhang, Junwen Deng, Lifeng Liu, Wenping Si, Steffen Oswald, Lixia Xi, Manab Kundu, Guozhi Ma, Thomas Gemming, Stefan Baunack, others, "Hierarchically designed SiOx/SiOy bilayer nanomembranes as stable anodes for lithium ion batteries", In Advanced Materials, Wiley Online Library, vol. 26, no. 26, pp. 4527–4532, 2014. [doi]
Bibtex
@article{zhang2014hierarchically,
title={Hierarchically designed SiOx/SiOy bilayer nanomembranes as stable anodes for lithium ion batteries},
author={Zhang, Lin and Deng, Junwen and Liu, Lifeng and Si, Wenping and Oswald, Steffen and Xi, Lixia and Kundu, Manab and Ma, Guozhi and Gemming, Thomas and Baunack, Stefan and others},
journal={Advanced Materials},
volume={26},
number={26},
pages={4527--4532},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adma.201401194}
}Downloads
No Downloads available for this publication
Permalink
- M. Brehm, M. Grydlik, F. Schäffler, OG Schmidt, "Evolution and coarsening of Si-rich SiGe islands epitaxially grown at high temperatures on Si (001)", In Microelectronic Engineering, Elsevier, vol. 125, pp. 22–27, 2014. [Bibtex & Downloads]
Evolution and coarsening of Si-rich SiGe islands epitaxially grown at high temperatures on Si (001)
Reference
M. Brehm, M. Grydlik, F. Schäffler, OG Schmidt, "Evolution and coarsening of Si-rich SiGe islands epitaxially grown at high temperatures on Si (001)", In Microelectronic Engineering, Elsevier, vol. 125, pp. 22–27, 2014.
Bibtex
@article{brehm2014evolution,
title={Evolution and coarsening of Si-rich SiGe islands epitaxially grown at high temperatures on Si (001)},
author={Brehm, M and Grydlik, M and Sch{\"a}ffler, F and Schmidt, OG},
journal={Microelectronic Engineering},
volume={125},
pages={22--27},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Claus, A. Fediai, S. Mothes, J. Knoch, D. Ryndyk, S. Blawid, G. Cuniberti, M. Schroter, "Towards a multiscale modeling framework for metal-CNT interfaces", In Proceeding: Computational Electronics (IWCE), 2014 International Workshop on, pp. 1–3, 2014. [Bibtex & Downloads]
Towards a multiscale modeling framework for metal-CNT interfaces
Reference
M. Claus, A. Fediai, S. Mothes, J. Knoch, D. Ryndyk, S. Blawid, G. Cuniberti, M. Schroter, "Towards a multiscale modeling framework for metal-CNT interfaces", In Proceeding: Computational Electronics (IWCE), 2014 International Workshop on, pp. 1–3, 2014.
Bibtex
@inproceedings{claus2014towards,
title={Towards a multiscale modeling framework for metal-CNT interfaces},
author={Claus, M and Fediai, A and Mothes, S and Knoch, J and Ryndyk, D and Blawid, S and Cuniberti, G and Schroter, M},
booktitle={Computational Electronics (IWCE), 2014 International Workshop on},
pages={1--3},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Claus, D. Teich, S. Mothes, G. Seifert, M. Schroter, "Impact of functionalization patterns on the performance of CNTFETs", In Proceeding: Computational Electronics (IWCE), 2014 International Workshop on, pp. 1–2, 2014. [Bibtex & Downloads]
Impact of functionalization patterns on the performance of CNTFETs
Reference
M. Claus, D. Teich, S. Mothes, G. Seifert, M. Schroter, "Impact of functionalization patterns on the performance of CNTFETs", In Proceeding: Computational Electronics (IWCE), 2014 International Workshop on, pp. 1–2, 2014.
Bibtex
@inproceedings{claus2014impact,
title={Impact of functionalization patterns on the performance of CNTFETs},
author={Claus, M and Teich, D and Mothes, S and Seifert, G and Schroter, M},
booktitle={Computational Electronics (IWCE), 2014 International Workshop on},
pages={1--2},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Claus, Sven Mothes, Stefan Blawid, Michael Schröter, "COOS: a wave-function based Schrödinger–Poisson solver for ballistic nanotube transistors", In Journal of Computational Electronics, Springer, vol. 13, no. 3, pp. 689–700, 2014. [Bibtex & Downloads]
COOS: a wave-function based Schrödinger–Poisson solver for ballistic nanotube transistors
Reference
Martin Claus, Sven Mothes, Stefan Blawid, Michael Schröter, "COOS: a wave-function based Schrödinger–Poisson solver for ballistic nanotube transistors", In Journal of Computational Electronics, Springer, vol. 13, no. 3, pp. 689–700, 2014.
Bibtex
@article{claus2014coos,
title={COOS: a wave-function based Schr{\"o}dinger--Poisson solver for ballistic nanotube transistors},
author={Claus, Martin and Mothes, Sven and Blawid, Stefan and Schr{\"o}ter, Michael},
journal={Journal of Computational Electronics},
volume={13},
number={3},
pages={689--700},
year={2014},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Morgan Delarue, Jean-François Joanny, Frank Jülicher, Jacques Prost, "Stress distributions and cell flows in a growing cell aggregate", In Interface focus, Royal Society, vol. 4, no. 6, pp. 20140033, 2014. [Bibtex & Downloads]
Stress distributions and cell flows in a growing cell aggregate
Reference
Morgan Delarue, Jean-François Joanny, Frank Jülicher, Jacques Prost, "Stress distributions and cell flows in a growing cell aggregate", In Interface focus, Royal Society, vol. 4, no. 6, pp. 20140033, 2014.
Bibtex
@article{delarue2014stress,
title={Stress distributions and cell flows in a growing cell aggregate},
author={Delarue, Morgan and Joanny, Jean-Fran{\c{c}}ois and J{\"u}licher, Frank and Prost, Jacques},
journal={Interface focus},
volume={4},
number={6},
pages={20140033},
year={2014},
publisher={Royal Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Elstner, Jörg Axthelm, Alexander Schiller, "Sugar-based Molecular Computing by Material Implication", In Angewandte Chemie International Edition, Wiley Online Library, vol. 53, no. 28, pp. 7339–7343, 2014. [doi] [Bibtex & Downloads]
Sugar-based Molecular Computing by Material Implication
Reference
Martin Elstner, Jörg Axthelm, Alexander Schiller, "Sugar-based Molecular Computing by Material Implication", In Angewandte Chemie International Edition, Wiley Online Library, vol. 53, no. 28, pp. 7339–7343, 2014. [doi]
Bibtex
@article{elstner2014sugar,
title={Sugar-based Molecular Computing by Material Implication},
author={Elstner, Martin and Axthelm, J{\"o}rg and Schiller, Alexander},
journal={Angewandte Chemie International Edition},
volume={53},
number={28},
pages={7339--7343},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/anie.201403769}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Haferlach, M. Claus, T. Nardmann, A. Pacheco-Sanchez, P. Sakalas, M. Schröter, "Trap-induced apparent linearity of CNTFETs", In Proceeding: Nanotech, Workshop on compact modeling, 2014. [Bibtex & Downloads]
Trap-induced apparent linearity of CNTFETs
Reference
M. Haferlach, M. Claus, T. Nardmann, A. Pacheco-Sanchez, P. Sakalas, M. Schröter, "Trap-induced apparent linearity of CNTFETs", In Proceeding: Nanotech, Workshop on compact modeling, 2014.
Bibtex
@inproceedings{haferlach2014trap,
title={Trap-induced apparent linearity of CNTFETs},
author={Haferlach, M and Claus, M and Nardmann, T and Pacheco-Sanchez, A and Sakalas, P and Schr{\"o}ter, M},
booktitle={Nanotech, Workshop on compact modeling},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Julian Mendez, Veronika Thost, Anni-Yasmin Turhan, "Bridging the application knowledge gap: using ontology-based situation recognition to support energy-aware resource scheduling", Proceedings of the 13th Workshop on Adaptive and Reflective Middleware, pp. 3, 2014. [Bibtex & Downloads]
Bridging the application knowledge gap: using ontology-based situation recognition to support energy-aware resource scheduling
Reference
Marcus Hähnel, Julian Mendez, Veronika Thost, Anni-Yasmin Turhan, "Bridging the application knowledge gap: using ontology-based situation recognition to support energy-aware resource scheduling", Proceedings of the 13th Workshop on Adaptive and Reflective Middleware, pp. 3, 2014.
Bibtex
@inproceedings{hahnel2014bridging,
title={Bridging the application knowledge gap: using ontology-based situation recognition to support energy-aware resource scheduling},
author={H{\"a}hnel, Marcus and Mendez, Julian and Thost, Veronika and Turhan, Anni-Yasmin},
booktitle={Proceedings of the 13th Workshop on Adaptive and Reflective Middleware},
pages={3},
year={2014},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Jenning, Dirk Plettemeier, "1 x 4 antenna array for chip-to-chip communication at 180GHz", In Proceeding: Electromagnetics in Advanced Applications (ICEAA), 2014 International Conference on, pp. 81–84, 2014. [Bibtex & Downloads]
1 x 4 antenna array for chip-to-chip communication at 180GHz
Reference
Michael Jenning, Dirk Plettemeier, "1 x 4 antenna array for chip-to-chip communication at 180GHz", In Proceeding: Electromagnetics in Advanced Applications (ICEAA), 2014 International Conference on, pp. 81–84, 2014.
Bibtex
@inproceedings{jenning20141,
title={1 x 4 antenna array for chip-to-chip communication at 180GHz},
author={Jenning, Michael and Plettemeier, Dirk},
booktitle={Electromagnetics in Advanced Applications (ICEAA), 2014 International Conference on},
pages={81--84},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Jenning, Dirk Plettemeier, "180 GHz on-chip integrated bow-tie antenna", In Proceeding: Antennas and Propagation Society International Symposium (APSURSI), 2014 IEEE, pp. 362–363, 2014. [Bibtex & Downloads]
180 GHz on-chip integrated bow-tie antenna
Reference
Michael Jenning, Dirk Plettemeier, "180 GHz on-chip integrated bow-tie antenna", In Proceeding: Antennas and Propagation Society International Symposium (APSURSI), 2014 IEEE, pp. 362–363, 2014.
Bibtex
@inproceedings{jenning2014180,
title={180 GHz on-chip integrated bow-tie antenna},
author={Jenning, Michael and Plettemeier, Dirk},
booktitle={Antennas and Propagation Society International Symposium (APSURSI), 2014 IEEE},
pages={362--363},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Jenning, Dirk Plettemeier, "Miniaturized integrated Butler Matrix for 180 GHz chip-to-chip communication", In Proceeding: Antenna Technology:" Small Antennas, Novel EM Structures and Materials, and Applications"(iWAT), 2014 International Workshop on, pp. 47–50, 2014. [Bibtex & Downloads]
Miniaturized integrated Butler Matrix for 180 GHz chip-to-chip communication
Reference
Michael Jenning, Dirk Plettemeier, "Miniaturized integrated Butler Matrix for 180 GHz chip-to-chip communication", In Proceeding: Antenna Technology:" Small Antennas, Novel EM Structures and Materials, and Applications"(iWAT), 2014 International Workshop on, pp. 47–50, 2014.
Bibtex
@inproceedings{jenning2014miniaturized,
title={Miniaturized integrated Butler Matrix for 180 GHz chip-to-chip communication},
author={Jenning, Michael and Plettemeier, Dirk},
booktitle={Antenna Technology:" Small Antennas, Novel EM Structures and Materials, and Applications"(iWAT), 2014 International Workshop on},
pages={47--50},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahdi Khafaji, Corrado Carta, Klaus Tittelbach-Helmrich, Daniel Micusik, Gunter Fischer, Johann Christoph Scheytt, Frank Ellinger, "A 32 GSps multiplexer with 1 kbit memory for arbitrary signal generation for testing digital-to-analogue converters", In IET Circuits, Devices & Systems, IET, vol. 8, no. 6, pp. 459–468, 2014. [doi] [Bibtex & Downloads]
A 32 GSps multiplexer with 1 kbit memory for arbitrary signal generation for testing digital-to-analogue converters
Reference
Mahdi Khafaji, Corrado Carta, Klaus Tittelbach-Helmrich, Daniel Micusik, Gunter Fischer, Johann Christoph Scheytt, Frank Ellinger, "A 32 GSps multiplexer with 1 kbit memory for arbitrary signal generation for testing digital-to-analogue converters", In IET Circuits, Devices & Systems, IET, vol. 8, no. 6, pp. 459–468, 2014. [doi]
Bibtex
@article{khafaji201432,
title={A 32 GSps multiplexer with 1 kbit memory for arbitrary signal generation for testing digital-to-analogue converters},
author={Khafaji, Mahdi and Carta, Corrado and Tittelbach-Helmrich, Klaus and Micusik, Daniel and Fischer, Gunter and Scheytt, Johann Christoph and Ellinger, Frank},
journal={IET Circuits, Devices \& Systems},
volume={8},
number={6},
pages={459--468},
year={2014},
publisher={IET},
doi={10.1049/iet-cds.2013.0333}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Lieber, Wolfgang E Nagel, "Scalable high-quality 1D partitioning", In Proceeding: High Performance Computing & Simulation (HPCS), 2014 International Conference on, pp. 112–119, 2014. [doi] [Bibtex & Downloads]
Scalable high-quality 1D partitioning
Reference
Matthias Lieber, Wolfgang E Nagel, "Scalable high-quality 1D partitioning", In Proceeding: High Performance Computing & Simulation (HPCS), 2014 International Conference on, pp. 112–119, 2014. [doi]
Bibtex
@inproceedings{lieber2014scalable,
title={Scalable high-quality 1D partitioning},
author={Lieber, Matthias and Nagel, Wolfgang E},
booktitle={High Performance Computing & Simulation (HPCS), 2014 International Conference on},
pages={112--119},
year={2014},
organization={IEEE},
doi={10.1109/hpcsim.2014.6903676},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Lieber, Wolfgang E Nagel, Hartmut Mix, "Scalability Tuning of the Load Balancing and Coupling Framework FD4", In Proceeding: NIC Symposium 2014, vol. 47, pp. 363-370, 2014. [Bibtex & Downloads]
Scalability Tuning of the Load Balancing and Coupling Framework FD4
Reference
Matthias Lieber, Wolfgang E Nagel, Hartmut Mix, "Scalability Tuning of the Load Balancing and Coupling Framework FD4", In Proceeding: NIC Symposium 2014, vol. 47, pp. 363-370, 2014.
Bibtex
@inproceedings{lieber2014scalability,
title={Scalability Tuning of the Load Balancing and Coupling Framework FD4},
author={Lieber, Matthias and Nagel, Wolfgang E and Mix, Hartmut},
year={2014},
booktitle={NIC Symposium 2014},
series={NIC Series},
volume={47},
pages={363-370},
isbn={978-3-89336-933-1}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus Löffler, Sayanti Banerjee, Jens Trommer, Andre Heinzig, Walter Weber, Ehrenfried Zschech, "In-Situ Investigations of Individual Nanowires within a FIB/SEM System", In Microscopy and Microanalysis, Cambridge Univ Press, vol. 20, no. S3, pp. 360–361, 2014. [Bibtex & Downloads]
In-Situ Investigations of Individual Nanowires within a FIB/SEM System
Reference
Markus Löffler, Sayanti Banerjee, Jens Trommer, Andre Heinzig, Walter Weber, Ehrenfried Zschech, "In-Situ Investigations of Individual Nanowires within a FIB/SEM System", In Microscopy and Microanalysis, Cambridge Univ Press, vol. 20, no. S3, pp. 360–361, 2014.
Bibtex
@article{loeffler2014situ,
title={In-Situ Investigations of Individual Nanowires within a FIB/SEM System},
author={L{\"o}ffler, Markus and Banerjee, Sayanti and Trommer, Jens and Heinzig, Andre and Weber, Walter and Zschech, Ehrenfried},
journal={Microscopy and Microanalysis},
volume={20},
number={S3},
pages={360--361},
year={2014},
publisher={Cambridge Univ Press}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, Boris Konev, "Practical Uniform Interpolation and Forgetting for ALC TBoxes with Applications to Logical Difference.", In Proceeding: KR, 2014. [Bibtex & Downloads]
Practical Uniform Interpolation and Forgetting for ALC TBoxes with Applications to Logical Difference.
Reference
Michel Ludwig, Boris Konev, "Practical Uniform Interpolation and Forgetting for ALC TBoxes with Applications to Logical Difference.", In Proceeding: KR, 2014.
Bibtex
@inproceedings{ludwig2014practical,
title={Practical Uniform Interpolation and Forgetting for ALC TBoxes with Applications to Logical Difference.},
author={Ludwig, Michel and Konev, Boris},
booktitle={KR},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, Dirk Walther, "Detecting Conjunctive Query Differences between ELHr-Terminologies using Hypergraphs.", In Proceeding: Description Logics, pp. 287–298, 2014. [Bibtex & Downloads]
Detecting Conjunctive Query Differences between ELHr-Terminologies using Hypergraphs.
Reference
Michel Ludwig, Dirk Walther, "Detecting Conjunctive Query Differences between ELHr-Terminologies using Hypergraphs.", In Proceeding: Description Logics, pp. 287–298, 2014.
Bibtex
@inproceedings{ludwig2014detecting,
title={Detecting Conjunctive Query Differences between ELHr-Terminologies using Hypergraphs.},
author={Ludwig, Michel and Walther, Dirk},
booktitle={Description Logics},
pages={287--298},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, Dirk Walther, "The logical difference for ℇLH r-terminologies using hypergraphs", Proceedings of the Twenty-first European Conference on Artificial Intelligence, pp. 555–560, 2014. [Bibtex & Downloads]
The logical difference for ℇLH r-terminologies using hypergraphs
Reference
Michel Ludwig, Dirk Walther, "The logical difference for ℇLH r-terminologies using hypergraphs", Proceedings of the Twenty-first European Conference on Artificial Intelligence, pp. 555–560, 2014.
Bibtex
@inproceedings{ludwig2014logical,
title={The logical difference for ℇLH r-terminologies using hypergraphs},
author={Ludwig, Michel and Walther, Dirk},
booktitle={Proceedings of the Twenty-first European Conference on Artificial Intelligence},
pages={555--560},
year={2014},
organization={IOS Press}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, Rafael Penaloza, "Brave and Cautious Reasoning in EL.", In Proceeding: Description Logics, pp. 274–286, 2014. [Bibtex & Downloads]
Brave and Cautious Reasoning in EL.
Reference
Michel Ludwig, Rafael Penaloza, "Brave and Cautious Reasoning in EL.", In Proceeding: Description Logics, pp. 274–286, 2014.
Bibtex
@inproceedings{ludwig2014brave,
title={Brave and Cautious Reasoning in EL.},
author={Ludwig, Michel and Penaloza, Rafael},
booktitle={Description Logics},
pages={274--286},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, Rafael Penaloza, "Error-Tolerant Reasoning in the Description Logic EL⋆", In Proceeding: Proc. of JELIA, vol. 14, pp. 107–121, 2014. [Bibtex & Downloads]
Error-Tolerant Reasoning in the Description Logic EL⋆
Reference
Michel Ludwig, Rafael Penaloza, "Error-Tolerant Reasoning in the Description Logic EL⋆", In Proceeding: Proc. of JELIA, vol. 14, pp. 107–121, 2014.
Bibtex
@inproceedings{ludwig2014error,
title={Error-Tolerant Reasoning in the Description Logic EL⋆},
author={Ludwig, Michel and Penaloza, Rafael},
booktitle={Proc. of JELIA},
volume={14},
pages={107--121},
year={2014},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, "Just: a Tool for Computing Justifications wrt ELH Ontologies.", In ORE, vol. 1207, pp. 1–7, 2014. [Bibtex & Downloads]
Just: a Tool for Computing Justifications wrt ELH Ontologies.
Reference
Michel Ludwig, "Just: a Tool for Computing Justifications wrt ELH Ontologies.", In ORE, vol. 1207, pp. 1–7, 2014.
Bibtex
@article{ludwig2014just,
title={Just: a Tool for Computing Justifications wrt ELH Ontologies.},
author={Ludwig, Michel},
journal={ORE},
volume={1207},
pages={1--7},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Müller, Martin Kaiser, Gordon M Stachowski, Ute Resch-Genger, Nikolai Gaponik, Alexander Eychmüller, "Photoluminescence Quantum Yield and Matrix-Induced Luminescence Enhancement of Colloidal Quantum Dots Embedded in Ionic Crystals" , In Chemistry of Materials, ACS Publications, vol. 26, no. 10, pp. 3231–3237, 2014. [doi] [Bibtex & Downloads]
Photoluminescence Quantum Yield and Matrix-Induced Luminescence Enhancement of Colloidal Quantum Dots Embedded in Ionic Crystals
Reference
Marcus Müller, Martin Kaiser, Gordon M Stachowski, Ute Resch-Genger, Nikolai Gaponik, Alexander Eychmüller, "Photoluminescence Quantum Yield and Matrix-Induced Luminescence Enhancement of Colloidal Quantum Dots Embedded in Ionic Crystals" , In Chemistry of Materials, ACS Publications, vol. 26, no. 10, pp. 3231–3237, 2014. [doi]
Bibtex
@article{müller2014photoluminescence,
title={Photoluminescence Quantum Yield and Matrix-Induced Luminescence Enhancement of Colloidal Quantum Dots Embedded in Ionic Crystals},
author={Müller, Marcus and Kaiser, Martin and Stachowski, Gordon M and Resch-Genger, Ute and Gaponik, Nikolai and Eychmüller, Alexander},
journal={Chemistry of Materials},
volume={26},
number={10},
pages={3231--3237},
year={2014},
publisher={ACS Publications},
doi={10.1021/cm5009043}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mathias Kläui, "Magnetoresistance and Charge Transport in Graphene Governed by Nitrogen Dopants", In ACS nano, ACS Publications, 2014. [doi] [Bibtex & Downloads]
Magnetoresistance and Charge Transport in Graphene Governed by Nitrogen Dopants
Reference
Mathias Kläui, "Magnetoresistance and Charge Transport in Graphene Governed by Nitrogen Dopants", In ACS nano, ACS Publications, 2014. [doi]
Bibtex
@article{klaui2014magnetoresistance,
title={Magnetoresistance and Charge Transport in Graphene Governed by Nitrogen Dopants},
author={Kl{\"a}ui, Mathias},
journal={ACS nano},
year={2014},
publisher={ACS Publications},
doi={10.1021/nn5057063}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Völp, "What if we would degrade LO tasks in mixed-criticality systems?", In Proceeding: 20th IEEE Real-Time and Embedded Technology and Applications Symposium-Work in Progress Session (RTAS-WIP 2014), Berlin, Germany, 2014. [Bibtex & Downloads]
What if we would degrade LO tasks in mixed-criticality systems?
Reference
Marcus Völp, "What if we would degrade LO tasks in mixed-criticality systems?", In Proceeding: 20th IEEE Real-Time and Embedded Technology and Applications Symposium-Work in Progress Session (RTAS-WIP 2014), Berlin, Germany, 2014.
Bibtex
@inproceedings{volp2014if,
title={What if we would degrade LO tasks in mixed-criticality systems?},
author={V{\"o}lp, Marcus},
booktitle={20th IEEE Real-Time and Embedded Technology and Applications Symposium-Work in Progress Session (RTAS-WIP 2014), Berlin, Germany},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Volp, Marcus Hahnel, Adam Lackorzynski, "Has energy surpassed timeliness? Scheduling energy-constrained mixed-criticality systems", In Proceeding: Real-Time and Embedded Technology and Applications Symposium (RTAS), 2014 IEEE 20th, pp. 275–284, 2014. [doi] [Bibtex & Downloads]
Has energy surpassed timeliness? Scheduling energy-constrained mixed-criticality systems
Reference
Marcus Volp, Marcus Hahnel, Adam Lackorzynski, "Has energy surpassed timeliness? Scheduling energy-constrained mixed-criticality systems", In Proceeding: Real-Time and Embedded Technology and Applications Symposium (RTAS), 2014 IEEE 20th, pp. 275–284, 2014. [doi]
Bibtex
@inproceedings{volp2014has,
title={Has energy surpassed timeliness? Scheduling energy-constrained mixed-criticality systems},
author={Volp, Marcus and Hahnel, Marcus and Lackorzynski, Adam},
booktitle={Real-Time and Embedded Technology and Applications Symposium (RTAS), 2014 IEEE 20th},
pages={275--284},
year={2014},
organization={IEEE},
doi={10.1109/RTAS.2014.6926009}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Völp, Michael Roitzsch, "Elastic Manycores", In Proceeding: Euro-Par 2013: Parallel Processing Workshops, pp. 749–758, 2014. [doi] [Bibtex & Downloads]
Elastic Manycores
Reference
Marcus Völp, Michael Roitzsch, "Elastic Manycores", In Proceeding: Euro-Par 2013: Parallel Processing Workshops, pp. 749–758, 2014. [doi]
Bibtex
@inproceedings{volp2014elastic,
title={Elastic Manycores},
author={V{\"o}lp, Marcus and Roitzsch, Michael},
booktitle={Euro-Par 2013: Parallel Processing Workshops},
pages={749--758},
year={2014},
organization={Springer},
doi={10.1007/978-3-642-54420-0_73}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nathalie Bertrand, Patricia Bouyer, Thomas Brihaye, Quentin Menet, Christel Baier, Marcus Größer, Marcin Jurdzinski, "Stochastic Timed Automata", In Logical Methods in Computer Science (LMCS), vol. 10, no. 4, pp. 1–73, 2014. [Bibtex & Downloads]
Stochastic Timed Automata
Reference
Nathalie Bertrand, Patricia Bouyer, Thomas Brihaye, Quentin Menet, Christel Baier, Marcus Größer, Marcin Jurdzinski, "Stochastic Timed Automata", In Logical Methods in Computer Science (LMCS), vol. 10, no. 4, pp. 1–73, 2014.
Bibtex
@article{LMCS14,
author = {Nathalie Bertrand, Patricia Bouyer, Thomas Brihaye, Quentin Menet, Christel Baier, Marcus Gr\"o{\ss}er, Marcin Jurdzinski},
title = {Stochastic Timed Automata},
year = {2014},
journal = {Logical Methods in Computer Science (LMCS)},
volume = {10},
number = {4},
pages = {1--73},
ee = {http://dx.doi.org/10.2168/LMCS-10(4:6)2014}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Nadine Hohmann, Wei Weiwei, Uta Dahmen, Olaf Dirsch, Andreas Deutsch, Anja Voss-Böhme, "How does a single cell know when the liver has reached its correct size?", In PloS one, Public Library of Science, vol. 9, no. 4, pp. e93207, 2014. [Bibtex & Downloads]
How does a single cell know when the liver has reached its correct size?
Reference
Nadine Hohmann, Wei Weiwei, Uta Dahmen, Olaf Dirsch, Andreas Deutsch, Anja Voss-Böhme, "How does a single cell know when the liver has reached its correct size?", In PloS one, Public Library of Science, vol. 9, no. 4, pp. e93207, 2014.
Bibtex
@article{hohmann2014does,
title={How does a single cell know when the liver has reached its correct size?},
author={Hohmann, Nadine and Weiwei, Wei and Dahmen, Uta and Dirsch, Olaf and Deutsch, Andreas and Voss-B{\"o}hme, Anja},
journal={PloS one},
volume={9},
number={4},
pages={e93207},
year={2014},
publisher={Public Library of Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Oliver Arnold, Gerhard Fettweis, "Adaptive runtime management of heterogenous MPSoCs: Analysis, acceleration and silicon prototype", In Proceeding: System-on-Chip (SoC), 2014 International Symposium on, pp. 1–4, 2014. [doi] [Bibtex & Downloads]
Adaptive runtime management of heterogenous MPSoCs: Analysis, acceleration and silicon prototype
Reference
Oliver Arnold, Gerhard Fettweis, "Adaptive runtime management of heterogenous MPSoCs: Analysis, acceleration and silicon prototype", In Proceeding: System-on-Chip (SoC), 2014 International Symposium on, pp. 1–4, 2014. [doi]
Bibtex
@inproceedings{arnold2014adaptive,
title={Adaptive runtime management of heterogenous MPSoCs: Analysis, acceleration and silicon prototype},
author={Arnold, Oliver and Fettweis, Gerhard},
booktitle={System-on-Chip (SoC), 2014 International Symposium on},
pages={1--4},
year={2014},
organization={IEEE},
doi={10.1109/ISSOC.2014.6972444}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Oliver Arnold, Benedikt Noethen, Gerhard Fettweis, "CM_ISA++: An instruction set for dynamic task scheduling units for more than 1000 cores", In Proceeding: System-on-Chip Conference (SOCC), 2014 27th IEEE International, pp. 29–34, 2014. [doi] [Bibtex & Downloads]
CM_ISA++: An instruction set for dynamic task scheduling units for more than 1000 cores
Reference
Oliver Arnold, Benedikt Noethen, Gerhard Fettweis, "CM_ISA++: An instruction set for dynamic task scheduling units for more than 1000 cores", In Proceeding: System-on-Chip Conference (SOCC), 2014 27th IEEE International, pp. 29–34, 2014. [doi]
Bibtex
@inproceedings{arnold2014cm_isa++,
title={CM\_ISA++: An instruction set for dynamic task scheduling units for more than 1000 cores},
author={Arnold, Oliver and Noethen, Benedikt and Fettweis, Gerhard},
booktitle={System-on-Chip Conference (SOCC), 2014 27th IEEE International},
pages={29--34},
year={2014},
organization={IEEE},
doi={10.1109/SOCC.2014.6948895}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Oliver Arnold, Felix Neumaerker, Gerhard Fettweis, "L2_ISA++: Instruction set architecture extensions for 4G and LTE-advanced MPSoCs", In Proceeding: System-on-Chip (SoC), 2014 International Symposium on, pp. 1–8, 2014. [doi] [Bibtex & Downloads]
L2_ISA++: Instruction set architecture extensions for 4G and LTE-advanced MPSoCs
Reference
Oliver Arnold, Felix Neumaerker, Gerhard Fettweis, "L2_ISA++: Instruction set architecture extensions for 4G and LTE-advanced MPSoCs", In Proceeding: System-on-Chip (SoC), 2014 International Symposium on, pp. 1–8, 2014. [doi]
Bibtex
@inproceedings{arnold2014l2_isa++,
title={L2\_ISA++: Instruction set architecture extensions for 4G and LTE-advanced MPSoCs},
author={Arnold, Oliver and Neumaerker, Felix and Fettweis, Gerhard},
booktitle={System-on-Chip (SoC), 2014 International Symposium on},
pages={1--8},
year={2014},
organization={IEEE},
doi={10.1109/ISSOC.2014.6972439}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Oliver Arnold, Sebastian Haas, Gerhard Fettweis, Benjamin Schlegel, Thomas Kissinger, Tomas Karnagel, Wolfgang Lehner, "HASHI: An Application-Specific Instruction Set Extension for Hashing", In ADMS@ VLDB, pp. 25–33, 2014. [Bibtex & Downloads]
HASHI: An Application-Specific Instruction Set Extension for Hashing
Reference
Oliver Arnold, Sebastian Haas, Gerhard Fettweis, Benjamin Schlegel, Thomas Kissinger, Tomas Karnagel, Wolfgang Lehner, "HASHI: An Application-Specific Instruction Set Extension for Hashing", In ADMS@ VLDB, pp. 25–33, 2014.
Bibtex
@article{arnold2014hashi,
title={HASHI: An Application-Specific Instruction Set Extension for Hashing},
author={Arnold, Oliver and Haas, Sebastian and Fettweis, Gerhard and Schlegel, Benjamin and Kissinger, Thomas and Karnagel, Tomas and Lehner, Wolfgang},
journal={ADMS@ VLDB},
pages={25--33},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Oliver Arnold, Sebastian Haas, Gerhard Fettweis, Benjamin Schlegel, Thomas Kissinger, Wolfgang Lehner, "An Application-specific Instruction Set for Accelerating Set-oriented Database Primitives", Proceedings of the 2014 ACM SIGMOD International Conference on Management of Data, ACM, pp. 767–778, New York, NY, USA, 2014. [doi] [Bibtex & Downloads]
An Application-specific Instruction Set for Accelerating Set-oriented Database Primitives
Reference
Oliver Arnold, Sebastian Haas, Gerhard Fettweis, Benjamin Schlegel, Thomas Kissinger, Wolfgang Lehner, "An Application-specific Instruction Set for Accelerating Set-oriented Database Primitives", Proceedings of the 2014 ACM SIGMOD International Conference on Management of Data, ACM, pp. 767–778, New York, NY, USA, 2014. [doi]
Bibtex
@inproceedings{Arnold:2014:AIS:2588555.2593677,
author={Arnold, Oliver and Haas, Sebastian and Fettweis, Gerhard and Schlegel, Benjamin and Kissinger, Thomas and Lehner, Wolfgang},
title={An Application-specific Instruction Set for Accelerating Set-oriented Database Primitives},
booktitle={Proceedings of the 2014 ACM SIGMOD International Conference on Management of Data},
series={SIGMOD '14},
year={2014},
isbn={978-1-4503-2376-5},
location={Snowbird, Utah, USA},
pages={767--778},
numpages={12},
url={http://doi.acm.org/10.1145/2588555.2593677},
doi={10.1145/2588555.2593677},
acmid={2593677},
publisher={ACM},
address={New York, NY, USA},
keywords={customizable processors, hardware/software-codesign, instruction set extensions},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Osvaldo Chara, Elly M Tanaka, Lutz Brusch, "Mathematical modeling of regenerative processes", In Curr Top Dev Biol, vol. 108, pp. 283–317, 2014. [Bibtex & Downloads]
Mathematical modeling of regenerative processes
Reference
Osvaldo Chara, Elly M Tanaka, Lutz Brusch, "Mathematical modeling of regenerative processes", In Curr Top Dev Biol, vol. 108, pp. 283–317, 2014.
Bibtex
@article{chara2014mathematical,
title={Mathematical modeling of regenerative processes},
author={Chara, Osvaldo and Tanaka, Elly M and Brusch, Lutz},
journal={Curr Top Dev Biol},
volume={108},
pages={283--317},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Olaf Wolkenhauer, Charles Auffray, Olivier Brass, Jean Clairambault, Andreas Deutsch, Dirk Drasdo, Francesco Gervasio, Luigi Preziosi, Philip Maini, Anna Marciniak-Czochra, others, "Enabling multiscale modeling in systems medicine", In Genome Med, vol. 6, pp. 21, 2014. [doi] [Bibtex & Downloads]
Enabling multiscale modeling in systems medicine
Reference
Olaf Wolkenhauer, Charles Auffray, Olivier Brass, Jean Clairambault, Andreas Deutsch, Dirk Drasdo, Francesco Gervasio, Luigi Preziosi, Philip Maini, Anna Marciniak-Czochra, others, "Enabling multiscale modeling in systems medicine", In Genome Med, vol. 6, pp. 21, 2014. [doi]
Bibtex
@article{wolkenhauer2014enabling,
title={Enabling multiscale modeling in systems medicine},
author={Wolkenhauer, Olaf and Auffray, Charles and Brass, Olivier and Clairambault, Jean and Deutsch, Andreas and Drasdo, Dirk and Gervasio, Francesco and Preziosi, Luigi and Maini, Philip and Marciniak-Czochra, Anna and others},
journal={Genome Med},
volume={6},
pages={21},
year={2014},
doi={10.1186/gm538}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- P. Reichenbach, T. Kämpfe, A. Thiessen, A. Haußmann, T. Woike, LM Eng, "Multiphoton photoluminescence contrast in switched Mg: LiNbO3 and Mg: LiTaO3 single crystals", In Applied Physics Letters, AIP Publishing, vol. 105, no. 12, pp. 122906, 2014. [doi] [Bibtex & Downloads]
Multiphoton photoluminescence contrast in switched Mg: LiNbO3 and Mg: LiTaO3 single crystals
Reference
P. Reichenbach, T. Kämpfe, A. Thiessen, A. Haußmann, T. Woike, LM Eng, "Multiphoton photoluminescence contrast in switched Mg: LiNbO3 and Mg: LiTaO3 single crystals", In Applied Physics Letters, AIP Publishing, vol. 105, no. 12, pp. 122906, 2014. [doi]
Bibtex
@article{reichenbach2014multiphoton,
title={Multiphoton photoluminescence contrast in switched Mg: LiNbO3 and Mg: LiTaO3 single crystals},
author={Reichenbach, P and K{\"a}mpfe, T and Thiessen, A and Hau{\ss}mann, A and Woike, T and Eng, LM},
journal={Applied Physics Letters},
volume={105},
number={12},
pages={122906},
year={2014},
publisher={AIP Publishing},
doi={10.1063/1.4896579}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- P. Reichenbach, T. Kämpfe, A. Thiessen, M. Schröder, A. Haußmann, T. Woike, LM Eng, "Multiphoton-induced luminescence contrast between antiparallel ferroelectric domains in Mg-doped LiNbO3", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 21, pp. 213509, 2014. [doi] [Bibtex & Downloads]
Multiphoton-induced luminescence contrast between antiparallel ferroelectric domains in Mg-doped LiNbO3
Reference
P. Reichenbach, T. Kämpfe, A. Thiessen, M. Schröder, A. Haußmann, T. Woike, LM Eng, "Multiphoton-induced luminescence contrast between antiparallel ferroelectric domains in Mg-doped LiNbO3", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 21, pp. 213509, 2014. [doi]
Bibtex
@article{reichenbach2014multiphoton,
title={Multiphoton-induced luminescence contrast between antiparallel ferroelectric domains in Mg-doped LiNbO3},
author={Reichenbach, P and K{\"a}mpfe, T and Thiessen, A and Schr{\"o}der, M and Hau{\ss}mann, A and Woike, T and Eng, LM},
journal={Journal of Applied Physics},
volume={115},
number={21},
pages={213509},
year={2014},
publisher={AIP Publishing},
doi={10.1063/1.4881496}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Peter Okech, Nicholas Mc Guire, Christof Fetzer, "Utilizing Inherent Diversity in Complex Software Systems", 2014. [Bibtex & Downloads]
Utilizing Inherent Diversity in Complex Software Systems
Reference
Peter Okech, Nicholas Mc Guire, Christof Fetzer, "Utilizing Inherent Diversity in Complex Software Systems", 2014.
Bibtex
@article{okech2014utilizing,
title={Utilizing Inherent Diversity in Complex Software Systems},
author={Okech, Peter and Mc Guire, Nicholas and Fetzer, Christof},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paolo Valerio Testa, Guido Belfiore, David Fritsche, Corrado Carta, Frank Ellinger, "170 GHz SiGe-BiCMOS Loss-Compensated Distributed Amplifier", In Proceeding: Compound Semiconductor Integrated Circuit Symposium (CSICs), 2014 IEEE, pp. 1–4, 2014. [doi] [Bibtex & Downloads]
170 GHz SiGe-BiCMOS Loss-Compensated Distributed Amplifier
Reference
Paolo Valerio Testa, Guido Belfiore, David Fritsche, Corrado Carta, Frank Ellinger, "170 GHz SiGe-BiCMOS Loss-Compensated Distributed Amplifier", In Proceeding: Compound Semiconductor Integrated Circuit Symposium (CSICs), 2014 IEEE, pp. 1–4, 2014. [doi]
Bibtex
@inproceedings{testa2014170,
title={170 GHz SiGe-BiCMOS Loss-Compensated Distributed Amplifier},
author={Testa, Paolo Valerio and Belfiore, Guido and Fritsche, David and Carta, Corrado and Ellinger, Frank},
booktitle={Compound Semiconductor Integrated Circuit Symposium (CSICs), 2014 IEEE},
pages={1--4},
year={2014},
organization={IEEE},
doi={10.1109/CSICS.2014.6978523}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Qiang Wei, Robert Pötzsch, Hartmut Komber, Doris Pospiech, Brigitte Voit, "High refractive index hyperbranched polymers with different naphthalene contents prepared through thiol-yne click reaction using di-substituted asymmetric bulky alkynes", In Polymer, Elsevier, vol. 55, no. 22, pp. 5600–5607, 2014. [doi] [Bibtex & Downloads]
High refractive index hyperbranched polymers with different naphthalene contents prepared through thiol-yne click reaction using di-substituted asymmetric bulky alkynes
Reference
Qiang Wei, Robert Pötzsch, Hartmut Komber, Doris Pospiech, Brigitte Voit, "High refractive index hyperbranched polymers with different naphthalene contents prepared through thiol-yne click reaction using di-substituted asymmetric bulky alkynes", In Polymer, Elsevier, vol. 55, no. 22, pp. 5600–5607, 2014. [doi]
Bibtex
@article{wei2014high,
title={High refractive index hyperbranched polymers with different naphthalene contents prepared through thiol-yne click reaction using di-substituted asymmetric bulky alkynes},
author={Wei, Qiang and P{\"o}tzsch, Robert and Komber, Hartmut and Pospiech, Doris and Voit, Brigitte},
journal={Polymer},
volume={55},
number={22},
pages={5600--5607},
year={2014},
publisher={Elsevier},
doi={10.1016/j.polymer.2014.07.030}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Robin Ohmann, Cormac Toher, Jörg Meyer, Anja Nickel, Francesca Moresco, Gianaurelio Cuniberti, "Quantum coherence of bulk electrons on metals revealed by scanning tunneling spectroscopy", In Physical Review B, APS, vol. 89, no. 20, pp. 205433, 2014. [doi] [Bibtex & Downloads]
Quantum coherence of bulk electrons on metals revealed by scanning tunneling spectroscopy
Reference
Robin Ohmann, Cormac Toher, Jörg Meyer, Anja Nickel, Francesca Moresco, Gianaurelio Cuniberti, "Quantum coherence of bulk electrons on metals revealed by scanning tunneling spectroscopy", In Physical Review B, APS, vol. 89, no. 20, pp. 205433, 2014. [doi]
Bibtex
@article{ohmann2014quantum,
title={Quantum coherence of bulk electrons on metals revealed by scanning tunneling spectroscopy},
author={Ohmann, Robin and Toher, Cormac and Meyer, J{\"o}rg and Nickel, Anja and Moresco, Francesca and Cuniberti, Gianaurelio},
journal={Physical Review B},
volume={89},
number={20},
pages={205433},
year={2014},
publisher={APS},
doi={10.1103/PhysRevB.89.205433}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rafael Penaloza, Aparna Saisree Thuluva, "COBRA, a Demo", 2014. [Bibtex & Downloads]
COBRA, a Demo
Reference
Rafael Penaloza, Aparna Saisree Thuluva, "COBRA, a Demo", 2014.
Bibtex
@article{penalozacobra,
title={COBRA, a Demo},
author={Penaloza, Rafael and Thuluva, Aparna Saisree},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rafael Peñaloza, Veronika Thost, Anni-Yasmin Turhan, "Certain Answers in a Rough World", Informal Proceedings of the 27th International Workshop on Description Logics, Vienna, Austria, July 17-20, 2014. (Meghyn Bienvenu and Magdalena Ortiz and Riccardo Rosati and Mantas Simkus), CEUR-WS.org, vol. 1193, pp. 709-712, 2014. [Bibtex & Downloads]
Certain Answers in a Rough World
Reference
Rafael Peñaloza, Veronika Thost, Anni-Yasmin Turhan, "Certain Answers in a Rough World", Informal Proceedings of the 27th International Workshop on Description Logics, Vienna, Austria, July 17-20, 2014. (Meghyn Bienvenu and Magdalena Ortiz and Riccardo Rosati and Mantas Simkus), CEUR-WS.org, vol. 1193, pp. 709-712, 2014.
Bibtex
@InProceedings{conf/dlog/PenalozaTT14,
author = {Rafael Pe{\~{n}}aloza and Veronika Thost and Anni{-}Yasmin Turhan},
title = {Certain Answers in a Rough World},
booktitle = {Informal Proceedings of the 27th International Workshop on Description Logics, Vienna, Austria, July 17-20, 2014.},
pages = {709-712},
url = {http://ceur-ws.org/Vol-1193/paper_19.pdf},
editor = {Meghyn Bienvenu and Magdalena Ortiz and Riccardo Rosati and Mantas Simkus},
series = {{CEUR} Workshop Proceedings},
volume = {1193},
publisher = {CEUR-WS.org},
year = {2014},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rafael Penaloza, "Automata-based reasoning in Fuzzy Description Logics", In bstracts, pp. 103, 2014. [Bibtex & Downloads]
Automata-based reasoning in Fuzzy Description Logics
Reference
Rafael Penaloza, "Automata-based reasoning in Fuzzy Description Logics", In bstracts, pp. 103, 2014.
Bibtex
@article{penaloza2014automata,
title={Automata-based reasoning in Fuzzy Description Logics},
author={Penaloza, Rafael},
journal={bstracts},
pages={103},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Pötzsch, Brian C Stahl, Hartmut Komber, Craig J Hawker, Brigitte I Voit, "High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol–yne chemistry", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 8, pp. 2911–2921, 2014. [doi] [Bibtex & Downloads]
High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol–yne chemistry
Reference
Robert Pötzsch, Brian C Stahl, Hartmut Komber, Craig J Hawker, Brigitte I Voit, "High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol–yne chemistry", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 8, pp. 2911–2921, 2014. [doi]
Bibtex
@article{potzsch2014high,
title={High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol--yne chemistry},
author={P{\"o}tzsch, Robert and Stahl, Brian C and Komber, Hartmut and Hawker, Craig J and Voit, Brigitte I},
journal={Polymer Chemistry},
volume={5},
number={8},
pages={2911--2921},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/C3PY01740K}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Shabanpour, T. Meister, K. Ishida, L. Petti, N. Munzenrieder, GA Salvatore, BK Boroujeni, C. Carta, G. Troster, F. Ellinger, "High gain amplifiers in flexible self-aligned a-IGZO thin-film-transistor technology", In Proceeding: Electronics, Circuits and Systems (ICECS), 2014 21st IEEE International Conference on, pp. 108–111, 2014. [doi] [Bibtex & Downloads]
High gain amplifiers in flexible self-aligned a-IGZO thin-film-transistor technology
Reference
R. Shabanpour, T. Meister, K. Ishida, L. Petti, N. Munzenrieder, GA Salvatore, BK Boroujeni, C. Carta, G. Troster, F. Ellinger, "High gain amplifiers in flexible self-aligned a-IGZO thin-film-transistor technology", In Proceeding: Electronics, Circuits and Systems (ICECS), 2014 21st IEEE International Conference on, pp. 108–111, 2014. [doi]
Bibtex
@inproceedings{shabanpour2014high,
title={High gain amplifiers in flexible self-aligned a-IGZO thin-film-transistor technology},
author={Shabanpour, R and Meister, T and Ishida, K and Petti, L and Munzenrieder, N and Salvatore, GA and Boroujeni, BK and Carta, C and Troster, G and Ellinger, F},
booktitle={Electronics, Circuits and Systems (ICECS), 2014 21st IEEE International Conference on},
pages={108--111},
year={2014},
organization={IEEE},
doi={10.1109/ICECS.2014.7049933}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ravikant Sharma, Carlos César Bof Bufon, Daniel Grimm, Robert Sommer, Arndt Wollatz, Jörg Schadewald, Dominic J Thurmer, Pablo F Siles, Martin Bauer, Oliver G Schmidt, "Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 9, 2014. [doi] [Bibtex & Downloads]
Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage
Reference
Ravikant Sharma, Carlos César Bof Bufon, Daniel Grimm, Robert Sommer, Arndt Wollatz, Jörg Schadewald, Dominic J Thurmer, Pablo F Siles, Martin Bauer, Oliver G Schmidt, "Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 9, 2014. [doi]
Bibtex
@article{sharma2014large,
title={Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage},
author={Sharma, Ravikant and Bufon, Carlos C{\'e}sar Bof and Grimm, Daniel and Sommer, Robert and Wollatz, Arndt and Schadewald, J{\"o}rg and Thurmer, Dominic J and Siles, Pablo F and Bauer, Martin and Schmidt, Oliver G},
journal={Advanced Energy Materials},
volume={4},
number={9},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/aenm.201301631}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Streubel, Jehyun Lee, Denys Makarov, Mi-Young Im, Daniil Karnaushenko, Luyang Han, Rudolf Schäfer, Peter Fischer, Sang-Koog Kim, Oliver G Schmidt, "Magnetic Microstructure of Rolled-Up Single-Layer Ferromagnetic Nanomembranes", In Advanced Materials, Wiley Online Library, vol. 26, no. 2, pp. 316–323, 2014. [doi] [Bibtex & Downloads]
Magnetic Microstructure of Rolled-Up Single-Layer Ferromagnetic Nanomembranes
Reference
Robert Streubel, Jehyun Lee, Denys Makarov, Mi-Young Im, Daniil Karnaushenko, Luyang Han, Rudolf Schäfer, Peter Fischer, Sang-Koog Kim, Oliver G Schmidt, "Magnetic Microstructure of Rolled-Up Single-Layer Ferromagnetic Nanomembranes", In Advanced Materials, Wiley Online Library, vol. 26, no. 2, pp. 316–323, 2014. [doi]
Bibtex
@article{streubel2014magnetic,
title={Magnetic Microstructure of Rolled-Up Single-Layer Ferromagnetic Nanomembranes},
author={Streubel, Robert and Lee, Jehyun and Makarov, Denys and Im, Mi-Young and Karnaushenko, Daniil and Han, Luyang and Sch{\"a}fer, Rudolf and Fischer, Peter and Kim, Sang-Koog and Schmidt, Oliver G},
journal={Advanced Materials},
volume={26},
number={2},
pages={316--323},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adma.201303003}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Roman Tkachov, Yevhen Karpov, Volodymyr Senkovskyy, Ivan Raguzin, Jakob Zessin, Albena Lederer, Manfred Stamm, Brigitte Voit, Tetyana Beryozkina, Vasiliy Bakulev, others, "Efficient Tin-Free Route to a Donor–Acceptor Semiconducting Copolymer with Variable Molecular Weights", In Macromolecules, ACS Publications, vol. 47, no. 12, pp. 3845–3851, 2014. [doi] [Bibtex & Downloads]
Efficient Tin-Free Route to a Donor–Acceptor Semiconducting Copolymer with Variable Molecular Weights
Reference
Roman Tkachov, Yevhen Karpov, Volodymyr Senkovskyy, Ivan Raguzin, Jakob Zessin, Albena Lederer, Manfred Stamm, Brigitte Voit, Tetyana Beryozkina, Vasiliy Bakulev, others, "Efficient Tin-Free Route to a Donor–Acceptor Semiconducting Copolymer with Variable Molecular Weights", In Macromolecules, ACS Publications, vol. 47, no. 12, pp. 3845–3851, 2014. [doi]
Bibtex
@article{tkachov2014efficient,
title={Efficient Tin-Free Route to a Donor--Acceptor Semiconducting Copolymer with Variable Molecular Weights},
author={Tkachov, Roman and Karpov, Yevhen and Senkovskyy, Volodymyr and Raguzin, Ivan and Zessin, Jakob and Lederer, Albena and Stamm, Manfred and Voit, Brigitte and Beryozkina, Tetyana and Bakulev, Vasiliy and others},
journal={Macromolecules},
volume={47},
number={12},
pages={3845--3851},
year={2014},
publisher={ACS Publications},
doi={10.1021/ma5007667}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Roman Tkachov, Hartmut Komber, Sebastian Rauch, Albena Lederer, Ulrich Oertel, Liane Häußler, Brigitte Voit, Anton Kiriy, "One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene–Naphthalenediimide/Fluorene Copolymer", In Macromolecules, ACS Publications, vol. 47, no. 15, pp. 4994–5001, 2014. [doi] [Bibtex & Downloads]
One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene–Naphthalenediimide/Fluorene Copolymer
Reference
Roman Tkachov, Hartmut Komber, Sebastian Rauch, Albena Lederer, Ulrich Oertel, Liane Häußler, Brigitte Voit, Anton Kiriy, "One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene–Naphthalenediimide/Fluorene Copolymer", In Macromolecules, ACS Publications, vol. 47, no. 15, pp. 4994–5001, 2014. [doi]
Bibtex
@article{tkachov2014one,
title={One-Pot Synthesis of All-Conjugated Block-Like Bisthiophene--Naphthalenediimide/Fluorene Copolymer},
author={Tkachov, Roman and Komber, Hartmut and Rauch, Sebastian and Lederer, Albena and Oertel, Ulrich and Häu{\ss}ler, Liane and Voit, Brigitte and Kiriy, Anton},
journal={Macromolecules},
volume={47},
number={15},
pages={4994--5001},
year={2014},
publisher={ACS Publications},
doi={10.1021/ma5006588}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza, "Consistency reasoning in lattice-based fuzzy description logics", In International Journal of Approximate Reasoning, Elsevier, vol. 55, no. 9, pp. 1917–1938, 2014. [doi] [Bibtex & Downloads]
Consistency reasoning in lattice-based fuzzy description logics
Reference
Stefan Borgwardt, Rafael Peñaloza, "Consistency reasoning in lattice-based fuzzy description logics", In International Journal of Approximate Reasoning, Elsevier, vol. 55, no. 9, pp. 1917–1938, 2014. [doi]
Bibtex
@article{borgwardt2014consistency,
title={Consistency reasoning in lattice-based fuzzy description logics},
author={Borgwardt, Stefan and Pe{\~n}aloza, Rafael},
journal={International Journal of Approximate Reasoning},
volume={55},
number={9},
pages={1917--1938},
year={2014},
publisher={Elsevier},
doi={10.1016/j.ijar.2013.07.006}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza, "Finite Lattices Do Not Make Reasoning in ALCOI Harder", Chapter in Uncertainty Reasoning for the Semantic Web III, Springer, pp. 122–141, 2014. [doi] [Bibtex & Downloads]
Finite Lattices Do Not Make Reasoning in ALCOI Harder
Reference
Stefan Borgwardt, Rafael Peñaloza, "Finite Lattices Do Not Make Reasoning in ALCOI Harder", Chapter in Uncertainty Reasoning for the Semantic Web III, Springer, pp. 122–141, 2014. [doi]
Bibtex
@incollection{borgwardt2014finite,
title={Finite Lattices Do Not Make Reasoning in ALCOI Harder},
author={Borgwardt, Stefan and Pe{\~n}aloza, Rafael},
booktitle={Uncertainty Reasoning for the Semantic Web III},
pages={122--141},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-13413-0_7}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Felix Distel, Rafael Peñaloza, "Decidable Gödel description logics without the finitely-valued model property", Proceedings of the 14th International Conference on Principles of Knowledge Representation and Reasoning (KR'14) (Chitta Baral and Giuseppe DeGiacomo and Thomas Eiter), AAAI Press, pp. 228–237, 2014. [Bibtex & Downloads]
Decidable Gödel description logics without the finitely-valued model property
Reference
Stefan Borgwardt, Felix Distel, Rafael Peñaloza, "Decidable Gödel description logics without the finitely-valued model property", Proceedings of the 14th International Conference on Principles of Knowledge Representation and Reasoning (KR'14) (Chitta Baral and Giuseppe DeGiacomo and Thomas Eiter), AAAI Press, pp. 228–237, 2014.
Bibtex
@inproceedings{BoDP-KR14,
author={Stefan {Borgwardt} and Felix {Distel} and Rafael {Pe{\~n}aloza}},
booktitle={Proceedings of the 14th International Conference on Principles of Knowledge Representation and Reasoning (KR'14)},
editor={Chitta {Baral} and Giuseppe {DeGiacomo} and Thomas {Eiter}},
pages={228--237},
publisher={AAAI Press},
title={Decidable {G}{\"o}del description logics without the finitely-valued model property},
year={2014},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Felix Distel, Rafael Peñaloza, "Gödel description logics with general models", Proceedings of the 27th International Workshop on Description Logics (DL’14), CEUR Workshop Proceedings, 2014. [Bibtex & Downloads]
Gödel description logics with general models
Reference
Stefan Borgwardt, Felix Distel, Rafael Peñaloza, "Gödel description logics with general models", Proceedings of the 27th International Workshop on Description Logics (DL’14), CEUR Workshop Proceedings, 2014.
Bibtex
@inproceedings{borgwardt2014godel,
title={G{\"o}del description logics with general models},
author={Borgwardt, Stefan and Distel, Felix and Pe{\~n}aloza, Rafael},
booktitle={Proceedings of the 27th International Workshop on Description Logics (DL’14), CEUR Workshop Proceedings},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "Gödel PL0 with Greatest Fixed-Point Semantics⋆", In Proceeding: Proc. of the 27th Int. Workshop on Description Logics (DL’14), pp. 83, 2014. [Bibtex & Downloads]
Gödel PL0 with Greatest Fixed-Point Semantics⋆
Reference
Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "Gödel PL0 with Greatest Fixed-Point Semantics⋆", In Proceeding: Proc. of the 27th Int. Workshop on Description Logics (DL’14), pp. 83, 2014.
Bibtex
@inproceedings{borgwardt2014godel,
title={G{\"o}del PL0 with Greatest Fixed-Point Semantics⋆},
author={Borgwardt, Stefan and Galano, Jos{\'e} A Leyva and Pe{\~n}aloza, Rafael},
booktitle={Proc. of the 27th Int. Workshop on Description Logics (DL’14)},
pages={83},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "The Fuzzy Description Logic G-PL0 with Greatest Fixed-Point Semantics⋆", Logics in Artificial Intelligence: 14th European Conference, JELIA 2014, Funchal, Madeira, Portugal, September 24-26, 2014, Proceedings, vol. 8761, pp. 62, 2014. [Bibtex & Downloads]
The Fuzzy Description Logic G-PL0 with Greatest Fixed-Point Semantics⋆
Reference
Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "The Fuzzy Description Logic G-PL0 with Greatest Fixed-Point Semantics⋆", Logics in Artificial Intelligence: 14th European Conference, JELIA 2014, Funchal, Madeira, Portugal, September 24-26, 2014, Proceedings, vol. 8761, pp. 62, 2014.
Bibtex
@inproceedings{borgwardt2014fuzzy,
title={The Fuzzy Description Logic G-PL0 with Greatest Fixed-Point Semantics⋆},
author={Borgwardt, Stefan and Galano, Jos{\'e} A Leyva and Pe{\~n}aloza, Rafael},
booktitle={Logics in Artificial Intelligence: 14th European Conference, JELIA 2014, Funchal, Madeira, Portugal, September 24-26, 2014, Proceedings},
volume={8761},
pages={62},
year={2014},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporalizing rewritable query languages over knowledge bases", In Web Semantics: Science, Services and Agents on the World Wide Web, Elsevier, 2014. [doi] [Bibtex & Downloads]
Temporalizing rewritable query languages over knowledge bases
Reference
Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporalizing rewritable query languages over knowledge bases", In Web Semantics: Science, Services and Agents on the World Wide Web, Elsevier, 2014. [doi]
Bibtex
@article{borgwardt2014temporalizing,
title={Temporalizing rewritable query languages over knowledge bases},
author={Borgwardt, Stefan and Lippmann, Marcel and Thost, Veronika},
journal={Web Semantics: Science, Services and Agents on the World Wide Web},
year={2014},
publisher={Elsevier},
doi={10.1016/j.websem.2014.11.007}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, "Fuzzy Description Logics with General Concept Inclusions", PhD thesis, Saechsische Landesbibliothek-Staats-und Universitaetsbibliothek Dresden, 2014. [Bibtex & Downloads]
Fuzzy Description Logics with General Concept Inclusions
Reference
Stefan Borgwardt, "Fuzzy Description Logics with General Concept Inclusions", PhD thesis, Saechsische Landesbibliothek-Staats-und Universitaetsbibliothek Dresden, 2014.
Bibtex
@phdthesis{borgwardt2014fuzzy,
title={Fuzzy Description Logics with General Concept Inclusions},
author={Borgwardt, Stefan},
year={2014},
school={Saechsische Landesbibliothek-Staats-und Universitaetsbibliothek Dresden},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stathis Delivorias, Haralampos Hatzikirou, Rafael Penaloza, Dirk Walther, "Detecting Emergent Phenomena in Cellular Automata Using Temporal Description Logics", In Proceeding: International Conference on Cellular Automata, pp. 357–366, 2014. [Bibtex & Downloads]
Detecting Emergent Phenomena in Cellular Automata Using Temporal Description Logics
Reference
Stathis Delivorias, Haralampos Hatzikirou, Rafael Penaloza, Dirk Walther, "Detecting Emergent Phenomena in Cellular Automata Using Temporal Description Logics", In Proceeding: International Conference on Cellular Automata, pp. 357–366, 2014.
Bibtex
@inproceedings{delivorias2014detecting,
title={Detecting Emergent Phenomena in Cellular Automata Using Temporal Description Logics},
author={Delivorias, Stathis and Hatzikirou, Haralampos and Penaloza, Rafael and Walther, Dirk},
booktitle={International Conference on Cellular Automata},
pages={357--366},
year={2014},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Thomas Ilsche, Jorge Cardoso, Josef Spillner, Uwe Aßmann, Wolfgang Nagel, Alexander Schill, "Energy-Efficient Data Processing at Sweet Spot Frequencies", In Proceeding: On the Move to Meaningful Internet Systems: OTM 2014 Workshops, pp. 154–171, 2014. [doi] [Bibtex & Downloads]
Energy-Efficient Data Processing at Sweet Spot Frequencies
Reference
Sebastian Götz, Thomas Ilsche, Jorge Cardoso, Josef Spillner, Uwe Aßmann, Wolfgang Nagel, Alexander Schill, "Energy-Efficient Data Processing at Sweet Spot Frequencies", In Proceeding: On the Move to Meaningful Internet Systems: OTM 2014 Workshops, pp. 154–171, 2014. [doi]
Bibtex
@inproceedings{gotz2014energy,
title={Energy-Efficient Data Processing at Sweet Spot Frequencies},
author={G{\"o}tz, Sebastian and Ilsche, Thomas and Cardoso, Jorge and Spillner, Josef and A{\ss}mann, Uwe and Nagel, Wolfgang and Schill, Alexander},
booktitle={On the Move to Meaningful Internet Systems: OTM 2014 Workshops},
pages={154--171},
year={2014},
organization={Springer},
doi={10.1007/978-3-662-45550-0_18}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Thomas Kühn, Christian Piechnick, Georg Püschel, Uwe Aßmann, "A Models@ run. time Approach for Multi-objective Self-optimizing Software", Chapter in Adaptive and Intelligent Systems, Springer, pp. 100–109, 2014. [doi] [Bibtex & Downloads]
A Models@ run. time Approach for Multi-objective Self-optimizing Software
Reference
Sebastian Götz, Thomas Kühn, Christian Piechnick, Georg Püschel, Uwe Aßmann, "A Models@ run. time Approach for Multi-objective Self-optimizing Software", Chapter in Adaptive and Intelligent Systems, Springer, pp. 100–109, 2014. [doi]
Bibtex
@incollection{gotz2014models,
title={A Models@ run. time Approach for Multi-objective Self-optimizing Software},
author={G{\"o}tz, Sebastian and K{\"u}hn, Thomas and Piechnick, Christian and P{\"u}schel, Georg and A{\ss}mann, Uwe},
booktitle={Adaptive and Intelligent Systems},
pages={100--109},
year={2014},
publisher={Springer},
doi={10.1007/978-3-319-11298-5_11}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Haenzsche, Sebastian Hoppner, Rene Schuffny, "A 10 bit 16 MS/s redundant SAR ADC with flexible window function for a digitally controlled DC-DC converter in 28 nm CMOS", In Proceeding: NORCHIP, 2014, pp. 1–4, 2014. [doi] [Bibtex & Downloads]
A 10 bit 16 MS/s redundant SAR ADC with flexible window function for a digitally controlled DC-DC converter in 28 nm CMOS
Reference
Stefan Haenzsche, Sebastian Hoppner, Rene Schuffny, "A 10 bit 16 MS/s redundant SAR ADC with flexible window function for a digitally controlled DC-DC converter in 28 nm CMOS", In Proceeding: NORCHIP, 2014, pp. 1–4, 2014. [doi]
Bibtex
@inproceedings{haenzsche201410,
title={A 10 bit 16 MS/s redundant SAR ADC with flexible window function for a digitally controlled DC-DC converter in 28 nm CMOS},
author={Haenzsche, Stefan and Hoppner, Sebastian and Schuffny, Rene},
booktitle={NORCHIP, 2014},
pages={1--4},
year={2014},
organization={IEEE},
doi={10.1109/NORCHIP.2014.7004704}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Haenzsche, Sebastian Hoppner, Georg Ellguth, Rene Schuffny, "A 12-b 4-MS/s SAR ADC With Configurable Redundancy in 28-nm CMOS Technology", In Circuits and Systems II: Express Briefs, IEEE Transactions on, IEEE, vol. 61, no. 11, pp. 835–839, 2014. [doi] [Bibtex & Downloads]
A 12-b 4-MS/s SAR ADC With Configurable Redundancy in 28-nm CMOS Technology
Reference
Stefan Haenzsche, Sebastian Hoppner, Georg Ellguth, Rene Schuffny, "A 12-b 4-MS/s SAR ADC With Configurable Redundancy in 28-nm CMOS Technology", In Circuits and Systems II: Express Briefs, IEEE Transactions on, IEEE, vol. 61, no. 11, pp. 835–839, 2014. [doi]
Bibtex
@article{haenzsche201412,
title={A 12-b 4-MS/s SAR ADC With Configurable Redundancy in 28-nm CMOS Technology},
author={Haenzsche, Stefan and Hoppner, Sebastian and Ellguth, Georg and Schuffny, Rene},
journal={Circuits and Systems II: Express Briefs, IEEE Transactions on},
volume={61},
number={11},
pages={835--839},
year={2014},
publisher={IEEE},
doi={10.1109/TCSII.2014.2345301}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sabine Hummert, Katrin Bohl, David Basanta, Andreas Deutsch, Sarah Werner, Günter Theißen, Anja Schroeter, Stefan Schuster, "Evolutionary game theory: cells as players", In Molecular BioSystems, Royal Society of Chemistry, vol. 10, no. 12, pp. 3044–3065, 2014. [Bibtex & Downloads]
Evolutionary game theory: cells as players
Reference
Sabine Hummert, Katrin Bohl, David Basanta, Andreas Deutsch, Sarah Werner, Günter Theißen, Anja Schroeter, Stefan Schuster, "Evolutionary game theory: cells as players", In Molecular BioSystems, Royal Society of Chemistry, vol. 10, no. 12, pp. 3044–3065, 2014.
Bibtex
@article{hummert2014evolutionary,
title={Evolutionary game theory: cells as players},
author={Hummert, Sabine and Bohl, Katrin and Basanta, David and Deutsch, Andreas and Werner, Sarah and Thei{\ss}en, G{\"u}nter and Schroeter, Anja and Schuster, Stefan},
journal={Molecular BioSystems},
volume={10},
number={12},
pages={3044--3065},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Leubner, R. Schneider, A. Dubavik, S. Hatami, N. Gaponik, U. Resch-Genger, A. Eychmüller, "Influence of the stabilizing ligand on the quality, signal-relevant optical properties, and stability of near-infrared emitting Cd 1- x Hg x Te nanocrystals", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 2, no. 25, pp. 5011–5018, 2014. [doi] [Bibtex & Downloads]
Influence of the stabilizing ligand on the quality, signal-relevant optical properties, and stability of near-infrared emitting Cd 1- x Hg x Te nanocrystals
Reference
S. Leubner, R. Schneider, A. Dubavik, S. Hatami, N. Gaponik, U. Resch-Genger, A. Eychmüller, "Influence of the stabilizing ligand on the quality, signal-relevant optical properties, and stability of near-infrared emitting Cd 1- x Hg x Te nanocrystals", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 2, no. 25, pp. 5011–5018, 2014. [doi]
Bibtex
@article{leubner2014influence,
title={Influence of the stabilizing ligand on the quality, signal-relevant optical properties, and stability of near-infrared emitting Cd 1- x Hg x Te nanocrystals},
author={Leubner, S and Schneider, R and Dubavik, A and Hatami, S and Gaponik, N and Resch-Genger, U and Eychm{\"u}ller, A},
journal={Journal of Materials Chemistry C},
volume={2},
number={25},
pages={5011--5018},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/C4TC00582A}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Sami Makharza, Orazio Vittorio, Giuseppe Cirillo, Steffen Oswald, Elizabeth Hinde, Maria Kavallaris, Bernd Büchner, Michael Mertig, Silke Hampel, "Graphene Oxide-Gelatin Nanohybrids as Functional Tools for Enhanced Carboplatin Activity in Neuroblastoma Cells", In Pharmaceutical research, Springer, pp. 1–12, 2014. [doi] [Bibtex & Downloads]
Graphene Oxide-Gelatin Nanohybrids as Functional Tools for Enhanced Carboplatin Activity in Neuroblastoma Cells
Reference
Sami Makharza, Orazio Vittorio, Giuseppe Cirillo, Steffen Oswald, Elizabeth Hinde, Maria Kavallaris, Bernd Büchner, Michael Mertig, Silke Hampel, "Graphene Oxide-Gelatin Nanohybrids as Functional Tools for Enhanced Carboplatin Activity in Neuroblastoma Cells", In Pharmaceutical research, Springer, pp. 1–12, 2014. [doi]
Bibtex
@article{makharza2014graphene,
title={Graphene Oxide-Gelatin Nanohybrids as Functional Tools for Enhanced Carboplatin Activity in Neuroblastoma Cells},
author={Makharza, Sami and Vittorio, Orazio and Cirillo, Giuseppe and Oswald, Steffen and Hinde, Elizabeth and Kavallaris, Maria and B{\"u}chner, Bernd and Mertig, Michael and Hampel, Silke},
journal={Pharmaceutical research},
pages={1--12},
year={2014},
publisher={Springer},
doi={10.1007/s11095-014-1604-z}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Somayeh Malakuti, Claas Wilke, "Energy aspects: modularizing energy-aware applications", Proceedings of the 3rd International Workshop on Green and Sustainable Software, pp. 23–30, 2014. [doi] [Bibtex & Downloads]
Energy aspects: modularizing energy-aware applications
Reference
Somayeh Malakuti, Claas Wilke, "Energy aspects: modularizing energy-aware applications", Proceedings of the 3rd International Workshop on Green and Sustainable Software, pp. 23–30, 2014. [doi]
Bibtex
@inproceedings{malakuti2014energy,
title={Energy aspects: modularizing energy-aware applications},
author={Malakuti, Somayeh and Wilke, Claas},
booktitle={Proceedings of the 3rd International Workshop on Green and Sustainable Software},
pages={23--30},
year={2014},
organization={ACM},
doi={10.1145/2593743.2593747}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Somayeh Malakuti, Mehmet Aksit, "Emergent gummy modules: modular representation of emergent behavior", Proceedings of the 2014 International Conference on Generative Programming: Concepts and Experiences, pp. 15–24, 2014. [doi] [Bibtex & Downloads]
Emergent gummy modules: modular representation of emergent behavior
Reference
Somayeh Malakuti, Mehmet Aksit, "Emergent gummy modules: modular representation of emergent behavior", Proceedings of the 2014 International Conference on Generative Programming: Concepts and Experiences, pp. 15–24, 2014. [doi]
Bibtex
@inproceedings{malakuti2014emergent,
title={Emergent gummy modules: modular representation of emergent behavior},
author={Malakuti, Somayeh and Aksit, Mehmet},
booktitle={Proceedings of the 2014 International Conference on Generative Programming: Concepts and Experiences},
pages={15--24},
year={2014},
organization={ACM},
doi={10.1145/2658761.2658764}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Somayeh Malakuti, Mehmet Aksit, "Event-based modularization: how emergent behavioral patterns must be modularized?", Proceedings of the 13th workshop on Foundations of aspect-oriented languages, pp. 7–12, 2014. [doi] [Bibtex & Downloads]
Event-based modularization: how emergent behavioral patterns must be modularized?
Reference
Somayeh Malakuti, Mehmet Aksit, "Event-based modularization: how emergent behavioral patterns must be modularized?", Proceedings of the 13th workshop on Foundations of aspect-oriented languages, pp. 7–12, 2014. [doi]
Bibtex
@inproceedings{malakuti2014event,
title={Event-based modularization: how emergent behavioral patterns must be modularized?},
author={Malakuti, Somayeh and Aksit, Mehmet},
booktitle={Proceedings of the 13th workshop on Foundations of aspect-oriented languages},
pages={7--12},
year={2014},
organization={ACM},
doi={10.1145/2588548.2588549}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Somayeh Malakuti, "Detecting Emergent Interference in Integration of Multiple Self-Adaptive Systems", Proceedings of the 2014 European Conference on Software Architecture Workshops, pp. 24, 2014. [doi] [Bibtex & Downloads]
Detecting Emergent Interference in Integration of Multiple Self-Adaptive Systems
Reference
Somayeh Malakuti, "Detecting Emergent Interference in Integration of Multiple Self-Adaptive Systems", Proceedings of the 2014 European Conference on Software Architecture Workshops, pp. 24, 2014. [doi]
Bibtex
@inproceedings{malakuti2014detecting,
title={Detecting Emergent Interference in Integration of Multiple Self-Adaptive Systems},
author={Malakuti, Somayeh},
booktitle={Proceedings of the 2014 European Conference on Software Architecture Workshops},
pages={24},
year={2014},
organization={ACM},
doi={10.1145/2642803.2642826}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sven Niese, Peter Krüger, Adam Kubec, Stefan Braun, Jens Patommel, Christian G Schroer, Andreas Leson, Ehrenfried Zschech, "Full-field X-ray microscopy with crossed partial multilayer Laue lenses", In Optics express, Optical Society of America, vol. 22, no. 17, pp. 20008–20013, 2014. [doi] [Bibtex & Downloads]
Full-field X-ray microscopy with crossed partial multilayer Laue lenses
Reference
Sven Niese, Peter Krüger, Adam Kubec, Stefan Braun, Jens Patommel, Christian G Schroer, Andreas Leson, Ehrenfried Zschech, "Full-field X-ray microscopy with crossed partial multilayer Laue lenses", In Optics express, Optical Society of America, vol. 22, no. 17, pp. 20008–20013, 2014. [doi]
Bibtex
@article{niese2014full,
title={Full-field X-ray microscopy with crossed partial multilayer Laue lenses},
author={Niese, Sven and Kr{\"u}ger, Peter and Kubec, Adam and Braun, Stefan and Patommel, Jens and Schroer, Christian G and Leson, Andreas and Zschech, Ehrenfried},
journal={Optics express},
volume={22},
number={17},
pages={20008--20013},
year={2014},
publisher={Optical Society of America},
doi={10.1364/OE.22.020008}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Pfennig, Elke Franz, Florina M Ciorba, Thomas Ilsche, Wolfgang E Nagel, "Modeling communication delays for network coding and routing for error-prone transmission", In Proceeding: Future Generation Communication Technology (FGCT), 2014 Third International Conference on, pp. 19–24, 2014. [doi] [Bibtex & Downloads]
Modeling communication delays for network coding and routing for error-prone transmission
Reference
Stefan Pfennig, Elke Franz, Florina M Ciorba, Thomas Ilsche, Wolfgang E Nagel, "Modeling communication delays for network coding and routing for error-prone transmission", In Proceeding: Future Generation Communication Technology (FGCT), 2014 Third International Conference on, pp. 19–24, 2014. [doi]
Bibtex
@inproceedings{pfennig2014modeling,
title={Modeling communication delays for network coding and routing for error-prone transmission},
author={Pfennig, Stefan and Franz, Elke and Ciorba, Florina M and Ilsche, Thomas and Nagel, Wolfgang E},
booktitle={Future Generation Communication Technology (FGCT), 2014 Third International Conference on},
pages={19--24},
year={2014},
organization={IEEE},
doi={10.1109/FGCT.2014.6933231}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Slawomir Prucnal, Markus Glaser, Alois Lugstein, Emmerich Bertagnolli, Michael Stöger-Pollach, Shengqiang Zhou, Manfred Helm, Denis Reichel, Lars Rebohle, Marcin Turek, others, "III–V semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy", In Nano Research, Springer, vol. 7, no. 12, pp. 1769–1776, 2014. [doi] [Bibtex & Downloads]
III–V semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy
Reference
Slawomir Prucnal, Markus Glaser, Alois Lugstein, Emmerich Bertagnolli, Michael Stöger-Pollach, Shengqiang Zhou, Manfred Helm, Denis Reichel, Lars Rebohle, Marcin Turek, others, "III–V semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy", In Nano Research, Springer, vol. 7, no. 12, pp. 1769–1776, 2014. [doi]
Bibtex
@article{prucnal2014iii,
title={III--V semiconductor nanocrystal formation in silicon nanowires via liquid-phase epitaxy},
author={Prucnal, Slawomir and Glaser, Markus and Lugstein, Alois and Bertagnolli, Emmerich and St{\"o}ger-Pollach, Michael and Zhou, Shengqiang and Helm, Manfred and Reichel, Denis and Rebohle, Lars and Turek, Marcin and others},
journal={Nano Research},
volume={7},
number={12},
pages={1769--1776},
year={2014},
publisher={Springer},
doi={10.1007/s12274-014-0536-6}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sylvio Schubert, Lars Müller-Meskamp, Karl Leo, "Unusually High Optical Transmission in Ca: Ag Blend Films: High-Performance Top Electrodes for Efficient Organic Solar Cells", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 42, pp. 6668–6676, 2014. [doi] [Bibtex & Downloads]
Unusually High Optical Transmission in Ca: Ag Blend Films: High-Performance Top Electrodes for Efficient Organic Solar Cells
Reference
Sylvio Schubert, Lars Müller-Meskamp, Karl Leo, "Unusually High Optical Transmission in Ca: Ag Blend Films: High-Performance Top Electrodes for Efficient Organic Solar Cells", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 42, pp. 6668–6676, 2014. [doi]
Bibtex
@article{schubert2014unusually,
title={Unusually High Optical Transmission in Ca: Ag Blend Films: High-Performance Top Electrodes for Efficient Organic Solar Cells},
author={Schubert, Sylvio and M{\"u}ller-Meskamp, Lars and Leo, Karl},
journal={Advanced Functional Materials},
volume={24},
number={42},
pages={6668--6676},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adfm.201401854}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Blaudeck, David Adner, Sascha Hermann, Heinrich Lang, Thomas Gessner, Stefan E Schulz, "Wafer-level decoration of carbon nanotubes in field-effect transistor geometry with preformed gold nanoparticles using a microfluidic approach", In Microelectronic Engineering, Elsevier, 2014. [doi] [Bibtex & Downloads]
Wafer-level decoration of carbon nanotubes in field-effect transistor geometry with preformed gold nanoparticles using a microfluidic approach
Reference
Thomas Blaudeck, David Adner, Sascha Hermann, Heinrich Lang, Thomas Gessner, Stefan E Schulz, "Wafer-level decoration of carbon nanotubes in field-effect transistor geometry with preformed gold nanoparticles using a microfluidic approach", In Microelectronic Engineering, Elsevier, 2014. [doi]
Bibtex
@article{blaudeck2014wafer,
title={Wafer-level decoration of carbon nanotubes in field-effect transistor geometry with preformed gold nanoparticles using a microfluidic approach},
author={Blaudeck, Thomas and Adner, David and Hermann, Sascha and Lang, Heinrich and Gessner, Thomas and Schulz, Stefan E},
journal={Microelectronic Engineering},
year={2014},
publisher={Elsevier},
doi={10.1016/j.mee.2014.09.010}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Henke, Johann W Bartha, Lars Rebohle, Ulrich Merkel, René Hübner, Matthias Albert, Wolfgang Skorupa, "Formation of regularly arranged large grain silicon islands by using embedded micro mirrors in the flash crystallization of amorphous silicon", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 3, pp. 034301, 2014. [doi] [Bibtex & Downloads]
Formation of regularly arranged large grain silicon islands by using embedded micro mirrors in the flash crystallization of amorphous silicon
Reference
Thomas Henke, Johann W Bartha, Lars Rebohle, Ulrich Merkel, René Hübner, Matthias Albert, Wolfgang Skorupa, "Formation of regularly arranged large grain silicon islands by using embedded micro mirrors in the flash crystallization of amorphous silicon", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 3, pp. 034301, 2014. [doi]
Bibtex
@article{henke2014formation,
title={Formation of regularly arranged large grain silicon islands by using embedded micro mirrors in the flash crystallization of amorphous silicon},
author={Henke, Thomas and Bartha, Johann W and Rebohle, Lars and Merkel, Ulrich and H{\"u}bner, Ren{\'e} and Albert, Matthias and Skorupa, Wolfgang},
journal={Journal of Applied Physics},
volume={115},
number={3},
pages={034301},
year={2014},
publisher={AIP Publishing},
doi={10.1063/1.4861398}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Henke, Martin Knaut, Christoph Hossbach, Marion Geidel, Lars Rebohle, Matthias Albert, Wolfgang Skorupa, Johann W Bartha, "Flash-Lamp-Enhanced Atomic Layer Deposition of Thin Films", In ECS Transactions, The Electrochemical Society, vol. 64, no. 9, pp. 167–189, 2014. [doi] [Bibtex & Downloads]
Flash-Lamp-Enhanced Atomic Layer Deposition of Thin Films
Reference
Thomas Henke, Martin Knaut, Christoph Hossbach, Marion Geidel, Lars Rebohle, Matthias Albert, Wolfgang Skorupa, Johann W Bartha, "Flash-Lamp-Enhanced Atomic Layer Deposition of Thin Films", In ECS Transactions, The Electrochemical Society, vol. 64, no. 9, pp. 167–189, 2014. [doi]
Bibtex
@article{henke2014flash,
title={Flash-Lamp-Enhanced Atomic Layer Deposition of Thin Films},
author={Henke, Thomas and Knaut, Martin and Hossbach, Christoph and Geidel, Marion and Rebohle, Lars and Albert, Matthias and Skorupa, Wolfgang and Bartha, Johann W},
journal={ECS Transactions},
volume={64},
number={9},
pages={167--189},
year={2014},
publisher={The Electrochemical Society},
doi={10.1149/2.0301507jss}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- T. Kämpfe, P. Reichenbach, M. Schröder, A. Haußmann, LM Eng, T. Woike, E. Soergel, "Optical three-dimensional profiling of charged domain walls in ferroelectrics by Cherenkov second-harmonic generation", In Physical Review B, APS, vol. 89, no. 3, pp. 035314, 2014. [doi] [Bibtex & Downloads]
Optical three-dimensional profiling of charged domain walls in ferroelectrics by Cherenkov second-harmonic generation
Reference
T. Kämpfe, P. Reichenbach, M. Schröder, A. Haußmann, LM Eng, T. Woike, E. Soergel, "Optical three-dimensional profiling of charged domain walls in ferroelectrics by Cherenkov second-harmonic generation", In Physical Review B, APS, vol. 89, no. 3, pp. 035314, 2014. [doi]
Bibtex
@article{kampfe2014optical,
title={Optical three-dimensional profiling of charged domain walls in ferroelectrics by Cherenkov second-harmonic generation},
author={K{\"a}mpfe, T and Reichenbach, P and Schr{\"o}der, M and Hau{\ss}mann, A and Eng, LM and Woike, T and Soergel, E},
journal={Physical Review B},
volume={89},
number={3},
pages={035314},
year={2014},
publisher={APS},
doi={10.1103/PhysRevB.89.035314}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tomas Karnagel, Dirk Habich, Benjamin Schlegel, Wolfgang Lehner, "Heterogeneity-Aware Operator Placement in Column-Store DBMS", In Datenbank-Spektrum, Springer, vol. 14, no. 3, pp. 211–221, 2014. [doi] [Bibtex & Downloads]
Heterogeneity-Aware Operator Placement in Column-Store DBMS
Reference
Tomas Karnagel, Dirk Habich, Benjamin Schlegel, Wolfgang Lehner, "Heterogeneity-Aware Operator Placement in Column-Store DBMS", In Datenbank-Spektrum, Springer, vol. 14, no. 3, pp. 211–221, 2014. [doi]
Bibtex
@article{karnagel2014heterogeneity,
title={Heterogeneity-Aware Operator Placement in Column-Store DBMS},
author={Karnagel, Tomas and Habich, Dirk and Schlegel, Benjamin and Lehner, Wolfgang},
journal={Datenbank-Spektrum},
volume={14},
number={3},
pages={211--221},
year={2014},
publisher={Springer},
doi={10.1007/s13222-014-0167-9}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tomas Karnagel, Roman Dementiev, Ravi Rajwar, Konrad Lai, Thomas Legler, Benjamin Schlegel, Wolfgang Lehner, "Improving in-memory database index performance with Intel\textregistered Transactional Synchronization Extensions", In Proceeding: High Performance Computer Architecture (HPCA), 2014 IEEE 20th International Symposium on, pp. 476–487, 2014. [doi] [Bibtex & Downloads]
Improving in-memory database index performance with Intel\textregistered Transactional Synchronization Extensions
Reference
Tomas Karnagel, Roman Dementiev, Ravi Rajwar, Konrad Lai, Thomas Legler, Benjamin Schlegel, Wolfgang Lehner, "Improving in-memory database index performance with Intel\textregistered Transactional Synchronization Extensions", In Proceeding: High Performance Computer Architecture (HPCA), 2014 IEEE 20th International Symposium on, pp. 476–487, 2014. [doi]
Bibtex
@inproceedings{karnagel2014improving,
title={Improving in-memory database index performance with Intel{\textregistered} Transactional Synchronization Extensions},
author={Karnagel, Tomas and Dementiev, Roman and Rajwar, Ravi and Lai, Konrad and Legler, Thomas and Schlegel, Benjamin and Lehner, Wolfgang},
booktitle={High Performance Computer Architecture (HPCA), 2014 IEEE 20th International Symposium on},
pages={476--487},
year={2014},
organization={IEEE},
doi={10.1109/HPCA.2014.6835957}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tomas Karnagel, Matthias Hille, Mario Ludwig, Dirk Habich, Wolfgang Lehner, Max Heimel, Volker Markl, "Demonstrating efficient query processing in heterogeneous environments", Proceedings of the 2014 ACM SIGMOD international conference on Management of data, pp. 693–696, 2014. [doi] [Bibtex & Downloads]
Demonstrating efficient query processing in heterogeneous environments
Reference
Tomas Karnagel, Matthias Hille, Mario Ludwig, Dirk Habich, Wolfgang Lehner, Max Heimel, Volker Markl, "Demonstrating efficient query processing in heterogeneous environments", Proceedings of the 2014 ACM SIGMOD international conference on Management of data, pp. 693–696, 2014. [doi]
Bibtex
@inproceedings{karnagel2014demonstrating,
title={Demonstrating efficient query processing in heterogeneous environments},
author={Karnagel, Tomas and Hille, Matthias and Ludwig, Mario and Habich, Dirk and Lehner, Wolfgang and Heimel, Max and Markl, Volker},
booktitle={Proceedings of the 2014 ACM SIGMOD international conference on Management of data},
pages={693--696},
year={2014},
organization={ACM},
doi={10.1145/2588555.2594526}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kissinger, Tim Kiefer, Benjamin Schlegel, Dirk Habich, Daniel Molka, Wolfgang Lehner, "ERIS: A NUMA-Aware In-Memory Storage Engine for Analytical Workloads", In Proceedings of the VLDB Endowment, vol. 7, no. 14, 2014. [Bibtex & Downloads]
ERIS: A NUMA-Aware In-Memory Storage Engine for Analytical Workloads
Reference
Thomas Kissinger, Tim Kiefer, Benjamin Schlegel, Dirk Habich, Daniel Molka, Wolfgang Lehner, "ERIS: A NUMA-Aware In-Memory Storage Engine for Analytical Workloads", In Proceedings of the VLDB Endowment, vol. 7, no. 14, 2014.
Bibtex
@article{kissinger2014eris,
title={ERIS: A NUMA-Aware In-Memory Storage Engine for Analytical Workloads},
author={Kissinger, Thomas and Kiefer, Tim and Schlegel, Benjamin and Habich, Dirk and Molka, Daniel and Lehner, Wolfgang},
journal={Proceedings of the VLDB Endowment},
volume={7},
number={14},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Till Kolditz, Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Online bit flip detection for in-memory B-trees on unreliable hardware", Proceedings of the Tenth International Workshop on Data Management on New Hardware, pp. 5, 2014. [doi] [Bibtex & Downloads]
Online bit flip detection for in-memory B-trees on unreliable hardware
Reference
Till Kolditz, Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Online bit flip detection for in-memory B-trees on unreliable hardware", Proceedings of the Tenth International Workshop on Data Management on New Hardware, pp. 5, 2014. [doi]
Bibtex
@inproceedings{kolditz2014online,
title={Online bit flip detection for in-memory B-trees on unreliable hardware},
author={Kolditz, Till and Kissinger, Thomas and Schlegel, Benjamin and Habich, Dirk and Lehner, Wolfgang},
booktitle={Proceedings of the Tenth International Workshop on Data Management on New Hardware},
pages={5},
year={2014},
organization={ACM},
doi={10.1145/2619228.2619233}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Theofilos Mailis, Anni-Yasmin Turhan, "Employing DL-LiteR-Reasoners for Fuzzy Query Answering⋆", Proceedings of the 4th Joint International Semantic Technology Conference (JIST2014), LNCS, 2014. [Bibtex & Downloads]
Employing DL-LiteR-Reasoners for Fuzzy Query Answering⋆
Reference
Theofilos Mailis, Anni-Yasmin Turhan, "Employing DL-LiteR-Reasoners for Fuzzy Query Answering⋆", Proceedings of the 4th Joint International Semantic Technology Conference (JIST2014), LNCS, 2014.
Bibtex
@inproceedings{mailis2014employing,
title={Employing DL-LiteR-Reasoners for Fuzzy Query Answering⋆},
author={Mailis, Theofilos and Turhan, Anni-Yasmin},
booktitle={Proceedings of the 4th Joint International Semantic Technology Conference (JIST2014), LNCS},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Theofilos P. Mailis, Rafael Peñaloza, Anni-Yasmin Turhan, "Conjunctive Query Answering in Finitely-Valued Fuzzy Description Logics", Web Reasoning and Rule Systems - 8th International Conference, RR 2014, Athens, Greece, September 15-17, 2014. Proceedings (Roman Kontchakov and Marie-Laure Mugnier), Springer, vol. 8741, pp. 124-139, 2014. [doi] [Bibtex & Downloads]
Conjunctive Query Answering in Finitely-Valued Fuzzy Description Logics
Reference
Theofilos P. Mailis, Rafael Peñaloza, Anni-Yasmin Turhan, "Conjunctive Query Answering in Finitely-Valued Fuzzy Description Logics", Web Reasoning and Rule Systems - 8th International Conference, RR 2014, Athens, Greece, September 15-17, 2014. Proceedings (Roman Kontchakov and Marie-Laure Mugnier), Springer, vol. 8741, pp. 124-139, 2014. [doi]
Bibtex
@InProceedings{conf/rr/MailisPT14,
author = {Theofilos P. Mailis and Rafael Pe{\~{n}}aloza and Anni{-}Yasmin Turhan},
title = {Conjunctive Query Answering in Finitely-Valued Fuzzy Description Logics},
booktitle = {Web Reasoning and Rule Systems - 8th International Conference, {RR} 2014, Athens, Greece, September 15-17, 2014. Proceedings},
pages = {124-139},
doi = {10.1007/978-3-319-11113-1_9},
url = {http://dx.doi.org/10.1007/978-3-319-11113-1_9},
editor = {Roman Kontchakov and Marie{-}Laure Mugnier},
series = {Lecture Notes in Computer Science},
volume = {8741},
publisher = {Springer},
year = {2014},
isbn = {978-3-319-11112-4},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tetiana Voitsekhivska, Eike Suthau, Sabine Kirsten, Martin Schubert, F. Zorgiebel, Gianaurelio Cuniberti, K-J Wolter, "Package characterization of FET-based biochemical sensors", In Proceeding: Electronics Packaging Technology Conference (EPTC), 2014 IEEE 16th, pp. 725–729, 2014. [doi] [Bibtex & Downloads]
Package characterization of FET-based biochemical sensors
Reference
Tetiana Voitsekhivska, Eike Suthau, Sabine Kirsten, Martin Schubert, F. Zorgiebel, Gianaurelio Cuniberti, K-J Wolter, "Package characterization of FET-based biochemical sensors", In Proceeding: Electronics Packaging Technology Conference (EPTC), 2014 IEEE 16th, pp. 725–729, 2014. [doi]
Bibtex
@inproceedings{voitsekhivska2014package,
title={Package characterization of FET-based biochemical sensors},
author={Voitsekhivska, Tetiana and Suthau, Eike and Kirsten, Sabine and Schubert, Martin and Zorgiebel, F and Cuniberti, Gianaurelio and Wolter, K-J},
booktitle={Electronics Packaging Technology Conference (EPTC), 2014 IEEE 16th},
pages={725--729},
year={2014},
organization={IEEE},
doi={10.1109/EPTC.2014.7028338}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tao Zhang, Tao Chen, Ihsan Amin, Rainer Jordan, "ATRP with a light switch: photoinduced ATRP using a household fluorescent lamp", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 16, pp. 4790–4796, 2014. [doi] [Bibtex & Downloads]
ATRP with a light switch: photoinduced ATRP using a household fluorescent lamp
Reference
Tao Zhang, Tao Chen, Ihsan Amin, Rainer Jordan, "ATRP with a light switch: photoinduced ATRP using a household fluorescent lamp", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 16, pp. 4790–4796, 2014. [doi]
Bibtex
@article{zhang2014atrp,
title={ATRP with a light switch: photoinduced ATRP using a household fluorescent lamp},
author={Zhang, Tao and Chen, Tao and Amin, Ihsan and Jordan, Rainer},
journal={Polymer Chemistry},
volume={5},
number={16},
pages={4790--4796},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/C4PY00346B}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Uroschanit Yodprasit, Stefan Schumann, Jan-Dirk Leufker, Corrado Carta, Frank Ellinger, "60-GHz OOK multi-chip transceiver modules for multi-Gbps wireless communications", In Proceeding: European Microwave Conference (EuMC), 2014 44th, pp. 1000–1003, 2014. [doi] [Bibtex & Downloads]
60-GHz OOK multi-chip transceiver modules for multi-Gbps wireless communications
Reference
Uroschanit Yodprasit, Stefan Schumann, Jan-Dirk Leufker, Corrado Carta, Frank Ellinger, "60-GHz OOK multi-chip transceiver modules for multi-Gbps wireless communications", In Proceeding: European Microwave Conference (EuMC), 2014 44th, pp. 1000–1003, 2014. [doi]
Bibtex
@inproceedings{yodprasit201460,
title={60-GHz OOK multi-chip transceiver modules for multi-Gbps wireless communications},
author={Yodprasit, Uroschanit and Schumann, Stefan and Leufker, Jan-Dirk and Carta, Corrado and Ellinger, Frank},
booktitle={European Microwave Conference (EuMC), 2014 44th},
pages={1000--1003},
year={2014},
organization={IEEE},
doi={10.1109/EuMC.2014.6986606}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Valeria Alzari, Andrea Ruiu, Daniele Nuvoli, Roberta Sanna, Javier Illescas Martinez, Dietmar Appelhans, Brigitte Voit, Stefan Zschoche, Alberto Mariani, "Three component terpolymer and IPN hydrogels with response to stimuli", In Polymer, Elsevier, vol. 55, no. 21, pp. 5305–5313, 2014. [doi] [Bibtex & Downloads]
Three component terpolymer and IPN hydrogels with response to stimuli
Reference
Valeria Alzari, Andrea Ruiu, Daniele Nuvoli, Roberta Sanna, Javier Illescas Martinez, Dietmar Appelhans, Brigitte Voit, Stefan Zschoche, Alberto Mariani, "Three component terpolymer and IPN hydrogels with response to stimuli", In Polymer, Elsevier, vol. 55, no. 21, pp. 5305–5313, 2014. [doi]
Bibtex
@article{alzari2014three,
title={Three component terpolymer and IPN hydrogels with response to stimuli},
author={Alzari, Valeria and Ruiu, Andrea and Nuvoli, Daniele and Sanna, Roberta and Martinez, Javier Illescas and Appelhans, Dietmar and Voit, Brigitte and Zschoche, Stefan and Mariani, Alberto},
journal={Polymer},
volume={55},
number={21},
pages={5305--5313},
year={2014},
publisher={Elsevier},
doi={10.1016/j.polymer.2014.09.004}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Waltenegus Dargie, "Estimation of the Cost of VM Migration", In Proceeding: Computer Communication and Networks (ICCCN), 2014 23rd International Conference on, pp. 1–8, 2014. [doi] [Bibtex & Downloads]
Estimation of the Cost of VM Migration
Reference
Waltenegus Dargie, "Estimation of the Cost of VM Migration", In Proceeding: Computer Communication and Networks (ICCCN), 2014 23rd International Conference on, pp. 1–8, 2014. [doi]
Bibtex
@inproceedings{dargie2014estimation,
title={Estimation of the Cost of VM Migration},
author={Dargie, Waltenegus},
booktitle={Computer Communication and Networks (ICCCN), 2014 23rd International Conference on},
pages={1--8},
year={2014},
organization={IEEE},
doi={10.1109/ICCCN.2014.6911756}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wei Liu, Roman Tkachov, H. Komber, V. Senkovskyy, M. Schubert, Z. Wei, A. Facchetti, D. Neher, A. Kiriy, "Chain-growth polycondensation of perylene diimide-based copolymers: a new route to regio-regular perylene diimide-based acceptors for all-polymer solar cells and n-type transistors", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 10, pp. 3404–3411, 2014. [doi] [Bibtex & Downloads]
Chain-growth polycondensation of perylene diimide-based copolymers: a new route to regio-regular perylene diimide-based acceptors for all-polymer solar cells and n-type transistors
Reference
Wei Liu, Roman Tkachov, H. Komber, V. Senkovskyy, M. Schubert, Z. Wei, A. Facchetti, D. Neher, A. Kiriy, "Chain-growth polycondensation of perylene diimide-based copolymers: a new route to regio-regular perylene diimide-based acceptors for all-polymer solar cells and n-type transistors", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 10, pp. 3404–3411, 2014. [doi]
Bibtex
@article{liu2014chain,
title={Chain-growth polycondensation of perylene diimide-based copolymers: a new route to regio-regular perylene diimide-based acceptors for all-polymer solar cells and n-type transistors},
author={Liu, Wei and Tkachov, Roman and Komber, H and Senkovskyy, V and Schubert, M and Wei, Z and Facchetti, A and Neher, D and Kiriy, A},
journal={Polymer Chemistry},
volume={5},
number={10},
pages={3404--3411},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/C3PY01707A}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Walter M Weber, Jens Trommer, Matthias Grube, Andre Heinzig, Markus Konig, Thomas Mikolajick, "Reconfigurable silicon nanowire devices and circuits: Opportunities and challenges", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), 2014, pp. 1–6, 2014. [doi] [Bibtex & Downloads]
Reconfigurable silicon nanowire devices and circuits: Opportunities and challenges
Reference
Walter M Weber, Jens Trommer, Matthias Grube, Andre Heinzig, Markus Konig, Thomas Mikolajick, "Reconfigurable silicon nanowire devices and circuits: Opportunities and challenges", In Proceeding: Design, Automation and Test in Europe Conference and Exhibition (DATE), 2014, pp. 1–6, 2014. [doi]
Bibtex
@inproceedings{weber2014reconfigurable,
title={Reconfigurable silicon nanowire devices and circuits: Opportunities and challenges},
author={Weber, Walter M and Trommer, Jens and Grube, Matthias and Heinzig, Andre and Konig, Markus and Mikolajick, Thomas},
booktitle={Design, Automation and Test in Europe Conference and Exhibition (DATE), 2014},
pages={1--6},
year={2014},
organization={IEEE},
doi={10.7873/DATE.2014.249}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- W. Weber, Andre Heinzig, Jens Trommer, Matthias Grube, Franz Kreupl, Thomas Mikolajick, "Reconfigurable Nanowire Electronics–Enabling a Single CMOSCircuit Technology", IEEE, 2014. [doi] [Bibtex & Downloads]
Reconfigurable Nanowire Electronics–Enabling a Single CMOSCircuit Technology
Reference
W. Weber, Andre Heinzig, Jens Trommer, Matthias Grube, Franz Kreupl, Thomas Mikolajick, "Reconfigurable Nanowire Electronics–Enabling a Single CMOSCircuit Technology", IEEE, 2014. [doi]
Bibtex
@article{weber2014reconfigurable,
title={Reconfigurable Nanowire Electronics--Enabling a Single CMOSCircuit Technology},
author={Weber, W and Heinzig, Andre and Trommer, Jens and Grube, Matthias and Kreupl, Franz and Mikolajick, Thomas},
year={2014},
publisher={IEEE},
doi={10.1109/TNANO.2014.2362112}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wenping Si, Ingolf Mönch, Chenglin Yan, Junwen Deng, Shilong Li, Gungun Lin, Luyang Han, Yongfeng Mei, Oliver G Schmidt, "A Single Rolled-Up Si Tube Battery for the Study of Electrochemical Kinetics, Electrical Conductivity, and Structural Integrity", In Advanced Materials, Wiley Online Library, vol. 26, no. 47, pp. 7973–7978, 2014. [doi] [Bibtex & Downloads]
A Single Rolled-Up Si Tube Battery for the Study of Electrochemical Kinetics, Electrical Conductivity, and Structural Integrity
Reference
Wenping Si, Ingolf Mönch, Chenglin Yan, Junwen Deng, Shilong Li, Gungun Lin, Luyang Han, Yongfeng Mei, Oliver G Schmidt, "A Single Rolled-Up Si Tube Battery for the Study of Electrochemical Kinetics, Electrical Conductivity, and Structural Integrity", In Advanced Materials, Wiley Online Library, vol. 26, no. 47, pp. 7973–7978, 2014. [doi]
Bibtex
@article{si2014single,
title={A Single Rolled-Up Si Tube Battery for the Study of Electrochemical Kinetics, Electrical Conductivity, and Structural Integrity},
author={Si, Wenping and M{\"o}nch, Ingolf and Yan, Chenglin and Deng, Junwen and Li, Shilong and Lin, Gungun and Han, Luyang and Mei, Yongfeng and Schmidt, Oliver G},
journal={Advanced Materials},
volume={26},
number={47},
pages={7973--7978},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adma.201402484}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wenping Si, Xiaolei Sun, Xianghong Liu, Lixia Xi, Yandong Jia, Chenglin Yan, Oliver G Schmidt, "High areal capacity, micrometer-scale amorphous Si film anode based on nanostructured Cu foil for Li-ion batteries", In Journal of Power Sources, Elsevier, vol. 267, pp. 629–634, 2014. [doi] [Bibtex & Downloads]
High areal capacity, micrometer-scale amorphous Si film anode based on nanostructured Cu foil for Li-ion batteries
Reference
Wenping Si, Xiaolei Sun, Xianghong Liu, Lixia Xi, Yandong Jia, Chenglin Yan, Oliver G Schmidt, "High areal capacity, micrometer-scale amorphous Si film anode based on nanostructured Cu foil for Li-ion batteries", In Journal of Power Sources, Elsevier, vol. 267, pp. 629–634, 2014. [doi]
Bibtex
@article{si2014high,
title={High areal capacity, micrometer-scale amorphous Si film anode based on nanostructured Cu foil for Li-ion batteries},
author={Si, Wenping and Sun, Xiaolei and Liu, Xianghong and Xi, Lixia and Jia, Yandong and Yan, Chenglin and Schmidt, Oliver G},
journal={Journal of Power Sources},
volume={267},
pages={629--634},
year={2014},
publisher={Elsevier},
doi={10.1016/j.jpowsour.2014.05.136}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wang Xi, Christine K Schmidt, Samuel Sanchez, David H Gracias, Rafael E Carazo-Salas, Stephen P Jackson, Oliver G Schmidt, "Rolled-up functionalized nanomembranes as three-dimensional cavities for single cell studies", In Nano letters, ACS Publications, vol. 14, no. 8, pp. 4197–4204, 2014. [doi] [Bibtex & Downloads]
Rolled-up functionalized nanomembranes as three-dimensional cavities for single cell studies
Reference
Wang Xi, Christine K Schmidt, Samuel Sanchez, David H Gracias, Rafael E Carazo-Salas, Stephen P Jackson, Oliver G Schmidt, "Rolled-up functionalized nanomembranes as three-dimensional cavities for single cell studies", In Nano letters, ACS Publications, vol. 14, no. 8, pp. 4197–4204, 2014. [doi]
Bibtex
@article{xi2014rolled,
title={Rolled-up functionalized nanomembranes as three-dimensional cavities for single cell studies},
author={Xi, Wang and Schmidt, Christine K and Sanchez, Samuel and Gracias, David H and Carazo-Salas, Rafael E and Jackson, Stephen P and Schmidt, Oliver G},
journal={Nano letters},
volume={14},
number={8},
pages={4197--4204},
year={2014},
publisher={ACS Publications},
doi={10.1021/nl4042565}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- YH Huo, BJ Witek, S. Kumar, JR Cardenas, JX Zhang, N. Akopian, R. Singh, E. Zallo, R. Grifone, D. Kriegner, others, "A light-hole exciton in a quantum dot", In Nature Physics, Nature Publishing Group, vol. 10, no. 1, pp. 46–51, 2014. [doi] [Bibtex & Downloads]
A light-hole exciton in a quantum dot
Reference
YH Huo, BJ Witek, S. Kumar, JR Cardenas, JX Zhang, N. Akopian, R. Singh, E. Zallo, R. Grifone, D. Kriegner, others, "A light-hole exciton in a quantum dot", In Nature Physics, Nature Publishing Group, vol. 10, no. 1, pp. 46–51, 2014. [doi]
Bibtex
@article{huo2014light,
title={A light-hole exciton in a quantum dot},
author={Huo, YH and Witek, BJ and Kumar, S and Cardenas, JR and Zhang, JX and Akopian, N and Singh, R and Zallo, E and Grifone, R and Kriegner, D and others},
journal={Nature Physics},
volume={10},
number={1},
pages={46--51},
year={2014},
publisher={Nature Publishing Group},
doi={10.1038/nphys2799}
}Downloads
No Downloads available for this publication
Permalink
- Yang Jiao, Timothy Lau, Haralampos Hatzikirou, Michael Meyer-Hermann, Joseph C Corbo, Salvatore Torquato, "Avian photoreceptor patterns represent a disordered hyperuniform solution to a multiscale packing problem", In Physical Review E, APS, vol. 89, no. 2, pp. 022721, 2014. [Bibtex & Downloads]
Avian photoreceptor patterns represent a disordered hyperuniform solution to a multiscale packing problem
Reference
Yang Jiao, Timothy Lau, Haralampos Hatzikirou, Michael Meyer-Hermann, Joseph C Corbo, Salvatore Torquato, "Avian photoreceptor patterns represent a disordered hyperuniform solution to a multiscale packing problem", In Physical Review E, APS, vol. 89, no. 2, pp. 022721, 2014.
Bibtex
@article{jiao2014avian,
title={Avian photoreceptor patterns represent a disordered hyperuniform solution to a multiscale packing problem},
author={Jiao, Yang and Lau, Timothy and Hatzikirou, Haralampos and Meyer-Hermann, Michael and Corbo, Joseph C and Torquato, Salvatore},
journal={Physical Review E},
volume={89},
number={2},
pages={022721},
year={2014},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yue Ma, Rafael Penaloza, "Towards Parallel Repair: An Ontology Decomposition-based Approach⋆", 2014. [Bibtex & Downloads]
Towards Parallel Repair: An Ontology Decomposition-based Approach⋆
Reference
Yue Ma, Rafael Penaloza, "Towards Parallel Repair: An Ontology Decomposition-based Approach⋆", 2014.
Bibtex
@article{matowards,
title={Towards Parallel Repair: An Ontology Decomposition-based Approach⋆},
author={Ma, Yue and Penaloza, Rafael},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yuezeng Su, Yuxin Liu, Ping Liu, Dongqing Wu, Xiaodong Zhuang, Fan Zhang, Xinliang Feng, "Compact Coupled Graphene and Porous Polyaryltriazine-Derived Frameworks as High Performance Cathodes for Lithium-Ion Batteries", In Angewandte Chemie International Edition, Wiley Online Library, 2014. [doi] [Bibtex & Downloads]
Compact Coupled Graphene and Porous Polyaryltriazine-Derived Frameworks as High Performance Cathodes for Lithium-Ion Batteries
Reference
Yuezeng Su, Yuxin Liu, Ping Liu, Dongqing Wu, Xiaodong Zhuang, Fan Zhang, Xinliang Feng, "Compact Coupled Graphene and Porous Polyaryltriazine-Derived Frameworks as High Performance Cathodes for Lithium-Ion Batteries", In Angewandte Chemie International Edition, Wiley Online Library, 2014. [doi]
Bibtex
@article{su2014compact,
title={Compact Coupled Graphene and Porous Polyaryltriazine-Derived Frameworks as High Performance Cathodes for Lithium-Ion Batteries},
author={Su, Yuezeng and Liu, Yuxin and Liu, Ping and Wu, Dongqing and Zhuang, Xiaodong and Zhang, Fan and Feng, Xinliang},
journal={Angewandte Chemie International Edition},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/anie.201410154}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Yanping Tang, Dongqing Wu, Yiyong Mai, Hao Pan, Jing Cao, Chongqing Yang, Fan Zhang, Xinliang Feng, "A two-dimensional hybrid with molybdenum disulfide nanocrystals strongly coupled on nitrogen-enriched graphene via mild temperature pyrolysis for high performance lithium storage", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 24, pp. 14679–14685, 2014. [doi] [Bibtex & Downloads]
A two-dimensional hybrid with molybdenum disulfide nanocrystals strongly coupled on nitrogen-enriched graphene via mild temperature pyrolysis for high performance lithium storage
Reference
Yanping Tang, Dongqing Wu, Yiyong Mai, Hao Pan, Jing Cao, Chongqing Yang, Fan Zhang, Xinliang Feng, "A two-dimensional hybrid with molybdenum disulfide nanocrystals strongly coupled on nitrogen-enriched graphene via mild temperature pyrolysis for high performance lithium storage", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 24, pp. 14679–14685, 2014. [doi]
Bibtex
@article{tang2014two,
title={A two-dimensional hybrid with molybdenum disulfide nanocrystals strongly coupled on nitrogen-enriched graphene via mild temperature pyrolysis for high performance lithium storage},
author={Tang, Yanping and Wu, Dongqing and Mai, Yiyong and Pan, Hao and Cao, Jing and Yang, Chongqing and Zhang, Fan and Feng, Xinliang},
journal={Nanoscale},
volume={6},
number={24},
pages={14679--14685},
year={2014},
publisher={Royal Society of Chemistry},
doi={10.1039/c4nr05519e}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Zhaoyang Liu, Khaled Parvez, Rongjin Li, Renhao Dong, Xinliang Feng, Klaus Müllen, "Transparent Conductive Electrodes from Graphene/PEDOT: PSS Hybrid Inks for Ultrathin Organic Photodetectors", In Advanced Materials, Wiley Online Library, 2014. [doi] [Bibtex & Downloads]
Transparent Conductive Electrodes from Graphene/PEDOT: PSS Hybrid Inks for Ultrathin Organic Photodetectors
Reference
Zhaoyang Liu, Khaled Parvez, Rongjin Li, Renhao Dong, Xinliang Feng, Klaus Müllen, "Transparent Conductive Electrodes from Graphene/PEDOT: PSS Hybrid Inks for Ultrathin Organic Photodetectors", In Advanced Materials, Wiley Online Library, 2014. [doi]
Bibtex
@article{liu2014transparent,
title={Transparent Conductive Electrodes from Graphene/PEDOT: PSS Hybrid Inks for Ultrathin Organic Photodetectors},
author={Liu, Zhaoyang and Parvez, Khaled and Li, Rongjin and Dong, Renhao and Feng, Xinliang and M{\"u}llen, Klaus},
journal={Advanced Materials},
year={2014},
publisher={Wiley Online Library},
doi={10.1002/adma.201403826}
}Downloads
No Downloads available for this publication
Related Paths
Carbon Path, Prof. Feng
Permalink
- Aliaksei Dubavik, Vladimir Lesnyak, Nikolai Gaponik, Alexander Eychmüller, "A Versatile Approach for a Variety of Amphiphilic Nanoparticles: Semiconductor–Plasmonic–Magnetic", In Zeitschrift für Physikalische Chemie, vol. 228, no. 2-3, pp. 171–181, 2014. [doi] [Bibtex & Downloads]
A Versatile Approach for a Variety of Amphiphilic Nanoparticles: Semiconductor–Plasmonic–Magnetic
Reference
Aliaksei Dubavik, Vladimir Lesnyak, Nikolai Gaponik, Alexander Eychmüller, "A Versatile Approach for a Variety of Amphiphilic Nanoparticles: Semiconductor–Plasmonic–Magnetic", In Zeitschrift für Physikalische Chemie, vol. 228, no. 2-3, pp. 171–181, 2014. [doi]
Bibtex
@article{dubavik2014versatile,
title={A Versatile Approach for a Variety of Amphiphilic Nanoparticles: Semiconductor--Plasmonic--Magnetic},
author={Dubavik, Aliaksei and Lesnyak, Vladimir and Gaponik, Nikolai and Eychm{\"u}ller, Alexander},
journal={Zeitschrift f{\"u}r Physikalische Chemie},
volume={228},
number={2-3},
pages={171--181},
year={2014},
doi={10.1515/zpch-2014-0474}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Sebastian Ertel, Pascal Felber, "A Framework for the Dynamic Evolution of Highly-available Dataflow Programs", Proceedings of the 15th International Middleware Conference, ACM, pp. 157–168, New York, NY, USA, 2014. [doi] [Bibtex & Downloads]
A Framework for the Dynamic Evolution of Highly-available Dataflow Programs
Reference
Sebastian Ertel, Pascal Felber, "A Framework for the Dynamic Evolution of Highly-available Dataflow Programs", Proceedings of the 15th International Middleware Conference, ACM, pp. 157–168, New York, NY, USA, 2014. [doi]
Bibtex
@inproceedings{Ertel:2014:FDE:2663165.2663320,
author={Sebastian Ertel and Pascal Felber},
title={A Framework for the Dynamic Evolution of Highly-available Dataflow Programs},
booktitle={Proceedings of the 15th International Middleware Conference},
series={Middleware '14},
year={2014},
isbn={978-1-4503-2785-5},
location={Bordeaux, France},
pages={157--168},
numpages={12},
url={http://doi.acm.org/10.1145/2663165.2663320},
doi={10.1145/2663165.2663320},
acmid={2663320},
publisher={ACM},
address={New York, NY, USA},
}Downloads
update_paper [PDF]
middleware_2014 [PDF]
Related Paths
Permalink
- Cordula Reuther, Robert Tucker, Leonid Ionov, Stefan Diez, "Programmable Patterning of Protein Bioactivity by Visible Light", In Nano letters, ACS Publications, vol. 14, no. 7, pp. 4050–4057, 2014. [Bibtex & Downloads]
Programmable Patterning of Protein Bioactivity by Visible Light
Reference
Cordula Reuther, Robert Tucker, Leonid Ionov, Stefan Diez, "Programmable Patterning of Protein Bioactivity by Visible Light", In Nano letters, ACS Publications, vol. 14, no. 7, pp. 4050–4057, 2014.
Bibtex
@article{reuther2014programmable,
title={Programmable Patterning of Protein Bioactivity by Visible Light},
author={Reuther, Cordula and Tucker, Robert and Ionov, Leonid and Diez, Stefan},
journal={Nano letters},
volume={14},
number={7},
pages={4050--4057},
year={2014},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Ying Diao, Leo Shaw, Zhenan Bao, Stefan C. B. Mannsfeld, "Morphology control strategies for solution-processed organic semiconductor thin films", In Energy Environ. Sci., Royal Society of Chemistry (RSC), vol. 7, no. 7, pp. 2145–2159, 2014. [doi] [Bibtex & Downloads]
Morphology control strategies for solution-processed organic semiconductor thin films
Reference
Ying Diao, Leo Shaw, Zhenan Bao, Stefan C. B. Mannsfeld, "Morphology control strategies for solution-processed organic semiconductor thin films", In Energy Environ. Sci., Royal Society of Chemistry (RSC), vol. 7, no. 7, pp. 2145–2159, 2014. [doi]
Bibtex
@article{Diao_2014,
doi = {10.1039/c4ee00688g},
url = {https://doi.org/10.1039%2Fc4ee00688g},
year = 2014,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {7},
number = {7},
pages = {2145--2159},
author = {Ying Diao and Leo Shaw and Zhenan Bao and Stefan C. B. Mannsfeld},
title = {Morphology control strategies for solution-processed organic semiconductor thin films},
journal = {Energy Environ. Sci.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Roman Tkachov, Volodymyr Senkovskyy, Tetyana Beryozkina, Kseniya Boyko, Vasiliy Bakulev, Albena Lederer, Karin Sahre, Brigitte Voit, Anton Kiriy, "Palladium-Catalyzed Chain-Growth Polycondensation of AB-type Monomers: High Catalyst Turnover and Polymerization Rates", In Angewandte Chemie, Wiley Online Library, vol. 126, no. 9, pp. 2434–2439, 2014. [Bibtex & Downloads]
Palladium-Catalyzed Chain-Growth Polycondensation of AB-type Monomers: High Catalyst Turnover and Polymerization Rates
Reference
Roman Tkachov, Volodymyr Senkovskyy, Tetyana Beryozkina, Kseniya Boyko, Vasiliy Bakulev, Albena Lederer, Karin Sahre, Brigitte Voit, Anton Kiriy, "Palladium-Catalyzed Chain-Growth Polycondensation of AB-type Monomers: High Catalyst Turnover and Polymerization Rates", In Angewandte Chemie, Wiley Online Library, vol. 126, no. 9, pp. 2434–2439, 2014.
Bibtex
@article{tkachov2014palladium,
title={Palladium-Catalyzed Chain-Growth Polycondensation of AB-type Monomers: High Catalyst Turnover and Polymerization Rates},
author={Tkachov, Roman and Senkovskyy, Volodymyr and Beryozkina, Tetyana and Boyko, Kseniya and Bakulev, Vasiliy and Lederer, Albena and Sahre, Karin and Voit, Brigitte and Kiriy, Anton},
journal={Angewandte Chemie},
volume={126},
number={9},
pages={2434--2439},
year={2014},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Slawomir Prucnal, Shengqiang Zhou, Xin Ou, Stefan Facsko, Maciej Oskar Liedke, Felipe Bregolin, Bartosz Liedke, Jochen Grebing, Monika Fritzsche, Rene Hübner, others, "III-V/Si on silicon-on-insulator platform for hybrid nanoelectronics", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 7, pp. 074306, 2014. [Bibtex & Downloads]
III-V/Si on silicon-on-insulator platform for hybrid nanoelectronics
Reference
Slawomir Prucnal, Shengqiang Zhou, Xin Ou, Stefan Facsko, Maciej Oskar Liedke, Felipe Bregolin, Bartosz Liedke, Jochen Grebing, Monika Fritzsche, Rene Hübner, others, "III-V/Si on silicon-on-insulator platform for hybrid nanoelectronics", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 7, pp. 074306, 2014.
Bibtex
@article{prucnal2014iii,
title={III-V/Si on silicon-on-insulator platform for hybrid nanoelectronics},
author={Prucnal, Slawomir and Zhou, Shengqiang and Ou, Xin and Facsko, Stefan and Liedke, Maciej Oskar and Bregolin, Felipe and Liedke, Bartosz and Grebing, Jochen and Fritzsche, Monika and H{\"u}bner, Rene and others},
journal={Journal of Applied Physics},
volume={115},
number={7},
pages={074306},
year={2014},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pablo F Siles, Carlos Cesar Bof Bufon, Daniel Grimm, Abdur Rehman Jalil, Carola Mende, Frank Lungwitz, Georgeta Salvan, Dietrich RT Zahn, Heinrich Lang, Oliver G Schmidt, "Morphology and local transport characteristics of metalloporphyrin thin films", In Organic Electronics, Elsevier, vol. 15, no. 7, pp. 1432–1439, 2014. [Bibtex & Downloads]
Morphology and local transport characteristics of metalloporphyrin thin films
Reference
Pablo F Siles, Carlos Cesar Bof Bufon, Daniel Grimm, Abdur Rehman Jalil, Carola Mende, Frank Lungwitz, Georgeta Salvan, Dietrich RT Zahn, Heinrich Lang, Oliver G Schmidt, "Morphology and local transport characteristics of metalloporphyrin thin films", In Organic Electronics, Elsevier, vol. 15, no. 7, pp. 1432–1439, 2014.
Bibtex
@article{siles2014morphology,
title={Morphology and local transport characteristics of metalloporphyrin thin films},
author={Siles, Pablo F and Bufon, Carlos Cesar Bof and Grimm, Daniel and Jalil, Abdur Rehman and Mende, Carola and Lungwitz, Frank and Salvan, Georgeta and Zahn, Dietrich RT and Lang, Heinrich and Schmidt, Oliver G},
journal={Organic Electronics},
volume={15},
number={7},
pages={1432--1439},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, Oliver Aubel, Uwe Mühle, Jürgen Gluch, Sven Niese, Yvonne Standke, Rüdiger Rosenkranz, others, "A New In Situ Microscopy Approach to Study the Degradation and Failure Mechanisms of Time-Dependent Dielectric Breakdown: Set-Up and Opportunities", In Advanced Engineering Materials, Wiley Online Library, vol. 16, no. 5, pp. 486–493, 2014. [Bibtex & Downloads]
A New In Situ Microscopy Approach to Study the Degradation and Failure Mechanisms of Time-Dependent Dielectric Breakdown: Set-Up and Opportunities
Reference
Zhongquan Liao, Martin Gall, Kong Boon Yeap, Christoph Sander, Oliver Aubel, Uwe Mühle, Jürgen Gluch, Sven Niese, Yvonne Standke, Rüdiger Rosenkranz, others, "A New In Situ Microscopy Approach to Study the Degradation and Failure Mechanisms of Time-Dependent Dielectric Breakdown: Set-Up and Opportunities", In Advanced Engineering Materials, Wiley Online Library, vol. 16, no. 5, pp. 486–493, 2014.
Bibtex
@article{liao2014new,
title={A New In Situ Microscopy Approach to Study the Degradation and Failure Mechanisms of Time-Dependent Dielectric Breakdown: Set-Up and Opportunities},
author={Liao, Zhongquan and Gall, Martin and Yeap, Kong Boon and Sander, Christoph and Aubel, Oliver and M{\"u}hle, Uwe and Gluch, J{\"u}rgen and Niese, Sven and Standke, Yvonne and Rosenkranz, R{\"u}diger and others},
journal={Advanced Engineering Materials},
volume={16},
number={5},
pages={486--493},
year={2014},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- YH Huo, V. K\vrápek, A. Rastelli, OG Schmidt, "Volume dependence of excitonic fine structure splitting in geometrically similar quantum dots", In Physical Review B, APS, vol. 90, no. 4, pp. 041304, 2014. [Bibtex & Downloads]
Volume dependence of excitonic fine structure splitting in geometrically similar quantum dots
Reference
YH Huo, V. K\vrápek, A. Rastelli, OG Schmidt, "Volume dependence of excitonic fine structure splitting in geometrically similar quantum dots", In Physical Review B, APS, vol. 90, no. 4, pp. 041304, 2014.
Bibtex
@article{huo2014volume,
title={Volume dependence of excitonic fine structure splitting in geometrically similar quantum dots},
author={Huo, YH and K{\v{r}}{\'a}pek, V and Rastelli, A and Schmidt, OG},
journal={Physical Review B},
volume={90},
number={4},
pages={041304},
year={2014},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthieu Florentin, James Millan, Philippe Godignon, Mihaela Alexandru, Aurore Constant, Benedikt Schmidt, "A positive impact of low proton irradiation energy on oxynitride gate 4H-SiC MOSFETs", In Proceeding: Solid State Device Research Conference (ESSDERC), 2014 44th European, pp. 150–153, 2014. [Bibtex & Downloads]
A positive impact of low proton irradiation energy on oxynitride gate 4H-SiC MOSFETs
Reference
Matthieu Florentin, James Millan, Philippe Godignon, Mihaela Alexandru, Aurore Constant, Benedikt Schmidt, "A positive impact of low proton irradiation energy on oxynitride gate 4H-SiC MOSFETs", In Proceeding: Solid State Device Research Conference (ESSDERC), 2014 44th European, pp. 150–153, 2014.
Bibtex
@inproceedings{florentin2014positive,
title={A positive impact of low proton irradiation energy on oxynitride gate 4H-SiC MOSFETs},
author={Florentin, Matthieu and Millan, James and Godignon, Philippe and Alexandru, Mihaela and Constant, Aurore and Schmidt, Benedikt},
booktitle={Solid State Device Research Conference (ESSDERC), 2014 44th European},
pages={150--153},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- John Thompson, Xiaohu Ge, Hsiao-Chun Wu, Ralf Irmer, Hong Jiang, Gerhard Fettweis, Siavash Alamouti, "5G wireless communication systems: prospects and challenges Part 2", In IEEE Communications Magazine, no. 52, pp. 24–25, 2014. [Bibtex & Downloads]
5G wireless communication systems: prospects and challenges Part 2
Reference
John Thompson, Xiaohu Ge, Hsiao-Chun Wu, Ralf Irmer, Hong Jiang, Gerhard Fettweis, Siavash Alamouti, "5G wireless communication systems: prospects and challenges Part 2", In IEEE Communications Magazine, no. 52, pp. 24–25, 2014.
Bibtex
@article{thompson20145g,
title={5G wireless communication systems: prospects and challenges Part 2},
author={Thompson, John and Ge, Xiaohu and Wu, Hsiao-Chun and Irmer, Ralf and Jiang, Hong and Fettweis, Gerhard and Alamouti, Siavash},
journal={IEEE Communications Magazine},
number={52},
pages={24--25},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Magdalena Ola Cichocka, Jiong Zhao, Alicja Bachmatiuk, Huy Ta Quang, Sandeep M Gorantla, Ignacio G Gonzalez-Martinez, Lei Fu, Jürgen Eckert, Jamie H Warner, Mark H Rümmeli, "In situ observations of Pt nanoparticles coalescing inside carbon nanotubes", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 90, pp. 49442–49445, 2014. [Bibtex & Downloads]
In situ observations of Pt nanoparticles coalescing inside carbon nanotubes
Reference
Magdalena Ola Cichocka, Jiong Zhao, Alicja Bachmatiuk, Huy Ta Quang, Sandeep M Gorantla, Ignacio G Gonzalez-Martinez, Lei Fu, Jürgen Eckert, Jamie H Warner, Mark H Rümmeli, "In situ observations of Pt nanoparticles coalescing inside carbon nanotubes", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 90, pp. 49442–49445, 2014.
Bibtex
@article{cichocka2014situ,
title={In situ observations of Pt nanoparticles coalescing inside carbon nanotubes},
author={Cichocka, Magdalena Ola and Zhao, Jiong and Bachmatiuk, Alicja and Quang, Huy Ta and Gorantla, Sandeep M and Gonzalez-Martinez, Ignacio G and Fu, Lei and Eckert, J{\"u}rgen and Warner, Jamie H and R{\"u}mmeli, Mark H},
journal={RSC Advances},
volume={4},
number={90},
pages={49442--49445},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- John Thompson, Xing-Lai Ge, Hsiao-Chun Wu, Ralf Irmer, Hongbo Jiang, Gerhard Fettweis, Siavash Alamouti, "5G wireless communication systems: prospects and challenges [guest editorial]", In Communications Magazine, IEEE, IEEE, vol. 52, no. 2, pp. 62–64, 2014. [Bibtex & Downloads]
5G wireless communication systems: prospects and challenges [guest editorial]
Reference
John Thompson, Xing-Lai Ge, Hsiao-Chun Wu, Ralf Irmer, Hongbo Jiang, Gerhard Fettweis, Siavash Alamouti, "5G wireless communication systems: prospects and challenges [guest editorial]", In Communications Magazine, IEEE, IEEE, vol. 52, no. 2, pp. 62–64, 2014.
Bibtex
@article{thompson20145g,
title={5G wireless communication systems: prospects and challenges [guest editorial]},
author={Thompson, John and Ge, Xing-Lai and Wu, Hsiao-Chun and Irmer, Ralf and Jiang, Hongbo and Fettweis, Gerhard and Alamouti, Siavash},
journal={Communications Magazine, IEEE},
volume={52},
number={2},
pages={62--64},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Moritz P Hein, Alexander A Zakhidov, Björn Lüssem, Jens Jankowski, Max L Tietze, Moritz K Riede, Karl Leo, "Molecular doping for control of gate bias stress in organic thin film transistors", In Applied Physics Letters, AIP Publishing, vol. 104, no. 1, pp. 013507, 2014. [Bibtex & Downloads]
Molecular doping for control of gate bias stress in organic thin film transistors
Reference
Moritz P Hein, Alexander A Zakhidov, Björn Lüssem, Jens Jankowski, Max L Tietze, Moritz K Riede, Karl Leo, "Molecular doping for control of gate bias stress in organic thin film transistors", In Applied Physics Letters, AIP Publishing, vol. 104, no. 1, pp. 013507, 2014.
Bibtex
@article{hein2014molecular,
title={Molecular doping for control of gate bias stress in organic thin film transistors},
author={Hein, Moritz P and Zakhidov, Alexander A and L{\"u}ssem, Bj{\"o}rn and Jankowski, Jens and Tietze, Max L and Riede, Moritz K and Leo, Karl},
journal={Applied Physics Letters},
volume={104},
number={1},
pages={013507},
year={2014},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florian Wölzl, Ines Rabelo de Moraes, Björn Lüssem, Simone Hofmann, Karl Leo, Malte C Gather, "Performance and lifetime of vacuum deposited organic light-emitting diodes: Influence of residual gases present during device fabrication", In Organic Electronics, Elsevier, vol. 15, no. 11, pp. 3251–3258, 2014. [Bibtex & Downloads]
Performance and lifetime of vacuum deposited organic light-emitting diodes: Influence of residual gases present during device fabrication
Reference
Florian Wölzl, Ines Rabelo de Moraes, Björn Lüssem, Simone Hofmann, Karl Leo, Malte C Gather, "Performance and lifetime of vacuum deposited organic light-emitting diodes: Influence of residual gases present during device fabrication", In Organic Electronics, Elsevier, vol. 15, no. 11, pp. 3251–3258, 2014.
Bibtex
@article{wolzl2014performance,
title={Performance and lifetime of vacuum deposited organic light-emitting diodes: Influence of residual gases present during device fabrication},
author={W{\"o}lzl, Florian and de Moraes, Ines Rabelo and L{\"u}ssem, Bj{\"o}rn and Hofmann, Simone and Leo, Karl and Gather, Malte C},
journal={Organic Electronics},
volume={15},
number={11},
pages={3251--3258},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alexander Nerowski, Markus Pötschke, Ulrich Wiesenhütter, Jürgen Nicolai, Ulana Cikalova, Arezoo Dianat, Artur Erbe, Jörg Opitz, Manfred Bobeth, Larysa Baraban, others, "Effect of Waveform of ac Voltage on the Morphology and Crystallinity of Electrochemically Assembled Platinum Nanowires", In Langmuir, ACS Publications, vol. 30, no. 19, pp. 5655–5661, 2014. [Bibtex & Downloads]
Effect of Waveform of ac Voltage on the Morphology and Crystallinity of Electrochemically Assembled Platinum Nanowires
Reference
Alexander Nerowski, Markus Pötschke, Ulrich Wiesenhütter, Jürgen Nicolai, Ulana Cikalova, Arezoo Dianat, Artur Erbe, Jörg Opitz, Manfred Bobeth, Larysa Baraban, others, "Effect of Waveform of ac Voltage on the Morphology and Crystallinity of Electrochemically Assembled Platinum Nanowires", In Langmuir, ACS Publications, vol. 30, no. 19, pp. 5655–5661, 2014.
Bibtex
@article{nerowski2014effect,
title={Effect of Waveform of ac Voltage on the Morphology and Crystallinity of Electrochemically Assembled Platinum Nanowires},
author={Nerowski, Alexander and Pötschke, Markus and Wiesenhütter, Ulrich and Nicolai, Jürgen and Cikalova, Ulana and Dianat, Arezoo and Erbe, Artur and Opitz, Jörg and Bobeth, Manfred and Baraban, Larysa and others},
journal={Langmuir},
volume={30},
number={19},
pages={5655--5661},
year={2014},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cornelius Fuchs, Tobias Schwab, Martin Wieczorek, Malte C Gather, Simone Hofmann, Karl Leo, Reinhard Scholz, "Surface plasmon polariton modification in top-emitting organic light-emitting diodes for enhanced light outcoupling", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 91831Z–91831Z, 2014. [Bibtex & Downloads]
Surface plasmon polariton modification in top-emitting organic light-emitting diodes for enhanced light outcoupling
Reference
Cornelius Fuchs, Tobias Schwab, Martin Wieczorek, Malte C Gather, Simone Hofmann, Karl Leo, Reinhard Scholz, "Surface plasmon polariton modification in top-emitting organic light-emitting diodes for enhanced light outcoupling", In Proceeding: SPIE Organic Photonics+ Electronics, pp. 91831Z–91831Z, 2014.
Bibtex
@inproceedings{fuchs2014surface,
title={Surface plasmon polariton modification in top-emitting organic light-emitting diodes for enhanced light outcoupling},
author={Fuchs, Cornelius and Schwab, Tobias and Wieczorek, Martin and Gather, Malte C and Hofmann, Simone and Leo, Karl and Scholz, Reinhard},
booktitle={SPIE Organic Photonics+ Electronics},
pages={91831Z--91831Z},
year={2014},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Müller, Marian Kampschulte, Thaqif El Khassawna, Gudrun Schlewitz, Britta Hürter, Wolfgang Böcker, Manfred Bobeth, Alexander C Langheinrich, Christian Heiss, Andreas Deutsch, others, "Change of mechanical vertebrae properties due to progressive osteoporosis: combined biomechanical and finite-element analysis within a rat model", In Medical & biological engineering & computing, Springer, vol. 52, no. 4, pp. 405–414, 2014. [Bibtex & Downloads]
Change of mechanical vertebrae properties due to progressive osteoporosis: combined biomechanical and finite-element analysis within a rat model
Reference
Robert Müller, Marian Kampschulte, Thaqif El Khassawna, Gudrun Schlewitz, Britta Hürter, Wolfgang Böcker, Manfred Bobeth, Alexander C Langheinrich, Christian Heiss, Andreas Deutsch, others, "Change of mechanical vertebrae properties due to progressive osteoporosis: combined biomechanical and finite-element analysis within a rat model", In Medical & biological engineering & computing, Springer, vol. 52, no. 4, pp. 405–414, 2014.
Bibtex
@article{muller2014change,
title={Change of mechanical vertebrae properties due to progressive osteoporosis: combined biomechanical and finite-element analysis within a rat model},
author={M{\"u}ller, Robert and Kampschulte, Marian and El Khassawna, Thaqif and Schlewitz, Gudrun and H{\"u}rter, Britta and B{\"o}cker, Wolfgang and Bobeth, Manfred and Langheinrich, Alexander C and Heiss, Christian and Deutsch, Andreas and others},
journal={Medical \& biological engineering \& computing},
volume={52},
number={4},
pages={405--414},
year={2014},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Brueckner, VG Lyssenko, S. Hofmann, K. Leo, "Lasing of Tamm states in highly efficient organic devices based on small-molecule organic semiconductors", In Faraday discussions, Royal Society of Chemistry, vol. 174, pp. 183–201, 2014. [Bibtex & Downloads]
Lasing of Tamm states in highly efficient organic devices based on small-molecule organic semiconductors
Reference
R. Brueckner, VG Lyssenko, S. Hofmann, K. Leo, "Lasing of Tamm states in highly efficient organic devices based on small-molecule organic semiconductors", In Faraday discussions, Royal Society of Chemistry, vol. 174, pp. 183–201, 2014.
Bibtex
@article{bruckner2014lasing,
title={Lasing of Tamm states in highly efficient organic devices based on small-molecule organic semiconductors},
author={Brueckner, R and Lyssenko, VG and Hofmann, S and Leo, K},
journal={Faraday discussions},
volume={174},
pages={183--201},
year={2014},
publisher={Royal Society of Chemistry},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tim Erdmann, Justus Back, Roman Tkachov, Adrian Ruff, Brigitte Voit, Sabine Ludwigs, Anton Kiriy, "Dithienosilole-based all-conjugated block copolymers synthesized by a combination of quasi-living Kumada and Negishi catalyst-transfer polycondensations", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 18, pp. 5383–5390, 2014. [Bibtex & Downloads]
Dithienosilole-based all-conjugated block copolymers synthesized by a combination of quasi-living Kumada and Negishi catalyst-transfer polycondensations
Reference
Tim Erdmann, Justus Back, Roman Tkachov, Adrian Ruff, Brigitte Voit, Sabine Ludwigs, Anton Kiriy, "Dithienosilole-based all-conjugated block copolymers synthesized by a combination of quasi-living Kumada and Negishi catalyst-transfer polycondensations", In Polymer Chemistry, Royal Society of Chemistry, vol. 5, no. 18, pp. 5383–5390, 2014.
Bibtex
@article{erdmann2014dithienosilole,
title={Dithienosilole-based all-conjugated block copolymers synthesized by a combination of quasi-living Kumada and Negishi catalyst-transfer polycondensations},
author={Erdmann, Tim and Back, Justus and Tkachov, Roman and Ruff, Adrian and Voit, Brigitte and Ludwigs, Sabine and Kiriy, Anton},
journal={Polymer Chemistry},
volume={5},
number={18},
pages={5383--5390},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Schwab, Cornelius Fuchs, Reinhard Scholz, Alexander Zakhidov, Karl Leo, Malte C Gather, "Coherent mode coupling in highly efficient top-emitting OLEDs on periodically corrugated substrates", In Optics express, Optical Society of America, vol. 22, no. 7, pp. 7524–7537, 2014. [Bibtex & Downloads]
Coherent mode coupling in highly efficient top-emitting OLEDs on periodically corrugated substrates
Reference
Tobias Schwab, Cornelius Fuchs, Reinhard Scholz, Alexander Zakhidov, Karl Leo, Malte C Gather, "Coherent mode coupling in highly efficient top-emitting OLEDs on periodically corrugated substrates", In Optics express, Optical Society of America, vol. 22, no. 7, pp. 7524–7537, 2014.
Bibtex
@article{schwab2014coherent,
title={Coherent mode coupling in highly efficient top-emitting OLEDs on periodically corrugated substrates},
author={Schwab, Tobias and Fuchs, Cornelius and Scholz, Reinhard and Zakhidov, Alexander and Leo, Karl and Gather, Malte C},
journal={Optics express},
volume={22},
number={7},
pages={7524--7537},
year={2014},
publisher={Optical Society of America}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Luu Hoang Duc, Stefan Siegmund, "A new concept of local metric entropy for finite-time nonautonomous dynamical systems", In arXiv preprint arXiv:1401.6664, 2014. [Bibtex & Downloads]
A new concept of local metric entropy for finite-time nonautonomous dynamical systems
Reference
Luu Hoang Duc, Stefan Siegmund, "A new concept of local metric entropy for finite-time nonautonomous dynamical systems", In arXiv preprint arXiv:1401.6664, 2014.
Bibtex
@article{duc2014new,
title={A new concept of local metric entropy for finite-time nonautonomous dynamical systems},
author={Duc, Luu Hoang and Siegmund, Stefan},
journal={arXiv preprint arXiv:1401.6664},
year={2014}
}Downloads
No Downloads available for this publication
Permalink
- Ibrahim Kazi, Pascal Meinerzhagen, Pierre-Emmanuel Gaillardon, Davide Sacchetto, Yusuf Leblebici, Andreas Burg, Giovanni De Micheli, "Energy/reliability trade-offs in low-voltage ReRAM-based non-volatile flip-flop design", In Circuits and Systems I: Regular Papers, IEEE Transactions on, IEEE, vol. 61, no. 11, pp. 3155–3164, 2014. [Bibtex & Downloads]
Energy/reliability trade-offs in low-voltage ReRAM-based non-volatile flip-flop design
Reference
Ibrahim Kazi, Pascal Meinerzhagen, Pierre-Emmanuel Gaillardon, Davide Sacchetto, Yusuf Leblebici, Andreas Burg, Giovanni De Micheli, "Energy/reliability trade-offs in low-voltage ReRAM-based non-volatile flip-flop design", In Circuits and Systems I: Regular Papers, IEEE Transactions on, IEEE, vol. 61, no. 11, pp. 3155–3164, 2014.
Bibtex
@article{kazi2014energy,
title={Energy/reliability trade-offs in low-voltage ReRAM-based non-volatile flip-flop design},
author={Kazi, Ibrahim and Meinerzhagen, Pascal and Gaillardon, Pierre-Emmanuel and Sacchetto, Davide and Leblebici, Yusuf and Burg, Andreas and De Micheli, Giovanni},
journal={Circuits and Systems I: Regular Papers, IEEE Transactions on},
volume={61},
number={11},
pages={3155--3164},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Daijiro Nozaki, Stas M Avdoshenko, Hâldun Sevinçli, Gianaurelio Cuniberti, "Quantum interference in thermoelectric molecular junctions: A toy model perspective", In Journal of Applied Physics, AIP Publishing, vol. 116, no. 7, pp. 074308, 2014. [Bibtex & Downloads]
Quantum interference in thermoelectric molecular junctions: A toy model perspective
Reference
Daijiro Nozaki, Stas M Avdoshenko, Hâldun Sevinçli, Gianaurelio Cuniberti, "Quantum interference in thermoelectric molecular junctions: A toy model perspective", In Journal of Applied Physics, AIP Publishing, vol. 116, no. 7, pp. 074308, 2014.
Bibtex
@article{nozaki2014quantum,
title={Quantum interference in thermoelectric molecular junctions: A toy model perspective},
author={Nozaki, Daijiro and Avdoshenko, Stas M and Sevin{\c{c}}li, H{\^a}ldun and Cuniberti, Gianaurelio},
journal={Journal of Applied Physics},
volume={116},
number={7},
pages={074308},
year={2014},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gerhard P Fettweis, "The tactile internet: Applications and challenges", In Vehicular Technology Magazine, IEEE, IEEE, vol. 9, no. 1, pp. 64–70, 2014. [Bibtex & Downloads]
The tactile internet: Applications and challenges
Reference
Gerhard P Fettweis, "The tactile internet: Applications and challenges", In Vehicular Technology Magazine, IEEE, IEEE, vol. 9, no. 1, pp. 64–70, 2014.
Bibtex
@article{fettweis2014tactile,
title={The tactile internet: Applications and challenges},
author={Fettweis, Gerhard P},
journal={Vehicular Technology Magazine, IEEE},
volume={9},
number={1},
pages={64--70},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Resilience Path
Permalink
- Ai-Min Guo, E. Díaz, C. Gaul, R. Gutierrez, F. Domínguez-Adame, G. Cuniberti, Qing-feng Sun, "Contact effects in spin transport along double-helical molecules", In Physical Review B, APS, vol. 89, no. 20, pp. 205434, 2014. [Bibtex & Downloads]
Contact effects in spin transport along double-helical molecules
Reference
Ai-Min Guo, E. Díaz, C. Gaul, R. Gutierrez, F. Domínguez-Adame, G. Cuniberti, Qing-feng Sun, "Contact effects in spin transport along double-helical molecules", In Physical Review B, APS, vol. 89, no. 20, pp. 205434, 2014.
Bibtex
@article{guo2014contact,
title={Contact effects in spin transport along double-helical molecules},
author={Guo, Ai-Min and D{\'\i}az, E and Gaul, C and Gutierrez, R and Dom{\'\i}nguez-Adame, F and Cuniberti, G and Sun, Qing-feng},
journal={Physical Review B},
volume={89},
number={20},
pages={205434},
year={2014},
publisher={APS}
}Downloads
No Downloads available for this publication
Permalink
- Georg C Schmidt, Daniel Höft, Katherina Haase, Arved C Hübler, E. Karpov, Roman Tkachov, Manfred Stamm, Anton Kiriy, Francisc Haidu, DRT Zahn, others, "Naphtalenediimide-based donor–acceptor copolymer prepared by chain-growth catalyst-transfer polycondensation: evaluation of electron-transporting properties and application in printed polymer transistors", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 2, no. 26, pp. 5149–5154, 2014. [Bibtex & Downloads]
Naphtalenediimide-based donor–acceptor copolymer prepared by chain-growth catalyst-transfer polycondensation: evaluation of electron-transporting properties and application in printed polymer transistors
Reference
Georg C Schmidt, Daniel Höft, Katherina Haase, Arved C Hübler, E. Karpov, Roman Tkachov, Manfred Stamm, Anton Kiriy, Francisc Haidu, DRT Zahn, others, "Naphtalenediimide-based donor–acceptor copolymer prepared by chain-growth catalyst-transfer polycondensation: evaluation of electron-transporting properties and application in printed polymer transistors", In Journal of Materials Chemistry C, Royal Society of Chemistry, vol. 2, no. 26, pp. 5149–5154, 2014.
Bibtex
@article{schmidt2014naphtalenediimide,
title={Naphtalenediimide-based donor--acceptor copolymer prepared by chain-growth catalyst-transfer polycondensation: evaluation of electron-transporting properties and application in printed polymer transistors},
author={Schmidt, Georg C and H{\"o}ft, Daniel and Haase, Katherina and H{\"u}bler, Arved C and Karpov, E and Tkachov, Roman and Stamm, Manfred and Kiriy, Anton and Haidu, Francisc and Zahn, DRT and others},
journal={Journal of Materials Chemistry C},
volume={2},
number={26},
pages={5149--5154},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Permalink
- Bohayra Mortazavi, Gianaurelio Cuniberti, "Mechanical properties of polycrystalline boron-nitride nanosheets", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 37, pp. 19137–19143, 2014. [Bibtex & Downloads]
Mechanical properties of polycrystalline boron-nitride nanosheets
Reference
Bohayra Mortazavi, Gianaurelio Cuniberti, "Mechanical properties of polycrystalline boron-nitride nanosheets", In RSC Advances, Royal Society of Chemistry, vol. 4, no. 37, pp. 19137–19143, 2014.
Bibtex
@article{mortazavi2014mechanical,
title={Mechanical properties of polycrystalline boron-nitride nanosheets},
author={Mortazavi, Bohayra and Cuniberti, Gianaurelio},
journal={RSC Advances},
volume={4},
number={37},
pages={19137--19143},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Permalink
- Jens Kunstmann, Viktor Bezugly, Hauke Rabbel, Mark H Rümmeli, Gianaurelio Cuniberti, "Unveiling the Atomic Structure of Single-Wall Boron Nanotubes", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 26, pp. 4127–4134, 2014. [Bibtex & Downloads]
Unveiling the Atomic Structure of Single-Wall Boron Nanotubes
Reference
Jens Kunstmann, Viktor Bezugly, Hauke Rabbel, Mark H Rümmeli, Gianaurelio Cuniberti, "Unveiling the Atomic Structure of Single-Wall Boron Nanotubes", In Advanced Functional Materials, Wiley Online Library, vol. 24, no. 26, pp. 4127–4134, 2014.
Bibtex
@article{kunstmann2014unveiling,
title={Unveiling the Atomic Structure of Single-Wall Boron Nanotubes},
author={Kunstmann, Jens and Bezugly, Viktor and Rabbel, Hauke and R{\"u}mmeli, Mark H and Cuniberti, Gianaurelio},
journal={Advanced Functional Materials},
volume={24},
number={26},
pages={4127--4134},
year={2014},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Artem Fediai, Dmytry Ryndyk, Gianaurelio Cuniberti, "Contact Properties of Ultrasmall Carbon Nanotube Transistors from Ab-initio", In Proceeding: Electronics and Nanotechnology (ELNANO), 2014 IEEE 34th International Conference on, pp. 110–114, 2014. [Bibtex & Downloads]
Contact Properties of Ultrasmall Carbon Nanotube Transistors from Ab-initio
Reference
Artem Fediai, Dmytry Ryndyk, Gianaurelio Cuniberti, "Contact Properties of Ultrasmall Carbon Nanotube Transistors from Ab-initio", In Proceeding: Electronics and Nanotechnology (ELNANO), 2014 IEEE 34th International Conference on, pp. 110–114, 2014.
Bibtex
@inproceedings{fediai2014contact,
title={Contact Properties of Ultrasmall Carbon Nanotube Transistors from Ab-initio},
author={Fediai, Artem and Ryndyk, Dmytry and Cuniberti, Gianaurelio},
booktitle={Electronics and Nanotechnology (ELNANO), 2014 IEEE 34th International Conference on},
pages={110--114},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Patrick Seiler, Bernhard Klein, Dirk Plettemeier, "Broadband characterization of planar transmission line substrate permittivity up to 67 GHz", In Proceeding: Antennas and Propagation (ISAP), 2014 International Symposium on, pp. 373–374, 2014. [Bibtex & Downloads]
Broadband characterization of planar transmission line substrate permittivity up to 67 GHz
Reference
Patrick Seiler, Bernhard Klein, Dirk Plettemeier, "Broadband characterization of planar transmission line substrate permittivity up to 67 GHz", In Proceeding: Antennas and Propagation (ISAP), 2014 International Symposium on, pp. 373–374, 2014.
Bibtex
@inproceedings{seiler2014broadband,
title={Broadband characterization of planar transmission line substrate permittivity up to 67 GHz},
author={Seiler, Patrick and Klein, Bernhard and Plettemeier, Dirk},
booktitle={Antennas and Propagation (ISAP), 2014 International Symposium on},
pages={373--374},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Ehrenfried Zschech, Sven Niese, Markus Löffler, Jürgen Wolf, "Multi-scale X-ray tomography for process and quality control in 3D TSV packaging", In Proceeding: International Symposium on Microelectronics, vol. 2014, no. 1, pp. 000184–000187, 2014. [Bibtex & Downloads]
Multi-scale X-ray tomography for process and quality control in 3D TSV packaging
Reference
Ehrenfried Zschech, Sven Niese, Markus Löffler, Jürgen Wolf, "Multi-scale X-ray tomography for process and quality control in 3D TSV packaging", In Proceeding: International Symposium on Microelectronics, vol. 2014, no. 1, pp. 000184–000187, 2014.
Bibtex
@inproceedings{zschech2014multi,
title={Multi-scale X-ray tomography for process and quality control in 3D TSV packaging},
author={Zschech, Ehrenfried and Niese, Sven and L{\"o}ffler, Markus and Wolf, J{\"u}rgen},
booktitle={International Symposium on Microelectronics},
volume={2014},
number={1},
pages={000184--000187},
year={2014},
organization={International Microelectronics Assembly and Packaging Society}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Shabanpour, T. Meister, K. Ishida, B. Kheradmand Boroujeni, C. Carta, Udo Jorges, Frank Ellinger, Luisa Petti, Niko Munzenrieder, Giovanni A Salvatore, others, "Cherry-Hooper amplifiers with 33 dB gain at 400 kHz BW and 10 dB gain at 3.5 MHz BW in flexible self-aligned a-IGZO TFT technology", In Proceeding: Intelligent Signal Processing and Communication Systems (ISPACS), 2014 International Symposium on, pp. 271–274, 2014. [Bibtex & Downloads]
Cherry-Hooper amplifiers with 33 dB gain at 400 kHz BW and 10 dB gain at 3.5 MHz BW in flexible self-aligned a-IGZO TFT technology
Reference
R. Shabanpour, T. Meister, K. Ishida, B. Kheradmand Boroujeni, C. Carta, Udo Jorges, Frank Ellinger, Luisa Petti, Niko Munzenrieder, Giovanni A Salvatore, others, "Cherry-Hooper amplifiers with 33 dB gain at 400 kHz BW and 10 dB gain at 3.5 MHz BW in flexible self-aligned a-IGZO TFT technology", In Proceeding: Intelligent Signal Processing and Communication Systems (ISPACS), 2014 International Symposium on, pp. 271–274, 2014.
Bibtex
@inproceedings{shabanpour2014cherry,
title={Cherry-Hooper amplifiers with 33 dB gain at 400 kHz BW and 10 dB gain at 3.5 MHz BW in flexible self-aligned a-IGZO TFT technology},
author={Shabanpour, R and Meister, T and Ishida, K and Kheradmand Boroujeni, B and Carta, C and Jorges, Udo and Ellinger, Frank and Petti, Luisa and Munzenrieder, Niko and Salvatore, Giovanni A and others},
booktitle={Intelligent Signal Processing and Communication Systems (ISPACS), 2014 International Symposium on},
pages={271--274},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Niels Neumann, Tobias Schuster, Dirk Plettemeier, "Novel approach for simultaneous wireless transmission and evaluation of optical sensors", In Proceeding: SPIE/COS Photonics Asia, pp. 927402–927402, 2014. [Bibtex & Downloads]
Novel approach for simultaneous wireless transmission and evaluation of optical sensors
Reference
Niels Neumann, Tobias Schuster, Dirk Plettemeier, "Novel approach for simultaneous wireless transmission and evaluation of optical sensors", In Proceeding: SPIE/COS Photonics Asia, pp. 927402–927402, 2014.
Bibtex
@inproceedings{neumann2014novel,
title={Novel approach for simultaneous wireless transmission and evaluation of optical sensors},
author={Neumann, Niels and Schuster, Tobias and Plettemeier, Dirk},
booktitle={SPIE/COS Photonics Asia},
pages={927402--927402},
year={2014},
organization={International Society for Optics and Photonics}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Ellen Siebert-Henze, Vadim G Lyssenko, Janine Fischer, Max Tietze, Robert Brueckner, Martin Schwarze, Koen Vandewal, Debes Ray, Moritz Riede, Karl Leo, "Built-in voltage of organic bulk heterojuction pin solar cells measured by electroabsorption spectroscopy", In AIP Advances, AIP Publishing, vol. 4, no. 4, pp. 047134, 2014. [Bibtex & Downloads]
Built-in voltage of organic bulk heterojuction pin solar cells measured by electroabsorption spectroscopy
Reference
Ellen Siebert-Henze, Vadim G Lyssenko, Janine Fischer, Max Tietze, Robert Brueckner, Martin Schwarze, Koen Vandewal, Debes Ray, Moritz Riede, Karl Leo, "Built-in voltage of organic bulk heterojuction pin solar cells measured by electroabsorption spectroscopy", In AIP Advances, AIP Publishing, vol. 4, no. 4, pp. 047134, 2014.
Bibtex
@article{siebert2014built,
title={Built-in voltage of organic bulk heterojuction pin solar cells measured by electroabsorption spectroscopy},
author={Siebert-Henze, Ellen and Lyssenko, Vadim G and Fischer, Janine and Tietze, Max and Brueckner, Robert and Schwarze, Martin and Vandewal, Koen and Ray, Debes and Riede, Moritz and Leo, Karl},
journal={AIP Advances},
volume={4},
number={4},
pages={047134},
year={2014},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Larysa Baraban, Felix Zörgiebel, Claudia Pahlke, Eunhye Baek, Lotta Römhildt, Gianaurelio Cuniberti, "Lab on a Wire: Application of Silicon Nanowires for Nanoscience and Biotechnology", Chapter in Nanowire Field Effect Transistors: Principles and Applications, Springer, pp. 241–278, 2014. [Bibtex & Downloads]
Lab on a Wire: Application of Silicon Nanowires for Nanoscience and Biotechnology
Reference
Larysa Baraban, Felix Zörgiebel, Claudia Pahlke, Eunhye Baek, Lotta Römhildt, Gianaurelio Cuniberti, "Lab on a Wire: Application of Silicon Nanowires for Nanoscience and Biotechnology", Chapter in Nanowire Field Effect Transistors: Principles and Applications, Springer, pp. 241–278, 2014.
Bibtex
@incollection{baraban2014lab,
title={Lab on a Wire: Application of Silicon Nanowires for Nanoscience and Biotechnology},
author={Baraban, Larysa and Z{\"o}rgiebel, Felix and Pahlke, Claudia and Baek, Eunhye and R{\"o}mhildt, Lotta and Cuniberti, Gianaurelio},
booktitle={Nanowire Field Effect Transistors: Principles and Applications},
pages={241--278},
year={2014},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jost Weber, Felix Krujatz, Gerd Hilpmann, Sara Grützner, Jana Herrmann, Simone Thierfelder, Georg Bienert, Rico Illing, Karsten Helbig, Antonio Hurtado, others, "Biotechnological hydrogen production by photosynthesis", In Engineering in Life Sciences, Wiley Online Library, vol. 14, no. 6, pp. 592–606, 2014. [Bibtex & Downloads]
Biotechnological hydrogen production by photosynthesis
Reference
Jost Weber, Felix Krujatz, Gerd Hilpmann, Sara Grützner, Jana Herrmann, Simone Thierfelder, Georg Bienert, Rico Illing, Karsten Helbig, Antonio Hurtado, others, "Biotechnological hydrogen production by photosynthesis", In Engineering in Life Sciences, Wiley Online Library, vol. 14, no. 6, pp. 592–606, 2014.
Bibtex
@article{weber2014biotechnological,
title={Biotechnological hydrogen production by photosynthesis},
author={Weber, Jost and Krujatz, Felix and Hilpmann, Gerd and Gr{\"u}tzner, Sara and Herrmann, Jana and Thierfelder, Simone and Bienert, Georg and Illing, Rico and Helbig, Karsten and Hurtado, Antonio and others},
journal={Engineering in Life Sciences},
volume={14},
number={6},
pages={592--606},
year={2014},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Jing Lv, Eduard A Jorswieck, "Transmission Strategies for MIMO Overlay Spectrum Sharing", In Proceeding: Smart Antennas (WSA), 2014 18th International ITG Workshop on, pp. 1–5, 2014. [Bibtex & Downloads]
Transmission Strategies for MIMO Overlay Spectrum Sharing
Reference
Jing Lv, Eduard A Jorswieck, "Transmission Strategies for MIMO Overlay Spectrum Sharing", In Proceeding: Smart Antennas (WSA), 2014 18th International ITG Workshop on, pp. 1–5, 2014.
Bibtex
@inproceedings{lv2014transmission,
title={Transmission Strategies for MIMO Overlay Spectrum Sharing},
author={Lv, Jing and Jorswieck, Eduard A},
booktitle={Smart Antennas (WSA), 2014 18th International ITG Workshop on},
pages={1--5},
year={2014},
organization={VDE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Julian Mendez, Veronika Thost, Anni-Yasmin Turhan, "Bridging the Application Knowledge Gap", 2014. [Bibtex & Downloads]
Bridging the Application Knowledge Gap
Reference
Marcus Hähnel, Julian Mendez, Veronika Thost, Anni-Yasmin Turhan, "Bridging the Application Knowledge Gap", 2014.
Bibtex
@article{hahnel2014bridging,
title={Bridging the Application Knowledge Gap},
author={H{\"a}hnel, Marcus and Mendez, Julian and Thost, Veronika and Turhan, Anni-Yasmin},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jing Lv, Alessio Zappone, Eduard A Jorswieck, "Energy-efficient MIMO underlay spectrum sharing with rate splitting", In Proceeding: Signal Processing Advances in Wireless Communications (SPAWC), 2014 IEEE 15th International Workshop on, pp. 174–178, 2014. [Bibtex & Downloads]
Energy-efficient MIMO underlay spectrum sharing with rate splitting
Reference
Jing Lv, Alessio Zappone, Eduard A Jorswieck, "Energy-efficient MIMO underlay spectrum sharing with rate splitting", In Proceeding: Signal Processing Advances in Wireless Communications (SPAWC), 2014 IEEE 15th International Workshop on, pp. 174–178, 2014.
Bibtex
@inproceedings{lv2014energy,
title={Energy-efficient MIMO underlay spectrum sharing with rate splitting},
author={Lv, Jing and Zappone, Alessio and Jorswieck, Eduard A},
booktitle={Signal Processing Advances in Wireless Communications (SPAWC), 2014 IEEE 15th International Workshop on},
pages={174--178},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Mayr, Johannes Partzsch, Marko Noack, Stefan Hanzsche, Stefan Scholze, Sebastian Hoppner, Georg Ellguth, Rene Schuffny, "A biological-realtime neuromorphic system in 28 nm CMOS using low-leakage switched capacitor circuits", IEEE, 2014. [Bibtex & Downloads]
A biological-realtime neuromorphic system in 28 nm CMOS using low-leakage switched capacitor circuits
Reference
Christian Mayr, Johannes Partzsch, Marko Noack, Stefan Hanzsche, Stefan Scholze, Sebastian Hoppner, Georg Ellguth, Rene Schuffny, "A biological-realtime neuromorphic system in 28 nm CMOS using low-leakage switched capacitor circuits", IEEE, 2014.
Bibtex
@article{mayr2014biological,
title={A biological-realtime neuromorphic system in 28 nm CMOS using low-leakage switched capacitor circuits},
author={Mayr, Christian and Partzsch, Johannes and Noack, Marko and Hanzsche, Stefan and Scholze, Stefan and Hoppner, Sebastian and Ellguth, Georg and Schuffny, Rene},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Resilience Path
Permalink
- WM Weber, A. Heinzig, J. Trommer, D. Martin, M. Grube, T. Mikolajick, "Reconfigurable nanowire electronics–A review", In Solid-State Electronics, Elsevier, vol. 102, pp. 12–24, 2014. [Bibtex & Downloads]
Reconfigurable nanowire electronics–A review
Reference
WM Weber, A. Heinzig, J. Trommer, D. Martin, M. Grube, T. Mikolajick, "Reconfigurable nanowire electronics–A review", In Solid-State Electronics, Elsevier, vol. 102, pp. 12–24, 2014.
Bibtex
@article{weber2014reconfigurable,
title={Reconfigurable nanowire electronics--A review},
author={Weber, WM and Heinzig, A and Trommer, J and Martin, D and Grube, M and Mikolajick, T},
journal={Solid-State Electronics},
volume={102},
pages={12--24},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Jens Trommer, André Heinzig, Anett Heinrich, Paul Jordan, Matthias Grube, Stefan Slesazeck, Thomas Mikolajick, Walter M Weber, "Material Prospects of Reconfigurable Transistor (RFETs)–From Silicon to Germanium Nanowires", MRS Proceedings, vol. 1659, pp. 225–230, 2014. [Bibtex & Downloads]
Material Prospects of Reconfigurable Transistor (RFETs)–From Silicon to Germanium Nanowires
Reference
Jens Trommer, André Heinzig, Anett Heinrich, Paul Jordan, Matthias Grube, Stefan Slesazeck, Thomas Mikolajick, Walter M Weber, "Material Prospects of Reconfigurable Transistor (RFETs)–From Silicon to Germanium Nanowires", MRS Proceedings, vol. 1659, pp. 225–230, 2014.
Bibtex
@inproceedings{trommer2014material,
title={Material Prospects of Reconfigurable Transistor (RFETs)--From Silicon to Germanium Nanowires},
author={Trommer, Jens and Heinzig, Andr{\'e} and Heinrich, Anett and Jordan, Paul and Grube, Matthias and Slesazeck, Stefan and Mikolajick, Thomas and Weber, Walter M},
booktitle={MRS Proceedings},
volume={1659},
pages={225--230},
year={2014},
organization={Cambridge Univ Press}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- L. Deutscher, LD Renner, G. Cuniberti, "Flagella–templates for the synthesis of metallic nanowires", In Proceeding: XIII Mediterranean Conference on Medical and Biological Engineering and Computing 2013, pp. 860–863, 2014. [Bibtex & Downloads]
Flagella–templates for the synthesis of metallic nanowires
Reference
L. Deutscher, LD Renner, G. Cuniberti, "Flagella–templates for the synthesis of metallic nanowires", In Proceeding: XIII Mediterranean Conference on Medical and Biological Engineering and Computing 2013, pp. 860–863, 2014.
Bibtex
@inproceedings{deutscher2014flagella,
title={Flagella--templates for the synthesis of metallic nanowires},
author={Deutscher, L and Renner, LD and Cuniberti, G},
booktitle={XIII Mediterranean Conference on Medical and Biological Engineering and Computing 2013},
pages={860--863},
year={2014},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Veronika Magdanz, Maria Guix, Oliver G Schmidt, "Tubular micromotors: from microjets to spermbots", In Robotics and Biomimetics, Springer Berlin Heidelberg, vol. 1, no. 1, pp. 1, 2014. [Bibtex & Downloads]
Tubular micromotors: from microjets to spermbots
Reference
Veronika Magdanz, Maria Guix, Oliver G Schmidt, "Tubular micromotors: from microjets to spermbots", In Robotics and Biomimetics, Springer Berlin Heidelberg, vol. 1, no. 1, pp. 1, 2014.
Bibtex
@article{magdanz2014tubular,
title={Tubular micromotors: from microjets to spermbots},
author={Magdanz, Veronika and Guix, Maria and Schmidt, Oliver G},
journal={Robotics and Biomimetics},
volume={1},
number={1},
pages={1},
year={2014},
publisher={Springer Berlin Heidelberg}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, other
Permalink
- Pan Cao, Alessio Zappone, Eduard Jorswieck, "Grouping-based Interference Alignment with IA-Cell Assignment in Multi-Cell MIMO MAC under Limited Feedback", IEEE, 2014. [Bibtex & Downloads]
Grouping-based Interference Alignment with IA-Cell Assignment in Multi-Cell MIMO MAC under Limited Feedback
Reference
Pan Cao, Alessio Zappone, Eduard Jorswieck, "Grouping-based Interference Alignment with IA-Cell Assignment in Multi-Cell MIMO MAC under Limited Feedback", IEEE, 2014.
Bibtex
@article{cao2014grouping,
title={Grouping-based Interference Alignment with IA-Cell Assignment in Multi-Cell MIMO MAC under Limited Feedback},
author={Cao, Pan and Zappone, Alessio and Jorswieck, Eduard},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "The Bayesian Description Logic ${\mathcal{BEL}}$", In Proceeding: Automated Reasoning, Springer Science + Business Media, vol. 8562, pp. 480-494, 2014. [doi] [Bibtex & Downloads]
The Bayesian Description Logic ${\mathcal{BEL}}$
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "The Bayesian Description Logic ${\mathcal{BEL}}$", In Proceeding: Automated Reasoning, Springer Science + Business Media, vol. 8562, pp. 480-494, 2014. [doi]
Bibtex
@inproceedings{ceylan14_bayes_descr_logic,
DATE_ADDED = {Thu Sep 29 08:41:11 2016},
author = {{\.I}smail {\.I}lkan Ceylan and Rafael Pe{\~n}aloza},
booktitle = {Automated Reasoning},
doi = {10.1007/978-3-319-08587-6_37},
pages = {480-494},
publisher = {Springer Science + Business Media},
series = {Lecture Notes in Computer Science},
volume = {8562},
title = {{The Bayesian Description Logic ${\mathcal{BEL}}$}},
url = {http://dx.doi.org/10.1007/978-3-319-08587-6_37},
year = {2014},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- \.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Tight Complexity Bounds for Reasoning in the Description Logic
$\mathcal{BE{\kern-.1em}L}$", In Proceeding: Logics in Artificial Intelligence, Springer Science + Business Media, vol. 8761, pp. 77-91, 2014. [doi] [Bibtex & Downloads]
Tight Complexity Bounds for Reasoning in the Description Logic $\mathcal{BE{\kern-.1em}L}$
Reference
\.Ismail \.Ilkan Ceylan, Rafael Peñaloza, "Tight Complexity Bounds for Reasoning in the Description Logic $\mathcal{BE{\kern-.1em}L}$", In Proceeding: Logics in Artificial Intelligence, Springer Science + Business Media, vol. 8761, pp. 77-91, 2014. [doi]
Bibtex
@inproceedings{ceylan14_tight_compl_bound_reason_descr_logic,
DATE_ADDED = {Thu Sep 29 08:42:37 2016},
author = {{\.I}smail {\.I}lkan Ceylan and Rafael Pe{\~n}aloza},
booktitle = {Logics in Artificial Intelligence},
doi = {10.1007/978-3-319-11558-0_6},
pages = {77-91},
publisher = {Springer Science + Business Media},
series = {Lecture Notes in Artificial Intelligence},
volume = {8761},
title = {Tight Complexity Bounds for Reasoning in the Description Logic
$\mathcal{BE{\kern-.1em}L}$},
url = {http://dx.doi.org/10.1007/978-3-319-11558-0_6},
year = {2014},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, Rafael Peñaloza, "Error-Tolerant Reasoning in the Description Logic
$\mathcal{E\!L}$", In Proceeding: Logics in Artificial Intelligence (Eduardo Fermé and João Leite), Springer Science + Business Media, vol. 8761, pp. 107-121, 2014. [doi] [Bibtex & Downloads]
Error-Tolerant Reasoning in the Description Logic $\mathcal{E\!L}$
Reference
Michel Ludwig, Rafael Peñaloza, "Error-Tolerant Reasoning in the Description Logic $\mathcal{E\!L}$", In Proceeding: Logics in Artificial Intelligence (Eduardo Fermé and João Leite), Springer Science + Business Media, vol. 8761, pp. 107-121, 2014. [doi]
Bibtex
@inproceedings{ludwig14_error_toler_reason_descr_logic,
author = {Michel Ludwig and Rafael Pe{\~n}aloza},
title = {Error-Tolerant Reasoning in the Description Logic
$\mathcal{E\!L}$},
booktitle = {Logics in Artificial Intelligence},
year = 2014,
volume = 8761,
pages = {107-121},
doi = {10.1007/978-3-319-11558-0_8},
url = {http://dx.doi.org/10.1007/978-3-319-11558-0_8},
DATE_ADDED = {Thu Sep 29 08:49:46 2016},
editor = {Eduardo Ferm\'e and Jo\~ao Leite},
publisher = {Springer Science + Business Media},
series = {Lecture Notes in Computer Science},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hani Salah, Stefanie Roos, Thorsten Strufe, "Characterizing Graph-Theoretic Properties of a Large-Scale DHT: Measurements vs. Simulations", In Proceeding: IEEE ISCC, 2014. [Bibtex & Downloads]
Characterizing Graph-Theoretic Properties of a Large-Scale DHT: Measurements vs. Simulations
Reference
Hani Salah, Stefanie Roos, Thorsten Strufe, "Characterizing Graph-Theoretic Properties of a Large-Scale DHT: Measurements vs. Simulations", In Proceeding: IEEE ISCC, 2014.
Bibtex
@inproceedings{salah14characterizing,
author = {Hani Salah and Stefanie Roos and Thorsten Strufe},
title = {Characterizing Graph-Theoretic Properties of a Large-Scale DHT: Measurements vs. Simulations},
year = {2014},
booktitle = {IEEE ISCC},
note = {\textbf{Best Paper Award}}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Marco Cerami, Rafael Peñaloza, "Many-valued Horn Logic is Hard", Proceedings of the First Workshop on Logics for Reasoning about Preferences, Uncertainty, and Vagueness, PRUV 2014, co-located with 7th International Joint Conference on Automated Reasoning (IJCAR 2014), Vienna, Austria, July 23-24, 2014. (Thomas Lukasiewicz and
Rafael Peñaloza and
Anni-Yasmin Turhan), CEUR-WS.org, vol. 1205, pp. 52-58, 2014. [Bibtex & Downloads]
Many-valued Horn Logic is Hard
Reference
Stefan Borgwardt, Marco Cerami, Rafael Peñaloza, "Many-valued Horn Logic is Hard", Proceedings of the First Workshop on Logics for Reasoning about Preferences, Uncertainty, and Vagueness, PRUV 2014, co-located with 7th International Joint Conference on Automated Reasoning (IJCAR 2014), Vienna, Austria, July 23-24, 2014. (Thomas Lukasiewicz and Rafael Peñaloza and Anni-Yasmin Turhan), CEUR-WS.org, vol. 1205, pp. 52-58, 2014.
Bibtex
@InProceedings{conf/cade/BorgwardtCP14,
author = {Stefan Borgwardt and Marco Cerami and Rafael Pe{\~{n}}aloza},
title = {Many-valued Horn Logic is Hard},
booktitle = {Proceedings of the First Workshop on Logics for Reasoning about Preferences, Uncertainty, and Vagueness, {PRUV} 2014, co-located with 7th International Joint Conference on Automated Reasoning {(IJCAR} 2014), Vienna, Austria, July 23-24, 2014.},
pages = {52-58},
url = {http://ceur-ws.org/Vol-1205/00010052.pdf},
editor = {Thomas Lukasiewicz and
Rafael Pe{\~{n}}aloza and
Anni{-}Yasmin Turhan},
series = {{CEUR} Workshop Proceedings},
volume = {1205},
publisher = {CEUR-WS.org},
year = {2014},
}Downloads
No Downloads available for this publication
Permalink
- M. Hahnel, H. Hartig, "Heterogeneity by the numbers", In HotPower, 2014. [Bibtex & Downloads]
Heterogeneity by the numbers
Reference
M. Hahnel, H. Hartig, "Heterogeneity by the numbers", In HotPower, 2014.
Bibtex
@article{hahnel2014heterogeneity,
title={Heterogeneity by the numbers},
author={Hahnel, M and Hartig, H},
journal={HotPower},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, HAEC, HAEC, Orchestration Path, HAEC
Permalink
- Dirk Habich, Stefanie Gahrig, Wolfgang Lehner, "Towards Optimal Execution of Density-based Clustering on Heterogeneous Hardware.", In Proceeding: BigMine, pp. 104–119, 2014. [Bibtex & Downloads]
Towards Optimal Execution of Density-based Clustering on Heterogeneous Hardware.
Reference
Dirk Habich, Stefanie Gahrig, Wolfgang Lehner, "Towards Optimal Execution of Density-based Clustering on Heterogeneous Hardware.", In Proceeding: BigMine, pp. 104–119, 2014.
Bibtex
@inproceedings{habich2014towards,
title={Towards Optimal Execution of Density-based Clustering on Heterogeneous Hardware.},
author={Habich, Dirk and Gahrig, Stefanie and Lehner, Wolfgang},
booktitle={BigMine},
pages={104--119},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Orchestration Path, HAEC
Permalink
- Bernd Holfeld, Antje Relitz, Thomas Wirth, Eduard Jorswieck, "Joint multicell subchannel assignment with interference control and resource fairness in multiband OFDMA cellular networks", In Proceeding: Dynamic Spectrum Access Networks (DYSPAN), 2014 IEEE International Symposium on, pp. 467–476, 2014. [Bibtex & Downloads]
Joint multicell subchannel assignment with interference control and resource fairness in multiband OFDMA cellular networks
Reference
Bernd Holfeld, Antje Relitz, Thomas Wirth, Eduard Jorswieck, "Joint multicell subchannel assignment with interference control and resource fairness in multiband OFDMA cellular networks", In Proceeding: Dynamic Spectrum Access Networks (DYSPAN), 2014 IEEE International Symposium on, pp. 467–476, 2014.
Bibtex
@inproceedings{holfeld2014joint,
title={Joint multicell subchannel assignment with interference control and resource fairness in multiband OFDMA cellular networks},
author={Holfeld, Bernd and Relitz, Antje and Wirth, Thomas and Jorswieck, Eduard},
booktitle={Dynamic Spectrum Access Networks (DYSPAN), 2014 IEEE International Symposium on},
pages={467--476},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rami Mochaourab, Eduard A Jorswieck, "Coalitional games in MISO interference channels: Epsilon-core and coalition structure stable set", In IEEE Transactions on Signal Processing, IEEE, vol. 62, no. 24, pp. 6507–6520, 2014. [Bibtex & Downloads]
Coalitional games in MISO interference channels: Epsilon-core and coalition structure stable set
Reference
Rami Mochaourab, Eduard A Jorswieck, "Coalitional games in MISO interference channels: Epsilon-core and coalition structure stable set", In IEEE Transactions on Signal Processing, IEEE, vol. 62, no. 24, pp. 6507–6520, 2014.
Bibtex
@article{mochaourab2014coalitional,
title={Coalitional games in MISO interference channels: Epsilon-core and coalition structure stable set},
author={Mochaourab, Rami and Jorswieck, Eduard A},
journal={IEEE Transactions on Signal Processing},
volume={62},
number={24},
pages={6507--6520},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Uroschanit Yodprasit, Stefan Schumann, Corrado Carta, Frank Ellinger, "10-15-Gbps V-Band OOK Transmitters in 0.25-$\mu$m SiGe BiCMOS Technology", In Proceeding: Microwave Conference (GeMIC), 2014 German, pp. 1–4, 2014. [Bibtex & Downloads]
10-15-Gbps V-Band OOK Transmitters in 0.25-$\mu$m SiGe BiCMOS Technology
Reference
Uroschanit Yodprasit, Stefan Schumann, Corrado Carta, Frank Ellinger, "10-15-Gbps V-Band OOK Transmitters in 0.25-$\mu$m SiGe BiCMOS Technology", In Proceeding: Microwave Conference (GeMIC), 2014 German, pp. 1–4, 2014.
Bibtex
@inproceedings{yodprasit201410,
title={10-15-Gbps V-Band OOK Transmitters in 0.25-$\mu$m SiGe BiCMOS Technology},
author={Yodprasit, Uroschanit and Schumann, Stefan and Carta, Corrado and Ellinger, Frank},
booktitle={Microwave Conference (GeMIC), 2014 German},
pages={1--4},
year={2014},
organization={VDE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "Gödel FL_0 with Greatest Fixed-Point Semantics.", In Proceeding: Description Logics, pp. 71–82, 2014. [Bibtex & Downloads]
Gödel FL_0 with Greatest Fixed-Point Semantics.
Reference
Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "Gödel FL_0 with Greatest Fixed-Point Semantics.", In Proceeding: Description Logics, pp. 71–82, 2014.
Bibtex
@inproceedings{borgwardt2014godel,
title={G{\"o}del FL\_0 with Greatest Fixed-Point Semantics.},
author={Borgwardt, Stefan and Galano, Jos{\'e} A Leyva and Pe{\~n}aloza, Rafael},
booktitle={Description Logics},
pages={71--82},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Resilience Path, other
Permalink
- Peixuan Chen, JJ Zhang, JP Feser, F. Pezzoli, O. Moutanabbir, S. Cecchi, G. Isella, T. Gemming, S. Baunack, G. Chen, others, "Thermal transport through short-period SiGe nanodot superlattices", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 4, pp. 044312, 2014. [Bibtex & Downloads]
Thermal transport through short-period SiGe nanodot superlattices
Reference
Peixuan Chen, JJ Zhang, JP Feser, F. Pezzoli, O. Moutanabbir, S. Cecchi, G. Isella, T. Gemming, S. Baunack, G. Chen, others, "Thermal transport through short-period SiGe nanodot superlattices", In Journal of Applied Physics, AIP Publishing, vol. 115, no. 4, pp. 044312, 2014.
Bibtex
@article{chen2014thermal,
title={Thermal transport through short-period SiGe nanodot superlattices},
author={Chen, Peixuan and Zhang, JJ and Feser, JP and Pezzoli, F and Moutanabbir, O and Cecchi, S and Isella, G and Gemming, T and Baunack, S and Chen, G and others},
journal={Journal of Applied Physics},
volume={115},
number={4},
pages={044312},
year={2014},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Permalink
- A. Bachmatiuk, RF Abelin, HT Quang, B. Trzebicka, J. Eckert, Mark Hermann Rummeli, "Chemical vapor deposition of twisted bilayer and few-layer MoSe2 over SiO x substrates", In Nanotechnology, IOP Publishing, vol. 25, no. 36, pp. 365603, 2014. [Bibtex & Downloads]
Chemical vapor deposition of twisted bilayer and few-layer MoSe2 over SiO x substrates
Reference
A. Bachmatiuk, RF Abelin, HT Quang, B. Trzebicka, J. Eckert, Mark Hermann Rummeli, "Chemical vapor deposition of twisted bilayer and few-layer MoSe2 over SiO x substrates", In Nanotechnology, IOP Publishing, vol. 25, no. 36, pp. 365603, 2014.
Bibtex
@article{bachmatiuk2014chemical,
title={Chemical vapor deposition of twisted bilayer and few-layer MoSe2 over SiO x substrates},
author={Bachmatiuk, A and Abelin, RF and Quang, HT and Trzebicka, B and Eckert, J and Rummeli, Mark Hermann},
journal={Nanotechnology},
volume={25},
number={36},
pages={365603},
year={2014},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Ravikant Sharma, Carlos César Bof Bufon, Daniel Grimm, Robert Sommer, Arndt Wollatz, Jörg Schadewald, Dominic J Thurmer, Pablo F Siles, Martin Bauer, Oliver G Schmidt, "Energy Storage: Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage (Adv. Energy Mater. 9/2014)", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 9, 2014. [Bibtex & Downloads]
Energy Storage: Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage (Adv. Energy Mater. 9/2014)
Reference
Ravikant Sharma, Carlos César Bof Bufon, Daniel Grimm, Robert Sommer, Arndt Wollatz, Jörg Schadewald, Dominic J Thurmer, Pablo F Siles, Martin Bauer, Oliver G Schmidt, "Energy Storage: Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage (Adv. Energy Mater. 9/2014)", In Advanced Energy Materials, Wiley Online Library, vol. 4, no. 9, 2014.
Bibtex
@article{sharma2014energy,
title={Energy Storage: Large-Area Rolled-Up Nanomembrane Capacitor Arrays for Electrostatic Energy Storage (Adv. Energy Mater. 9/2014)},
author={Sharma, Ravikant and Bufon, Carlos C{\'e}sar Bof and Grimm, Daniel and Sommer, Robert and Wollatz, Arndt and Schadewald, J{\"o}rg and Thurmer, Dominic J and Siles, Pablo F and Bauer, Martin and Schmidt, Oliver G},
journal={Advanced Energy Materials},
volume={4},
number={9},
year={2014},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zegao Wang, Pingjian Li, Yuanfu Chen, Jiarui He, Wanli Zhang, Oliver G Schmidt, Yanrong Li, "Pure thiophene–sulfur doped reduced graphene oxide: synthesis, structure, and electrical properties", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 13, pp. 7281–7287, 2014. [Bibtex & Downloads]
Pure thiophene–sulfur doped reduced graphene oxide: synthesis, structure, and electrical properties
Reference
Zegao Wang, Pingjian Li, Yuanfu Chen, Jiarui He, Wanli Zhang, Oliver G Schmidt, Yanrong Li, "Pure thiophene–sulfur doped reduced graphene oxide: synthesis, structure, and electrical properties", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 13, pp. 7281–7287, 2014.
Bibtex
@article{wang2014pure,
title={Pure thiophene--sulfur doped reduced graphene oxide: synthesis, structure, and electrical properties},
author={Wang, Zegao and Li, Pingjian and Chen, Yuanfu and He, Jiarui and Zhang, Wanli and Schmidt, Oliver G and Li, Yanrong},
journal={Nanoscale},
volume={6},
number={13},
pages={7281--7287},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- K. Zhuravleva, R. Müller, L. Schultz, J. Eckert, A. Gebert, M. Bobeth, G. Cuniberti, "Determination of the Young’s modulus of porous ß-type Ti–40Nb by finite element analysis", In Materials & Design, Elsevier, vol. 64, pp. 1–8, 2014. [Bibtex & Downloads]
Determination of the Young’s modulus of porous ß-type Ti–40Nb by finite element analysis
Reference
K. Zhuravleva, R. Müller, L. Schultz, J. Eckert, A. Gebert, M. Bobeth, G. Cuniberti, "Determination of the Young’s modulus of porous ß-type Ti–40Nb by finite element analysis", In Materials & Design, Elsevier, vol. 64, pp. 1–8, 2014.
Bibtex
@article{zhuravleva2014determination,
title={Determination of the Young’s modulus of porous {\ss}-type Ti--40Nb by finite element analysis},
author={Zhuravleva, K and M{\"u}ller, R and Schultz, L and Eckert, J and Gebert, A and Bobeth, M and Cuniberti, G},
journal={Materials \& Design},
volume={64},
pages={1--8},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Ismail Ilkan Ceylan, Rafael Penaloza, "Tight complexity bounds for reasoning in the description logic BEL", Proceedings of the 14th European Conference on Logics in Artificial Intelligence (JELIA’14), vol. 8761, pp. 77–91, 2014. [Bibtex & Downloads]
Tight complexity bounds for reasoning in the description logic BEL
Reference
Ismail Ilkan Ceylan, Rafael Penaloza, "Tight complexity bounds for reasoning in the description logic BEL", Proceedings of the 14th European Conference on Logics in Artificial Intelligence (JELIA’14), vol. 8761, pp. 77–91, 2014.
Bibtex
@inproceedings{ceylan2014tight,
title={Tight complexity bounds for reasoning in the description logic BEL},
author={Ceylan, Ismail Ilkan and Penaloza, Rafael},
booktitle={Proceedings of the 14th European Conference on Logics in Artificial Intelligence (JELIA’14)},
volume={8761},
pages={77--91},
year={2014},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Bohayra Mortazavi, Gianaurelio Cuniberti, "Atomistic modeling of mechanical properties of polycrystalline graphene", In Nanotechnology, IOP Publishing, vol. 25, no. 21, pp. 215704, 2014. [Bibtex & Downloads]
Atomistic modeling of mechanical properties of polycrystalline graphene
Reference
Bohayra Mortazavi, Gianaurelio Cuniberti, "Atomistic modeling of mechanical properties of polycrystalline graphene", In Nanotechnology, IOP Publishing, vol. 25, no. 21, pp. 215704, 2014.
Bibtex
@article{mortazavi2014atomistic,
title={Atomistic modeling of mechanical properties of polycrystalline graphene},
author={Mortazavi, Bohayra and Cuniberti, Gianaurelio},
journal={Nanotechnology},
volume={25},
number={21},
pages={215704},
year={2014},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Bohayra Mortazavi, Markus Pötschke, Gianaurelio Cuniberti, "Multiscale modeling of thermal conductivity of polycrystalline graphene sheets", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 6, pp. 3344–3352, 2014. [Bibtex & Downloads]
Multiscale modeling of thermal conductivity of polycrystalline graphene sheets
Reference
Bohayra Mortazavi, Markus Pötschke, Gianaurelio Cuniberti, "Multiscale modeling of thermal conductivity of polycrystalline graphene sheets", In Nanoscale, Royal Society of Chemistry, vol. 6, no. 6, pp. 3344–3352, 2014.
Bibtex
@article{mortazavi2014multiscale,
title={Multiscale modeling of thermal conductivity of polycrystalline graphene sheets},
author={Mortazavi, Bohayra and P{\"o}tschke, Markus and Cuniberti, Gianaurelio},
journal={Nanoscale},
volume={6},
number={6},
pages={3344--3352},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Walter M Weber, Andre Heinzig, Jens Trommer, Matthias Grube, Franz Kreupl, Thomas Mikolajick, "Reconfigurable nanowire electronics-enabling a single CMOS circuit technology", In IEEE Transactions on Nanotechnology, IEEE, vol. 13, no. 6, pp. 1020–1028, 2014. [Bibtex & Downloads]
Reconfigurable nanowire electronics-enabling a single CMOS circuit technology
Reference
Walter M Weber, Andre Heinzig, Jens Trommer, Matthias Grube, Franz Kreupl, Thomas Mikolajick, "Reconfigurable nanowire electronics-enabling a single CMOS circuit technology", In IEEE Transactions on Nanotechnology, IEEE, vol. 13, no. 6, pp. 1020–1028, 2014.
Bibtex
@article{weber2014reconfigurable,
title={Reconfigurable nanowire electronics-enabling a single CMOS circuit technology},
author={Weber, Walter M and Heinzig, Andre and Trommer, Jens and Grube, Matthias and Kreupl, Franz and Mikolajick, Thomas},
journal={IEEE Transactions on Nanotechnology},
volume={13},
number={6},
pages={1020--1028},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alicja Bachmatiuk, Arezoo Dianat, Frank Ortmann, Huy Ta Quang, Magdalena Ola Cichocka, Ignacio Gonzalez-Martinez, Lei Fu, Bernd Rellinghaus, Joergen Eckert, Gianaurelio Cuniberti, others, "Graphene Coatings for the Mitigation of Electron Stimulated Desorption and Fullerene Cap Formation", In Chemistry of Materials, ACS Publications, vol. 26, no. 17, pp. 4998–5003, 2014. [Bibtex & Downloads]
Graphene Coatings for the Mitigation of Electron Stimulated Desorption and Fullerene Cap Formation
Reference
Alicja Bachmatiuk, Arezoo Dianat, Frank Ortmann, Huy Ta Quang, Magdalena Ola Cichocka, Ignacio Gonzalez-Martinez, Lei Fu, Bernd Rellinghaus, Joergen Eckert, Gianaurelio Cuniberti, others, "Graphene Coatings for the Mitigation of Electron Stimulated Desorption and Fullerene Cap Formation", In Chemistry of Materials, ACS Publications, vol. 26, no. 17, pp. 4998–5003, 2014.
Bibtex
@article{bachmatiuk2014graphene,
title={Graphene Coatings for the Mitigation of Electron Stimulated Desorption and Fullerene Cap Formation},
author={Bachmatiuk, Alicja and Dianat, Arezoo and Ortmann, Frank and Quang, Huy Ta and Cichocka, Magdalena Ola and Gonzalez-Martinez, Ignacio and Fu, Lei and Rellinghaus, Bernd and Eckert, Joergen and Cuniberti, Gianaurelio and others},
journal={Chemistry of Materials},
volume={26},
number={17},
pages={4998--5003},
year={2014},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
other, Prof. Feng
Permalink
- Veronika Magdanz, Oliver G Schmidt, "Spermbots: potential impact for drug delivery and assisted reproductive technologies", Taylor & Francis, 2014. [Bibtex & Downloads]
Spermbots: potential impact for drug delivery and assisted reproductive technologies
Reference
Veronika Magdanz, Oliver G Schmidt, "Spermbots: potential impact for drug delivery and assisted reproductive technologies", Taylor & Francis, 2014.
Bibtex
@misc{magdanz2014spermbots,
title={Spermbots: potential impact for drug delivery and assisted reproductive technologies},
author={Magdanz, Veronika and Schmidt, Oliver G},
year={2014},
publisher={Taylor \& Francis}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- John Thompson, Xiaohu Ge, Hsiao-Chun Wu, Ralf Irmer, Hong Jiang, Gerhard Fettweis, Siavash Alamouti, "5G wireless communication systems: prospects and challenges part 2 [Guest Editorial]", In IEEE Communications Magazine, IEEE, vol. 52, no. 5, pp. 24–26, 2014. [Bibtex & Downloads]
5G wireless communication systems: prospects and challenges part 2 [Guest Editorial]
Reference
John Thompson, Xiaohu Ge, Hsiao-Chun Wu, Ralf Irmer, Hong Jiang, Gerhard Fettweis, Siavash Alamouti, "5G wireless communication systems: prospects and challenges part 2 [Guest Editorial]", In IEEE Communications Magazine, IEEE, vol. 52, no. 5, pp. 24–26, 2014.
Bibtex
@article{thompson20145g,
title={5G wireless communication systems: prospects and challenges part 2 [Guest Editorial]},
author={Thompson, John and Ge, Xiaohu and Wu, Hsiao-Chun and Irmer, Ralf and Jiang, Hong and Fettweis, Gerhard and Alamouti, Siavash},
journal={IEEE Communications Magazine},
volume={52},
number={5},
pages={24--26},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Gerhard Fettweis, Siavash Alamouti, "5G: Personal mobile internet beyond what cellular did to telephony", In IEEE Communications Magazine, IEEE, vol. 52, no. 2, pp. 140–145, 2014. [Bibtex & Downloads]
5G: Personal mobile internet beyond what cellular did to telephony
Reference
Gerhard Fettweis, Siavash Alamouti, "5G: Personal mobile internet beyond what cellular did to telephony", In IEEE Communications Magazine, IEEE, vol. 52, no. 2, pp. 140–145, 2014.
Bibtex
@article{fettweis20145g,
title={5G: Personal mobile internet beyond what cellular did to telephony},
author={Fettweis, Gerhard and Alamouti, Siavash},
journal={IEEE Communications Magazine},
volume={52},
number={2},
pages={140--145},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Arezoo Dianat, Nicola Seriani, Lucio Colombi Ciacchi, Manfred Bobeth, Gianaurelio Cuniberti, "DFT study of reaction processes of methane combustion on PdO (100)", In Chemical Physics, Elsevier, vol. 443, pp. 53–60, 2014. [Bibtex & Downloads]
DFT study of reaction processes of methane combustion on PdO (100)
Reference
Arezoo Dianat, Nicola Seriani, Lucio Colombi Ciacchi, Manfred Bobeth, Gianaurelio Cuniberti, "DFT study of reaction processes of methane combustion on PdO (100)", In Chemical Physics, Elsevier, vol. 443, pp. 53–60, 2014.
Bibtex
@article{dianat2014dft,
title={DFT study of reaction processes of methane combustion on PdO (100)},
author={Dianat, Arezoo and Seriani, Nicola and Ciacchi, Lucio Colombi and Bobeth, Manfred and Cuniberti, Gianaurelio},
journal={Chemical Physics},
volume={443},
pages={53--60},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Elena Díaz, Rafael Gutierrez, Matteo Palassini, "Spin transport in helical biological systems", AIP Conference Proceedings, vol. 1610, no. 1, pp. 141–146, 2014. [Bibtex & Downloads]
Spin transport in helical biological systems
Reference
Elena Díaz, Rafael Gutierrez, Matteo Palassini, "Spin transport in helical biological systems", AIP Conference Proceedings, vol. 1610, no. 1, pp. 141–146, 2014.
Bibtex
@inproceedings{diaz2014spin,
title={Spin transport in helical biological systems},
author={D{\'\i}az, Elena and Gutierrez, Rafael and Palassini, Matteo},
booktitle={AIP Conference Proceedings},
volume={1610},
number={1},
pages={141--146},
year={2014},
organization={AIP}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Keivan Davami, Mehrdad Shaygan, Nazli Kheirabi, Jiong Zhao, Daria A Kovalenko, Mark H Rümmeli, Joerg Opitz, Gianaurelio Cuniberti, Jeong-Soo Lee, M. Meyyappan, "Synthesis and characterization of carbon nanowalls on different substrates by radio frequency plasma enhanced chemical vapor deposition", In Carbon, Elsevier, vol. 72, pp. 372–380, 2014. [Bibtex & Downloads]
Synthesis and characterization of carbon nanowalls on different substrates by radio frequency plasma enhanced chemical vapor deposition
Reference
Keivan Davami, Mehrdad Shaygan, Nazli Kheirabi, Jiong Zhao, Daria A Kovalenko, Mark H Rümmeli, Joerg Opitz, Gianaurelio Cuniberti, Jeong-Soo Lee, M. Meyyappan, "Synthesis and characterization of carbon nanowalls on different substrates by radio frequency plasma enhanced chemical vapor deposition", In Carbon, Elsevier, vol. 72, pp. 372–380, 2014.
Bibtex
@article{davami2014synthesis,
title={Synthesis and characterization of carbon nanowalls on different substrates by radio frequency plasma enhanced chemical vapor deposition},
author={Davami, Keivan and Shaygan, Mehrdad and Kheirabi, Nazli and Zhao, Jiong and Kovalenko, Daria A and R{\"u}mmeli, Mark H and Opitz, Joerg and Cuniberti, Gianaurelio and Lee, Jeong-Soo and Meyyappan, M},
journal={Carbon},
volume={72},
pages={372--380},
year={2014},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "The fuzzy description logic G-FL0 with greatest fixed-point semantics", Proceedings of the 14th European Conference on Logics in Artificial Intelligence (JELIA’14), vol. 8761, pp. 62–76, 2014. [Bibtex & Downloads]
The fuzzy description logic G-FL0 with greatest fixed-point semantics
Reference
Stefan Borgwardt, José A Leyva Galano, Rafael Peñaloza, "The fuzzy description logic G-FL0 with greatest fixed-point semantics", Proceedings of the 14th European Conference on Logics in Artificial Intelligence (JELIA’14), vol. 8761, pp. 62–76, 2014.
Bibtex
@inproceedings{borgwardt2014fuzzy,
title={The fuzzy description logic G-FL0 with greatest fixed-point semantics},
author={Borgwardt, Stefan and Galano, Jos{\'e} A Leyva and Pe{\~n}aloza, Rafael},
booktitle={Proceedings of the 14th European Conference on Logics in Artificial Intelligence (JELIA’14)},
volume={8761},
pages={62--76},
year={2014},
organization={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Giovanni De Micheli, "Technologies and Platforms for Cyberphysical Systems", In Proceeding: Center for Advancing Electronics Dresden (cfaed) Research Festival, no. EPFL-TALK-198536, 2014. [Bibtex & Downloads]
Technologies and Platforms for Cyberphysical Systems
Reference
Giovanni De Micheli, "Technologies and Platforms for Cyberphysical Systems", In Proceeding: Center for Advancing Electronics Dresden (cfaed) Research Festival, no. EPFL-TALK-198536, 2014.
Bibtex
@inproceedings{de2014technologies,
title={Technologies and Platforms for Cyberphysical Systems},
author={De Micheli, Giovanni},
booktitle={Center for Advancing Electronics Dresden (cfaed) Research Festival},
number={EPFL-TALK-198536},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Alejandro Santana Bonilla, Rafael Gutierrez, Leonardo Medrano Sandonas, Daijiro Nozaki, Alessandro Paolo Bramanti, Gianaurelio Cuniberti, "Structural distortions in molecular-based quantum cellular automata: a minimal model based study", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 16, no. 33, pp. 17777–17785, 2014. [Bibtex & Downloads]
Structural distortions in molecular-based quantum cellular automata: a minimal model based study
Reference
Alejandro Santana Bonilla, Rafael Gutierrez, Leonardo Medrano Sandonas, Daijiro Nozaki, Alessandro Paolo Bramanti, Gianaurelio Cuniberti, "Structural distortions in molecular-based quantum cellular automata: a minimal model based study", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 16, no. 33, pp. 17777–17785, 2014.
Bibtex
@article{bonilla2014structural,
title={Structural distortions in molecular-based quantum cellular automata: a minimal model based study},
author={Bonilla, Alejandro Santana and Gutierrez, Rafael and Sandonas, Leonardo Medrano and Nozaki, Daijiro and Bramanti, Alessandro Paolo and Cuniberti, Gianaurelio},
journal={Physical Chemistry Chemical Physics},
volume={16},
number={33},
pages={17777--17785},
year={2014},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Cem Özdo\ugan, Jens Kunstmann, Alexander Quandt, "Localization of metallicity and magnetic properties of graphene and of graphene nanoribbons doped with boron clusters", In Philosophical Magazine, Taylor & Francis, vol. 94, no. 16, pp. 1841–1858, 2014. [Bibtex & Downloads]
Localization of metallicity and magnetic properties of graphene and of graphene nanoribbons doped with boron clusters
Reference
Cem Özdo\ugan, Jens Kunstmann, Alexander Quandt, "Localization of metallicity and magnetic properties of graphene and of graphene nanoribbons doped with boron clusters", In Philosophical Magazine, Taylor & Francis, vol. 94, no. 16, pp. 1841–1858, 2014.
Bibtex
@article{ozdougan2014localization,
title={Localization of metallicity and magnetic properties of graphene and of graphene nanoribbons doped with boron clusters},
author={{\"O}zdo{\u{g}}an, Cem and Kunstmann, Jens and Quandt, Alexander},
journal={Philosophical Magazine},
volume={94},
number={16},
pages={1841--1858},
year={2014},
publisher={Taylor \& Francis}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matteo Gorgoglione, Armin Dekorsy, Gerhard Fettweis, "Benefits and impact of cloud computing on 5G signal processing", 2014. [Bibtex & Downloads]
Benefits and impact of cloud computing on 5G signal processing
Reference
Matteo Gorgoglione, Armin Dekorsy, Gerhard Fettweis, "Benefits and impact of cloud computing on 5G signal processing", 2014.
Bibtex
@article{gorgoglione2014benefits,
title={Benefits and impact of cloud computing on 5G signal processing},
author={Gorgoglione, Matteo and Dekorsy, Armin and Fettweis, Gerhard},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Dirk Wubben, Peter Rost, Jens Steven Bartelt, Massinissa Lalam, Valentin Savin, Matteo Gorgoglione, Armin Dekorsy, Gerhard Fettweis, "Benefits and impact of cloud computing on 5G signal processing: Flexible centralization through cloud-RAN", In IEEE signal processing magazine, IEEE, vol. 31, no. 6, pp. 35–44, 2014. [Bibtex & Downloads]
Benefits and impact of cloud computing on 5G signal processing: Flexible centralization through cloud-RAN
Reference
Dirk Wubben, Peter Rost, Jens Steven Bartelt, Massinissa Lalam, Valentin Savin, Matteo Gorgoglione, Armin Dekorsy, Gerhard Fettweis, "Benefits and impact of cloud computing on 5G signal processing: Flexible centralization through cloud-RAN", In IEEE signal processing magazine, IEEE, vol. 31, no. 6, pp. 35–44, 2014.
Bibtex
@article{wubben2014benefits,
title={Benefits and impact of cloud computing on 5G signal processing: Flexible centralization through cloud-RAN},
author={Wubben, Dirk and Rost, Peter and Bartelt, Jens Steven and Lalam, Massinissa and Savin, Valentin and Gorgoglione, Matteo and Dekorsy, Armin and Fettweis, Gerhard},
journal={IEEE signal processing magazine},
volume={31},
number={6},
pages={35--44},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Albrecht J Fehske, Ingo Viering, Jens Voigt, Cinzia Sartori, Simone Redana, Gerhard P Fettweis, "Small-cell self-organizing wireless networks", In Proceedings of the IEEE, IEEE, vol. 102, no. 3, pp. 334–350, 2014. [Bibtex & Downloads]
Small-cell self-organizing wireless networks
Reference
Albrecht J Fehske, Ingo Viering, Jens Voigt, Cinzia Sartori, Simone Redana, Gerhard P Fettweis, "Small-cell self-organizing wireless networks", In Proceedings of the IEEE, IEEE, vol. 102, no. 3, pp. 334–350, 2014.
Bibtex
@article{fehske2014small,
title={Small-cell self-organizing wireless networks},
author={Fehske, Albrecht J and Viering, Ingo and Voigt, Jens and Sartori, Cinzia and Redana, Simone and Fettweis, Gerhard P},
journal={Proceedings of the IEEE},
volume={102},
number={3},
pages={334--350},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Byeong Gi Lee, "Candidates announced for Board of Governors election [Society News]", In IEEE Communications Magazine, IEEE, vol. 52, no. 5, pp. 16–22, 2014. [Bibtex & Downloads]
Candidates announced for Board of Governors election [Society News]
Reference
Byeong Gi Lee, "Candidates announced for Board of Governors election [Society News]", In IEEE Communications Magazine, IEEE, vol. 52, no. 5, pp. 16–22, 2014.
Bibtex
@article{lee2014candidates,
title={Candidates announced for Board of Governors election [Society News]},
author={Lee, Byeong Gi},
journal={IEEE Communications Magazine},
volume={52},
number={5},
pages={16--22},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- K Sebastian Radke, Reinhard Scholz, Frank Ortmann, Karl Leo, Gianaurelio Cuniberti, "Dynamic Effects on the Charge Transport in an Organic Near-Infrared Absorber Material", In The Journal of Physical Chemistry C, vol. 118, no. 13, pp. 6537–6547, 2014. [Bibtex & Downloads]
Dynamic Effects on the Charge Transport in an Organic Near-Infrared Absorber Material
Reference
K Sebastian Radke, Reinhard Scholz, Frank Ortmann, Karl Leo, Gianaurelio Cuniberti, "Dynamic Effects on the Charge Transport in an Organic Near-Infrared Absorber Material", In The Journal of Physical Chemistry C, vol. 118, no. 13, pp. 6537–6547, 2014.
Bibtex
@article{radke2014dynamic,
title={Dynamic Effects on the Charge Transport in an Organic Near-Infrared Absorber Material},
author={Radke, K Sebastian and Scholz, Reinhard and Ortmann, Frank and Leo, Karl and Cuniberti, Gianaurelio},
journal={The Journal of Physical Chemistry C},
volume={118},
number={13},
pages={6537--6547},
year={2014},
OPTpublisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- W. Liu, R. Tkachov, H. Komber, V. Senkovskyy, M. Schubert, Z. Wei, A. Facchetti, D. Neher, A. Kiriy, "Chain-growth polycondensation of perylene diimide-based copolymers", 2014. [Bibtex & Downloads]
Chain-growth polycondensation of perylene diimide-based copolymers
Reference
W. Liu, R. Tkachov, H. Komber, V. Senkovskyy, M. Schubert, Z. Wei, A. Facchetti, D. Neher, A. Kiriy, "Chain-growth polycondensation of perylene diimide-based copolymers", 2014.
Bibtex
@article{liu2014chain,
title={Chain-growth polycondensation of perylene diimide-based copolymers},
author={Liu, W and Tkachov, R and Komber, H and Senkovskyy, V and Schubert, M and Wei, Z and Facchetti, A and Neher, D and Kiriy, A},
year={2014}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Albrecht Fehske, Henrik Klessig, Jens Voigt, Gerhard Fettweis, "Flow-level models for capacity planning and management in interference-coupled wireless data networks", In IEEE Communications Magazine, IEEE, vol. 52, no. 2, pp. 164–171, 2014. [Bibtex & Downloads]
Flow-level models for capacity planning and management in interference-coupled wireless data networks
Reference
Albrecht Fehske, Henrik Klessig, Jens Voigt, Gerhard Fettweis, "Flow-level models for capacity planning and management in interference-coupled wireless data networks", In IEEE Communications Magazine, IEEE, vol. 52, no. 2, pp. 164–171, 2014.
Bibtex
@article{fehske2014flow,
title={Flow-level models for capacity planning and management in interference-coupled wireless data networks},
author={Fehske, Albrecht and Klessig, Henrik and Voigt, Jens and Fettweis, Gerhard},
journal={IEEE Communications Magazine},
volume={52},
number={2},
pages={164--171},
year={2014},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zegao Wang, Pingjian Li, Yuanfu Chen, Jiarui He, Wanli Zhang, Oliver G. Schmidt, Yanrong Li, "Pure thiophene\textendashsulfur doped reduced graphene oxide: synthesis, structure, and electrical properties", In Nanoscale, Royal Society of Chemistry (RSC), vol. 6, no. 13, pp. 7281, 2014. [doi] [Bibtex & Downloads]
Pure thiophene\textendashsulfur doped reduced graphene oxide: synthesis, structure, and electrical properties
Reference
Zegao Wang, Pingjian Li, Yuanfu Chen, Jiarui He, Wanli Zhang, Oliver G. Schmidt, Yanrong Li, "Pure thiophene\textendashsulfur doped reduced graphene oxide: synthesis, structure, and electrical properties", In Nanoscale, Royal Society of Chemistry (RSC), vol. 6, no. 13, pp. 7281, 2014. [doi]
Bibtex
@article{Wang_2014,
doi = {10.1039/c3nr05061k},
url = {https://doi.org/10.1039%2Fc3nr05061k},
year = 2014,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {6},
number = {13},
pages = {7281},
author = {Zegao Wang and Pingjian Li and Yuanfu Chen and Jiarui He and Wanli Zhang and Oliver G. Schmidt and Yanrong Li},
title = {Pure thiophene{\textendash}sulfur doped reduced graphene oxide: synthesis, structure, and electrical properties},
journal = {Nanoscale}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Pötzsch, Brian C. Stahl, Hartmut Komber, Craig J. Hawker, Brigitte I. Voit, "High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol\textendashyne chemistry", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 5, no. 8, pp. 2911, 2014. [doi] [Bibtex & Downloads]
High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol\textendashyne chemistry
Reference
Robert Pötzsch, Brian C. Stahl, Hartmut Komber, Craig J. Hawker, Brigitte I. Voit, "High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol\textendashyne chemistry", In Polymer Chemistry, Royal Society of Chemistry (RSC), vol. 5, no. 8, pp. 2911, 2014. [doi]
Bibtex
@article{P_tzsch_2014,
doi = {10.1039/c3py01740k},
url = {https://doi.org/10.1039%2Fc3py01740k},
year = 2014,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {5},
number = {8},
pages = {2911},
author = {Robert Pötzsch and Brian C. Stahl and Hartmut Komber and Craig J. Hawker and Brigitte I. Voit},
title = {High refractive index polyvinylsulfide materials prepared by selective radical mono-addition thiol{\textendash}yne chemistry},
journal = {Polymer Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eduard A Jorswieck, Andreas I Reppas, Haralampos Hatzikirou, "Encoding of cellular positional information and maximum capacity of parallel coupled channels", In Proceeding: 2014 Information Theory and Applications Workshop (ITA), pp. 1–8, 2014. [Bibtex & Downloads]
Encoding of cellular positional information and maximum capacity of parallel coupled channels
Reference
Eduard A Jorswieck, Andreas I Reppas, Haralampos Hatzikirou, "Encoding of cellular positional information and maximum capacity of parallel coupled channels", In Proceeding: 2014 Information Theory and Applications Workshop (ITA), pp. 1–8, 2014.
Bibtex
@inproceedings{jorswieck2014encoding,
title={Encoding of cellular positional information and maximum capacity of parallel coupled channels},
author={Jorswieck, Eduard A and Reppas, Andreas I and Hatzikirou, Haralampos},
booktitle={2014 Information Theory and Applications Workshop (ITA)},
pages={1--8},
year={2014},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shyam Balasubramanian, Maurits de Graaf, Gerard Hoekstra, Henk Corporaal, Mark Wijtvliet, Javier Cuadros Linde, "Aerial networking communication solutions using Micro Air Vehicle (MAV)", In Proceeding: Unmanned/Unattended Sensors and Sensor Networks X (Edward M. Carapezza and Panos G. Datskos and Christos Tsamis), SPIE, vol. 9248, pp. 72 – 83, 2014. [doi] [Bibtex & Downloads]
Aerial networking communication solutions using Micro Air Vehicle (MAV)
Reference
Shyam Balasubramanian, Maurits de Graaf, Gerard Hoekstra, Henk Corporaal, Mark Wijtvliet, Javier Cuadros Linde, "Aerial networking communication solutions using Micro Air Vehicle (MAV)", In Proceeding: Unmanned/Unattended Sensors and Sensor Networks X (Edward M. Carapezza and Panos G. Datskos and Christos Tsamis), SPIE, vol. 9248, pp. 72 – 83, 2014. [doi]
Bibtex
@inproceedings{10.1117/12.2074283,
author = {Shyam Balasubramanian and Maurits de Graaf and Gerard Hoekstra and Henk Corporaal and Mark Wijtvliet and Javier Cuadros Linde},
title = ,
volume = {9248},
booktitle = {Unmanned/Unattended Sensors and Sensor Networks X},
editor = {Edward M. Carapezza and Panos G. Datskos and Christos Tsamis},
organization = {International Society for Optics and Photonics},
publisher = {SPIE},
pages = {72 -- 83},
keywords = {Disruption Tolerant Networking (DTN), Mobile Ad-Hoc Networks (MANET), Micro-Aerial Vehicles (MAV), Multirotor},
year = {2014},
doi = {10.1117/12.2074283},
URL = {https://doi.org/10.1117/12.2074283}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
2013
- Najeeb ul Hassan, Ali E. Pusane, Michael Lentmaier, Gerhard P. Fettweis, Jr. Costello, "Non-uniform windowed decoding schedules for spatially coupled codes", Proceedings of the IEEE Global Communications Conference (Globecom), Dec 2013. [Bibtex & Downloads]
Non-uniform windowed decoding schedules for spatially coupled codes
Reference
Najeeb ul Hassan, Ali E. Pusane, Michael Lentmaier, Gerhard P. Fettweis, Jr. Costello, "Non-uniform windowed decoding schedules for spatially coupled codes", Proceedings of the IEEE Global Communications Conference (Globecom), Dec 2013.
Bibtex
@InProceedings{ NajeebGLOBCOM13,
author = {ul Hassan, Najeeb and Pusane, Ali E. and Lentmaier, Michael and Fettweis, Gerhard P. and Costello, Jr., Daniel J.},
title = {Non-uniform windowed decoding schedules for spatially coupled codes},
booktitle = {Proceedings of the IEEE Global Communications Conference (Globecom)},
month = dec,
year = {2013},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eduard Axel Jorswieck, Anne Wolf, Sabrina Engelmann, "Secret key generation from reciprocal spatially correlated MIMO channels", Proceedings of the IEEE Global Communications Conference (Globecom), Dec 2013. [Bibtex & Downloads]
Secret key generation from reciprocal spatially correlated MIMO channels
Reference
Eduard Axel Jorswieck, Anne Wolf, Sabrina Engelmann, "Secret key generation from reciprocal spatially correlated MIMO channels", Proceedings of the IEEE Global Communications Conference (Globecom), Dec 2013.
Bibtex
@InProceedings{ Jorswieck2013a---Jorswieck2013,
author = {Eduard Axel Jorswieck and Anne Wolf and Sabrina Engelmann},
title = {Secret key generation from reciprocal spatially correlated {MIMO} channels},
booktitle = {Proceedings of the IEEE Global Communications Conference (Globecom)},
month = dec,
year = {2013},
note = {(invited)},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adam Lackorzynski, Benjamin Engel, Marcus Völp, "PredictableCoherentCachingwithIncoherentCaches", Proceedingsof15thReal-TimeLinuxWorkshop, Lugano-Manno, Switzerland, 10/2013. [Bibtex & Downloads]
PredictableCoherentCachingwithIncoherentCaches
Reference
Adam Lackorzynski, Benjamin Engel, Marcus Völp, "PredictableCoherentCachingwithIncoherentCaches", Proceedingsof15thReal-TimeLinuxWorkshop, Lugano-Manno, Switzerland, 10/2013.
Bibtex
@inproceedings{Lackorzynski13:predictable-caching,
author={Adam Lackorzynski and Benjamin Engel and Marcus Völp},
title=,
booktitle=,
address={Lugano-Manno, Switzerland},
year={ 2013 },
month={ 10 },
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahadevan Balasubramaniam, Ioana Banicescu, Florina M. Ciorba, "Scheduling data parallel workloads – A comparative study of two common algorithmic approaches" , Proceedings of the International Conference on Parallel Processing (ICPP), Oct 2013. [Bibtex & Downloads]
Scheduling data parallel workloads – A comparative study of two common algorithmic approaches
Reference
Mahadevan Balasubramaniam, Ioana Banicescu, Florina M. Ciorba, "Scheduling data parallel workloads – A comparative study of two common algorithmic approaches" , Proceedings of the International Conference on Parallel Processing (ICPP), Oct 2013.
Bibtex
@InProceedings{ auto-key*bd,
author = {Mahadevan Balasubramaniam and Ioana Banicescu and Florina M. Ciorba},
title = {Scheduling data parallel workloads -- {A} comparative study of two common algorithmic approaches},
booktitle = {Proceedings of the International Conference on Parallel Processing (ICPP)},
month = oct,
year = {2013},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Nardmann, Paulius Sakalas, Frank Chen, Tommy Rosenbaum, Michael Schröter, "A Geometry Scalable Approach to InP HBT Compact Modeling for mm-Wave Applications", Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS), Oct 2013. [doi] [Bibtex & Downloads]
A Geometry Scalable Approach to InP HBT Compact Modeling for mm-Wave Applications
Reference
Tobias Nardmann, Paulius Sakalas, Frank Chen, Tommy Rosenbaum, Michael Schröter, "A Geometry Scalable Approach to InP HBT Compact Modeling for mm-Wave Applications", Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS), Oct 2013. [doi]
Bibtex
@InProceedings{ Nardmann2013_CSICS,
author = {Tobias Nardmann and Paulius Sakalas and Frank Chen and Tommy Rosenbaum and Michael Schröter},
title = {A Geometry Scalable Approach to {InP HBT} Compact Modeling for mm-Wave Applications},
booktitle = {Proceedings of the IEEE Compound Semiconductor IC Symposium (CSICS)},
month = oct,
year = {2013},
project = {A06},
doi = {10.1109/CSICS.2013.6659200}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Somayeh Malakuti Khah Olun Abadi, "Complex event processing with event modules" , Proceedings of the ACM SIGPLAN conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH), Workshop on Reactivity, Events and Modularity (REM), Oct 2013. [Bibtex & Downloads]
Complex event processing with event modules
Reference
Somayeh Malakuti Khah Olun Abadi, "Complex event processing with event modules" , Proceedings of the ACM SIGPLAN conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH), Workshop on Reactivity, Events and Modularity (REM), Oct 2013.
Bibtex
@InProceedings{ auto-key*du,
author = {Malakuti Khah Olun Abadi, Somayeh},
title = {Complex event processing with event modules},
booktitle = {Proceedings of the ACM SIGPLAN conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH), Workshop on Reactivity, Events and Modularity (REM)},
month = oct,
year = {2013},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Finn, Bo Lu, Robert Kirchner, Xaver Thrun, Karola Richter, Wolf-Joachim Fischer, "High aspect ratio pattern collapse of polymeric UV-nano-imprint molds due to cleaning", In Microelectronic Engineering, Elsevier BV, vol. 110, pp. 112–118, Oct 2013. [doi] [Bibtex & Downloads]
High aspect ratio pattern collapse of polymeric UV-nano-imprint molds due to cleaning
Reference
Andreas Finn, Bo Lu, Robert Kirchner, Xaver Thrun, Karola Richter, Wolf-Joachim Fischer, "High aspect ratio pattern collapse of polymeric UV-nano-imprint molds due to cleaning", In Microelectronic Engineering, Elsevier BV, vol. 110, pp. 112–118, Oct 2013. [doi]
Bibtex
@article{Finn_2013,
doi = {10.1016/j.mee.2013.02.065},
url = {https://doi.org/10.1016%2Fj.mee.2013.02.065},
year = 2013,
month = {oct},
publisher = {Elsevier {BV}},
volume = {110},
pages = {112--118},
author = {Andreas Finn and Bo Lu and Robert Kirchner and Xaver Thrun and Karola Richter and Wolf-Joachim Fischer},
title = {High aspect ratio pattern collapse of polymeric {UV}-nano-imprint molds due to cleaning},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Lichao Teng, Matthias Plötner, Alexander Türke, Barbara Adolphi, Andreas Finn, Robert Kirchner, Wolf-Joachim Fischer, "Nanoimprint assisted inkjet printing to fabricate sub-micron channel organic field effect transistors", In Microelectronic Engineering, Elsevier BV, vol. 110, pp. 292–297, Oct 2013. [doi] [Bibtex & Downloads]
Nanoimprint assisted inkjet printing to fabricate sub-micron channel organic field effect transistors
Reference
Lichao Teng, Matthias Plötner, Alexander Türke, Barbara Adolphi, Andreas Finn, Robert Kirchner, Wolf-Joachim Fischer, "Nanoimprint assisted inkjet printing to fabricate sub-micron channel organic field effect transistors", In Microelectronic Engineering, Elsevier BV, vol. 110, pp. 292–297, Oct 2013. [doi]
Bibtex
@article{Teng_2013,
doi = {10.1016/j.mee.2013.02.027},
url = {https://doi.org/10.1016%2Fj.mee.2013.02.027},
year = 2013,
month = {oct},
publisher = {Elsevier {BV}},
volume = {110},
pages = {292--297},
author = {Lichao Teng and Matthias Plötner and Alexander Türke and Barbara Adolphi and Andreas Finn and Robert Kirchner and Wolf-Joachim Fischer},
title = {Nanoimprint assisted inkjet printing to fabricate sub-micron channel organic field effect transistors},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- G. Scheunert, V. Hoffmann, R. Kullock, J. R. Whyte, R. Kirchner, S. Grafström, W.-J. Fischer, L. M. Eng, "Utilizing Dog-Boning to Build up High-Aspect-Ratio Nanofences", In Journal of The Electrochemical Society, The Electrochemical Society, vol. 161, no. 1, pp. D26–D30, Oct 2013. [doi] [Bibtex & Downloads]
Utilizing Dog-Boning to Build up High-Aspect-Ratio Nanofences
Reference
G. Scheunert, V. Hoffmann, R. Kullock, J. R. Whyte, R. Kirchner, S. Grafström, W.-J. Fischer, L. M. Eng, "Utilizing Dog-Boning to Build up High-Aspect-Ratio Nanofences", In Journal of The Electrochemical Society, The Electrochemical Society, vol. 161, no. 1, pp. D26–D30, Oct 2013. [doi]
Bibtex
@article{Scheunert_2013,
doi = {10.1149/2.024401jes},
url = {https://doi.org/10.1149%2F2.024401jes},
year = 2013,
month = {oct},
publisher = {The Electrochemical Society},
volume = {161},
number = {1},
pages = {D26--D30},
author = {G. Scheunert and V. Hoffmann and R. Kullock and J. R. Whyte and R. Kirchner and S. Grafström and W.-J. Fischer and L. M. Eng},
title = {Utilizing Dog-Boning to Build up High-Aspect-Ratio Nanofences},
journal = {Journal of The Electrochemical Society}
}Downloads
No Downloads available for this publication
Permalink
- André Heinzig, Thomas Mikolajick, Jens Trommer, Daniel Grimm, Walter M Weber, "Dually active silicon nanowire transistors and circuits with equal electron and hole transport", In Nano letters, ACS Publications, vol. 13, no. 9, pp. 4176–4181, Sep 2013. [doi] [Bibtex & Downloads]
Dually active silicon nanowire transistors and circuits with equal electron and hole transport
Reference
André Heinzig, Thomas Mikolajick, Jens Trommer, Daniel Grimm, Walter M Weber, "Dually active silicon nanowire transistors and circuits with equal electron and hole transport", In Nano letters, ACS Publications, vol. 13, no. 9, pp. 4176–4181, Sep 2013. [doi]
Bibtex
@article{heinzig2013dually,
author={Heinzig, André and Mikolajick, Thomas and Trommer, Jens and Grimm, Daniel and Weber, Walter M},
doi={10.1021/nl401826u},
journal={Nano letters},
month={sep},
number={9},
pages={4176–4181},
publisher={ACS Publications},
title={Dually active silicon nanowire transistors and circuits with equal electron and hole transport},
url={https://doi.org/10.1021%2Fnl401826u},
volume={13},
year={2013},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- G. Tretter, D. Fritsche, C. Carta, F. Ellinger, "10-GS/s track and hold circuit in 28 nm CMOS", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–3, 2013. [Bibtex & Downloads]
10-GS/s track and hold circuit in 28 nm CMOS
Reference
G. Tretter, D. Fritsche, C. Carta, F. Ellinger, "10-GS/s track and hold circuit in 28 nm CMOS", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–3, 2013.
Bibtex
@inproceedings{tretter201310,
title={10-GS/s track and hold circuit in 28 nm CMOS},
author={Tretter, G and Fritsche, D and Carta, C and Ellinger, F},
booktitle={Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International},
pages={1--3},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Muhammad Majid Butt, Eduard A. Jorswieck, "Maximizing system energy efficiency by exploiting multiuser diversity and loss tolerance of the applications", In IEEE Transactions on Wireless Communications, vol. 12, no. 9, pp. 4392-4401, Sep 2013. [Bibtex & Downloads]
Maximizing system energy efficiency by exploiting multiuser diversity and loss tolerance of the applications
Reference
Muhammad Majid Butt, Eduard A. Jorswieck, "Maximizing system energy efficiency by exploiting multiuser diversity and loss tolerance of the applications", In IEEE Transactions on Wireless Communications, vol. 12, no. 9, pp. 4392-4401, Sep 2013.
Bibtex
@Article{ Butt2013,
author = {Muhammad Majid Butt and Eduard A. Jorswieck},
title = {Maximizing system energy efficiency by exploiting multiuser diversity and loss tolerance of the applications},
journal = {IEEE Transactions on Wireless Communications},
volume = {12},
number = {9},
pages = {4392-4401},
month = sep,
year = {2013},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Nardmann, Michael Schröter, Paulius Sakalas, Bryan Lee, "A length-scalable compact model for InP DHBTs", Proceedings of the International Semiconductor Conference Dresden–Grenoble (ISCDG), Sep 2013. [doi] [Bibtex & Downloads]
A length-scalable compact model for InP DHBTs
Reference
Tobias Nardmann, Michael Schröter, Paulius Sakalas, Bryan Lee, "A length-scalable compact model for InP DHBTs", Proceedings of the International Semiconductor Conference Dresden–Grenoble (ISCDG), Sep 2013. [doi]
Bibtex
@InProceedings{ Nardmann2013_ISCDG,
author = {Tobias Nardmann and Michael Schröter and Paulius Sakalas and Bryan Lee},
title = {A length-scalable compact model for {InP DHBTs}},
booktitle = {Proceedings of the International Semiconductor Conference Dresden--Grenoble (ISCDG)},
month = sep,
year = {2013},
project = {A06},
doi = {10.1109/ISCDG.2013.6656298}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tommy Rosenbaum, Michael Schröter, Andreas Pawlak, Steffen Lehmann, "Automated transit time and transfer current extraction for single transistor geometries", Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Sep 2013. [doi] [Bibtex & Downloads]
Automated transit time and transfer current extraction for single transistor geometries
Reference
Tommy Rosenbaum, Michael Schröter, Andreas Pawlak, Steffen Lehmann, "Automated transit time and transfer current extraction for single transistor geometries", Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Sep 2013. [doi]
Bibtex
@InProceedings{ Rosenbaum2013,
author = {Tommy Rosenbaum and Michael Schröter and Andreas Pawlak and Steffen Lehmann},
title = {Automated transit time and transfer current extraction for single transistor geometries},
booktitle = {Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM)},
month = sep,
year = {2013},
project = {A06},
doi = {10.1109/BCTM.2013.6798136}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Pawlak, Michael Schröter, Alexander Fox, "Geometry scalable model parameter extraction for mm-wave SiGe-heterojunction transistors", Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Sep 2013. [doi] [Bibtex & Downloads]
Geometry scalable model parameter extraction for mm-wave SiGe-heterojunction transistors
Reference
Andreas Pawlak, Michael Schröter, Alexander Fox, "Geometry scalable model parameter extraction for mm-wave SiGe-heterojunction transistors", Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Sep 2013. [doi]
Bibtex
@InProceedings{ Pawlak2013,
author = {Andreas Pawlak and Michael Schröter and Alexander Fox},
title = {Geometry scalable model parameter extraction for mm-wave {SiGe}-heterojunction transistors},
booktitle = {Proceedings of the IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM)},
month = sep,
year = {2013},
project = {A06},
doi = {10.1109/BCTM.2013.6798160}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Schöniger, Ronny Henker, Stefan Schumann, Frank Ellinger, "A low-noise energy-efficient inductor-less 50\,Gbit/s transimpedance amplifier with high gain-bandwidth product in 0.13\,µm SiGe BiCMOS", Proceedings of the International Semiconductor Conference Dresden–Grenoble (ISCDG), Sep 2013. [Bibtex & Downloads]
A low-noise energy-efficient inductor-less 50\,Gbit/s transimpedance amplifier with high gain-bandwidth product in 0.13\,µm SiGe BiCMOS
Reference
David Schöniger, Ronny Henker, Stefan Schumann, Frank Ellinger, "A low-noise energy-efficient inductor-less 50\,Gbit/s transimpedance amplifier with high gain-bandwidth product in 0.13\,µm SiGe BiCMOS", Proceedings of the International Semiconductor Conference Dresden–Grenoble (ISCDG), Sep 2013.
Bibtex
@InProceedings{ Ellinger2013c,
author = {David Schöniger and Ronny Henker and Stefan Schumann and Frank Ellinger},
title = {A low-noise energy-efficient inductor-less {50\,Gbit/s} transimpedance amplifier with high gain-bandwidth product in {0.13\,µm SiGe BiCMOS}},
booktitle = {Proceedings of the International Semiconductor Conference Dresden--Grenoble (ISCDG)},
month = sep,
year = {2013},
project = {A07}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Richter, Christian Scheunert, Sabrina Gerbracht, Eduard A. Jorswieck, "Secrecy in the two-way relay channel with compute-and-forward" , Proceedings of the Information Theory Workshop (ITW), Sep 2013. [Bibtex & Downloads]
Secrecy in the two-way relay channel with compute-and-forward
Reference
Johannes Richter, Christian Scheunert, Sabrina Gerbracht, Eduard A. Jorswieck, "Secrecy in the two-way relay channel with compute-and-forward" , Proceedings of the Information Theory Workshop (ITW), Sep 2013.
Bibtex
@InProceedings{ auto-key*ck,
author = {Johannes Richter and Christian Scheunert and Sabrina Gerbracht and Eduard A. Jorswieck},
title = {Secrecy in the two-way relay channel with compute-and-forward},
booktitle = {Proceedings of the Information Theory Workshop (ITW)},
month = sep,
year = {2013},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Pfennig, Elke Franz, "Comparison of different secure network coding paradigms concerning transmission efficiency", Proceedings of the International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2013. [Bibtex & Downloads]
Comparison of different secure network coding paradigms concerning transmission efficiency
Reference
Stefan Pfennig, Elke Franz, "Comparison of different secure network coding paradigms concerning transmission efficiency", Proceedings of the International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2013.
Bibtex
@InProceedings{ Pfennig2013a,
author = {Stefan Pfennig and Elke Franz},
title = {Comparison of different secure network coding paradigms concerning transmission efficiency},
booktitle = {Proceedings of the International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD)},
month = sep,
year = {2013},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Claas Wilke, Sebastian Richly, Sebastian Götz, Uwe Aßmann, "Energy Profiling as a Service" , Proceedings of the Workshop Umweltinformatik zwischen Nachhaltigkeit und Wandel’’ (UINW), Sep 2013. [Bibtex & Downloads]
Energy Profiling as a Service
Reference
Claas Wilke, Sebastian Richly, Sebastian Götz, Uwe Aßmann, "Energy Profiling as a Service" , Proceedings of the Workshop Umweltinformatik zwischen Nachhaltigkeit und Wandel’’ (UINW), Sep 2013.
Bibtex
@InProceedings{ auto-key*dt,
author = {Claas Wilke and Sebastian Richly and Sebastian Götz and Uwe Aßmann},
title = {Energy Profiling as a Service},
booktitle = {Proceedings of the Workshop ``Umweltinformatik zwischen Nachhaltigkeit und Wandel’’ (UINW)},
month = sep,
year = {2013},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporal query answering in the description logic \emphDL-Lite", Chapter in Logics in Artificial Intelligence (Pascal Fontaine and Christophe Ringeissen and Renate A. Schmidt), Springer, vol. 8152, pp. 165-180, Sep 2013. [Bibtex & Downloads]
Temporal query answering in the description logic \emphDL-Lite
Reference
Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporal query answering in the description logic \emphDL-Lite", Chapter in Logics in Artificial Intelligence (Pascal Fontaine and Christophe Ringeissen and Renate A. Schmidt), Springer, vol. 8152, pp. 165-180, Sep 2013.
Bibtex
@InCollection{ BoLiTh-FroCoS13---BLT13:tempDLLite-own,
author = {Stefan Borgwardt and Marcel Lippmann and Veronika Thost},
title = {Temporal query answering in the description logic {\emph{DL-Lite}}},
booktitle = {Logics in Artificial Intelligence},
editor = {Pascal Fontaine and Christophe Ringeissen and Renate A. Schmidt},
publisher = {Springer},
volume = {8152},
series = {Lecture Notes in Artificial Intelligence},
pages = {165-180},
month = sep,
year = {2013},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Computing role-depth bounded generalizations in the description logic ELOR" , Chapter in KI 2013: Advances in Artificial Intelligence (Ingo J. Timm and Matthias Thimm) , Springer, vol. 8077, pp. 49-60, Sep 2013. [Bibtex & Downloads]
Computing role-depth bounded generalizations in the description logic ELOR
Reference
Andreas Ecke, Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Computing role-depth bounded generalizations in the description logic ELOR" , Chapter in KI 2013: Advances in Artificial Intelligence (Ingo J. Timm and Matthias Thimm) , Springer, vol. 8077, pp. 49-60, Sep 2013.
Bibtex
@InCollection{
author = {Ecke, Andreas and Peñaloza Nyssen, Rafael and Turhan, Anni-Yasmin},
title = {Computing role-depth bounded generalizations in the description logic {ELOR}},
booktitle = {KI~2013: Advances in Artificial Intelligence},
editor = {Ingo J. Timm and Matthias Thimm},
publisher = {Springer},
volume = {8077},
series = {Lecture Notes in Artificial Intelligence},
pages = {49-60},
month = sep,
year = {2013},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Richter, Elke Franz, Sabrina Gerbracht, Stefan Pfennig, Eduard A. Jorswieck, "Physical layer security vs.\ network layer secrecy: Who wins on the untrusted two-way relay channel?", Proceedings of the International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2013. [Bibtex & Downloads]
Physical layer security vs.\ network layer secrecy: Who wins on the untrusted two-way relay channel?
Reference
Johannes Richter, Elke Franz, Sabrina Gerbracht, Stefan Pfennig, Eduard A. Jorswieck, "Physical layer security vs.\ network layer secrecy: Who wins on the untrusted two-way relay channel?", Proceedings of the International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2013.
Bibtex
@InProceedings{ Richter2013---Richter2013a,
author = {Johannes Richter and Elke Franz and Sabrina Gerbracht and Stefan Pfennig and Eduard A. Jorswieck},
title = {Physical layer security vs.\ network layer secrecy: {Who} wins on the untrusted two-way relay channel?},
booktitle = {Proceedings of the International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD)},
month = sep,
year = {2013},
project = {A03, A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zuleita Ka Ming Ho, Eduard A. Jorswieck, Sabrina Gerbracht, "Information leakage neutralization for the multi-antenna non-regenerative relay-assisted multi-carrier interference channel", In IEEE Journal on Selected Areas in Communications, vol. 31, no. 9, pp. 1672-1686, Sep 2013. [Bibtex & Downloads]
Information leakage neutralization for the multi-antenna non-regenerative relay-assisted multi-carrier interference channel
Reference
Zuleita Ka Ming Ho, Eduard A. Jorswieck, Sabrina Gerbracht, "Information leakage neutralization for the multi-antenna non-regenerative relay-assisted multi-carrier interference channel", In IEEE Journal on Selected Areas in Communications, vol. 31, no. 9, pp. 1672-1686, Sep 2013.
Bibtex
@Article{ Ho2013---Ho2013d,
author = {Zuleita Ka Ming Ho and Eduard A. Jorswieck and Sabrina Gerbracht},
title = {Information leakage neutralization for the multi-antenna non-regenerative relay-assisted multi-carrier interference channel},
journal = {IEEE Journal on Selected Areas in Communications},
volume = {31},
number = {9},
pages = {1672-1686},
month = sep,
year = {2013},
project = {A03, A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sabrina Engelmann, Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Interference leakage neutralization in two-hop wiretap channels with partial CSI", Proceedings of the International Symposium on Wireless Communication Systems (ISWCS), Aug 2013. [Bibtex & Downloads]
Interference leakage neutralization in two-hop wiretap channels with partial CSI
Reference
Sabrina Engelmann, Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Interference leakage neutralization in two-hop wiretap channels with partial CSI", Proceedings of the International Symposium on Wireless Communication Systems (ISWCS), Aug 2013.
Bibtex
@InProceedings{ Engelmann2013---Gerbracht2013,
author = {Sabrina Engelmann and Zuleita Ka Ming Ho and Eduard A. Jorswieck},
title = {Interference leakage neutralization in two-hop wiretap channels with partial {CSI}},
booktitle = {Proceedings of the International Symposium on Wireless Communication Systems (ISWCS)},
month = aug,
year = {2013},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Georg Püschel, Sebastian Richly, Sebastian Götz, Christian Piechnick, Uwe Aßmann, "Energy consumption and efficiency in mobile applications: A user feedback study" , Proceedings of the IEEE International Conference on Green Computing and Communications (GreenCom), Aug 2013. [Bibtex & Downloads]
Energy consumption and efficiency in mobile applications: A user feedback study
Reference
Georg Püschel, Sebastian Richly, Sebastian Götz, Christian Piechnick, Uwe Aßmann, "Energy consumption and efficiency in mobile applications: A user feedback study" , Proceedings of the IEEE International Conference on Green Computing and Communications (GreenCom), Aug 2013.
Bibtex
@InProceedings{ auto-key*ds,
author = {Georg Püschel and Sebastian Richly and Sebastian Götz and Christian Piechnick and Uwe Aßmann},
title = {Energy consumption and efficiency in mobile applications: {A} user feedback study},
booktitle = {Proceedings of the IEEE International Conference on Green Computing and Communications (GreenCom)},
month = aug,
year = {2013},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Poetschke, M. Bobeth, G. Cuniberti, "Ion Fluxes and Electro-osmotic Fluid Flow in Electrolytes around a Metallic Nanowire Tip under Large Applied ac Voltage", In Langmuir, American Chemical Society (ACS), vol. 29, no. 36, pp. 11525–11534, Aug 2013. [doi] [Bibtex & Downloads]
Ion Fluxes and Electro-osmotic Fluid Flow in Electrolytes around a Metallic Nanowire Tip under Large Applied ac Voltage
Reference
M. Poetschke, M. Bobeth, G. Cuniberti, "Ion Fluxes and Electro-osmotic Fluid Flow in Electrolytes around a Metallic Nanowire Tip under Large Applied ac Voltage", In Langmuir, American Chemical Society (ACS), vol. 29, no. 36, pp. 11525–11534, Aug 2013. [doi]
Bibtex
@article{Poetschke_2013,
doi = {10.1021/la401928m},
url = {https://doi.org/10.1021%2Fla401928m},
year = 2013,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {29},
number = {36},
pages = {11525--11534},
author = {M. Poetschke and M. Bobeth and G. Cuniberti},
title = {Ion Fluxes and Electro-osmotic Fluid Flow in Electrolytes around a Metallic Nanowire Tip under Large Applied ac Voltage},
journal = {Langmuir}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcel Melzer, Thomas Waechtler, Steve Müller, Holger Fiedler, Sascha Hermann, Raul D. Rodriguez, Alexander Villabona, Andrea Sendzik, Robert Mothes, Stefan E. Schulz, et al., "Copper oxide atomic layer deposition on thermally pretreated multi-walled carbon nanotubes for interconnect applications", In Microelectronic Engineering, Elsevier BV, vol. 107, pp. 223–228, Jul 2013. [doi] [Bibtex & Downloads]
Copper oxide atomic layer deposition on thermally pretreated multi-walled carbon nanotubes for interconnect applications
Reference
Marcel Melzer, Thomas Waechtler, Steve Müller, Holger Fiedler, Sascha Hermann, Raul D. Rodriguez, Alexander Villabona, Andrea Sendzik, Robert Mothes, Stefan E. Schulz, et al., "Copper oxide atomic layer deposition on thermally pretreated multi-walled carbon nanotubes for interconnect applications", In Microelectronic Engineering, Elsevier BV, vol. 107, pp. 223–228, Jul 2013. [doi]
Bibtex
@article{Melzer_2013,
title={Copper oxide atomic layer deposition on thermally pretreated multi-walled carbon nanotubes for interconnect applications},
volume={107},
ISSN={0167-9317},
url={http://dx.doi.org/10.1016/j.mee.2012.10.026},
DOI={10.1016/j.mee.2012.10.026},
journal={Microelectronic Engineering},
publisher={Elsevier BV},
author={Melzer, Marcel and Waechtler, Thomas and Müller, Steve and Fiedler, Holger and Hermann, Sascha and Rodriguez, Raul D. and Villabona, Alexander and Sendzik, Andrea and Mothes, Robert and Schulz, Stefan E. and et al.},
year={2013},
month={Jul},
pages={223–228}
}Downloads
No Downloads available for this publication
Permalink
- Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Energy efficiency optimization in relay-assisted MIMO systems with statistical CSI", Proceedings of the IEEE China Summit and International Conference on Signal and Information Processing (ChinaSIP), Jul 2013. [Bibtex & Downloads]
Energy efficiency optimization in relay-assisted MIMO systems with statistical CSI
Reference
Alessio Zappone, Pan Cao, Eduard A. Jorswieck, "Energy efficiency optimization in relay-assisted MIMO systems with statistical CSI", Proceedings of the IEEE China Summit and International Conference on Signal and Information Processing (ChinaSIP), Jul 2013.
Bibtex
@InProceedings{ Zappone2013b,
author = {Alessio Zappone and Pan Cao and Eduard A. Jorswieck},
title = {Energy efficiency optimization in relay-assisted {MIMO} systems with statistical {CSI}},
booktitle = {Proceedings of the IEEE China Summit and International Conference on Signal and Information Processing (ChinaSIP)},
month = jul,
year = {2013},
note = {(invited)},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ronny Hahnel, Dirk Plettemeier, "60\,GHz Broadside Radiating Vivaldi Antenna", Proceedings of the IEEE International Symposium on Antennas and Propagation (AP-S), Jul 2013. [Bibtex & Downloads]
60\,GHz Broadside Radiating Vivaldi Antenna
Reference
Ronny Hahnel, Dirk Plettemeier, "60\,GHz Broadside Radiating Vivaldi Antenna", Proceedings of the IEEE International Symposium on Antennas and Propagation (AP-S), Jul 2013.
Bibtex
@InProceedings{ Hahnel2013,
author = {Ronny Hahnel and Dirk Plettemeier},
title = {{60\,GHz} Broadside Radiating {Vivaldi} Antenna},
booktitle = {Proceedings of the IEEE International Symposium on Antennas and Propagation (AP-S)},
month = jul,
year = {2013},
project = {A05}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Krzysztof Nieweglowski, Ralf Rieske, Ronny Henker, David Schöniger, Frank Ellinger, Klaus-Jürgen Wolter, "Optical interconnects for adaptive high performance computing", Proceedings of the IEEE International Students and Young Scientists Workshop on Photonics and Microsystems, Jul 2013. [Bibtex & Downloads]
Optical interconnects for adaptive high performance computing
Reference
Krzysztof Nieweglowski, Ralf Rieske, Ronny Henker, David Schöniger, Frank Ellinger, Klaus-Jürgen Wolter, "Optical interconnects for adaptive high performance computing", Proceedings of the IEEE International Students and Young Scientists Workshop on Photonics and Microsystems, Jul 2013.
Bibtex
@InProceedings{ Nieweglowski2013a---Ellinger2013b,
author = {Krzysztof Nieweglowski and Ralf Rieske and Ronny Henker and David Schöniger and Frank Ellinger and Klaus-Jürgen Wolter},
title = {Optical interconnects for adaptive high performance computing},
booktitle = {Proceedings of the IEEE International Students and Young Scientists Workshop on Photonics and Microsystems},
month = jul,
year = {2013},
note = {(invited)},
project = {A07}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christopher Mauermann, Sebastian Sohr, Ralf Rieske, Krzysztof Nieweglowski, Klaus-Jürgen Wolter, "Photolithographic structuring of planar optical waveguides on flexible, organic substrates", Proceedings of the IEEE International Students and Young Scientists Workshop on Photonics and Microsystems, Jul 2013. [Bibtex & Downloads]
Photolithographic structuring of planar optical waveguides on flexible, organic substrates
Reference
Christopher Mauermann, Sebastian Sohr, Ralf Rieske, Krzysztof Nieweglowski, Klaus-Jürgen Wolter, "Photolithographic structuring of planar optical waveguides on flexible, organic substrates", Proceedings of the IEEE International Students and Young Scientists Workshop on Photonics and Microsystems, Jul 2013.
Bibtex
@InProceedings{ Mauermann2013,
author = {Christopher Mauermann and Sebastian Sohr and Ralf Rieske and Krzysztof Nieweglowski and Klaus-Jürgen Wolter},
title = {Photolithographic structuring of planar optical waveguides on flexible, organic substrates},
booktitle = {Proceedings of the IEEE International Students and Young Scientists Workshop on Photonics and Microsystems},
month = jul,
year = {2013},
project = {A07}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin Zarrieß, Anni-Yasmin Turhan, "Computing the lcs w.r.t.\ general EL+-TBoxes" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch) , CEUR-WS.org, vol. 1014, pp. 477-488, Jul 2013. [Bibtex & Downloads]
Computing the lcs w.r.t.\ general EL+-TBoxes
Reference
Benjamin Zarrieß, Anni-Yasmin Turhan, "Computing the lcs w.r.t.\ general EL+-TBoxes" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch) , CEUR-WS.org, vol. 1014, pp. 477-488, Jul 2013.
Bibtex
@InCollection{ auto-key*em,
author = {Benjamin Zarrieß and Anni-Yasmin Turhan},
title = {Computing the lcs w.r.t.\ general {{EL+}-TBoxes}},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch},
publisher = {CEUR-WS.org},
volume = {1014},
series = {CEUR Workshop Proceedings},
pages = {477-488},
month = jul,
year = {2013},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporal Query Answering in \emphDL-Lite" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch) , CEUR-WS.org, vol. 1014, pp. 80-92, Jul 2013. [Bibtex & Downloads]
Temporal Query Answering in \emphDL-Lite
Reference
Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporal Query Answering in \emphDL-Lite" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch) , CEUR-WS.org, vol. 1014, pp. 80-92, Jul 2013.
Bibtex
@InCollection{ auto-key*en,
author = {Stefan Borgwardt and Marcel Lippmann and Veronika Thost},
title = {Temporal Query Answering in {\emph{DL-Lite}}},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch},
publisher = {CEUR-WS.org},
volume = {1014},
series = {CEUR Workshop Proceedings},
pages = {80-92},
month = jul,
year = {2013},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Role-depth bounded Least Common Subsumer in Prob-EL with Nominals" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch) , CEUR-WS.org, vol. 1014, pp. 670-688, Jul 2013. [Bibtex & Downloads]
Role-depth bounded Least Common Subsumer in Prob-EL with Nominals
Reference
Andreas Ecke, Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Role-depth bounded Least Common Subsumer in Prob-EL with Nominals" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch) , CEUR-WS.org, vol. 1014, pp. 670-688, Jul 2013.
Bibtex
@InCollection{ auto-key*eo,
author = {Ecke, Andreas and Peñaloza Nyssen, Rafael and Turhan, Anni-Yasmin},
title = {Role-depth bounded Least Common Subsumer in {Prob-{EL}} with Nominals},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch},
publisher = {CEUR-WS.org},
volume = {1014},
series = {CEUR Workshop Proceedings},
pages = {670-688},
month = jul,
year = {2013},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hannes Voigt, Thomas Kissinger, Wolfgang Lehner, "SMIX – Self-Managing Indexes for Dynamic Workloads" , Proceedings of the International Conference on Scientific and Statistical Database Management (SSDBM), Jul 2013. [Bibtex & Downloads]
SMIX – Self-Managing Indexes for Dynamic Workloads
Reference
Hannes Voigt, Thomas Kissinger, Wolfgang Lehner, "SMIX – Self-Managing Indexes for Dynamic Workloads" , Proceedings of the International Conference on Scientific and Statistical Database Management (SSDBM), Jul 2013.
Bibtex
@InProceedings{ auto-key*fy,
author = {Hannes Voigt and Thomas Kissinger and Wolfgang Lehner},
title = {{SMIX -- Self}-Managing Indexes for Dynamic Workloads},
booktitle = {Proceedings of the International Conference on Scientific and Statistical Database Management (SSDBM)},
month = jul,
year = {2013},
project = {B05}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Mittelbach, E. A. Jorswieck, "Information regular and #x03C8;-mixing channels", Information Theory Proceedings (ISIT), 2013 IEEE International Symposium on, pp. 2094-2098, July 2013. [doi] [Bibtex & Downloads]
Information regular and #x03C8;-mixing channels
Reference
M. Mittelbach, E. A. Jorswieck, "Information regular and #x03C8;-mixing channels", Information Theory Proceedings (ISIT), 2013 IEEE International Symposium on, pp. 2094-2098, July 2013. [doi]
Bibtex
@inproceedings{6620595,
Author = {M. Mittelbach and E. A. Jorswieck},
Booktitle = {Information Theory Proceedings (ISIT), 2013 IEEE International Symposium on},
Date-Added = {2016-11-07 06:25:02 +0000},
Date-Modified = {2016-11-07 06:25:02 +0000},
Doi = {10.1109/ISIT.2013.6620595},
Issn = {2157-8095},
Keywords = {Gaussian channels;channel capacity;channel coding;continuous time systems;discrete time systems;ψ-mixing channels;Gaussian asymptotic output-memoryless channels;abstract alphabets;asymptotic output-memorylessness;coding theorem;continuous-time channels;discrete-time channel;finite output memory;infinite information capacity;information regular channel;information regularity;time structure;Additive noise;Encoding;Fading;Random processes;Random variables},
Month = {July},
Pages = {2094-2098},
Title = {Information regular and #x03C8;-mixing channels},
Year = {2013},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/ISIT.2013.6620595}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Mikolajick, André Heinzig, Jens Trommer, Sebastian Pregl, Matthias Grube, Gianaurelio Cuniberti, Walter M. Weber, "Silicon nanowires - a versatile technology platform", In physica status solidi (RRL) - Rapid Research Letters, Wiley, vol. 7, no. 10, pp. 793–799, Jul 2013. [doi] [Bibtex & Downloads]
Silicon nanowires - a versatile technology platform
Reference
Thomas Mikolajick, André Heinzig, Jens Trommer, Sebastian Pregl, Matthias Grube, Gianaurelio Cuniberti, Walter M. Weber, "Silicon nanowires - a versatile technology platform", In physica status solidi (RRL) - Rapid Research Letters, Wiley, vol. 7, no. 10, pp. 793–799, Jul 2013. [doi]
Bibtex
@article{Mikolajick_2013,
doi = {10.1002/pssr.201307247},
url = {https://doi.org/10.1002%2Fpssr.201307247},
year = 2013,
month = {jul},
publisher = {Wiley},
volume = {7},
number = {10},
pages = {793--799},
author = {Thomas Mikolajick and Andr{\'{e}} Heinzig and Jens Trommer and Sebastian Pregl and Matthias Grube and Gianaurelio Cuniberti and Walter M. Weber},
title = {Silicon nanowires - a versatile technology platform},
journal = {physica status solidi ({RRL}) - Rapid Research Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahdi M. Khafaji, Corrado Carta, Elena Sobotta, Daniel Mičušík, Frank Ellinger, "An inductorless 34\,Gbit/s half-rate 4:1 multiplexer in 0.25\,µm SiGe technology", Proceedings of the Conference on Ph.D.\ Research in Microelectronics and Electronics (PRIME), Jun 2013. [Bibtex & Downloads]
An inductorless 34\,Gbit/s half-rate 4:1 multiplexer in 0.25\,µm SiGe technology
Reference
Mahdi M. Khafaji, Corrado Carta, Elena Sobotta, Daniel Mičušík, Frank Ellinger, "An inductorless 34\,Gbit/s half-rate 4:1 multiplexer in 0.25\,µm SiGe technology", Proceedings of the Conference on Ph.D.\ Research in Microelectronics and Electronics (PRIME), Jun 2013.
Bibtex
@InProceedings{ Khafaji2013,
author = {Mahdi M. Khafaji and Corrado Carta and Elena Sobotta and Daniel Mičušík and Frank Ellinger},
title = {An inductorless {34\,Gbit/s} half-rate 4:1 multiplexer in 0.25\,µm {SiGe} technology},
booktitle = {Proceedings of the Conference on Ph.D.\ Research in Microelectronics and Electronics (PRIME)},
month = jun,
year = {2013},
project = {A01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pan Cao, Eduard A. Jorswieck, "Source energy-saving performance in amplify-and-forward relay-assisted wireless system", Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring), Jun 2013. [Bibtex & Downloads]
Source energy-saving performance in amplify-and-forward relay-assisted wireless system
Reference
Pan Cao, Eduard A. Jorswieck, "Source energy-saving performance in amplify-and-forward relay-assisted wireless system", Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring), Jun 2013.
Bibtex
@InProceedings{ Cao0000,
author = {Pan Cao and Eduard A. Jorswieck},
title = {Source energy-saving performance in amplify-and-forward relay-assisted wireless system},
booktitle = {Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring)},
month = jun,
year = {2013},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Eduard A. Jorswieck, Stefano Buzzi, "Energy-aware competitive power control in relay-assisted interference channels with direct transmitters-receivers link", Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring), Jun 2013. [Bibtex & Downloads]
Energy-aware competitive power control in relay-assisted interference channels with direct transmitters-receivers link
Reference
Alessio Zappone, Eduard A. Jorswieck, Stefano Buzzi, "Energy-aware competitive power control in relay-assisted interference channels with direct transmitters-receivers link", Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring), Jun 2013.
Bibtex
@InProceedings{ Zappone2013d,
author = {Alessio Zappone and Eduard A. Jorswieck and Stefano Buzzi},
title = {Energy-aware competitive power control in relay-assisted interference channels with direct transmitters-receivers link},
booktitle = {Proceedings of the IEEE Vehicular Technology Conference (VTC-Spring)},
month = jun,
year = {2013},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Srishti Srivastava, Brandon Malone, Nitin Sukhija, Ioana Banicescu, Florina M. Ciorba, "Predicting the flexibility of dynamic loop scheduling using an artificial neural network" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2013. [Bibtex & Downloads]
Predicting the flexibility of dynamic loop scheduling using an artificial neural network
Reference
Srishti Srivastava, Brandon Malone, Nitin Sukhija, Ioana Banicescu, Florina M. Ciorba, "Predicting the flexibility of dynamic loop scheduling using an artificial neural network" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2013.
Bibtex
@InProceedings{ auto-key*bb,
author = {Srishti Srivastava and Brandon Malone and Nitin Sukhija and Ioana Banicescu and Florina M. Ciorba},
title = {Predicting the flexibility of dynamic loop scheduling using an artificial neural network},
booktitle = {Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC)},
month = jun,
year = {2013},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahadevan Balasubramaniam, Ioana Banicescu, Florina M. Ciorba, "Analyzing the robustness of scheduling algorithms using divisible load theory on heterogeneous systems" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2013. [Bibtex & Downloads]
Analyzing the robustness of scheduling algorithms using divisible load theory on heterogeneous systems
Reference
Mahadevan Balasubramaniam, Ioana Banicescu, Florina M. Ciorba, "Analyzing the robustness of scheduling algorithms using divisible load theory on heterogeneous systems" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2013.
Bibtex
@InProceedings{ auto-key*bc,
author = {Mahadevan Balasubramaniam and Ioana Banicescu and Florina M. Ciorba},
title = {Analyzing the robustness of scheduling algorithms using divisible load theory on heterogeneous systems},
booktitle = {Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC)},
month = jun,
year = {2013},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Pfennig, Elke Franz, "Secure network coding: Dependency of efficiency on network topology", Proceedings of the IEEE International Conference on Communications (ICC), Symposium on Communication and Information System Security (CIS), Jun 2013. [Bibtex & Downloads]
Secure network coding: Dependency of efficiency on network topology
Reference
Stefan Pfennig, Elke Franz, "Secure network coding: Dependency of efficiency on network topology", Proceedings of the IEEE International Conference on Communications (ICC), Symposium on Communication and Information System Security (CIS), Jun 2013.
Bibtex
@InProceedings{ Pfennig2013,
author = {Stefan Pfennig and Elke Franz},
title = {Secure network coding: {Dependency} of efficiency on network topology},
booktitle = {Proceedings of the IEEE International Conference on Communications (ICC), Symposium on Communication and Information System Security (CIS)},
month = jun,
year = {2013},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Michael Maas, Thomas Kissinger, Dirk Habich, Wolfgang Lehner, "BUZZARD: A NUMA-Aware In\nobreakdash-Memory Indexing System" , Proceedings of the ACM International Conference on Management of Data (SIGMOD), Jun 2013. [Bibtex & Downloads]
BUZZARD: A NUMA-Aware In\nobreakdash-Memory Indexing System
Reference
Lukas Michael Maas, Thomas Kissinger, Dirk Habich, Wolfgang Lehner, "BUZZARD: A NUMA-Aware In\nobreakdash-Memory Indexing System" , Proceedings of the ACM International Conference on Management of Data (SIGMOD), Jun 2013.
Bibtex
@InProceedings{ auto-key*fz,
author = {Lukas Michael Maas and Thomas Kissinger and Dirk Habich and Wolfgang Lehner},
title = {{BUZZARD: A NUMA}-Aware In\nobreakdash-Memory Indexing System},
booktitle = {Proceedings of the ACM International Conference on Management of Data (SIGMOD)},
month = jun,
year = {2013},
project = {B05},
annote = {SIGMOD = Association for Computing Machinery's Special Interest Group on Management of Data}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Secure degrees of freedom on widely linear instantaneous relay-assisted interference channel", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2013. [Bibtex & Downloads]
Secure degrees of freedom on widely linear instantaneous relay-assisted interference channel
Reference
Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Secure degrees of freedom on widely linear instantaneous relay-assisted interference channel", Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Jun 2013.
Bibtex
@InProceedings{ Ho2013a---Ho2013c,
author = {Zuleita Ka Ming Ho and Eduard A. Jorswieck},
title = {Secure degrees of freedom on widely linear instantaneous relay-assisted interference channel},
booktitle = {Proceedings of the IEEE International Workshop on Signal Processing Advances in Wireless Communications (SPAWC)},
month = jun,
year = {2013},
note = {(invited)},
project = {A03, A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nitin Sukhija, Ioana Banicescu, Srishti Srivastava, Florina M. Ciorba, "Evaluating the flexibility of dynamic loop scheduling on heterogeneous systems in the presence of fluctuating load using SimGrid" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2013. [Bibtex & Downloads]
Evaluating the flexibility of dynamic loop scheduling on heterogeneous systems in the presence of fluctuating load using SimGrid
Reference
Nitin Sukhija, Ioana Banicescu, Srishti Srivastava, Florina M. Ciorba, "Evaluating the flexibility of dynamic loop scheduling on heterogeneous systems in the presence of fluctuating load using SimGrid" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2013.
Bibtex
@InProceedings{ auto-key*ba,
author = {Nitin Sukhija and Ioana Banicescu and Srishti Srivastava and Florina M. Ciorba},
title = {Evaluating the flexibility of dynamic loop scheduling on heterogeneous systems in the presence of fluctuating load using {SimGrid}},
booktitle = {Proceedings of the IEEE International Parallel \& Distributed Processing Symposium (IPDPS) Workshops},
month = may,
year = {2013},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Krzysztof Nieweglowski, Ralf Rieske, Sebastian Sohr, Klaus-Jürgen Wolter, "Design and optimization of planar multimode waveguides for high speed board-level optical interconnects", Proceedings of the IEEE Electronic Components and Technology Conference (ECTC), May 2013. [Bibtex & Downloads]
Design and optimization of planar multimode waveguides for high speed board-level optical interconnects
Reference
Krzysztof Nieweglowski, Ralf Rieske, Sebastian Sohr, Klaus-Jürgen Wolter, "Design and optimization of planar multimode waveguides for high speed board-level optical interconnects", Proceedings of the IEEE Electronic Components and Technology Conference (ECTC), May 2013.
Bibtex
@InProceedings{ Nieweglowski2013,
author = {Krzysztof Nieweglowski and Ralf Rieske and Sebastian Sohr and Klaus-Jürgen Wolter},
title = {Design and optimization of planar multimode waveguides for high speed board-level optical interconnects},
booktitle = {Proceedings of the IEEE Electronic Components and Technology Conference (ECTC)},
month = may,
year = {2013},
project = {A07}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Claas Wilke, Sebastian Richly, Georg Püschel, Uwe Aßmann, "Model-driven Self-optimization Using Integer Linear Programming and Pseudo-Boolean Optimization", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), May 2013. [Bibtex & Downloads]
Model-driven Self-optimization Using Integer Linear Programming and Pseudo-Boolean Optimization
Reference
Sebastian Götz, Claas Wilke, Sebastian Richly, Georg Püschel, Uwe Aßmann, "Model-driven Self-optimization Using Integer Linear Programming and Pseudo-Boolean Optimization", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), May 2013.
Bibtex
@InProceedings{ GWR+13,
author = {Sebastian Götz and Claas Wilke and Sebastian Richly and Georg Püschel and Uwe Aßmann},
title = {Model-driven Self-optimization Using Integer Linear Programming and Pseudo-{Boolean} Optimization},
booktitle = {Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE)},
month = may,
year = {2013},
project = {B01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Georg Püschel, Sebastian Götz, Claas Wilke, Uwe Aßmann, "Towards Systematic Model-based Testing of Self-adaptive Systems", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), May 2013. [Bibtex & Downloads]
Towards Systematic Model-based Testing of Self-adaptive Systems
Reference
Georg Püschel, Sebastian Götz, Claas Wilke, Uwe Aßmann, "Towards Systematic Model-based Testing of Self-adaptive Systems", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), May 2013.
Bibtex
@InProceedings{ PGW+13,
author = {Georg Püschel and Sebastian Götz and Claas Wilke and Uwe Aßmann},
title = {Towards Systematic Model-based Testing of Self-adaptive Systems},
booktitle = {Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE)},
month = may,
year = {2013},
note = {(Best Paper Award)},
project = {B01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Björn Döbel, Marcus Völp, Hermann Härtig, "eBond: Energy Saving in Heterogeneous R.A.I.N\strut", Proceedings of the ACM International Conference on Future Energy Systems (e-Energy), May 2013. [doi] [Bibtex & Downloads]
eBond: Energy Saving in Heterogeneous R.A.I.N\strut
Reference
Marcus Hähnel, Björn Döbel, Marcus Völp, Hermann Härtig, "eBond: Energy Saving in Heterogeneous R.A.I.N\strut", Proceedings of the ACM International Conference on Future Energy Systems (e-Energy), May 2013. [doi]
Bibtex
@InProceedings{ HahnelDVH13---Hahnel:2013:EES:2487166.2487188,
author = {Marcus Hähnel and Björn Döbel and Marcus Völp and Hermann Härtig},
title = {{eBond: Energy} Saving in Heterogeneous {R.A.I.N}\strut},
booktitle = {Proceedings of the ACM International Conference on Future Energy Systems (e-Energy)},
month = may,
year = {2013},
project = {B04},
doi = {10.1145/2487166.2487188}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zuleita Ka Ming Ho, Eduard A. Jorswieck, Sabrina Gerbracht, "Efficient information leakage neutralization on a relay-assisted multi-carrier interference channel", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2013. [Bibtex & Downloads]
Efficient information leakage neutralization on a relay-assisted multi-carrier interference channel
Reference
Zuleita Ka Ming Ho, Eduard A. Jorswieck, Sabrina Gerbracht, "Efficient information leakage neutralization on a relay-assisted multi-carrier interference channel", Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP), May 2013.
Bibtex
@InProceedings{ Ho2013b---Ho2013a,
author = {Zuleita Ka Ming Ho and Eduard A. Jorswieck and Sabrina Gerbracht },
title = {Efficient information leakage neutralization on a relay-assisted multi-carrier interference channel},
booktitle = {Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP)},
month = may,
year = {2013},
project = {A03, A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Julian Alfredo Mendez, Veronika Thost, Anni-Yasmin Turhan, "OWL 2 reasoning to detect energy-efficient software variants from context", Chapter in Proceedings of the International Workshop on OWL: Experiences and Directions (OWLED) (Mariano Rodriguez-Muro and Simon Jupp and Kavitha Srinivas), CEUR-WS.org, vol. 1080, May 2013. [Bibtex & Downloads]
OWL 2 reasoning to detect energy-efficient software variants from context
Reference
Sebastian Götz, Julian Alfredo Mendez, Veronika Thost, Anni-Yasmin Turhan, "OWL 2 reasoning to detect energy-efficient software variants from context", Chapter in Proceedings of the International Workshop on OWL: Experiences and Directions (OWLED) (Mariano Rodriguez-Muro and Simon Jupp and Kavitha Srinivas), CEUR-WS.org, vol. 1080, May 2013.
Bibtex
@InCollection{ GMT+13---GoMeT13,
author = {Sebastian Götz and Julian Alfredo Mendez and Veronika Thost and Anni-Yasmin Turhan},
title = {{OWL~2} reasoning to detect energy-efficient software variants from context},
booktitle = {Proceedings of the International Workshop on OWL: Experiences and Directions (OWLED)},
editor = {Mariano Rodriguez-Muro and Simon Jupp and Kavitha Srinivas},
publisher = {CEUR-WS.org},
volume = {1080},
series = {CEUR Workshop Proceedings},
month = may,
year = {2013},
project = {B01, B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Zhijiat Chong, Eduard A. Jorswieck, Stefano Buzzi, "Energy-aware competitive power control in relay-assisted interference wireless networks", In IEEE Transactions on Wireless Communications, vol. 12, no. 4, pp. 1860-1871, Apr 2013. [doi] [Bibtex & Downloads]
Energy-aware competitive power control in relay-assisted interference wireless networks
Reference
Alessio Zappone, Zhijiat Chong, Eduard A. Jorswieck, Stefano Buzzi, "Energy-aware competitive power control in relay-assisted interference wireless networks", In IEEE Transactions on Wireless Communications, vol. 12, no. 4, pp. 1860-1871, Apr 2013. [doi]
Bibtex
@Article{ Zappone2013,
author = {Alessio Zappone and Zhijiat Chong and Eduard A. Jorswieck and Stefano Buzzi},
title = {Energy-aware competitive power control in relay-assisted interference wireless networks},
journal = {IEEE Transactions on Wireless Communications},
volume = {12},
number = {4},
pages = {1860-1871},
month = apr,
year = {2013},
project = {A03},
doi = {10.1109/TWC.2013.031313.121103}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Hackenberg, Thomas Ilsche, Robert Schöne, Daniel Molka, Maik Schmidt, Wolfgang Erwin Nagel, "Power measurement techniques on standard compute nodes: A quantitative comparison", Proceedings of the IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS), Apr 2013. [Bibtex & Downloads]
Power measurement techniques on standard compute nodes: A quantitative comparison
Reference
Daniel Hackenberg, Thomas Ilsche, Robert Schöne, Daniel Molka, Maik Schmidt, Wolfgang Erwin Nagel, "Power measurement techniques on standard compute nodes: A quantitative comparison", Proceedings of the IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS), Apr 2013.
Bibtex
@InProceedings{ Hackenberg:2013,
author = {Daniel Hackenberg and Thomas Ilsche and Robert Schöne and Daniel Molka and Maik Schmidt and Wolfgang Erwin Nagel},
title = {Power measurement techniques on standard compute nodes: {A} quantitative comparison},
booktitle = {Proceedings of the IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)},
month = apr,
year = {2013},
project = {A04}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Völp, Johannes Steinmetz, Marcus Hähnel, "Consolidate-to-Idle: The Second Dimension is Almost for Free" , Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), Apr 2013. [Bibtex & Downloads]
Consolidate-to-Idle: The Second Dimension is Almost for Free
Reference
Marcus Völp, Johannes Steinmetz, Marcus Hähnel, "Consolidate-to-Idle: The Second Dimension is Almost for Free" , Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS), Apr 2013.
Bibtex
@InProceedings{ auto-key*fs,
author = {Marcus Völp and Johannes Steinmetz and Marcus Hähnel},
title = {Consolidate-to-Idle: {The} Second Dimension is Almost for Free},
booktitle = {Proceedings of the IEEE Real-Time and Embedded Technology and Applications Symposium (RTAS)},
month = apr,
year = {2013},
project = {B04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Roitzsch, S. Wächtler, H. Härtig, "Atlas: Look-ahead scheduling using workload metrics", In Proceeding: 2013 IEEE 19th Real-Time and Embedded Technology and Applications Symposium (RTAS), pp. 1-10, April 2013. [doi] [Bibtex & Downloads]
Atlas: Look-ahead scheduling using workload metrics
Reference
M. Roitzsch, S. Wächtler, H. Härtig, "Atlas: Look-ahead scheduling using workload metrics", In Proceeding: 2013 IEEE 19th Real-Time and Embedded Technology and Applications Symposium (RTAS), pp. 1-10, April 2013. [doi]
Bibtex
@INPROCEEDINGS{6531074,
author={M. Roitzsch and S. Wächtler and H. Härtig},
booktitle={2013 IEEE 19th Real-Time and Embedded Technology and Applications Symposium (RTAS)},
title={Atlas: Look-ahead scheduling using workload metrics},
year={2013},
pages={1-10},
keywords={operating systems (computers);scheduling;user interfaces;Atlas;application execution time behavior;auto-training look-ahead scheduler;commodity operating systems;deadlines;dynamic high-throughput load;explicit job submission;look-ahead scheduling;periodic task model;resource requirements;scheduling interface;timing requirements;video playback;workload metrics;Decoding;Real-time systems;Streaming media;Timing;Vectors;auto-training look-ahead scheduler;self-describing jobs;workload metrics},
doi={10.1109/RTAS.2013.6531074},
ISSN={1080-1812},
month={April},}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, René Schöne, Claas Wilke, Julian Alfredo Mendez, Uwe Aßmann, "Towards predictive self-optimization by situation recognition", Proceedings of the Workshop on Energy Aware Software-Engineering and Development (EASED@BUIS), Apr 2013. [Bibtex & Downloads]
Towards predictive self-optimization by situation recognition
Reference
Sebastian Götz, René Schöne, Claas Wilke, Julian Alfredo Mendez, Uwe Aßmann, "Towards predictive self-optimization by situation recognition", Proceedings of the Workshop on Energy Aware Software-Engineering and Development (EASED@BUIS), Apr 2013.
Bibtex
@InProceedings{ GSW+13---GoScWiMeAs13,
author = {Sebastian Götz and René Schöne and Claas Wilke and Julian Alfredo Mendez and Uwe Aßmann},
title = {Towards predictive self-optimization by situation recognition},
booktitle = {Proceedings of the Workshop on Energy Aware Software-Engineering and Development (EASED{@}BUIS)},
month = apr,
year = {2013},
project = {B01, B02},
annote = {www.se.uni-oldenburg.de/preprocess.php?seite=47206.html&include0=generated-content/eased2013.html}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alaa Brihi, Waltenegus Dargie, "Dynamic voltage and frequency scaling in multimedia servers", In Proceeding: Advanced Information Networking and Applications (AINA), 2013 IEEE 27th International Conference on, IEEE, pp. 374–380, Mar 2013. [doi] [Bibtex & Downloads]
Dynamic voltage and frequency scaling in multimedia servers
Reference
Alaa Brihi, Waltenegus Dargie, "Dynamic voltage and frequency scaling in multimedia servers", In Proceeding: Advanced Information Networking and Applications (AINA), 2013 IEEE 27th International Conference on, IEEE, pp. 374–380, Mar 2013. [doi]
Bibtex
@inproceedings{brihi2013dynamic,
author={Brihi, Alaa and Dargie, Waltenegus},
booktitle={Advanced Information Networking and Applications (AINA), 2013 IEEE 27th International Conference on},
doi={10.1109/AINA.2013.136},
month={mar},
organization={IEEE},
pages={374–380},
publisher={IEEE},
title={Dynamic voltage and frequency scaling in multimedia servers},
url={https://doi.org/10.1109%2Faina.2013.136},
year={2013},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gerhard P. Fettweis, Najeeb ul Hassan, Lukas Landau, Erik Fischer, "Wireless interconnect for board and chip level", Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2013. [doi] [Bibtex & Downloads]
Wireless interconnect for board and chip level
Reference
Gerhard P. Fettweis, Najeeb ul Hassan, Lukas Landau, Erik Fischer, "Wireless interconnect for board and chip level", Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2013. [doi]
Bibtex
@InProceedings{ DATE_13,
author = {Fettweis, Gerhard P. and ul Hassan, Najeeb and Landau, Lukas and Fischer, Erik},
title = {Wireless interconnect for board and chip level},
booktitle = {Proceedings of the Conference on Design, Automation \& Test in Europe (DATE)},
month = mar,
year = {2013},
note = {(invited)},
project = {A02},
doi = {10.7873/DATE.2013.201}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ioana Banicescu, Florina M. Ciorba, Srishti Srivastava, "Performance Optimization of Scientific Applications using an Autonomic Computing Approach" , Chapter in Scalable Computing and Communications: Theory and Practice (Samee U. Khan and Albert Y. Zomaya and Lizhe Wang) , Wiley, pp. 437-466, Mar 2013. [Bibtex & Downloads]
Performance Optimization of Scientific Applications using an Autonomic Computing Approach
Reference
Ioana Banicescu, Florina M. Ciorba, Srishti Srivastava, "Performance Optimization of Scientific Applications using an Autonomic Computing Approach" , Chapter in Scalable Computing and Communications: Theory and Practice (Samee U. Khan and Albert Y. Zomaya and Lizhe Wang) , Wiley, pp. 437-466, Mar 2013.
Bibtex
@InCollection{ auto-key*z,
author = {Ioana Banicescu and Florina M. Ciorba and Srishti Srivastava},
title = {Performance Optimization of Scientific Applications using an Autonomic Computing Approach},
booktitle = {Scalable Computing and Communications: Theory and Practice},
editor = {Samee U. Khan and Albert Y. Zomaya and Lizhe Wang},
publisher = {Wiley},
pages = {437-466},
month = mar,
year = {2013},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Claas Wilke, Sebastian Richly, Christian Piechnick, Sebastian Götz, Georg Püschel, Uwe Aßmann, "Comparing mobile applications’ energy consumption" , Proceedings of the ACM Symposium on Applied Computing (SAC), Mar 2013. [Bibtex & Downloads]
Comparing mobile applications’ energy consumption
Reference
Claas Wilke, Sebastian Richly, Christian Piechnick, Sebastian Götz, Georg Püschel, Uwe Aßmann, "Comparing mobile applications’ energy consumption" , Proceedings of the ACM Symposium on Applied Computing (SAC), Mar 2013.
Bibtex
@InProceedings{ auto-key*dq,
author = {Claas Wilke and Sebastian Richly and Christian Piechnick and Sebastian Götz and Georg Püschel and Uwe Aßmann},
title = {Comparing mobile applications’ energy consumption},
booktitle = {Proceedings of the ACM Symposium on Applied Computing (SAC)},
month = mar,
year = {2013},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Claas Wilke, Sebastian Götz, Sebastian Richly, "JouleUnit – A generic framework for software energy profiling and testing" , Proceedings of the Workshop Green In Software Engineering, Green By Software Engineering’’ (GIBSE), Mar 2013. [Bibtex & Downloads]
JouleUnit – A generic framework for software energy profiling and testing
Reference
Claas Wilke, Sebastian Götz, Sebastian Richly, "JouleUnit – A generic framework for software energy profiling and testing" , Proceedings of the Workshop Green In Software Engineering, Green By Software Engineering’’ (GIBSE), Mar 2013.
Bibtex
@InProceedings{ auto-key*dr,
author = {Claas Wilke and Sebastian Götz and Sebastian Richly},
title = {{JouleUnit -- A} generic framework for software energy profiling and testing},
booktitle = {Proceedings of the Workshop ``Green In Software Engineering, Green By Software Engineering’’ (GIBSE)},
month = mar,
year = {2013},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wolfgang Lehner, "Energy-Efficient In\nobreakdash-Memory Database Computing", Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2013. [Bibtex & Downloads]
Energy-Efficient In\nobreakdash-Memory Database Computing
Reference
Wolfgang Lehner, "Energy-Efficient In\nobreakdash-Memory Database Computing", Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2013.
Bibtex
@InProceedings{ DBLP:conf/date/Lehner13,
author = {Wolfgang Lehner},
title = {Energy-Efficient In\nobreakdash-Memory Database Computing},
booktitle = {Proceedings of the Conference on Design, Automation \& Test in Europe (DATE)},
month = mar,
year = {2013},
project = {B05},
annote = {http://dl.acm.org/citation.cfm?id=2485402}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Waltenegus Dargie, Eldora Eldora, Julian Alfredo Mendez, Christoph Möbius, Kateryna Rybina, Veronika Thost, Anni-Yasmin Turhan, "Situation recognition for service management systems using OWL 2 reasoners" , Proceedings of the IEEE Workshop on Context Modeling and Reasoning (CoMoRea), Mar 2013. [Bibtex & Downloads]
Situation recognition for service management systems using OWL 2 reasoners
Reference
Waltenegus Dargie, Eldora Eldora, Julian Alfredo Mendez, Christoph Möbius, Kateryna Rybina, Veronika Thost, Anni-Yasmin Turhan, "Situation recognition for service management systems using OWL 2 reasoners" , Proceedings of the IEEE Workshop on Context Modeling and Reasoning (CoMoRea), Mar 2013.
Bibtex
@InProceedings{ auto-key*gs,
author = {Waltenegus Dargie and Eldora Eldora and Julian Alfredo Mendez and Christoph Möbius and Kateryna Rybina and Veronika Thost and Anni-Yasmin Turhan},
title = {Situation recognition for service management systems using {OWL~2} reasoners},
booktitle = {Proceedings of the IEEE Workshop on Context Modeling and Reasoning (CoMoRea)},
month = mar,
year = {2013},
project = {B02, B06}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eduard A. Jorswieck, Rami Mochaourab, "Shannon meets Walras on interference networks" , Proceedings of the IEEE Information Theory and Applications Workshop (ITA), Feb 2013. [Bibtex & Downloads]
Shannon meets Walras on interference networks
Reference
Eduard A. Jorswieck, Rami Mochaourab, "Shannon meets Walras on interference networks" , Proceedings of the IEEE Information Theory and Applications Workshop (ITA), Feb 2013.
Bibtex
@InProceedings{ auto-key*t,
author = {Eduard A. Jorswieck and Rami Mochaourab},
title = {Shannon meets {Walras} on interference networks},
booktitle = {Proceedings of the IEEE Information Theory and Applications Workshop (ITA)},
month = feb,
year = {2013},
project = {A03}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas Landau, Stefan Krone, Gerhard P. Fettweis, "Intersymbol-interference design for the maximum information rates with 1-bit quantization and oversampling at the receiver" , Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC), Jan 2013. [Bibtex & Downloads]
Intersymbol-interference design for the maximum information rates with 1-bit quantization and oversampling at the receiver
Reference
Lukas Landau, Stefan Krone, Gerhard P. Fettweis, "Intersymbol-interference design for the maximum information rates with 1-bit quantization and oversampling at the receiver" , Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC), Jan 2013.
Bibtex
@InProceedings{ auto-key*f,
author = {Lukas Landau and Stefan Krone and Gerhard P. Fettweis},
title = {Intersymbol-interference design for the maximum information rates with 1-bit quantization and oversampling at the receiver},
booktitle = {Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC)},
month = jan,
year = {2013},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Israel, Andreas Fischer, "An approach to discrete receive beamforming", Proceedings of the International ITG Conferences on Systems, Communication and Coding (SCC), Jan 2013. [Bibtex & Downloads]
An approach to discrete receive beamforming
Reference
Johannes Israel, Andreas Fischer, "An approach to discrete receive beamforming", Proceedings of the International ITG Conferences on Systems, Communication and Coding (SCC), Jan 2013.
Bibtex
@InProceedings{ IsFi2012,
author = {Johannes Israel and Andreas Fischer},
title = {An approach to discrete receive beamforming},
booktitle = {Proceedings of the International ITG Conferences on Systems, Communication and Coding (SCC)},
month = jan,
year = {2013},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eduard A. Jorswieck, "Secret key region in multiple antenna wiretap interference channels with public discussion", Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC), Jan 2013. [Bibtex & Downloads]
Secret key region in multiple antenna wiretap interference channels with public discussion
Reference
Eduard A. Jorswieck, "Secret key region in multiple antenna wiretap interference channels with public discussion", Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC), Jan 2013.
Bibtex
@InProceedings{ Jorswieck2013,
author = {Eduard A. Jorswieck},
title = {Secret key region in multiple antenna wiretap interference channels with public discussion},
booktitle = {Proceedings of the International ITG Conference on Systems, Communications and Coding (SCC)},
month = jan,
year = {2013},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nelly Bencomo, Gordon Blair, Sebastian Götz, Brice Morin, Bernhard Rumpe, "Report on the 7th International Workshop on Models@run.time" , In ACM SIGSOFT Software Engineering Notes, vol. 38, no. 1, pp. 27-30, Jan 2013. [Bibtex & Downloads]
Report on the 7th International Workshop on Models@run.time
Reference
Nelly Bencomo, Gordon Blair, Sebastian Götz, Brice Morin, Bernhard Rumpe, "Report on the 7th International Workshop on Models@run.time" , In ACM SIGSOFT Software Engineering Notes, vol. 38, no. 1, pp. 27-30, Jan 2013.
Bibtex
@Article{ auto-key*dv,
author = {Nelly Bencomo and Gordon Blair and Sebastian Götz and Brice Morin and Bernhard Rumpe},
title = {Report on the 7th {International Workshop on Models{@}run.time}},
journal = {ACM SIGSOFT Software Engineering Notes},
volume = {38},
number = {1},
pages = {27-30},
month = jan,
year = {2013},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Instance-based non-standard inferences in EL with subjective probabilities", Chapter in Uncertainty Reasoning for the Semantic Web II (Bobillo, Fernando and da Costa, Paulo Cesar G. and d'Amato, Claudia and Fanizzi, Nicola and Laskey, Kathryn Blackmond and Laskey, Kenneth J. and Lukasiewicz, Thomas and Nickles, Matthias and Pool, Michael), Springer, vol. 7123, pp. 80-98, Jan 2013. [Bibtex & Downloads]
Instance-based non-standard inferences in EL with subjective probabilities
Reference
Rafael Peñaloza Nyssen, Anni-Yasmin Turhan, "Instance-based non-standard inferences in EL with subjective probabilities", Chapter in Uncertainty Reasoning for the Semantic Web II (Bobillo, Fernando and da Costa, Paulo Cesar G. and d'Amato, Claudia and Fanizzi, Nicola and Laskey, Kathryn Blackmond and Laskey, Kenneth J. and Lukasiewicz, Thomas and Nickles, Matthias and Pool, Michael), Springer, vol. 7123, pp. 80-98, Jan 2013.
Bibtex
@InCollection{ PeTu13,
author = {Peñaloza Nyssen, Rafael and Turhan, Anni-Yasmin},
title = {Instance-based non-standard inferences in {EL} with subjective probabilities},
booktitle = {Uncertainty Reasoning for the Semantic Web~II},
editor = {Bobillo, Fernando and da Costa, Paulo Cesar G. and d'Amato, Claudia and Fanizzi, Nicola and Laskey, Kathryn Blackmond and Laskey, Kenneth J. and Lukasiewicz, Thomas and Nickles, Matthias and Pool, Michael},
publisher = {Springer},
volume = {7123},
series = {Lecture Notes in Artificial Intelligence},
pages = {80-98},
month = jan,
year = {2013},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adrian Cristal, P. Felber, C. Fetzer, D. Harmanci, A. Sobe, O. Unsal, JT Wamhoff, G. Yalcin, "Leveraging transactional memory for energyefficient computing below safe operation margins", Proceedings of the 8th ACM SIGPLAN Workshop on Transactional Computing, ser. TRANSACT. ACM, 2013. [Bibtex & Downloads]
Leveraging transactional memory for energyefficient computing below safe operation margins
Reference
Adrian Cristal, P. Felber, C. Fetzer, D. Harmanci, A. Sobe, O. Unsal, JT Wamhoff, G. Yalcin, "Leveraging transactional memory for energyefficient computing below safe operation margins", Proceedings of the 8th ACM SIGPLAN Workshop on Transactional Computing, ser. TRANSACT. ACM, 2013.
Bibtex
@inproceedings{cristal2013leveraging,
title={Leveraging transactional memory for energyefficient computing below safe operation margins},
author={Cristal, Adrian and Felber, P and Fetzer, C and Harmanci, D and Sobe, A and Unsal, O and Wamhoff, JT and Yalcin, G},
booktitle={Proceedings of the 8th ACM SIGPLAN Workshop on Transactional Computing, ser. TRANSACT. ACM},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "Towards instance query answering for concepts relaxed by similarity measures", In WL4AI-2013, pp. 50, 2013. [Bibtex & Downloads]
Towards instance query answering for concepts relaxed by similarity measures
Reference
Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "Towards instance query answering for concepts relaxed by similarity measures", In WL4AI-2013, pp. 50, 2013.
Bibtex
@article{ecke2013towards,
title={Towards instance query answering for concepts relaxed by similarity measures},
author={Ecke, Andreas and Pe{\~n}aloza, Rafael and Turhan, Anni-Yasmin},
journal={WL4AI-2013},
pages={50},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Herzig, Emiliano Lorini, Dirk Walther, "Reasoning about actions meets strategic logics", Chapter in Logic, Rationality, and Interaction, Springer, pp. 162–175, 2013. [doi] [Bibtex & Downloads]
Reasoning about actions meets strategic logics
Reference
Andreas Herzig, Emiliano Lorini, Dirk Walther, "Reasoning about actions meets strategic logics", Chapter in Logic, Rationality, and Interaction, Springer, pp. 162–175, 2013. [doi]
Bibtex
@incollection{herzig2013reasoning,
author={Herzig, Andreas and Lorini, Emiliano and Walther, Dirk},
booktitle={Logic, Rationality, and Interaction},
doi={10.1007/978-3-642-40948-6_13},
pages={162–175},
publisher={Springer},
title={Reasoning about actions meets strategic logics},
url={https://doi.org/10.1007%2F978-3-642-40948-6_13},
year={2013},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- A. Mischok, F. Lemke, C. Reinhardt, R. Brückner, AA Zakhidov, SI Hintschich, H. Fröb, VG Lyssenko, K. Leo, "Dispersion tomography of an organic photonic-wire microcavity", In Applied Physics Letters, AIP Publishing, vol. 103, no. 18, pp. 183302, 2013. [doi] [Bibtex & Downloads]
Dispersion tomography of an organic photonic-wire microcavity
Reference
A. Mischok, F. Lemke, C. Reinhardt, R. Brückner, AA Zakhidov, SI Hintschich, H. Fröb, VG Lyssenko, K. Leo, "Dispersion tomography of an organic photonic-wire microcavity", In Applied Physics Letters, AIP Publishing, vol. 103, no. 18, pp. 183302, 2013. [doi]
Bibtex
@article{mischok2013dispersion,
title={Dispersion tomography of an organic photonic-wire microcavity},
author={Mischok, A and Lemke, F and Reinhardt, C and Br{\"u}ckner, R and Zakhidov, AA and Hintschich, SI and Fr{\"o}b, H and Lyssenko, VG and Leo, K},
journal={Applied Physics Letters},
volume={103},
number={18},
pages={183302},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4827820}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Strunk, "A lightweight model for estimating energy cost of live migration of virtual machines", In Proceeding: Cloud Computing (CLOUD), 2013 IEEE Sixth International Conference on, pp. 510–517, 2013. [doi] [Bibtex & Downloads]
A lightweight model for estimating energy cost of live migration of virtual machines
Reference
Anja Strunk, "A lightweight model for estimating energy cost of live migration of virtual machines", In Proceeding: Cloud Computing (CLOUD), 2013 IEEE Sixth International Conference on, pp. 510–517, 2013. [doi]
Bibtex
@inproceedings{strunk2013lightweight,
title={A lightweight model for estimating energy cost of live migration of virtual machines},
author={Strunk, Anja},
booktitle={Cloud Computing (CLOUD), 2013 IEEE Sixth International Conference on},
pages={510--517},
year={2013},
organization={IEEE},
doi={10.1109/CLOUD.2013.17}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Strunk, Waltenegus Dargie, "Does live migration of virtual machines cost energy?", In Proceeding: Advanced Information Networking and Applications (AINA), 2013 IEEE 27th International Conference on, pp. 514–521, 2013. [doi] [Bibtex & Downloads]
Does live migration of virtual machines cost energy?
Reference
Anja Strunk, Waltenegus Dargie, "Does live migration of virtual machines cost energy?", In Proceeding: Advanced Information Networking and Applications (AINA), 2013 IEEE 27th International Conference on, pp. 514–521, 2013. [doi]
Bibtex
@inproceedings{strunk2013does,
title={Does live migration of virtual machines cost energy?},
author={Strunk, Anja and Dargie, Waltenegus},
booktitle={Advanced Information Networking and Applications (AINA), 2013 IEEE 27th International Conference on},
pages={514--521},
year={2013},
organization={IEEE},
doi={10.1109/AINA.2013.137}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anne-Kristin Herrmann, Petr Formanek, Lars Borchardt, Markus Klose, Lars Giebeler, Jürgen Eckert, Stefan Kaskel, Nikolai Gaponik, Alexander Eychmüller, "Multimetallic Aerogels by Template-Free Self-Assembly of Au, Ag, Pt, and Pd Nanoparticles", In Chemistry of Materials, ACS Publications, vol. 26, no. 2, pp. 1074–1083, 2013. [doi] [Bibtex & Downloads]
Multimetallic Aerogels by Template-Free Self-Assembly of Au, Ag, Pt, and Pd Nanoparticles
Reference
Anne-Kristin Herrmann, Petr Formanek, Lars Borchardt, Markus Klose, Lars Giebeler, Jürgen Eckert, Stefan Kaskel, Nikolai Gaponik, Alexander Eychmüller, "Multimetallic Aerogels by Template-Free Self-Assembly of Au, Ag, Pt, and Pd Nanoparticles", In Chemistry of Materials, ACS Publications, vol. 26, no. 2, pp. 1074–1083, 2013. [doi]
Bibtex
@article{herrmann2013multimetallic,
title={Multimetallic Aerogels by Template-Free Self-Assembly of Au, Ag, Pt, and Pd Nanoparticles},
author={Herrmann, Anne-Kristin and Formanek, Petr and Borchardt, Lars and Klose, Markus and Giebeler, Lars and Eckert, Jürgen and Kaskel, Stefan and Gaponik, Nikolai and Eychmüller, Alexander},
journal={Chemistry of Materials},
volume={26},
number={2},
pages={1074--1083},
year={2013},
publisher={ACS Publications},
doi={10.1021/cm4033258}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anne-Kristin Herrmann, Wei Liu, Nikolai Gaponik, Nadja-Carola Bigall, Alexander Eychmüller, "Metal Nanoparticle Aerogels and Their Applications", In ECS Transactions, The Electrochemical Society, vol. 45, no. 20, pp. 149–154, 2013. [doi] [Bibtex & Downloads]
Metal Nanoparticle Aerogels and Their Applications
Reference
Anne-Kristin Herrmann, Wei Liu, Nikolai Gaponik, Nadja-Carola Bigall, Alexander Eychmüller, "Metal Nanoparticle Aerogels and Their Applications", In ECS Transactions, The Electrochemical Society, vol. 45, no. 20, pp. 149–154, 2013. [doi]
Bibtex
@article{herrmann2013metal,
title={Metal Nanoparticle Aerogels and Their Applications},
author={Herrmann, Anne-Kristin and Liu, Wei and Gaponik, Nikolai and Bigall, Nadja-Carola and Eychm{\"u}ller, Alexander},
journal={ECS Transactions},
volume={45},
number={20},
pages={149--154},
year={2013},
publisher={The Electrochemical Society},
doi={10.1149/04520.0149ecst}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Björn Lüssem, Max L Tietze, Hans Kleemann, Christoph Hoßbach, Johann W Bartha, Alexander Zakhidov, Karl Leo, "Doped organic transistors operating in the inversion and depletion regime", In Nature communications, Nature Publishing Group, vol. 4, 2013. [doi] [Bibtex & Downloads]
Doped organic transistors operating in the inversion and depletion regime
Reference
Björn Lüssem, Max L Tietze, Hans Kleemann, Christoph Hoßbach, Johann W Bartha, Alexander Zakhidov, Karl Leo, "Doped organic transistors operating in the inversion and depletion regime", In Nature communications, Nature Publishing Group, vol. 4, 2013. [doi]
Bibtex
@article{lussem2013doped,
title={Doped organic transistors operating in the inversion and depletion regime},
author={L{\"u}ssem, Bj{\"o}rn and Tietze, Max L and Kleemann, Hans and Ho{\ss}bach, Christoph and Bartha, Johann W and Zakhidov, Alexander and Leo, Karl},
journal={Nature communications},
volume={4},
year={2013},
publisher={Nature Publishing Group},
doi={10.1038/ncomms3775}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin Schlegel, Tim Kiefer, Thomas Kissinger, Wolfgang Lehner, "pcApriori: scalable apriori for multiprocessor systems", Proceedings of the 25th International Conference on Scientific and Statistical Database Management, pp. 20, 2013. [doi] [Bibtex & Downloads]
pcApriori: scalable apriori for multiprocessor systems
Reference
Benjamin Schlegel, Tim Kiefer, Thomas Kissinger, Wolfgang Lehner, "pcApriori: scalable apriori for multiprocessor systems", Proceedings of the 25th International Conference on Scientific and Statistical Database Management, pp. 20, 2013. [doi]
Bibtex
@inproceedings{schlegel2013pcapriori,
title={pcApriori: scalable apriori for multiprocessor systems},
author={Schlegel, Benjamin and Kiefer, Tim and Kissinger, Thomas and Lehner, Wolfgang},
booktitle={Proceedings of the 25th International Conference on Scientific and Statistical Database Management},
pages={20},
year={2013},
organization={ACM},
doi={10.1145/2484838.2484879}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin Schlegel, Tomas Karnagel, Tim Kiefer, Wolfgang Lehner, "Scalable frequent itemset mining on many-core processors", Proceedings of the Ninth International Workshop on Data Management on New Hardware, pp. 3, 2013. [doi] [Bibtex & Downloads]
Scalable frequent itemset mining on many-core processors
Reference
Benjamin Schlegel, Tomas Karnagel, Tim Kiefer, Wolfgang Lehner, "Scalable frequent itemset mining on many-core processors", Proceedings of the Ninth International Workshop on Data Management on New Hardware, pp. 3, 2013. [doi]
Bibtex
@inproceedings{schlegel2013scalable,
title={Scalable frequent itemset mining on many-core processors},
author={Schlegel, Benjamin and Karnagel, Tomas and Kiefer, Tim and Lehner, Wolfgang},
booktitle={Proceedings of the Ninth International Workshop on Data Management on New Hardware},
pages={3},
year={2013},
organization={ACM},
doi={10.1145/2485278.2485281}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Benjamin Zarrieß, Anni-Yasmin Turhan, "IJCAI 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August 3-9, 2013", IJCAI 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August
3-9, 2013 (Francesca Rossi), IJCAI/AAAI, pp. 1191-1197, 2013. [Bibtex & Downloads]
IJCAI 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August 3-9, 2013
Reference
Benjamin Zarrieß, Anni-Yasmin Turhan, "IJCAI 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August 3-9, 2013", IJCAI 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August 3-9, 2013 (Francesca Rossi), IJCAI/AAAI, pp. 1191-1197, 2013.
Bibtex
@InProceedings{conf/ijcai/ZarriessT13,
author = {Benjamin Zarrie{\ss} and Anni{-}Yasmin Turhan},
title = {Most Specific Generalizations w.r.t. General EL-TBoxes},
booktitle = {{IJCAI} 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August
3-9, 2013},
pages = {1191-1197},
url = {http://www.aaai.org/ocs/index.php/IJCAI/IJCAI13/paper/view/6709},
editor = {Francesca Rossi},
title = {{IJCAI} 2013, Proceedings of the 23rd International Joint Conference on Artificial Intelligence, Beijing, China, August 3-9, 2013},
publisher = ,
year = {2013},
isbn = {978-1-57735-633-2},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christel Baier, "Quantitative Analysis of Randomized Distributed Systems and Probabilistic Automata", Chapter in Algebraic Informatics, Springer, pp. 4–5, 2013. [doi] [Bibtex & Downloads]
Quantitative Analysis of Randomized Distributed Systems and Probabilistic Automata
Reference
Christel Baier, "Quantitative Analysis of Randomized Distributed Systems and Probabilistic Automata", Chapter in Algebraic Informatics, Springer, pp. 4–5, 2013. [doi]
Bibtex
@incollection{baier2013quantitative,
title={Quantitative Analysis of Randomized Distributed Systems and Probabilistic Automata},
author={Baier, Christel},
booktitle={Algebraic Informatics},
pages={4--5},
year={2013},
publisher={Springer},
doi={10.1007/978-3-642-40663-8_2}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Benjamin Engel, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "A Probabilistic Quantitative Analysis of Probabilistic-Write/Copy-Select.", In Proceeding: NASA Formal Methods, pp. 307–321, 2013. [doi] [Bibtex & Downloads]
A Probabilistic Quantitative Analysis of Probabilistic-Write/Copy-Select.
Reference
Christel Baier, Benjamin Engel, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "A Probabilistic Quantitative Analysis of Probabilistic-Write/Copy-Select.", In Proceeding: NASA Formal Methods, pp. 307–321, 2013. [doi]
Bibtex
@inproceedings{baier2013probabilistic,
title={A Probabilistic Quantitative Analysis of Probabilistic-Write/Copy-Select.},
author={Baier, Christel and Engel, Benjamin and Kl{\"u}ppelholz, Sascha and M{\"a}rcker, Steffen and Tews, Hendrik and V{\"o}lp, Marcus},
booktitle={NASA Formal Methods},
pages={307--321},
year={2013},
organization={Springer},
doi={10.1007/978-3-642-38088-4_21}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Chiu Fan Lee, Clifford P Brangwynne, Jöbin Gharakhani, Anthony A Hyman, Frank Jülicher, "Spatial organization of the cell cytoplasm by position-dependent phase separation", In Physical review letters, APS, vol. 111, no. 8, pp. 088101, 2013. [Bibtex & Downloads]
Spatial organization of the cell cytoplasm by position-dependent phase separation
Reference
Chiu Fan Lee, Clifford P Brangwynne, Jöbin Gharakhani, Anthony A Hyman, Frank Jülicher, "Spatial organization of the cell cytoplasm by position-dependent phase separation", In Physical review letters, APS, vol. 111, no. 8, pp. 088101, 2013.
Bibtex
@article{lee2013spatial,
title={Spatial organization of the cell cytoplasm by position-dependent phase separation},
author={Lee, Chiu Fan and Brangwynne, Clifford P and Gharakhani, J{\"o}bin and Hyman, Anthony A and J{\"u}licher, Frank},
journal={Physical review letters},
volume={111},
number={8},
pages={088101},
year={2013},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Charles Perumal, Koichi Ishida, Reza Shabanpour, Bahman Kheradmand Boroujeni, Luisa Petti, Niko S Munzenrieder, Giovanni Antonio Salvatore, Corrado Carta, Gerhard Troster, Frank Ellinger, "A Compact a-IGZO TFT Model Based on MOSFET SPICE Template for Analog/RF Circuit Designs", In Electron Device Letters, IEEE, IEEE, vol. 34, no. 11, pp. 1391–1393, 2013. [doi] [Bibtex & Downloads]
A Compact a-IGZO TFT Model Based on MOSFET SPICE Template for Analog/RF Circuit Designs
Reference
Charles Perumal, Koichi Ishida, Reza Shabanpour, Bahman Kheradmand Boroujeni, Luisa Petti, Niko S Munzenrieder, Giovanni Antonio Salvatore, Corrado Carta, Gerhard Troster, Frank Ellinger, "A Compact a-IGZO TFT Model Based on MOSFET SPICE Template for Analog/RF Circuit Designs", In Electron Device Letters, IEEE, IEEE, vol. 34, no. 11, pp. 1391–1393, 2013. [doi]
Bibtex
@article{perumal2013compact,
title={A Compact a-IGZO TFT Model Based on MOSFET SPICE Template for Analog/RF Circuit Designs},
author={Perumal, Charles and Ishida, Koichi and Shabanpour, Reza and Boroujeni, Bahman Kheradmand and Petti, Luisa and Munzenrieder, Niko S and Salvatore, Giovanni Antonio and Carta, Corrado and Troster, Gerhard and Ellinger, Frank},
journal={Electron Device Letters, IEEE},
volume={34},
number={11},
pages={1391--1393},
year={2013},
publisher={IEEE},
doi={10.1109/LED.2013.2279940}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christoph Schuenemann, Annette Petrich, Roland Schulze, David Wynands, Jan Meiss, Moritz Philipp Hein, Jens Jankowski, Chris Elschner, Joerg Alex, Markus Hummert, others, "Diindenoperylene derivatives: A model to investigate the path from molecular structure via morphology to solar cell performance", In Organic Electronics, Elsevier, vol. 14, no. 7, pp. 1704–1714, 2013. [doi] [Bibtex & Downloads]
Diindenoperylene derivatives: A model to investigate the path from molecular structure via morphology to solar cell performance
Reference
Christoph Schuenemann, Annette Petrich, Roland Schulze, David Wynands, Jan Meiss, Moritz Philipp Hein, Jens Jankowski, Chris Elschner, Joerg Alex, Markus Hummert, others, "Diindenoperylene derivatives: A model to investigate the path from molecular structure via morphology to solar cell performance", In Organic Electronics, Elsevier, vol. 14, no. 7, pp. 1704–1714, 2013. [doi]
Bibtex
@article{schuenemann2013diindenoperylene,
title={Diindenoperylene derivatives: A model to investigate the path from molecular structure via morphology to solar cell performance},
author={Schuenemann, Christoph and Petrich, Annette and Schulze, Roland and Wynands, David and Meiss, Jan and Hein, Moritz Philipp and Jankowski, Jens and Elschner, Chris and Alex, Joerg and Hummert, Markus and others},
journal={Organic Electronics},
volume={14},
number={7},
pages={1704--1714},
year={2013},
publisher={Elsevier},
doi={10.1016/j.orgel.2013.04.006}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christoph Schünemann, David Wynands, Klaus-Jochen Eichhorn, Manfred Stamm, Karl Leo, Moritz Riede, "Evaluation and control of the orientation of small molecules for strongly absorbing organic thin films" , In The Journal of Physical Chemistry C, ACS Publications, vol. 117, no. 22, pp. 11600–11609, 2013. [doi] [Bibtex & Downloads]
Evaluation and control of the orientation of small molecules for strongly absorbing organic thin films
Reference
Christoph Schünemann, David Wynands, Klaus-Jochen Eichhorn, Manfred Stamm, Karl Leo, Moritz Riede, "Evaluation and control of the orientation of small molecules for strongly absorbing organic thin films" , In The Journal of Physical Chemistry C, ACS Publications, vol. 117, no. 22, pp. 11600–11609, 2013. [doi]
Bibtex
@article{schünemann2013evaluation,
title={Evaluation and control of the orientation of small molecules for strongly absorbing organic thin films},
author={Schünemann, Christoph and Wynands, David and Eichhorn, Klaus-Jochen and Stamm, Manfred and Leo, Karl and Riede, Moritz},
journal={The Journal of Physical Chemistry C},
volume={117},
number={22},
pages={11600--11609},
year={2013},
publisher={ACS Publications},
doi={10.1021/jp400604j}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diogo Behrens, Christof Fetzer, Flavio P Junqueira, Marco Serafini, "Towards transparent hardening of distributed systems", Proceedings of the 9th Workshop on Hot Topics in Dependable Systems, pp. 4, 2013. [doi] [Bibtex & Downloads]
Towards transparent hardening of distributed systems
Reference
Diogo Behrens, Christof Fetzer, Flavio P Junqueira, Marco Serafini, "Towards transparent hardening of distributed systems", Proceedings of the 9th Workshop on Hot Topics in Dependable Systems, pp. 4, 2013. [doi]
Bibtex
@inproceedings{behrens2013towards,
title={Towards transparent hardening of distributed systems},
author={Behrens, Diogo and Fetzer, Christof and Junqueira, Flavio P and Serafini, Marco},
booktitle={Proceedings of the 9th Workshop on Hot Topics in Dependable Systems},
pages={4},
year={2013},
organization={ACM},
doi={10.1145/2524224.2524230}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Diogo Behrens, Stefan Weigert, Christof Fetzer, "Automatically tolerating arbitrary faults in non-malicious settings", In Proceeding: Dependable Computing (LADC), 2013 Sixth Latin-American Symposium on, pp. 114–123, 2013. [doi] [Bibtex & Downloads]
Automatically tolerating arbitrary faults in non-malicious settings
Reference
Diogo Behrens, Stefan Weigert, Christof Fetzer, "Automatically tolerating arbitrary faults in non-malicious settings", In Proceeding: Dependable Computing (LADC), 2013 Sixth Latin-American Symposium on, pp. 114–123, 2013. [doi]
Bibtex
@inproceedings{behrens2013automatically,
title={Automatically tolerating arbitrary faults in non-malicious settings},
author={Behrens, Diogo and Weigert, Stefan and Fetzer, Christof},
booktitle={Dependable Computing (LADC), 2013 Sixth Latin-American Symposium on},
pages={114--123},
year={2013},
organization={IEEE},
doi={10.1109/LADC.2013.26}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dieter Jehnichen, Peter Friedel, Romy Selinger, Andreas Korwitz, Martin Wengenmayr, Andreas Berndt, Doris Pospiech, "Temperature dependant structural changes in thin films of random semifluorinated PMMA copolymers", In Powder Diffraction, Cambridge Univ Press, vol. 28, no. S2, pp. S144–S160, 2013. [doi] [Bibtex & Downloads]
Temperature dependant structural changes in thin films of random semifluorinated PMMA copolymers
Reference
Dieter Jehnichen, Peter Friedel, Romy Selinger, Andreas Korwitz, Martin Wengenmayr, Andreas Berndt, Doris Pospiech, "Temperature dependant structural changes in thin films of random semifluorinated PMMA copolymers", In Powder Diffraction, Cambridge Univ Press, vol. 28, no. S2, pp. S144–S160, 2013. [doi]
Bibtex
@article{jehnichen2013temperature,
title={Temperature dependant structural changes in thin films of random semifluorinated PMMA copolymers},
author={Jehnichen, Dieter and Friedel, Peter and Selinger, Romy and Korwitz, Andreas and Wengenmayr, Martin and Berndt, Andreas and Pospiech, Doris},
journal={Powder Diffraction},
volume={28},
number={S2},
pages={S144--S160},
year={2013},
publisher={Cambridge Univ Press},
doi={10.1017/S0885715613001073 }
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dominik Martin, Matthias Grube, Wenke Weinreich, Johannes Müller, Walter M Weber, Uwe Schröder, Henning Riechert, Thomas Mikolajick, "Mesoscopic analysis of leakage current suppression in ZrO2/Al2O3/ZrO2 nano-laminates", In Journal of Applied Physics, AIP Publishing, vol. 113, no. 19, pp. 194103, 2013. [doi] [Bibtex & Downloads]
Mesoscopic analysis of leakage current suppression in ZrO2/Al2O3/ZrO2 nano-laminates
Reference
Dominik Martin, Matthias Grube, Wenke Weinreich, Johannes Müller, Walter M Weber, Uwe Schröder, Henning Riechert, Thomas Mikolajick, "Mesoscopic analysis of leakage current suppression in ZrO2/Al2O3/ZrO2 nano-laminates", In Journal of Applied Physics, AIP Publishing, vol. 113, no. 19, pp. 194103, 2013. [doi]
Bibtex
@article{martin2013mesoscopic,
title={Mesoscopic analysis of leakage current suppression in ZrO2/Al2O3/ZrO2 nano-laminates},
author={Martin, Dominik and Grube, Matthias and Weinreich, Wenke and M{\"u}ller, Johannes and Weber, Walter M and Schr{\"o}der, Uwe and Riechert, Henning and Mikolajick, Thomas},
journal={Journal of Applied Physics},
volume={113},
number={19},
pages={194103},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4804670}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Ohmann, Albrecht Fehske, Gerhard Fettweis, "Transient flow level models for interference-coupled cellular networks", In Proceeding: 2013 51st Annual Allerton Conference on Communication, Control, and Computing (Allerton), 2013. [doi] [Bibtex & Downloads]
Transient flow level models for interference-coupled cellular networks
Reference
David Ohmann, Albrecht Fehske, Gerhard Fettweis, "Transient flow level models for interference-coupled cellular networks", In Proceeding: 2013 51st Annual Allerton Conference on Communication, Control, and Computing (Allerton), 2013. [doi]
Bibtex
@inproceedings{ohmann2013transient,
title={Transient flow level models for interference-coupled cellular networks},
author={Ohmann, David and Fehske, Albrecht and Fettweis, Gerhard},
booktitle={2013 51st Annual Allerton Conference on Communication, Control, and Computing (Allerton)},
year={2013},
doi={10.1109/Allerton.2013.6736596}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- David Schoeniger, Ronny Henker, Stefan Schumann, Frank Ellinger, "A low-noise energy-efficient inductor-less 50 Gbit/s transimpedance amplifier with high gain-bandwidth product in 0.13 $\mu$m SiGe BiCMOS", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–5, 2013. [doi] [Bibtex & Downloads]
A low-noise energy-efficient inductor-less 50 Gbit/s transimpedance amplifier with high gain-bandwidth product in 0.13 $\mu$m SiGe BiCMOS
Reference
David Schoeniger, Ronny Henker, Stefan Schumann, Frank Ellinger, "A low-noise energy-efficient inductor-less 50 Gbit/s transimpedance amplifier with high gain-bandwidth product in 0.13 $\mu$m SiGe BiCMOS", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–5, 2013. [doi]
Bibtex
@inproceedings{schoeniger2013low,
title={A low-noise energy-efficient inductor-less 50 Gbit/s transimpedance amplifier with high gain-bandwidth product in 0.13 $\mu$m SiGe BiCMOS},
author={Schoeniger, David and Henker, Ronny and Schumann, Stefan and Ellinger, Frank},
booktitle={Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International},
pages={1--5},
year={2013},
organization={IEEE},
doi={10.1109/ISCDG.2013.6656296}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- E. Bonera, M. Bollani, D. Chrastina, F. Pezzoli, A. Picco, OG Schmidt, D. Terziotti, "Substrate strain manipulation by nanostructure perimeter forces", In Journal of Applied Physics, AIP Publishing, vol. 113, no. 16, pp. 164308, 2013. [doi] [Bibtex & Downloads]
Substrate strain manipulation by nanostructure perimeter forces
Reference
E. Bonera, M. Bollani, D. Chrastina, F. Pezzoli, A. Picco, OG Schmidt, D. Terziotti, "Substrate strain manipulation by nanostructure perimeter forces", In Journal of Applied Physics, AIP Publishing, vol. 113, no. 16, pp. 164308, 2013. [doi]
Bibtex
@article{bonera2013substrate,
title={Substrate strain manipulation by nanostructure perimeter forces},
author={Bonera, E and Bollani, M and Chrastina, D and Pezzoli, F and Picco, A and Schmidt, OG and Terziotti, D},
journal={Journal of Applied Physics},
volume={113},
number={16},
pages={164308},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4802686}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Erik Fischer, David Öhmann, Albrecht Fehske, Gerhard P Fettweis, "Design Space Exploration of Many-Core NoCs Based on Queueing-Theoretic Models", In International Journal On Advances in Systems and Measurements, vol. 6, no. 3 and 4, pp. 272–286, 2013. [Bibtex & Downloads]
Design Space Exploration of Many-Core NoCs Based on Queueing-Theoretic Models
Reference
Erik Fischer, David Öhmann, Albrecht Fehske, Gerhard P Fettweis, "Design Space Exploration of Many-Core NoCs Based on Queueing-Theoretic Models", In International Journal On Advances in Systems and Measurements, vol. 6, no. 3 and 4, pp. 272–286, 2013.
Bibtex
@article{fischer2013design,
title={Design Space Exploration of Many-Core NoCs Based on Queueing-Theoretic Models},
author={Fischer, Erik and {\"O}hmann, David and Fehske, Albrecht and Fettweis, Gerhard P},
journal={International Journal On Advances in Systems and Measurements},
volume={6},
number={3 and 4},
pages={272--286},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Stefan Borgwardt, Marcel Lippmann, "Temporalizing ontology-based data access", Chapter in Automated Deduction–CADE-24, Springer, pp. 330–344, 2013. [doi] [Bibtex & Downloads]
Temporalizing ontology-based data access
Reference
Franz Baader, Stefan Borgwardt, Marcel Lippmann, "Temporalizing ontology-based data access", Chapter in Automated Deduction–CADE-24, Springer, pp. 330–344, 2013. [doi]
Bibtex
@incollection{baader2013temporalizing,
title={Temporalizing ontology-based data access},
author={Baader, Franz and Borgwardt, Stefan and Lippmann, Marcel},
booktitle={Automated Deduction--CADE-24},
pages={330--344},
year={2013},
publisher={Springer},
doi={10.1007/978-3-642-38574-2}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frank Deubel, Marin Steenackers, José A Garrido, Martin Stutzmann, Rainer Jordan, "Semiconductor/Polymer Nanocomposites of Acrylates and Nanocrystalline Silicon by Laser-Induced Thermal Polymerization", In Macromolecular Materials and Engineering, Wiley Online Library, vol. 298, no. 11, pp. 1160–1165, 2013. [doi] [Bibtex & Downloads]
Semiconductor/Polymer Nanocomposites of Acrylates and Nanocrystalline Silicon by Laser-Induced Thermal Polymerization
Reference
Frank Deubel, Marin Steenackers, José A Garrido, Martin Stutzmann, Rainer Jordan, "Semiconductor/Polymer Nanocomposites of Acrylates and Nanocrystalline Silicon by Laser-Induced Thermal Polymerization", In Macromolecular Materials and Engineering, Wiley Online Library, vol. 298, no. 11, pp. 1160–1165, 2013. [doi]
Bibtex
@article{deubel2013semiconductor,
title={Semiconductor/Polymer Nanocomposites of Acrylates and Nanocrystalline Silicon by Laser-Induced Thermal Polymerization},
author={Deubel, Frank and Steenackers, Marin and Garrido, Jos{\'e} A and Stutzmann, Martin and Jordan, Rainer},
journal={Macromolecular Materials and Engineering},
volume={298},
number={11},
pages={1160--1165},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/mame.201200392}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frank Deubel, Victor Bretzler, Richard Holzner, Tobias Helbich, Oskar Nuyken, Bernhard Rieger, Rainer Jordan, "Polythioethers by Thiol-Ene Click Polyaddition of $\alpha$, $\omega$-Alkylene Thiols", In Macromolecular rapid communications, Wiley Online Library, vol. 34, no. 12, pp. 1020–1025, 2013. [doi] [Bibtex & Downloads]
Polythioethers by Thiol-Ene Click Polyaddition of $\alpha$, $\omega$-Alkylene Thiols
Reference
Frank Deubel, Victor Bretzler, Richard Holzner, Tobias Helbich, Oskar Nuyken, Bernhard Rieger, Rainer Jordan, "Polythioethers by Thiol-Ene Click Polyaddition of $\alpha$, $\omega$-Alkylene Thiols", In Macromolecular rapid communications, Wiley Online Library, vol. 34, no. 12, pp. 1020–1025, 2013. [doi]
Bibtex
@article{deubel2013polythioethers,
title={Polythioethers by Thiol-Ene Click Polyaddition of $\alpha$, $\omega$-Alkylene Thiols},
author={Deubel, Frank and Bretzler, Victor and Holzner, Richard and Helbich, Tobias and Nuyken, Oskar and Rieger, Bernhard and Jordan, Rainer},
journal={Macromolecular rapid communications},
volume={34},
number={12},
pages={1020--1025},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/marc.201300265}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frezewd Lemma, Johannes Schad, Christof Fetzer, "Dynamic Replication Technique for Micro-Clouds Based Distributed Storage System", In Proceeding: Cloud and Green Computing (CGC), 2013 Third International Conference on, pp. 48–53, 2013. [doi] [Bibtex & Downloads]
Dynamic Replication Technique for Micro-Clouds Based Distributed Storage System
Reference
Frezewd Lemma, Johannes Schad, Christof Fetzer, "Dynamic Replication Technique for Micro-Clouds Based Distributed Storage System", In Proceeding: Cloud and Green Computing (CGC), 2013 Third International Conference on, pp. 48–53, 2013. [doi]
Bibtex
@inproceedings{lemma2013dynamic,
title={Dynamic Replication Technique for Micro-Clouds Based Distributed Storage System},
author={Lemma, Frezewd and Schad, Johannes and Fetzer, Christof},
booktitle={Cloud and Green Computing (CGC), 2013 Third International Conference on},
pages={48--53},
year={2013},
organization={IEEE},
doi={10.1109/CGC.2013.16}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Francisco Martin-Recuerda, Dirk Walther, "Towards fast Atomic Decomposition using Axiom Dependency Hypergraphs⋆", In Proc. of WoMO, vol. 13, pp. 61–72, 2013. [Bibtex & Downloads]
Towards fast Atomic Decomposition using Axiom Dependency Hypergraphs⋆
Reference
Francisco Martin-Recuerda, Dirk Walther, "Towards fast Atomic Decomposition using Axiom Dependency Hypergraphs⋆", In Proc. of WoMO, vol. 13, pp. 61–72, 2013.
Bibtex
@article{martin2013towards,
title={Towards fast Atomic Decomposition using Axiom Dependency Hypergraphs⋆},
author={Mart{\i}n-Recuerda, Francisco and Walther, Dirk},
journal={Proc. of WoMO},
volume={13},
pages={61--72},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Frieder Ostermaier, Michael Mertig, "Sorting of CVD-grown single-walled carbon nanotubes by means of gel column chromatography", In physica status solidi (b), Wiley Online Library, vol. 250, no. 12, pp. 2564–2568, 2013. [doi] [Bibtex & Downloads]
Sorting of CVD-grown single-walled carbon nanotubes by means of gel column chromatography
Reference
Frieder Ostermaier, Michael Mertig, "Sorting of CVD-grown single-walled carbon nanotubes by means of gel column chromatography", In physica status solidi (b), Wiley Online Library, vol. 250, no. 12, pp. 2564–2568, 2013. [doi]
Bibtex
@article{ostermaier2013sorting,
title={Sorting of CVD-grown single-walled carbon nanotubes by means of gel column chromatography},
author={Ostermaier, Frieder and Mertig, Michael},
journal={physica status solidi (b)},
volume={250},
number={12},
pages={2564--2568},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/pssb.201300080}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- G. Belfiore, R. Henker, F. Ellinger, "New design approach of vertical inductors for high-frequency integrated circuits", In Proceeding: Microwave & Optoelectronics Conference (IMOC), 2013 SBMO/IEEE MTT-S International, pp. 1–4, 2013. [doi] [Bibtex & Downloads]
New design approach of vertical inductors for high-frequency integrated circuits
Reference
G. Belfiore, R. Henker, F. Ellinger, "New design approach of vertical inductors for high-frequency integrated circuits", In Proceeding: Microwave & Optoelectronics Conference (IMOC), 2013 SBMO/IEEE MTT-S International, pp. 1–4, 2013. [doi]
Bibtex
@inproceedings{belfiore2013new,
title={New design approach of vertical inductors for high-frequency integrated circuits},
author={Belfiore, G and Henker, R and Ellinger, F},
booktitle={Microwave \& Optoelectronics Conference (IMOC), 2013 SBMO/IEEE MTT-S International},
pages={1--4},
year={2013},
organization={IEEE},
doi={10.1109/IMOC.2013.6646536}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Georgi Paschew, René Körbitz, Andreas Richter, "Multimodal, High-Resolution Imaging System Based On Stimuli-Responsive Polymers", In Advances in Science and Technology, Trans Tech Publ, vol. 82, pp. 44–49, 2013. [doi] [Bibtex & Downloads]
Multimodal, High-Resolution Imaging System Based On Stimuli-Responsive Polymers
Reference
Georgi Paschew, René Körbitz, Andreas Richter, "Multimodal, High-Resolution Imaging System Based On Stimuli-Responsive Polymers", In Advances in Science and Technology, Trans Tech Publ, vol. 82, pp. 44–49, 2013. [doi]
Bibtex
@article{paschew2013multimodal,
title={Multimodal, High-Resolution Imaging System Based On Stimuli-Responsive Polymers},
author={Paschew, Georgi and K{\"o}rbitz, Ren{\'e} and Richter, Andreas},
journal={Advances in Science and Technology},
volume={82},
pages={44--49},
year={2013},
publisher={Trans Tech Publ},
doi={10.4028/www.scientific.net/AST.82.44}
}Downloads
No Downloads available for this publication
Permalink
- Hua Gong, Peixuan Chen, Yingjie Ma, Lijun Wang, Armando Rastelli, Oliver G Schmidt, Zhenyang Zhong, "Formation and Characterization of Multilayer GeSi Nanowires on Miscut Si (001) Substrates", In Journal of nanoscience and nanotechnology, American Scientific Publishers, vol. 13, no. 2, pp. 834–838, 2013. [doi] [Bibtex & Downloads]
Formation and Characterization of Multilayer GeSi Nanowires on Miscut Si (001) Substrates
Reference
Hua Gong, Peixuan Chen, Yingjie Ma, Lijun Wang, Armando Rastelli, Oliver G Schmidt, Zhenyang Zhong, "Formation and Characterization of Multilayer GeSi Nanowires on Miscut Si (001) Substrates", In Journal of nanoscience and nanotechnology, American Scientific Publishers, vol. 13, no. 2, pp. 834–838, 2013. [doi]
Bibtex
@article{gong2013formation,
title={Formation and Characterization of Multilayer GeSi Nanowires on Miscut Si (001) Substrates},
author={Gong, Hua and Chen, Peixuan and Ma, Yingjie and Wang, Lijun and Rastelli, Armando and Schmidt, Oliver G and Zhong, Zhenyang},
journal={Journal of nanoscience and nanotechnology},
volume={13},
number={2},
pages={834--838},
year={2013},
publisher={American Scientific Publishers},
doi={10.1166/jnn.2013.5979}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hermann Härtig, Marcus Völp, Marcus Hähnel, "The case for practical multi-resource and multi-level scheduling based on Energy/Utility.", In Proceeding: RTCSA, pp. 175–182, 2013. [doi] [Bibtex & Downloads]
The case for practical multi-resource and multi-level scheduling based on Energy/Utility.
Reference
Hermann Härtig, Marcus Völp, Marcus Hähnel, "The case for practical multi-resource and multi-level scheduling based on Energy/Utility.", In Proceeding: RTCSA, pp. 175–182, 2013. [doi]
Bibtex
@inproceedings{hartig2013case,
title={The case for practical multi-resource and multi-level scheduling based on Energy/Utility.},
author={H{\"a}rtig, Hermann and V{\"o}lp, Marcus and H{\"a}hnel, Marcus},
booktitle={RTCSA},
pages={175--182},
year={2013},
doi={10.1109/RTCSA.2013.6732217}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Harald Kempf, Haralampos Hatzikirou, Marcus Bleicher, Michael Meyer-Hermann, "In silico analysis of cell cycle synchronisation effects in radiotherapy of tumour spheroids", In PLoS computational biology, Public Library of Science, vol. 9, no. 11, pp. e1003295, 2013. [Bibtex & Downloads]
In silico analysis of cell cycle synchronisation effects in radiotherapy of tumour spheroids
Reference
Harald Kempf, Haralampos Hatzikirou, Marcus Bleicher, Michael Meyer-Hermann, "In silico analysis of cell cycle synchronisation effects in radiotherapy of tumour spheroids", In PLoS computational biology, Public Library of Science, vol. 9, no. 11, pp. e1003295, 2013.
Bibtex
@article{kempf2013silico,
title={In silico analysis of cell cycle synchronisation effects in radiotherapy of tumour spheroids},
author={Kempf, Harald and Hatzikirou, Haralampos and Bleicher, Marcus and Meyer-Hermann, Michael},
journal={PLoS computational biology},
volume={9},
number={11},
pages={e1003295},
year={2013},
publisher={Public Library of Science}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- H. Kleemann, R. Gutierrez, S. Avdoshenko, G. Cuniberti, K. Leo, B. Lüssem, "Reverse breakdown behavior in organic pin-diodes comprising C60 and pentacene: Experiment and theory", In Organic Electronics, Elsevier, vol. 14, no. 1, pp. 193–199, 2013. [doi] [Bibtex & Downloads]
Reverse breakdown behavior in organic pin-diodes comprising C60 and pentacene: Experiment and theory
Reference
H. Kleemann, R. Gutierrez, S. Avdoshenko, G. Cuniberti, K. Leo, B. Lüssem, "Reverse breakdown behavior in organic pin-diodes comprising C60 and pentacene: Experiment and theory", In Organic Electronics, Elsevier, vol. 14, no. 1, pp. 193–199, 2013. [doi]
Bibtex
@article{kleemann2013reverse,
title={Reverse breakdown behavior in organic pin-diodes comprising C60 and pentacene: Experiment and theory},
author={Kleemann, H and Gutierrez, R and Avdoshenko, S and Cuniberti, G and Leo, K and L{\"u}ssem, B},
journal={Organic Electronics},
volume={14},
number={1},
pages={193--199},
year={2013},
publisher={Elsevier},
doi={10.1016/j.orgel.2012.11.001}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hâldun Sevinçli, Cem Sevik, Tahir Ça\ugin, Gianaurelio Cuniberti, "A bottom-up route to enhance thermoelectric figures of merit in graphene nanoribbons", In Scientific reports, Nature Publishing Group, vol. 3, 2013. [doi] [Bibtex & Downloads]
A bottom-up route to enhance thermoelectric figures of merit in graphene nanoribbons
Reference
Hâldun Sevinçli, Cem Sevik, Tahir Ça\ugin, Gianaurelio Cuniberti, "A bottom-up route to enhance thermoelectric figures of merit in graphene nanoribbons", In Scientific reports, Nature Publishing Group, vol. 3, 2013. [doi]
Bibtex
@article{sevinccli2013bottom,
title={A bottom-up route to enhance thermoelectric figures of merit in graphene nanoribbons},
author={Sevin{\c{c}}li, H{\^a}ldun and Sevik, Cem and {\c{C}}a{\u{g}}{\i}n, Tahir and Cuniberti, Gianaurelio},
journal={Scientific reports},
volume={3},
year={2013},
publisher={Nature Publishing Group},
doi={10.1038/srep01228}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Haldun Sevincli, T. Lehmann, DA Ryndyk, G. Cuniberti, "Comparison of electron and phonon transport in disordered semiconductor carbon nanotubes", In Journal of Computational Electronics, Springer, vol. 12, no. 4, pp. 685–691, 2013. [doi] [Bibtex & Downloads]
Comparison of electron and phonon transport in disordered semiconductor carbon nanotubes
Reference
Haldun Sevincli, T. Lehmann, DA Ryndyk, G. Cuniberti, "Comparison of electron and phonon transport in disordered semiconductor carbon nanotubes", In Journal of Computational Electronics, Springer, vol. 12, no. 4, pp. 685–691, 2013. [doi]
Bibtex
@article{sevincli2013comparison,
title={Comparison of electron and phonon transport in disordered semiconductor carbon nanotubes},
author={Sevincli, Haldun and Lehmann, T and Ryndyk, DA and Cuniberti, G},
journal={Journal of Computational Electronics},
volume={12},
number={4},
pages={685--691},
year={2013},
publisher={Springer},
doi={10.1007/s10825-013-0539-7}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hannes Voigt, Thomas Kissinger, Wolfgang Lehner, "SMIX: self-managing indexes for dynamic workloads", Proceedings of the 25th International Conference on Scientific and Statistical Database Management, pp. 24, 2013. [doi] [Bibtex & Downloads]
SMIX: self-managing indexes for dynamic workloads
Reference
Hannes Voigt, Thomas Kissinger, Wolfgang Lehner, "SMIX: self-managing indexes for dynamic workloads", Proceedings of the 25th International Conference on Scientific and Statistical Database Management, pp. 24, 2013. [doi]
Bibtex
@inproceedings{voigt2013smix,
title={SMIX: self-managing indexes for dynamic workloads},
author={Voigt, Hannes and Kissinger, Thomas and Lehner, Wolfgang},
booktitle={Proceedings of the 25th International Conference on Scientific and Statistical Database Management},
pages={24},
year={2013},
organization={ACM},
doi={10.1145/2484838.2484862}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Haibo Yu, Sascha Hermann, Zaili Dong, John Mai, Wen J Li, Stefan E Schulz, "Controlling SWCNT assembling density by electrokinetics", In Sensors and Actuators A: Physical, Elsevier, vol. 201, pp. 36–42, 2013. [doi] [Bibtex & Downloads]
Controlling SWCNT assembling density by electrokinetics
Reference
Haibo Yu, Sascha Hermann, Zaili Dong, John Mai, Wen J Li, Stefan E Schulz, "Controlling SWCNT assembling density by electrokinetics", In Sensors and Actuators A: Physical, Elsevier, vol. 201, pp. 36–42, 2013. [doi]
Bibtex
@article{yu2013controlling,
title={Controlling SWCNT assembling density by electrokinetics},
author={Yu, Haibo and Hermann, Sascha and Dong, Zaili and Mai, John and Li, Wen J and Schulz, Stefan E},
journal={Sensors and Actuators A: Physical},
volume={201},
pages={36--42},
year={2013},
publisher={Elsevier},
doi={10.1016/j.sna.2013.05.008},
url={http://www.sciencedirect.com/science/article/pii/S0924424713002495}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ilka Kriegel, Jessica Rodríguez-Fernández, Andreas Wisnet, Hui Zhang, Christian Waurisch, Alexander Eychmüller, Aliaksei Dubavik, Alexander O Govorov, Jochen Feldmann, "Shedding light on vacancy-doped copper chalcogenides: Shape-controlled synthesis, optical properties, and modeling of copper telluride nanocrystals with near-infrared plasmon resonances", In ACS nano, ACS Publications, vol. 7, no. 5, pp. 4367–4377, 2013. [doi] [Bibtex & Downloads]
Shedding light on vacancy-doped copper chalcogenides: Shape-controlled synthesis, optical properties, and modeling of copper telluride nanocrystals with near-infrared plasmon resonances
Reference
Ilka Kriegel, Jessica Rodríguez-Fernández, Andreas Wisnet, Hui Zhang, Christian Waurisch, Alexander Eychmüller, Aliaksei Dubavik, Alexander O Govorov, Jochen Feldmann, "Shedding light on vacancy-doped copper chalcogenides: Shape-controlled synthesis, optical properties, and modeling of copper telluride nanocrystals with near-infrared plasmon resonances", In ACS nano, ACS Publications, vol. 7, no. 5, pp. 4367–4377, 2013. [doi]
Bibtex
@article{kriegel2013shedding,
title={Shedding light on vacancy-doped copper chalcogenides: Shape-controlled synthesis, optical properties, and modeling of copper telluride nanocrystals with near-infrared plasmon resonances},
author={Kriegel, Ilka and Rodr{\'\i}guez-Fern{\'a}ndez, Jessica and Wisnet, Andreas and Zhang, Hui and Waurisch, Christian and Eychmüller, Alexander and Dubavik, Aliaksei and Govorov, Alexander O and Feldmann, Jochen},
journal={ACS nano},
volume={7},
number={5},
pages={4367--4377},
year={2013},
publisher={ACS Publications},
doi={10.1021/nn400894d}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ivan Raguzin, Georgi Stoychev, Manfred Stamm, Leonid Ionov, "Single molecule investigation of complexes of oppositely charged bottle brushes", In Soft Matter, Royal Society of Chemistry, vol. 9, no. 2, pp. 359–364, 2013. [doi] [Bibtex & Downloads]
Single molecule investigation of complexes of oppositely charged bottle brushes
Reference
Ivan Raguzin, Georgi Stoychev, Manfred Stamm, Leonid Ionov, "Single molecule investigation of complexes of oppositely charged bottle brushes", In Soft Matter, Royal Society of Chemistry, vol. 9, no. 2, pp. 359–364, 2013. [doi]
Bibtex
@article{raguzin2013single,
title={Single molecule investigation of complexes of oppositely charged bottle brushes},
author={Raguzin, Ivan and Stoychev, Georgi and Stamm, Manfred and Ionov, Leonid},
journal={Soft Matter},
volume={9},
number={2},
pages={359--364},
year={2013},
publisher={Royal Society of Chemistry},
doi={10.1039/C2SM26986D}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jan Dirk Leufker, Axel Strobel, Corrado Carta, Frank Ellinger, "A wideband planar microstrip to coplanar stripline transition (balun) at 35 GHz", In Proceeding: Ph. D. Research in Microelectronics and Electronics (PRIME), 2013 9th Conference on, pp. 305–308, 2013. [doi] [Bibtex & Downloads]
A wideband planar microstrip to coplanar stripline transition (balun) at 35 GHz
Reference
Jan Dirk Leufker, Axel Strobel, Corrado Carta, Frank Ellinger, "A wideband planar microstrip to coplanar stripline transition (balun) at 35 GHz", In Proceeding: Ph. D. Research in Microelectronics and Electronics (PRIME), 2013 9th Conference on, pp. 305–308, 2013. [doi]
Bibtex
@inproceedings{leufker2013wideband,
title={A wideband planar microstrip to coplanar stripline transition (balun) at 35 GHz},
author={Leufker, Jan Dirk and Strobel, Axel and Carta, Corrado and Ellinger, Frank},
booktitle={Ph. D. Research in Microelectronics and Electronics (PRIME), 2013 9th Conference on},
pages={305--308},
year={2013},
organization={IEEE},
doi={10.1109/PRIME.2013.6603166}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Junwen Deng, Chenglin Yan, Lichun Yang, Stefan Baunack, Steffen Oswald, Horst Wendrock, Yongfeng Mei, Oliver G Schmidt, "Sandwich-stacked SnO2/Cu hybrid nanosheets as multichannel anodes for lithium ion batteries", In Acs Nano, ACS Publications, vol. 7, no. 8, pp. 6948–6954, 2013. [doi] [Bibtex & Downloads]
Sandwich-stacked SnO2/Cu hybrid nanosheets as multichannel anodes for lithium ion batteries
Reference
Junwen Deng, Chenglin Yan, Lichun Yang, Stefan Baunack, Steffen Oswald, Horst Wendrock, Yongfeng Mei, Oliver G Schmidt, "Sandwich-stacked SnO2/Cu hybrid nanosheets as multichannel anodes for lithium ion batteries", In Acs Nano, ACS Publications, vol. 7, no. 8, pp. 6948–6954, 2013. [doi]
Bibtex
@article{deng2013sandwich,
title={Sandwich-stacked SnO2/Cu hybrid nanosheets as multichannel anodes for lithium ion batteries},
author={Deng, Junwen and Yan, Chenglin and Yang, Lichun and Baunack, Stefan and Oswald, Steffen and Wendrock, Horst and Mei, Yongfeng and Schmidt, Oliver G},
journal={Acs Nano},
volume={7},
number={8},
pages={6948--6954},
year={2013},
publisher={ACS Publications},
doi={10.1021/nn402164q}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Israel, John Martinovic, Andreas Fischer, Michael Jenning, Lukas Landau, "Optimal antenna positioning for wireless board-to-board communication using a butler matrix beamforming network", In Proceeding: Smart Antennas (WSA), 2013 17th International ITG Workshop on, pp. 1–7, 2013. [Bibtex & Downloads]
Optimal antenna positioning for wireless board-to-board communication using a butler matrix beamforming network
Reference
Johannes Israel, John Martinovic, Andreas Fischer, Michael Jenning, Lukas Landau, "Optimal antenna positioning for wireless board-to-board communication using a butler matrix beamforming network", In Proceeding: Smart Antennas (WSA), 2013 17th International ITG Workshop on, pp. 1–7, 2013.
Bibtex
@inproceedings{israel2013optimal,
title={Optimal antenna positioning for wireless board-to-board communication using a butler matrix beamforming network},
author={Israel, Johannes and Martinovic, John and Fischer, Andreas and Jenning, Michael and Landau, Lukas},
booktitle={Smart Antennas (WSA), 2013 17th International ITG Workshop on},
pages={1--7},
year={2013},
organization={VDE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- JJ Zhang, A. Rastelli, OG Schmidt, D. Scopece, L. Miglio, F. Montalenti, "Self-organized evolution of Ge/Si (001) into intersecting bundles of horizontal nanowires during annealing", In Applied Physics Letters, AIP Publishing, vol. 103, no. 8, pp. 083109, 2013. [doi] [Bibtex & Downloads]
Self-organized evolution of Ge/Si (001) into intersecting bundles of horizontal nanowires during annealing
Reference
JJ Zhang, A. Rastelli, OG Schmidt, D. Scopece, L. Miglio, F. Montalenti, "Self-organized evolution of Ge/Si (001) into intersecting bundles of horizontal nanowires during annealing", In Applied Physics Letters, AIP Publishing, vol. 103, no. 8, pp. 083109, 2013. [doi]
Bibtex
@article{zhang2013self,
title={Self-organized evolution of Ge/Si (001) into intersecting bundles of horizontal nanowires during annealing},
author={Zhang, JJ and Rastelli, A and Schmidt, OG and Scopece, D and Miglio, L and Montalenti, F},
journal={Applied Physics Letters},
volume={103},
number={8},
pages={083109},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4818710}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- JJ Zhang, OG Schmidt, "Strain-induced self-assembly of Ge nanodashes, nanodumbbells, and dot chains on Si (001)", In Applied Physics Letters, AIP Publishing, vol. 103, no. 14, pp. 143112, 2013. [doi] [Bibtex & Downloads]
Strain-induced self-assembly of Ge nanodashes, nanodumbbells, and dot chains on Si (001)
Reference
JJ Zhang, OG Schmidt, "Strain-induced self-assembly of Ge nanodashes, nanodumbbells, and dot chains on Si (001)", In Applied Physics Letters, AIP Publishing, vol. 103, no. 14, pp. 143112, 2013. [doi]
Bibtex
@article{zhang2013strain,
title={Strain-induced self-assembly of Ge nanodashes, nanodumbbells, and dot chains on Si (001)},
author={Zhang, JJ and Schmidt, OG},
journal={Applied Physics Letters},
volume={103},
number={14},
pages={143112},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4824121}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jons-Tobias Wamhoff, Mario Schwalbe, Rasha Faqeh, Christof Fetzer, Pascal Felber, "Transactional encoding for tolerating transient hardware errors", Chapter in Stabilization, Safety, and Security of Distributed Systems, Springer, pp. 1–16, 2013. [doi] [Bibtex & Downloads]
Transactional encoding for tolerating transient hardware errors
Reference
Jons-Tobias Wamhoff, Mario Schwalbe, Rasha Faqeh, Christof Fetzer, Pascal Felber, "Transactional encoding for tolerating transient hardware errors", Chapter in Stabilization, Safety, and Security of Distributed Systems, Springer, pp. 1–16, 2013. [doi]
Bibtex
@incollection{wamhoff2013transactional,
title={Transactional encoding for tolerating transient hardware errors},
author={Wamhoff, Jons-Tobias and Schwalbe, Mario and Faqeh, Rasha and Fetzer, Christof and Felber, Pascal},
booktitle={Stabilization, Safety, and Security of Distributed Systems},
pages={1--16},
year={2013},
publisher={Springer},
doi={10.1007/978-3-319-03089-0_1}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Konstantinos Kyriakos, Konstantinos N Raftopoulos, Polycarpos Pissis, Apostolos Kyritsis, Franziskus Näther, Liane Häußler, Dieter Fischer, Anastasia Vyalikh, Ulrich Scheler, Uta Reuter, others, "Dielectric and thermal studies of the segmental dynamics of poly (methyl methacrylate)/silica nanocomposites prepared by the sol–gel method", In Journal of Applied Polymer Science, Wiley Online Library, vol. 128, no. 6, pp. 3771–3781, 2013. [doi] [Bibtex & Downloads]
Dielectric and thermal studies of the segmental dynamics of poly (methyl methacrylate)/silica nanocomposites prepared by the sol–gel method
Reference
Konstantinos Kyriakos, Konstantinos N Raftopoulos, Polycarpos Pissis, Apostolos Kyritsis, Franziskus Näther, Liane Häußler, Dieter Fischer, Anastasia Vyalikh, Ulrich Scheler, Uta Reuter, others, "Dielectric and thermal studies of the segmental dynamics of poly (methyl methacrylate)/silica nanocomposites prepared by the sol–gel method", In Journal of Applied Polymer Science, Wiley Online Library, vol. 128, no. 6, pp. 3771–3781, 2013. [doi]
Bibtex
@article{kyriakos2013dielectric,
title={Dielectric and thermal studies of the segmental dynamics of poly (methyl methacrylate)/silica nanocomposites prepared by the sol--gel method},
author={Kyriakos, Konstantinos and Raftopoulos, Konstantinos N and Pissis, Polycarpos and Kyritsis, Apostolos and N{\"a}ther, Franziskus and H{\"a}u{\ss}ler, Liane and Fischer, Dieter and Vyalikh, Anastasia and Scheler, Ulrich and Reuter, Uta and others},
journal={Journal of Applied Polymer Science},
volume={128},
number={6},
pages={3771--3781},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/app.38599}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Kateryna Rybina, Waltenegus Dargie, Anja Strunk, Alexander Schill, "Investigation into the energy cost of live migration of virtual machines", In Proceeding: Sustainable Internet and ICT for Sustainability (SustainIT), 2013, pp. 1–8, 2013. [doi] [Bibtex & Downloads]
Investigation into the energy cost of live migration of virtual machines
Reference
Kateryna Rybina, Waltenegus Dargie, Anja Strunk, Alexander Schill, "Investigation into the energy cost of live migration of virtual machines", In Proceeding: Sustainable Internet and ICT for Sustainability (SustainIT), 2013, pp. 1–8, 2013. [doi]
Bibtex
@inproceedings{rybina2013investigation,
title={Investigation into the energy cost of live migration of virtual machines},
author={Rybina, Kateryna and Dargie, Waltenegus and Strunk, Anja and Schill, Alexander},
booktitle={Sustainable Internet and ICT for Sustainability (SustainIT), 2013},
pages={1--8},
year={2013},
organization={IEEE},
doi={10.1109/SustainIT.2013.6685192}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- KL Jiménez-Monroy, A. Kick, Kasper Eersels, Bart van Grinsven, Patrick Wagner, M. Mertig, "Surface plasmon resonance-based DNA microarrays: Comparison of thiol and phosphorothioate modified oligonucleotides", In physica status solidi (a), Wiley Online Library, vol. 210, no. 5, pp. 918–925, 2013. [doi] [Bibtex & Downloads]
Surface plasmon resonance-based DNA microarrays: Comparison of thiol and phosphorothioate modified oligonucleotides
Reference
KL Jiménez-Monroy, A. Kick, Kasper Eersels, Bart van Grinsven, Patrick Wagner, M. Mertig, "Surface plasmon resonance-based DNA microarrays: Comparison of thiol and phosphorothioate modified oligonucleotides", In physica status solidi (a), Wiley Online Library, vol. 210, no. 5, pp. 918–925, 2013. [doi]
Bibtex
@article{jimenez2013surface,
title={Surface plasmon resonance-based DNA microarrays: Comparison of thiol and phosphorothioate modified oligonucleotides},
author={Jim{\'e}nez-Monroy, KL and Kick, A and Eersels, Kasper and van Grinsven, Bart and Wagner, Patrick and Mertig, M},
journal={physica status solidi (a)},
volume={210},
number={5},
pages={918--925},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/pssa.201200969}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- L. Haupt, J. Stiller, WE Nagel, "A fast spectral element solver combining static condensation and multigrid techniques", In Journal of Computational Physics, Elsevier, vol. 255, pp. 384–395, 2013. [doi] [Bibtex & Downloads]
A fast spectral element solver combining static condensation and multigrid techniques
Reference
L. Haupt, J. Stiller, WE Nagel, "A fast spectral element solver combining static condensation and multigrid techniques", In Journal of Computational Physics, Elsevier, vol. 255, pp. 384–395, 2013. [doi]
Bibtex
@article{haupt2013fast,
title={A fast spectral element solver combining static condensation and multigrid techniques},
author={Haupt, L and Stiller, J and Nagel, WE},
journal={Journal of Computational Physics},
volume={255},
pages={384--395},
year={2013},
publisher={Elsevier},
doi={10.1016/j.jcp.2013.07.035}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lukas M Maas, Thomas Kissinger, Dirk Habich, Wolfgang Lehner, "BUZZARD: a NUMA-aware in-memory indexing system", Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data, pp. 1285–1286, 2013. [doi] [Bibtex & Downloads]
BUZZARD: a NUMA-aware in-memory indexing system
Reference
Lukas M Maas, Thomas Kissinger, Dirk Habich, Wolfgang Lehner, "BUZZARD: a NUMA-aware in-memory indexing system", Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data, pp. 1285–1286, 2013. [doi]
Bibtex
@inproceedings{maas2013buzzard,
title={BUZZARD: a NUMA-aware in-memory indexing system},
author={Maas, Lukas M and Kissinger, Thomas and Habich, Dirk and Lehner, Wolfgang},
booktitle={Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data},
pages={1285--1286},
year={2013},
organization={ACM},
doi={10.1145/2463676.2465342}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Merle Allerdißen, Rinaldo Greiner, Andreas Richter, "Microfluidic microchemomechanical systems", In Advances in Science and Technology, Trans Tech Publ, vol. 81, pp. 84–89, 2013. [Bibtex & Downloads]
Microfluidic microchemomechanical systems
Reference
Merle Allerdißen, Rinaldo Greiner, Andreas Richter, "Microfluidic microchemomechanical systems", In Advances in Science and Technology, Trans Tech Publ, vol. 81, pp. 84–89, 2013.
Bibtex
@article{allerdissen2013microfluidic,
title={Microfluidic microchemomechanical systems},
author={Allerdi{\ss}en, Merle and Greiner, Rinaldo and Richter, Andreas},
journal={Advances in Science and Technology},
volume={81},
pages={84--89},
year={2013},
publisher={Trans Tech Publ}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Mario Alviano, Rafael Penaloza, "Fuzzy answer sets approximations", In Theory and Practice of Logic Programming, Cambridge Univ Press, vol. 13, no. 4-5, pp. 753–767, 2013. [Bibtex & Downloads]
Fuzzy answer sets approximations
Reference
Mario Alviano, Rafael Penaloza, "Fuzzy answer sets approximations", In Theory and Practice of Logic Programming, Cambridge Univ Press, vol. 13, no. 4-5, pp. 753–767, 2013.
Bibtex
@article{alviano2013fuzzy,
title={Fuzzy answer sets approximations},
author={Alviano, Mario and Penaloza, Rafael},
journal={Theory and Practice of Logic Programming},
volume={13},
number={4-5},
pages={753--767},
year={2013},
publisher={Cambridge Univ Press}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Claus, Anindya Mukherjee, Alex Moroguma, Anibal Pacheco, Stefan Blawid, M. Schroter, "High-frequency benchmark circuit design for a sub 50 nm CNTFET technology", In Proceeding: Microwave & Optoelectronics Conference (IMOC), 2013 SBMO/IEEE MTT-S International, pp. 1–5, 2013. [Bibtex & Downloads]
High-frequency benchmark circuit design for a sub 50 nm CNTFET technology
Reference
Martin Claus, Anindya Mukherjee, Alex Moroguma, Anibal Pacheco, Stefan Blawid, M. Schroter, "High-frequency benchmark circuit design for a sub 50 nm CNTFET technology", In Proceeding: Microwave & Optoelectronics Conference (IMOC), 2013 SBMO/IEEE MTT-S International, pp. 1–5, 2013.
Bibtex
@inproceedings{claus2013high,
title={High-frequency benchmark circuit design for a sub 50 nm CNTFET technology},
author={Claus, Martin and Mukherjee, Anindya and Moroguma, Alex and Pacheco, An{\i}bal and Blawid, Stefan and Schroter, M},
booktitle={Microwave \& Optoelectronics Conference (IMOC), 2013 SBMO/IEEE MTT-S International},
pages={1--5},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Claus, Stefan Blawid, M. Schroter, "Impact of near-contact barriers on the subthreshold slope of short-channel cntfets", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2013 International Conference on, pp. 159–162, 2013. [Bibtex & Downloads]
Impact of near-contact barriers on the subthreshold slope of short-channel cntfets
Reference
Martin Claus, Stefan Blawid, M. Schroter, "Impact of near-contact barriers on the subthreshold slope of short-channel cntfets", In Proceeding: Simulation of Semiconductor Processes and Devices (SISPAD), 2013 International Conference on, pp. 159–162, 2013.
Bibtex
@inproceedings{claus2013impact,
title={Impact of near-contact barriers on the subthreshold slope of short-channel cntfets},
author={Claus, Martin and Blawid, Stefan and Schroter, M},
booktitle={Simulation of Semiconductor Processes and Devices (SISPAD), 2013 International Conference on},
pages={159--162},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Claus, Sven Mothes, M. Schroter, "About the charge injection limitation in Schottky barrier CNTFETs", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–4, 2013. [Bibtex & Downloads]
About the charge injection limitation in Schottky barrier CNTFETs
Reference
Martin Claus, Sven Mothes, M. Schroter, "About the charge injection limitation in Schottky barrier CNTFETs", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–4, 2013.
Bibtex
@inproceedings{claus2013charge,
title={About the charge injection limitation in Schottky barrier CNTFETs},
author={Claus, Martin and Mothes, Sven and Schroter, M},
booktitle={Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International},
pages={1--4},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Grube, Dominik Martin, Walter M Weber, Thomas Mikolajick, Henning Riechert, "Structural and dielectric properties of sputtered SrxZr (1- x) Oy", In Journal of Applied Physics, AIP Publishing, vol. 113, no. 22, pp. 224107, 2013. [Bibtex & Downloads]
Structural and dielectric properties of sputtered SrxZr (1- x) Oy
Reference
Matthias Grube, Dominik Martin, Walter M Weber, Thomas Mikolajick, Henning Riechert, "Structural and dielectric properties of sputtered SrxZr (1- x) Oy", In Journal of Applied Physics, AIP Publishing, vol. 113, no. 22, pp. 224107, 2013.
Bibtex
@article{grube2013structural,
title={Structural and dielectric properties of sputtered SrxZr (1- x) Oy},
author={Grube, Matthias and Martin, Dominik and Weber, Walter M and Mikolajick, Thomas and Riechert, Henning},
journal={Journal of Applied Physics},
volume={113},
number={22},
pages={224107},
year={2013},
publisher={AIP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Björn Döbel, Marcus Völp, Hermann Härtig, "eBond: energy saving in heterogeneous RAIN", Proceedings of the fourth international conference on Future energy systems, pp. 193–202, 2013. [Bibtex & Downloads]
eBond: energy saving in heterogeneous RAIN
Reference
Marcus Hähnel, Björn Döbel, Marcus Völp, Hermann Härtig, "eBond: energy saving in heterogeneous RAIN", Proceedings of the fourth international conference on Future energy systems, pp. 193–202, 2013.
Bibtex
@inproceedings{hahnel2013ebond,
title={eBond: energy saving in heterogeneous RAIN},
author={H{\"a}hnel, Marcus and D{\"o}bel, Bj{\"o}rn and V{\"o}lp, Marcus and H{\"a}rtig, Hermann},
booktitle={Proceedings of the fourth international conference on Future energy systems},
pages={193--202},
year={2013},
organization={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hahnel, Marcus Volp, Bjorn Dobel, Hermann Hartig, "The potential of energy/utility-accrual scheduling", In Proceeding: Advanced Information Networking and Applications Workshops (WAINA), 2013 27th International Conference on, pp. 1636–1641, 2013. [Bibtex & Downloads]
The potential of energy/utility-accrual scheduling
Reference
Marcus Hahnel, Marcus Volp, Bjorn Dobel, Hermann Hartig, "The potential of energy/utility-accrual scheduling", In Proceeding: Advanced Information Networking and Applications Workshops (WAINA), 2013 27th International Conference on, pp. 1636–1641, 2013.
Bibtex
@inproceedings{hahnel2013potential,
title={The potential of energy/utility-accrual scheduling},
author={Hahnel, Marcus and Volp, Marcus and Dobel, Bjorn and Hartig, Hermann},
booktitle={Advanced Information Networking and Applications Workshops (WAINA), 2013 27th International Conference on},
pages={1636--1641},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Jenning, Dirk Plettemeier, "Automated Generation of Feeding Networks for Arbitrary Sized Rectangular Antenna Arrays", In Proceeding: Antennas and Propagation Society International Symposium (APSURSI), 2013 IEEE, pp. 2153–2154, 2013. [Bibtex & Downloads]
Automated Generation of Feeding Networks for Arbitrary Sized Rectangular Antenna Arrays
Reference
Michael Jenning, Dirk Plettemeier, "Automated Generation of Feeding Networks for Arbitrary Sized Rectangular Antenna Arrays", In Proceeding: Antennas and Propagation Society International Symposium (APSURSI), 2013 IEEE, pp. 2153–2154, 2013.
Bibtex
@inproceedings{jenning2013communications,
title={Automated Generation of Feeding Networks for Arbitrary Sized Rectangular Antenna Arrays},
author={Jenning, Michael and Plettemeier, Dirk},
booktitle={Antennas and Propagation Society International Symposium (APSURSI), 2013 IEEE},
pages={2153--2154},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahdi Khafaji, Corrado Carta, Elena Sobotta, Daniel Micusik, Frank Ellinger, "An inductorless 34 Gbit/s half-rate 4: 1 multiplexer in 0.25-$\mu$m SiGe technology", In Proceeding: Ph. D. Research in Microelectronics and Electronics (PRIME), 2013 9th Conference on, pp. 265–268, 2013. [Bibtex & Downloads]
An inductorless 34 Gbit/s half-rate 4: 1 multiplexer in 0.25-$\mu$m SiGe technology
Reference
Mahdi Khafaji, Corrado Carta, Elena Sobotta, Daniel Micusik, Frank Ellinger, "An inductorless 34 Gbit/s half-rate 4: 1 multiplexer in 0.25-$\mu$m SiGe technology", In Proceeding: Ph. D. Research in Microelectronics and Electronics (PRIME), 2013 9th Conference on, pp. 265–268, 2013.
Bibtex
@inproceedings{khafaji2013inductorless,
title={An inductorless 34 Gbit/s half-rate 4: 1 multiplexer in 0.25-$\mu$m SiGe technology},
author={Khafaji, Mahdi and Carta, Corrado and Sobotta, Elena and Micusik, Daniel and Ellinger, Frank},
booktitle={Ph. D. Research in Microelectronics and Electronics (PRIME), 2013 9th Conference on},
pages={265--268},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Knaut, F. Benner, C. Hoßbach, M. Geidel, I. Dirnstorfer, M. Albert, J.W. Bartha, "In-situ Growth Control für AlxTiyOz Films and Laminates", 2013. [Bibtex & Downloads]
In-situ Growth Control für AlxTiyOz Films and Laminates
Reference
M. Knaut, F. Benner, C. Hoßbach, M. Geidel, I. Dirnstorfer, M. Albert, J.W. Bartha, "In-situ Growth Control für AlxTiyOz Films and Laminates", 2013.
Bibtex
@conference{aufsatz52993,
affiliation={Professur für Halbleitertechnik},
title={In-situ Growth Control für AlxTiyOz Films and Laminates},
journal={13th AVS conference on Atomic Layer Deposition, San Diego, CA, USA, 28.07.-31.07.2013},
keywords={ALD, QCM, SE, XPS, in-situ, Al2O3, TiO2, film growth, process integration},
year={2013},
peerreview={Nein},
openaccess={Nein},
author={Knaut, M. and Benner, F. and Hoßbach, C. and Geidel, M. and Dirnstorfer, I. and Albert, M. and Bartha, J.W.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Schroter, M. Claus, P. Sakalas, M. Haferlach, Dawei Wang, "Carbon Nanotube FET Technology for Radio-Frequency Electronics: State-of-the-Art Overview", In Electron Devices Society, IEEE Journal of the, IEEE, vol. 1, no. 1, pp. 9–20, 2013. [doi] [Bibtex & Downloads]
Carbon Nanotube FET Technology for Radio-Frequency Electronics: State-of-the-Art Overview
Reference
M. Schroter, M. Claus, P. Sakalas, M. Haferlach, Dawei Wang, "Carbon Nanotube FET Technology for Radio-Frequency Electronics: State-of-the-Art Overview", In Electron Devices Society, IEEE Journal of the, IEEE, vol. 1, no. 1, pp. 9–20, 2013. [doi]
Bibtex
@article{schroter2013carbon,
title={Carbon Nanotube FET Technology for Radio-Frequency Electronics: State-of-the-Art Overview},
author={Schroter, M and Claus, M and Sakalas, P and Haferlach, M and Wang, Dawei},
journal={Electron Devices Society, IEEE Journal of the},
volume={1},
number={1},
pages={9--20},
year={2013},
publisher={IEEE},
doi={10.1109/JEDS.2013.2244641}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Max Seifert, Amelie HR Koch, Frank Deubel, Tobias Simmet, Lucas H Hess, Martin Stutzmann, Rainer Jordan, José A Garrido, Ian D Sharp, "Functional polymer brushes on hydrogenated graphene", In Chemistry of Materials, ACS Publications, vol. 25, no. 3, pp. 466–470, 2013. [doi] [Bibtex & Downloads]
Functional polymer brushes on hydrogenated graphene
Reference
Max Seifert, Amelie HR Koch, Frank Deubel, Tobias Simmet, Lucas H Hess, Martin Stutzmann, Rainer Jordan, José A Garrido, Ian D Sharp, "Functional polymer brushes on hydrogenated graphene", In Chemistry of Materials, ACS Publications, vol. 25, no. 3, pp. 466–470, 2013. [doi]
Bibtex
@article{seifert2013functional,
title={Functional polymer brushes on hydrogenated graphene},
author={Seifert, Max and Koch, Amelie HR and Deubel, Frank and Simmet, Tobias and Hess, Lucas H and Stutzmann, Martin and Jordan, Rainer and Garrido, José A and Sharp, Ian D},
journal={Chemistry of Materials},
volume={25},
number={3},
pages={466--470},
year={2013},
publisher={ACS Publications},
doi={10.1021/cm3036983}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Ummels, Christel Baier, "Computing quantiles in Markov reward models", In Proceeding: Foundations of Software Science and Computation Structures, pp. 353–368, 2013. [doi] [Bibtex & Downloads]
Computing quantiles in Markov reward models
Reference
Michael Ummels, Christel Baier, "Computing quantiles in Markov reward models", In Proceeding: Foundations of Software Science and Computation Structures, pp. 353–368, 2013. [doi]
Bibtex
@inproceedings{ummels2013computing,
title={Computing quantiles in Markov reward models},
author={Ummels, Michael and Baier, Christel},
booktitle={Foundations of Software Science and Computation Structures},
pages={353--368},
year={2013},
organization={Springer},
doi={10.1007/978-3-642-37075-5_23}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Marcus Völp, Adam Lackorzynski, Hermann Härtig, "On the expressiveness of fixed priority scheduling contexts for mixed criticality scheduling", In Proc. WMC, RTSS, pp. 13–18, 2013. [Bibtex & Downloads]
On the expressiveness of fixed priority scheduling contexts for mixed criticality scheduling
Reference
Marcus Völp, Adam Lackorzynski, Hermann Härtig, "On the expressiveness of fixed priority scheduling contexts for mixed criticality scheduling", In Proc. WMC, RTSS, pp. 13–18, 2013.
Bibtex
@article{volp2013expressiveness,
title={On the expressiveness of fixed priority scheduling contexts for mixed criticality scheduling},
author={V{\"o}lp, Marcus and Lackorzynski, Adam and H{\"a}rtig, Hermann},
journal={Proc. WMC, RTSS},
pages={13--18},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Volp, Benjamin Engel, C. Hamann, Hermann Hartig, "On confidentiality-preserving real-time locking protocols", In Proceeding: Real-Time and Embedded Technology and Applications Symposium (RTAS), 2013 IEEE 19th, pp. 153–162, 2013. [doi] [Bibtex & Downloads]
On confidentiality-preserving real-time locking protocols
Reference
Marcus Volp, Benjamin Engel, C. Hamann, Hermann Hartig, "On confidentiality-preserving real-time locking protocols", In Proceeding: Real-Time and Embedded Technology and Applications Symposium (RTAS), 2013 IEEE 19th, pp. 153–162, 2013. [doi]
Bibtex
@inproceedings{volp2013confidentiality,
title={On confidentiality-preserving real-time locking protocols},
author={Volp, Marcus and Engel, Benjamin and Hamann, C and Hartig, Hermann},
booktitle={Real-Time and Embedded Technology and Applications Symposium (RTAS), 2013 IEEE 19th},
pages={153--162},
year={2013},
organization={IEEE},
doi={10.1109/RTAS.2013.6531088}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- N. Ares, G. Katsaros, VN Golovach, JJ Zhang, A. Prager, LI Glazman, OG Schmidt, S. De Franceschi, "SiGe quantum dots for fast hole spin Rabi oscillations", In Applied Physics Letters, AIP Publishing, vol. 103, no. 26, pp. 263113, 2013. [doi] [Bibtex & Downloads]
SiGe quantum dots for fast hole spin Rabi oscillations
Reference
N. Ares, G. Katsaros, VN Golovach, JJ Zhang, A. Prager, LI Glazman, OG Schmidt, S. De Franceschi, "SiGe quantum dots for fast hole spin Rabi oscillations", In Applied Physics Letters, AIP Publishing, vol. 103, no. 26, pp. 263113, 2013. [doi]
Bibtex
@article{ares2013sige,
title={SiGe quantum dots for fast hole spin Rabi oscillations},
author={Ares, N and Katsaros, G and Golovach, VN and Zhang, JJ and Prager, A and Glazman, LI and Schmidt, OG and De Franceschi, S},
journal={Applied Physics Letters},
volume={103},
number={26},
pages={263113},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4858959}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Nils Asmussen, Hermann Härtig, Marcus Völp, "Turning x86 into a Hardware Simulator for Future Manycores", Proceedings of the 3rd Workshop on Systems for Future Multicore Architectures, 2013. [Bibtex & Downloads]
Turning x86 into a Hardware Simulator for Future Manycores
Reference
Nils Asmussen, Hermann Härtig, Marcus Völp, "Turning x86 into a Hardware Simulator for Future Manycores", Proceedings of the 3rd Workshop on Systems for Future Multicore Architectures, 2013.
Bibtex
@inproceedings{asmussen2013turning,
title={Turning x86 into a Hardware Simulator for Future Manycores},
author={Asmussen, Nils and H{\"a}rtig, Hermann and V{\"o}lp, Marcus},
booktitle={Proceedings of the 3rd Workshop on Systems for Future Multicore Architectures},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- P. Milde, R. Schönfelder, A. Koitzsch, K. Haubner, U. Zerweck-Trogisch, E. Jaehne, LM Eng, "In situ self-assembled organic interface layers for the controlled growth of oligothiophene thin films on ferroelectric Pb (Zr0. 2Ti0. 8) O3", In The Journal of chemical physics, AIP Publishing, vol. 139, no. 21, pp. 214702, 2013. [doi] [Bibtex & Downloads]
In situ self-assembled organic interface layers for the controlled growth of oligothiophene thin films on ferroelectric Pb (Zr0. 2Ti0. 8) O3
Reference
P. Milde, R. Schönfelder, A. Koitzsch, K. Haubner, U. Zerweck-Trogisch, E. Jaehne, LM Eng, "In situ self-assembled organic interface layers for the controlled growth of oligothiophene thin films on ferroelectric Pb (Zr0. 2Ti0. 8) O3", In The Journal of chemical physics, AIP Publishing, vol. 139, no. 21, pp. 214702, 2013. [doi]
Bibtex
@article{milde2013situ,
title={In situ self-assembled organic interface layers for the controlled growth of oligothiophene thin films on ferroelectric Pb (Zr0. 2Ti0. 8) O3},
author={Milde, P and Sch{\"o}nfelder, R and Koitzsch, A and Haubner, K and Zerweck-Trogisch, U and Jaehne, E and Eng, LM},
journal={The Journal of chemical physics},
volume={139},
number={21},
pages={214702},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4833355},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rafael Peñaloza, Tingting Zou, "Rough EL Classification", Informal Proceedings of the 26th International Workshop on Description Logics, Ulm, Germany, July 23 - 26, 2013 (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch), CEUR-WS.org, vol. 1014, pp. 415-427, 2013. [Bibtex & Downloads]
Rough EL Classification
Reference
Rafael Peñaloza, Tingting Zou, "Rough EL Classification", Informal Proceedings of the 26th International Workshop on Description Logics, Ulm, Germany, July 23 - 26, 2013 (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch), CEUR-WS.org, vol. 1014, pp. 415-427, 2013.
Bibtex
@InProceedings{conf/dlog/PenalozaZ13,
author = {Rafael Pe{\~{n}}aloza and Tingting Zou},
title = {Rough {EL} Classification},
booktitle = {Informal Proceedings of the 26th International Workshop on Description Logics, Ulm, Germany, July 23 - 26, 2013},
pages = {415-427},
url = {http://ceur-ws.org/Vol-1014/paper_7.pdf},
editor = {Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Kr{\"{o}}tzsch},
series = {{CEUR} Workshop Proceedings},
volume = {1014},
publisher = {CEUR-WS.org},
year = {2013},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rafael Peñaloza, Tingting Zou, "Roughening the Envelope", Frontiers of Combining Systems - 9th International Symposium, FroCoS 2013, Nancy, France, September 18-20, 2013. Proceedings (Pascal Fontaine and Christophe Ringeissen and Renate A. Schmidt), Springer, vol. 8152, pp. 71–86, 2013. [doi] [Bibtex & Downloads]
Roughening the Envelope
Reference
Rafael Peñaloza, Tingting Zou, "Roughening the Envelope", Frontiers of Combining Systems - 9th International Symposium, FroCoS 2013, Nancy, France, September 18-20, 2013. Proceedings (Pascal Fontaine and Christophe Ringeissen and Renate A. Schmidt), Springer, vol. 8152, pp. 71–86, 2013. [doi]
Bibtex
@inproceedings{conf/frocos/PenalozaZ13,
author = {Rafael Pe{\~{n}}aloza and Tingting Zou},
title = {Roughening the Envelope},
booktitle = {Frontiers of Combining Systems - 9th International Symposium, FroCoS 2013, Nancy, France, September 18-20, 2013. Proceedings},
pages = {71--86},
url = {http://dx.doi.org/10.1007/978-3-642-40885-4_6},
doi = {10.1007/978-3-642-40885-4_6},
editor = {Pascal Fontaine and Christophe Ringeissen and Renate A. Schmidt},
series = {Lecture Notes in Computer Science},
volume = {8152},
publisher = {Springer},
year = {2013},
isbn = {978-3-642-40884-7},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Robert Pötzsch, Hartmut Komber, Brian C Stahl, Craig J Hawker, Brigitte I Voit, "Radical Thiol-yne Chemistry on Diphenylacetylene: Selective and Quantitative Addition Enabling the Synthesis of Hyperbranched Poly (vinyl sulfide) s", In Macromolecular rapid communications, Wiley Online Library, vol. 34, no. 22, pp. 1772–1778, 2013. [doi] [Bibtex & Downloads]
Radical Thiol-yne Chemistry on Diphenylacetylene: Selective and Quantitative Addition Enabling the Synthesis of Hyperbranched Poly (vinyl sulfide) s
Reference
Robert Pötzsch, Hartmut Komber, Brian C Stahl, Craig J Hawker, Brigitte I Voit, "Radical Thiol-yne Chemistry on Diphenylacetylene: Selective and Quantitative Addition Enabling the Synthesis of Hyperbranched Poly (vinyl sulfide) s", In Macromolecular rapid communications, Wiley Online Library, vol. 34, no. 22, pp. 1772–1778, 2013. [doi]
Bibtex
@article{potzsch2013radical,
title={Radical Thiol-yne Chemistry on Diphenylacetylene: Selective and Quantitative Addition Enabling the Synthesis of Hyperbranched Poly (vinyl sulfide) s},
author={P{\"o}tzsch, Robert and Komber, Hartmut and Stahl, Brian C and Hawker, Craig J and Voit, Brigitte I},
journal={Macromolecular rapid communications},
volume={34},
number={22},
pages={1772--1778},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/marc.201300707}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rodney R Agayan, Robert Tucker, Takahiro Nitta, Felix Ruhnow, Wilhelm J Walter, Stefan Diez, Henry Hess, "Optimization of isopolar microtubule arrays", In Langmuir, ACS Publications, vol. 29, no. 7, pp. 2265–2272, 2013. [doi] [Bibtex & Downloads]
Optimization of isopolar microtubule arrays
Reference
Rodney R Agayan, Robert Tucker, Takahiro Nitta, Felix Ruhnow, Wilhelm J Walter, Stefan Diez, Henry Hess, "Optimization of isopolar microtubule arrays", In Langmuir, ACS Publications, vol. 29, no. 7, pp. 2265–2272, 2013. [doi]
Bibtex
@article{agayan2013optimization,
title={Optimization of isopolar microtubule arrays},
author={Agayan, Rodney R and Tucker, Robert and Nitta, Takahiro and Ruhnow, Felix and Walter, Wilhelm J and Diez, Stefan and Hess, Henry},
journal={Langmuir},
volume={29},
number={7},
pages={2265--2272},
year={2013},
publisher={ACS Publications},
doi={10.1021/la303792v}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- René Schneider, Tilman Glaser, Michael Berndt, Stefan Diez, "Using a quartz paraboloid for versatile wide-field TIR microscopy with sub-nanometer localization accuracy", In Optics express, Optical Society of America, vol. 21, no. 3, pp. 3523–3539, 2013. [doi] [Bibtex & Downloads]
Using a quartz paraboloid for versatile wide-field TIR microscopy with sub-nanometer localization accuracy
Reference
René Schneider, Tilman Glaser, Michael Berndt, Stefan Diez, "Using a quartz paraboloid for versatile wide-field TIR microscopy with sub-nanometer localization accuracy", In Optics express, Optical Society of America, vol. 21, no. 3, pp. 3523–3539, 2013. [doi]
Bibtex
@article{schneider2013using,
title={Using a quartz paraboloid for versatile wide-field TIR microscopy with sub-nanometer localization accuracy},
author={Schneider, Ren{\'e} and Glaser, Tilman and Berndt, Michael and Diez, Stefan},
journal={Optics express},
volume={21},
number={3},
pages={3523--3539},
year={2013},
publisher={Optical Society of America},
doi={10.1364/OE.21.003523}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- R. Shabanpour, K. Ishida, C. Perumal, BK Boroujeni, T. Meister, C. Carta, F. Ellinger, L. Petti, N. Munzenrieder, GA Salvatore, others, "A 2.62 MHz 762 $\mu$W cascode amplifier in flexible a-IGZO thin-film technology for textile and wearable-electronics applications", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–4, 2013. [doi] [Bibtex & Downloads]
A 2.62 MHz 762 $\mu$W cascode amplifier in flexible a-IGZO thin-film technology for textile and wearable-electronics applications
Reference
R. Shabanpour, K. Ishida, C. Perumal, BK Boroujeni, T. Meister, C. Carta, F. Ellinger, L. Petti, N. Munzenrieder, GA Salvatore, others, "A 2.62 MHz 762 $\mu$W cascode amplifier in flexible a-IGZO thin-film technology for textile and wearable-electronics applications", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–4, 2013. [doi]
Bibtex
@inproceedings{shabanpour20132,
title={A 2.62 MHz 762 $\mu$W cascode amplifier in flexible a-IGZO thin-film technology for textile and wearable-electronics applications},
author={Shabanpour, R and Ishida, K and Perumal, C and Boroujeni, BK and Meister, T and Carta, C and Ellinger, F and Petti, L and Munzenrieder, N and Salvatore, GA and others},
booktitle={Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International},
pages={1--4},
year={2013},
organization={IEEE},
doi={10.1109/ISCDG.2013.6656321}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza, "About Subsumption in Fuzzy EL", Informal Proceedings of the 26th International Workshop on Description Logics, Ulm, Germany, July 23 - 26, 2013 (Thomas Eiter and
Birte Glimm and
Yevgeny Kazakov and
Markus Krötzsch), CEUR-WS.org, vol. 1014, pp. 526-538, 2013. [Bibtex & Downloads]
About Subsumption in Fuzzy EL
Reference
Stefan Borgwardt, Rafael Peñaloza, "About Subsumption in Fuzzy EL", Informal Proceedings of the 26th International Workshop on Description Logics, Ulm, Germany, July 23 - 26, 2013 (Thomas Eiter and Birte Glimm and Yevgeny Kazakov and Markus Krötzsch), CEUR-WS.org, vol. 1014, pp. 526-538, 2013.
Bibtex
@InProceedings{conf/dlog/BorgwardtP13,
author = {Stefan Borgwardt and Rafael Pe{\~{n}}aloza},
title = {About Subsumption in Fuzzy {EL}},
booktitle = {Informal Proceedings of the 26th International Workshop on Description Logics, Ulm, Germany, July 23 - 26, 2013},
pages = {526-538},
url = {http://ceur-ws.org/Vol-1014/paper_48.pdf},
editor = {Thomas Eiter and
Birte Glimm and
Yevgeny Kazakov and
Markus Kr{\"{o}}tzsch},
series = {{CEUR} Workshop Proceedings},
volume = {1014},
publisher = {CEUR-WS.org},
year = {2013},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza, "Positive Subsumption in Fuzzy EL with General T-norms", Proceedings of the Twenty-Third International Joint Conference on Artificial Intelligence, AAAI Press, pp. 789–795, 2013. [Bibtex & Downloads]
Positive Subsumption in Fuzzy EL with General T-norms
Reference
Stefan Borgwardt, Rafael Peñaloza, "Positive Subsumption in Fuzzy EL with General T-norms", Proceedings of the Twenty-Third International Joint Conference on Artificial Intelligence, AAAI Press, pp. 789–795, 2013.
Bibtex
@inproceedings{Borgwardt:2013:PSF:2540128.2540243,
author={Borgwardt, Stefan and Pe\~{n}aloza, Rafael},
title={Positive Subsumption in Fuzzy EL with General T-norms},
booktitle={Proceedings of the Twenty-Third International Joint Conference on Artificial Intelligence},
series={IJCAI '13},
year={2013},
isbn={978-1-57735-633-2},
location={Beijing, China},
pages={789--795},
numpages={7},
url={http://dl.acm.org/citation.cfm?id=2540128.2540243},
acmid={2540243},
publisher={AAAI Press},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporal query answering in the description logic DL-Lite", Chapter in Frontiers of Combining Systems, Springer, pp. 165–180, 2013. [doi] [Bibtex & Downloads]
Temporal query answering in the description logic DL-Lite
Reference
Stefan Borgwardt, Marcel Lippmann, Veronika Thost, "Temporal query answering in the description logic DL-Lite", Chapter in Frontiers of Combining Systems, Springer, pp. 165–180, 2013. [doi]
Bibtex
@incollection{borgwardt2013temporal,
title={Temporal query answering in the description logic DL-Lite},
author={Borgwardt, Stefan and Lippmann, Marcel and Thost, Veronika},
booktitle={Frontiers of Combining Systems},
pages={165--180},
year={2013},
publisher={Springer},
doi={10.1007/978-3-642-40885-4_11}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Fraedrich, Michael Jenning, Christoph Statz, Dirk Plettemeier, "An evolutionary-approach for material parameter determination in a broad frequency range", In Proceeding: Antennas and Propagation (EuCAP), 2013 7th European Conference on, pp. 3305–3308, 2013. [Bibtex & Downloads]
An evolutionary-approach for material parameter determination in a broad frequency range
Reference
Stefan Fraedrich, Michael Jenning, Christoph Statz, Dirk Plettemeier, "An evolutionary-approach for material parameter determination in a broad frequency range", In Proceeding: Antennas and Propagation (EuCAP), 2013 7th European Conference on, pp. 3305–3308, 2013.
Bibtex
@inproceedings{fraedrich2013evolutionary,
title={An evolutionary-approach for material parameter determination in a broad frequency range},
author={Fraedrich, Stefan and Jenning, Michael and Statz, Christoph and Plettemeier, Dirk},
booktitle={Antennas and Propagation (EuCAP), 2013 7th European Conference on},
pages={3305--3308},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Julian Mendez, Veronika Thost, Anni-Yasmin Turhan, "OWL 2 Reasoning To Detect Energy-Efficient Software Variants From Context.", In Proceeding: OWLED, 2013. [Bibtex & Downloads]
OWL 2 Reasoning To Detect Energy-Efficient Software Variants From Context.
Reference
Sebastian Götz, Julian Mendez, Veronika Thost, Anni-Yasmin Turhan, "OWL 2 Reasoning To Detect Energy-Efficient Software Variants From Context.", In Proceeding: OWLED, 2013.
Bibtex
@inproceedings{gotz2013owl,
title={OWL 2 Reasoning To Detect Energy-Efficient Software Variants From Context.},
author={G{\"o}tz, Sebastian and Mendez, Julian and Thost, Veronika and Turhan, Anni-Yasmin},
booktitle={OWLED},
year={2013},
organization={Citeseer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Hoppner, Dennis Walter, Holger Eisenreich, Stefan Schiefer, R. Schuffny, "Live demonstration: A 90GBit/s serial NoC link over 6mm in 65nm CMOS technology", In Proceeding: Circuit Theory and Design (ECCTD), 2013 European Conference on, pp. 1–1, 2013. [doi] [Bibtex & Downloads]
Live demonstration: A 90GBit/s serial NoC link over 6mm in 65nm CMOS technology
Reference
S. Hoppner, Dennis Walter, Holger Eisenreich, Stefan Schiefer, R. Schuffny, "Live demonstration: A 90GBit/s serial NoC link over 6mm in 65nm CMOS technology", In Proceeding: Circuit Theory and Design (ECCTD), 2013 European Conference on, pp. 1–1, 2013. [doi]
Bibtex
@inproceedings{hoppner2013live,
title={Live demonstration: A 90GBit/s serial NoC link over 6mm in 65nm CMOS technology},
author={Hoppner, S and Walter, Dennis and Eisenreich, Holger and Schiefer, Stefan and Schuffny, R},
booktitle={Circuit Theory and Design (ECCTD), 2013 European Conference on},
pages={1--1},
year={2013},
organization={IEEE},
doi={10.1109/ECCTD.2013.6662230}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Hoppner, Stefan Haenzsche, Georg Ellguth, Dennis Walter, Holger Eisenreich, R. Schuffny, "A fast-locking ADPLL with instantaneous restart capability in 28-nm CMOS technology", In Circuits and Systems II: Express Briefs, IEEE Transactions on, IEEE, vol. 60, no. 11, pp. 741–745, 2013. [doi] [Bibtex & Downloads]
A fast-locking ADPLL with instantaneous restart capability in 28-nm CMOS technology
Reference
S. Hoppner, Stefan Haenzsche, Georg Ellguth, Dennis Walter, Holger Eisenreich, R. Schuffny, "A fast-locking ADPLL with instantaneous restart capability in 28-nm CMOS technology", In Circuits and Systems II: Express Briefs, IEEE Transactions on, IEEE, vol. 60, no. 11, pp. 741–745, 2013. [doi]
Bibtex
@article{hoppner2013fast,
title={A fast-locking ADPLL with instantaneous restart capability in 28-nm CMOS technology},
author={Hoppner, S and Haenzsche, Stefan and Ellguth, Georg and Walter, Dennis and Eisenreich, Holger and Schuffny, R},
journal={Circuits and Systems II: Express Briefs, IEEE Transactions on},
volume={60},
number={11},
pages={741--745},
year={2013},
publisher={IEEE},
doi={10.1109/TCSII.2013.2278123}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Syed Kewaan Ejaz, Diogo Behrens, Thomas Knauth, Christof Fetzer, "Improving Wide-Area Replication Performance through Informed Leader Election and Overlay Construction", In Proceeding: Cloud Computing (CLOUD), 2013 IEEE Sixth International Conference on, pp. 422–429, 2013. [doi] [Bibtex & Downloads]
Improving Wide-Area Replication Performance through Informed Leader Election and Overlay Construction
Reference
Syed Kewaan Ejaz, Diogo Behrens, Thomas Knauth, Christof Fetzer, "Improving Wide-Area Replication Performance through Informed Leader Election and Overlay Construction", In Proceeding: Cloud Computing (CLOUD), 2013 IEEE Sixth International Conference on, pp. 422–429, 2013. [doi]
Bibtex
@inproceedings{ejaz2013improving,
title={Improving Wide-Area Replication Performance through Informed Leader Election and Overlay Construction},
author={Ejaz, Syed Kewaan and Behrens, Diogo and Knauth, Thomas and Fetzer, Christof},
booktitle={Cloud Computing (CLOUD), 2013 IEEE Sixth International Conference on},
pages={422--429},
year={2013},
organization={IEEE},
doi={10.1109/CLOUD.2013.86}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stephan Klatt, Merle Allerdißen, René Körbitz, Brigtitte Voit, Karl Friedrich Arndt, Andreas Richter, "Hydrogel-based microfluidic systems", In Advances in Science and Technology, Trans Tech Publ, vol. 81, pp. 90–95, 2013. [doi] [Bibtex & Downloads]
Hydrogel-based microfluidic systems
Reference
Stephan Klatt, Merle Allerdißen, René Körbitz, Brigtitte Voit, Karl Friedrich Arndt, Andreas Richter, "Hydrogel-based microfluidic systems", In Advances in Science and Technology, Trans Tech Publ, vol. 81, pp. 90–95, 2013. [doi]
Bibtex
@article{klatt2013hydrogel,
title={Hydrogel-based microfluidic systems},
author={Klatt, Stephan and Allerdi{\ss}en, Merle and K{\"o}rbitz, Ren{\'e} and Voit, Brigtitte and Arndt, Karl Friedrich and Richter, Andreas},
journal={Advances in Science and Technology},
volume={81},
pages={90--95},
year={2013},
publisher={Trans Tech Publ},
doi={10.4028/www.scientific.net/AST.81.90}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Slobodanka Korten, Nuria Albet-Torres, Francesca Paderi, Lasse ten Siethoff, Stefan Diez, Till Korten, Geertruy te Kronnie, Alf Månsson, "Sample solution constraints on motor-driven diagnostic nanodevices", In Lab on a Chip, Royal Society of Chemistry, vol. 13, no. 5, pp. 866–876, 2013. [doi] [Bibtex & Downloads]
Sample solution constraints on motor-driven diagnostic nanodevices
Reference
Slobodanka Korten, Nuria Albet-Torres, Francesca Paderi, Lasse ten Siethoff, Stefan Diez, Till Korten, Geertruy te Kronnie, Alf Månsson, "Sample solution constraints on motor-driven diagnostic nanodevices", In Lab on a Chip, Royal Society of Chemistry, vol. 13, no. 5, pp. 866–876, 2013. [doi]
Bibtex
@article{korten2013sample,
title={Sample solution constraints on motor-driven diagnostic nanodevices},
author={Korten, Slobodanka and Albet-Torres, Nuria and Paderi, Francesca and ten Siethoff, Lasse and Diez, Stefan and Korten, Till and te Kronnie, Geertruy and M{\aa}nsson, Alf},
journal={Lab on a Chip},
volume={13},
number={5},
pages={866--876},
year={2013},
publisher={Royal Society of Chemistry},
doi={10.1039/C2LC41099K}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Susanne Leubner, Soheil Hatami, Nehir Esendemir, Tommy Lorenz, Jan-Ole Joswig, Vladimir Lesnyak, Sebastian Recknagel, Nikolai Gaponik, Ute Resch-Genger, Alexander Eychmüller, "Experimental and theoretical investigations of the ligand structure of water-soluble CdTe nanocrystals", In Dalton Transactions, Royal Society of Chemistry, vol. 42, no. 35, pp. 12733–12740, 2013. [doi] [Bibtex & Downloads]
Experimental and theoretical investigations of the ligand structure of water-soluble CdTe nanocrystals
Reference
Susanne Leubner, Soheil Hatami, Nehir Esendemir, Tommy Lorenz, Jan-Ole Joswig, Vladimir Lesnyak, Sebastian Recknagel, Nikolai Gaponik, Ute Resch-Genger, Alexander Eychmüller, "Experimental and theoretical investigations of the ligand structure of water-soluble CdTe nanocrystals", In Dalton Transactions, Royal Society of Chemistry, vol. 42, no. 35, pp. 12733–12740, 2013. [doi]
Bibtex
@article{leubner2013experimental,
title={Experimental and theoretical investigations of the ligand structure of water-soluble CdTe nanocrystals},
author={Leubner, Susanne and Hatami, Soheil and Esendemir, Nehir and Lorenz, Tommy and Joswig, Jan-Ole and Lesnyak, Vladimir and Recknagel, Sebastian and Gaponik, Nikolai and Resch-Genger, Ute and Eychm{\"u}ller, Alexander},
journal={Dalton Transactions},
volume={42},
number={35},
pages={12733--12740},
year={2013},
publisher={Royal Society of Chemistry},
doi={10.1039/C3DT50802A}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Sebastian Pregl, F. Zorgiebel, Larysa Baraban, Gianaurelio Cuniberti, T. Mikolajick, Walter Weber, "Channel length dependent sensor response of Schottky-barrier FET pH sensors", In Proceeding: SENSORS, 2013 IEEE, pp. 1–4, 2013. [doi] [Bibtex & Downloads]
Channel length dependent sensor response of Schottky-barrier FET pH sensors
Reference
Sebastian Pregl, F. Zorgiebel, Larysa Baraban, Gianaurelio Cuniberti, T. Mikolajick, Walter Weber, "Channel length dependent sensor response of Schottky-barrier FET pH sensors", In Proceeding: SENSORS, 2013 IEEE, pp. 1–4, 2013. [doi]
Bibtex
@inproceedings{pregl2013channel,
title={Channel length dependent sensor response of Schottky-barrier FET pH sensors},
author={Pregl, Sebastian and Zorgiebel, F and Baraban, Larysa and Cuniberti, Gianaurelio and Mikolajick, T and Weber, Walter},
booktitle={SENSORS, 2013 IEEE},
pages={1--4},
year={2013},
organization={IEEE},
doi={10.1109/ICSENS.2013.6688311}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Pregl, Walter M Weber, Daijiro Nozaki, Jens Kunstmann, Larysa Baraban, Joerg Opitz, Thomas Mikolajick, Gianaurelio Cuniberti, "Parallel arrays of Schottky barrier nanowire field effect transistors: Nanoscopic effects for macroscopic current output", In Nano Research, Springer, vol. 6, no. 6, pp. 381–388, 2013. [doi] [Bibtex & Downloads]
Parallel arrays of Schottky barrier nanowire field effect transistors: Nanoscopic effects for macroscopic current output
Reference
Sebastian Pregl, Walter M Weber, Daijiro Nozaki, Jens Kunstmann, Larysa Baraban, Joerg Opitz, Thomas Mikolajick, Gianaurelio Cuniberti, "Parallel arrays of Schottky barrier nanowire field effect transistors: Nanoscopic effects for macroscopic current output", In Nano Research, Springer, vol. 6, no. 6, pp. 381–388, 2013. [doi]
Bibtex
@article{pregl2013parallel,
title={Parallel arrays of Schottky barrier nanowire field effect transistors: Nanoscopic effects for macroscopic current output},
author={Pregl, Sebastian and Weber, Walter M and Nozaki, Daijiro and Kunstmann, Jens and Baraban, Larysa and Opitz, Joerg and Mikolajick, Thomas and Cuniberti, Gianaurelio},
journal={Nano Research},
volume={6},
number={6},
pages={381--388},
year={2013},
publisher={Springer},
doi={10.1007/s12274-013-0315-9}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sylvio Schubert, Yong Hyun Kim, Torben Menke, Axel Fischer, Ronny Timmreck, Lars Müller-Meskamp, Karl Leo, "Highly doped Fullerene C60 thin films as transparent stand alone top electrode for organic solar cells", In Solar Energy Materials and Solar Cells, Elsevier, vol. 118, pp. 165–170, 2013. [doi] [Bibtex & Downloads]
Highly doped Fullerene C60 thin films as transparent stand alone top electrode for organic solar cells
Reference
Sylvio Schubert, Yong Hyun Kim, Torben Menke, Axel Fischer, Ronny Timmreck, Lars Müller-Meskamp, Karl Leo, "Highly doped Fullerene C60 thin films as transparent stand alone top electrode for organic solar cells", In Solar Energy Materials and Solar Cells, Elsevier, vol. 118, pp. 165–170, 2013. [doi]
Bibtex
@article{schubert2013highly,
title={Highly doped Fullerene C60 thin films as transparent stand alone top electrode for organic solar cells},
author={Schubert, Sylvio and Kim, Yong Hyun and Menke, Torben and Fischer, Axel and Timmreck, Ronny and M{\"u}ller-Meskamp, Lars and Leo, Karl},
journal={Solar Energy Materials and Solar Cells},
volume={118},
pages={165--170},
year={2013},
publisher={Elsevier},
doi={10.1016/j.solmat.2013.08.017}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Hendel, Vladimir Lesnyak, Laura Kühn, Anne-Kristin Herrmann, Nadja C Bigall, Lars Borchardt, Stefan Kaskel, Nikolai Gaponik, Alexander Eychmüller, "Mixed Aerogels from Au and CdTe Nanoparticles", In Advanced Functional Materials, Wiley Online Library, vol. 23, no. 15, pp. 1903–1911, 2013. [doi] [Bibtex & Downloads]
Mixed Aerogels from Au and CdTe Nanoparticles
Reference
Thomas Hendel, Vladimir Lesnyak, Laura Kühn, Anne-Kristin Herrmann, Nadja C Bigall, Lars Borchardt, Stefan Kaskel, Nikolai Gaponik, Alexander Eychmüller, "Mixed Aerogels from Au and CdTe Nanoparticles", In Advanced Functional Materials, Wiley Online Library, vol. 23, no. 15, pp. 1903–1911, 2013. [doi]
Bibtex
@article{hendel2013mixed,
title={Mixed Aerogels from Au and CdTe Nanoparticles},
author={Hendel, Thomas and Lesnyak, Vladimir and K{\"u}hn, Laura and Herrmann, Anne-Kristin and Bigall, Nadja C and Borchardt, Lars and Kaskel, Stefan and Gaponik, Nikolai and Eychm{\"u}ller, Alexander},
journal={Advanced Functional Materials},
volume={23},
number={15},
pages={1903--1911},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/adfm.201201674}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Hilbrich, Bronis R. de Supinski, Wolfgang E. Nagel, Joachim Protze, Christel Baier, Matthias S. Muller, "Distributed wait state tracking for runtime MPI deadlock detection", In Proceeding: High Performance Computing, Networking, Storage and Analysis (SC), 2013 International Conference for, pp. 1–12, 2013. [doi] [Bibtex & Downloads]
Distributed wait state tracking for runtime MPI deadlock detection
Reference
Tobias Hilbrich, Bronis R. de Supinski, Wolfgang E. Nagel, Joachim Protze, Christel Baier, Matthias S. Muller, "Distributed wait state tracking for runtime MPI deadlock detection", In Proceeding: High Performance Computing, Networking, Storage and Analysis (SC), 2013 International Conference for, pp. 1–12, 2013. [doi]
Bibtex
@inproceedings{hilbrich2013distributed,
title={Distributed wait state tracking for runtime MPI deadlock detection},
author={Hilbrich, Tobias and de Supinski, Bronis R. and Nagel, Wolfgang E. and Protze, Joachim and Baier, Christel and Muller, Matthias S.},
booktitle={High Performance Computing, Networking, Storage and Analysis (SC), 2013 International Conference for},
pages={1--12},
year={2013},
organization={IEEE},
doi={10.1145/2503210.2503237}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Tomas Karnagel, Dirk Habich, Benjamin Schlegel, Wolfgang Lehner, "The HELLS-join: a heterogeneous stream join for extremely large windows", Proceedings of the Ninth International Workshop on Data Management on New Hardware, pp. 2, 2013. [doi] [Bibtex & Downloads]
The HELLS-join: a heterogeneous stream join for extremely large windows
Reference
Tomas Karnagel, Dirk Habich, Benjamin Schlegel, Wolfgang Lehner, "The HELLS-join: a heterogeneous stream join for extremely large windows", Proceedings of the Ninth International Workshop on Data Management on New Hardware, pp. 2, 2013. [doi]
Bibtex
@inproceedings{karnagel2013hells,
title={The HELLS-join: a heterogeneous stream join for extremely large windows},
author={Karnagel, Tomas and Habich, Dirk and Schlegel, Benjamin and Lehner, Wolfgang},
booktitle={Proceedings of the Ninth International Workshop on Data Management on New Hardware},
pages={2},
year={2013},
organization={ACM},
doi={10.1145/2485278.2485280}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tomas Karnagel, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Stream Join Processing on Heterogeneous Processors.", In Proceeding: BTW Workshops, pp. 17–26, 2013. [Bibtex & Downloads]
Stream Join Processing on Heterogeneous Processors.
Reference
Tomas Karnagel, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Stream Join Processing on Heterogeneous Processors.", In Proceeding: BTW Workshops, pp. 17–26, 2013.
Bibtex
@inproceedings{karnagel2013stream,
title={Stream Join Processing on Heterogeneous Processors.},
author={Karnagel, Tomas and Schlegel, Benjamin and Habich, Dirk and Lehner, Wolfgang},
booktitle={BTW Workshops},
pages={17--26},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Qppt: Query processing on prefix trees", In Proceeding: CIDR, 2013. [Bibtex & Downloads]
Qppt: Query processing on prefix trees
Reference
Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Qppt: Query processing on prefix trees", In Proceeding: CIDR, 2013.
Bibtex
@inproceedings{kissinger2013qppt,
title={Qppt: Query processing on prefix trees},
author={Kissinger, Thomas and Schlegel, Benjamin and Habich, Dirk and Lehner, Wolfgang},
booktitle={CIDR},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Query processing on prefix trees live", Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data, pp. 1105–1108, 2013. [doi] [Bibtex & Downloads]
Query processing on prefix trees live
Reference
Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "Query processing on prefix trees live", Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data, pp. 1105–1108, 2013. [doi]
Bibtex
@inproceedings{kissinger2013query,
title={Query processing on prefix trees live},
author={Kissinger, Thomas and Schlegel, Benjamin and Habich, Dirk and Lehner, Wolfgang},
booktitle={Proceedings of the 2013 ACM SIGMOD International Conference on Management of Data},
pages={1105--1108},
year={2013},
organization={ACM},
doi={10.1145/2463676.2463682}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Knauth, Christof Fetzer, "dsync: Efficient Block-wise Synchronization of Multi-Gigabyte Binary Data.", In Proceeding: LISA, pp. 45–58, 2013. [Bibtex & Downloads]
dsync: Efficient Block-wise Synchronization of Multi-Gigabyte Binary Data.
Reference
Thomas Knauth, Christof Fetzer, "dsync: Efficient Block-wise Synchronization of Multi-Gigabyte Binary Data.", In Proceeding: LISA, pp. 45–58, 2013.
Bibtex
@inproceedings{knauth2013dsync,
title={dsync: Efficient Block-wise Synchronization of Multi-Gigabyte Binary Data.},
author={Knauth, Thomas and Fetzer, Christof},
booktitle={LISA},
pages={45--58},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Lehmann, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Combined effect of strain and defects on the conductance of graphene nanoribbons", In Physical Review B, APS, vol. 88, no. 12, pp. 125420, 2013. [doi] [Bibtex & Downloads]
Combined effect of strain and defects on the conductance of graphene nanoribbons
Reference
Thomas Lehmann, Dmitry A Ryndyk, Gianaurelio Cuniberti, "Combined effect of strain and defects on the conductance of graphene nanoribbons", In Physical Review B, APS, vol. 88, no. 12, pp. 125420, 2013. [doi]
Bibtex
@article{lehmann2013combined,
title={Combined effect of strain and defects on the conductance of graphene nanoribbons},
author={Lehmann, Thomas and Ryndyk, Dmitry A and Cuniberti, Gianaurelio},
journal={Physical Review B},
volume={88},
number={12},
pages={125420},
year={2013},
publisher={APS},
doi={10.1103/PhysRevB.88.125420}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Mikolajick, André Heinzig, Jens Trommer, Sebastian Pregl, Matthias Grube, Gianaurelio Cuniberti, Walter M Weber, "Silicon nanowires–a versatile technology platform", In physica status solidi (RRL)-Rapid Research Letters, Wiley Online Library, vol. 7, no. 10, pp. 793–799, 2013. [doi] [Bibtex & Downloads]
Silicon nanowires–a versatile technology platform
Reference
Thomas Mikolajick, André Heinzig, Jens Trommer, Sebastian Pregl, Matthias Grube, Gianaurelio Cuniberti, Walter M Weber, "Silicon nanowires–a versatile technology platform", In physica status solidi (RRL)-Rapid Research Letters, Wiley Online Library, vol. 7, no. 10, pp. 793–799, 2013. [doi]
Bibtex
@article{mikolajick2013silicon,
title={Silicon nanowires--a versatile technology platform},
author={Mikolajick, Thomas and Heinzig, Andr{\'e} and Trommer, Jens and Pregl, Sebastian and Grube, Matthias and Cuniberti, Gianaurelio and Weber, Walter M},
journal={physica status solidi (RRL)-Rapid Research Letters},
volume={7},
number={10},
pages={793--799},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/pssr.201307247}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Schuster, Christian Schaeffer, Michael Mertig, Dirk Plettemeier, "Entwicklung eines kompakten faseroptischen Oberflächenplasmonenresonanz-Sensors", In tm-Technisches Messen Plattform für Methoden, Systeme und Anwendungen der Messtechnik, vol. 80, no. 7-8, pp. 221–228, 2013. [doi] [Bibtex & Downloads]
Entwicklung eines kompakten faseroptischen Oberflächenplasmonenresonanz-Sensors
Reference
Tobias Schuster, Christian Schaeffer, Michael Mertig, Dirk Plettemeier, "Entwicklung eines kompakten faseroptischen Oberflächenplasmonenresonanz-Sensors", In tm-Technisches Messen Plattform für Methoden, Systeme und Anwendungen der Messtechnik, vol. 80, no. 7-8, pp. 221–228, 2013. [doi]
Bibtex
@article{schuster2013entwicklung,
title={Entwicklung eines kompakten faseroptischen Oberfl{\"a}chenplasmonenresonanz-Sensors},
author={Schuster, Tobias and Schaeffer, Christian and Mertig, Michael and Plettemeier, Dirk},
journal={tm-Technisches Messen Plattform f{\"u}r Methoden, Systeme und Anwendungen der Messtechnik},
volume={80},
number={7-8},
pages={221--228},
year={2013},
doi={10.1524/teme.2013.0028}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Tino Wagner, Denny Köhler, Peter Milde, Lukas M Eng, "Probing the local surface potential and quantum capacitance in single and multi-layer graphene", In Applied Physics Letters, AIP Publishing, vol. 103, no. 2, pp. 023102, 2013. [doi] [Bibtex & Downloads]
Probing the local surface potential and quantum capacitance in single and multi-layer graphene
Reference
Tino Wagner, Denny Köhler, Peter Milde, Lukas M Eng, "Probing the local surface potential and quantum capacitance in single and multi-layer graphene", In Applied Physics Letters, AIP Publishing, vol. 103, no. 2, pp. 023102, 2013. [doi]
Bibtex
@article{wagner2013probing,
title={Probing the local surface potential and quantum capacitance in single and multi-layer graphene},
author={Wagner, Tino and K{\"o}hler, Denny and Milde, Peter and Eng, Lukas M},
journal={Applied Physics Letters},
volume={103},
number={2},
pages={023102},
year={2013},
publisher={AIP Publishing},
doi={10.1063/1.4813076}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Uroschanit Yodprasit, Corrado Carta, Frank Ellinger, "11.5-Gbps 2.4-pJ/bit 60-GHz OOK demodulator integrated in a SiGe BiCMOS technology", In Proceeding: Microwave Integrated Circuits Conference (EuMIC), 2013 European, pp. 1–4, 2013. [Bibtex & Downloads]
11.5-Gbps 2.4-pJ/bit 60-GHz OOK demodulator integrated in a SiGe BiCMOS technology
Reference
Uroschanit Yodprasit, Corrado Carta, Frank Ellinger, "11.5-Gbps 2.4-pJ/bit 60-GHz OOK demodulator integrated in a SiGe BiCMOS technology", In Proceeding: Microwave Integrated Circuits Conference (EuMIC), 2013 European, pp. 1–4, 2013.
Bibtex
@inproceedings{yodprasit201311,
title={11.5-Gbps 2.4-pJ/bit 60-GHz OOK demodulator integrated in a SiGe BiCMOS technology},
author={Yodprasit, Uroschanit and Carta, Corrado and Ellinger, Frank},
booktitle={Microwave Integrated Circuits Conference (EuMIC), 2013 European},
pages={1--4},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Uroschanit Yodprasit, Kosuke Katayama, Ryuichi Fujimoto, Mizuki Motoyoshi, Minoru Fujishima, "1.2-V 101-GHz W-band power amplifier integrated in a 65-nm CMOS technology", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–4, 2013. [doi] [Bibtex & Downloads]
1.2-V 101-GHz W-band power amplifier integrated in a 65-nm CMOS technology
Reference
Uroschanit Yodprasit, Kosuke Katayama, Ryuichi Fujimoto, Mizuki Motoyoshi, Minoru Fujishima, "1.2-V 101-GHz W-band power amplifier integrated in a 65-nm CMOS technology", In Proceeding: Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International, pp. 1–4, 2013. [doi]
Bibtex
@inproceedings{yodprasit20131,
title={1.2-V 101-GHz W-band power amplifier integrated in a 65-nm CMOS technology},
author={Yodprasit, Uroschanit and Katayama, Kosuke and Fujimoto, Ryuichi and Motoyoshi, Mizuki and Fujishima, Minoru},
booktitle={Semiconductor Conference Dresden-Grenoble (ISCDG), 2013 International},
pages={1--4},
year={2013},
organization={IEEE},
doi={10.1109/ISCDG.2013.6656291}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Viktor Bezugly, Hagen Eckert, Jens Kunstmann, Felix Kemmerich, Hakim Meskine, Gianaurelio Cuniberti, "Quantification of curvature effects in boron and carbon nanotubes: Band structures and ballistic current", In Physical Review B, APS, vol. 87, no. 24, pp. 245409, 2013. [doi] [Bibtex & Downloads]
Quantification of curvature effects in boron and carbon nanotubes: Band structures and ballistic current
Reference
Viktor Bezugly, Hagen Eckert, Jens Kunstmann, Felix Kemmerich, Hakim Meskine, Gianaurelio Cuniberti, "Quantification of curvature effects in boron and carbon nanotubes: Band structures and ballistic current", In Physical Review B, APS, vol. 87, no. 24, pp. 245409, 2013. [doi]
Bibtex
@article{bezugly2013quantification,
title={Quantification of curvature effects in boron and carbon nanotubes: Band structures and ballistic current},
author={Bezugly, Viktor and Eckert, Hagen and Kunstmann, Jens and Kemmerich, Felix and Meskine, Hakim and Cuniberti, Gianaurelio},
journal={Physical Review B},
volume={87},
number={24},
pages={245409},
year={2013},
publisher={APS},
doi={10.1103/PhysRevB.87.245409}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Viktor Schroeder, Till Korten, Heiner Linke, Stefan Diez, Ivan Maximov, "Dynamic guiding of motor-driven microtubules on electrically heated, smart polymer tracks", In Nano letters, ACS Publications, vol. 13, no. 7, pp. 3434–3438, 2013. [doi] [Bibtex & Downloads]
Dynamic guiding of motor-driven microtubules on electrically heated, smart polymer tracks
Reference
Viktor Schroeder, Till Korten, Heiner Linke, Stefan Diez, Ivan Maximov, "Dynamic guiding of motor-driven microtubules on electrically heated, smart polymer tracks", In Nano letters, ACS Publications, vol. 13, no. 7, pp. 3434–3438, 2013. [doi]
Bibtex
@article{schroeder2013dynamic,
title={Dynamic guiding of motor-driven microtubules on electrically heated, smart polymer tracks},
author={Schroeder, Viktor and Korten, Till and Linke, Heiner and Diez, Stefan and Maximov, Ivan},
journal={Nano letters},
volume={13},
number={7},
pages={3434--3438},
year={2013},
publisher={ACS Publications},
doi={10.1021/nl402004s}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Chemical Information Processing Path
Permalink
- Waltenegus Dargie, Jianjun Wen, "A Probabilistic Model for Estimating the Power Consumption of Processors and Network Interface Cards", In Proceeding: Trust, Security and Privacy in Computing and Communications (TrustCom), 2013 12th IEEE International Conference on, pp. 845–852, 2013. [doi] [Bibtex & Downloads]
A Probabilistic Model for Estimating the Power Consumption of Processors and Network Interface Cards
Reference
Waltenegus Dargie, Jianjun Wen, "A Probabilistic Model for Estimating the Power Consumption of Processors and Network Interface Cards", In Proceeding: Trust, Security and Privacy in Computing and Communications (TrustCom), 2013 12th IEEE International Conference on, pp. 845–852, 2013. [doi]
Bibtex
@inproceedings{dargie2013probabilistic,
title={A Probabilistic Model for Estimating the Power Consumption of Processors and Network Interface Cards},
author={Dargie, Waltenegus and Wen, Jianjun},
booktitle={Trust, Security and Privacy in Computing and Communications (TrustCom), 2013 12th IEEE International Conference on},
pages={845--852},
year={2013},
organization={IEEE},
doi={10.1109/TrustCom.2013.103}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Waltenegus Dargie, J. Mendez, C. Mobius, K. Rybina, V. Thost, Anni-Yasmin Turhan, others, "Situation recognition for service management systems using OWL 2 reasoners", In Proceeding: Pervasive Computing and Communications Workshops (PERCOM Workshops), 2013 IEEE International Conference on, pp. 31–36, 2013. [doi] [Bibtex & Downloads]
Situation recognition for service management systems using OWL 2 reasoners
Reference
Waltenegus Dargie, J. Mendez, C. Mobius, K. Rybina, V. Thost, Anni-Yasmin Turhan, others, "Situation recognition for service management systems using OWL 2 reasoners", In Proceeding: Pervasive Computing and Communications Workshops (PERCOM Workshops), 2013 IEEE International Conference on, pp. 31–36, 2013. [doi]
Bibtex
@inproceedings{dargie2013situation,
title={Situation recognition for service management systems using OWL 2 reasoners},
author={Dargie, Waltenegus and Mendez, J and Mobius, C and Rybina, K and Thost, V and Turhan, Anni{-}Yasmin and others},
booktitle={Pervasive Computing and Communications Workshops (PERCOM Workshops), 2013 IEEE International Conference on},
pages={31--36},
year={2013},
organization={IEEE},
doi={10.1109/PerComW.2013.6529452}
}Downloads
No Downloads available for this publication
Permalink
- W. Haas, JW Bartha, W-J Fischer, A. Richter, "Chemical microsensors based on hydrogels with adjustable measurement range", In Proceeding: SPIE Microtechnologies, pp. 87632Z–87632Z, 2013. [doi] [Bibtex & Downloads]
Chemical microsensors based on hydrogels with adjustable measurement range
Reference
W. Haas, JW Bartha, W-J Fischer, A. Richter, "Chemical microsensors based on hydrogels with adjustable measurement range", In Proceeding: SPIE Microtechnologies, pp. 87632Z–87632Z, 2013. [doi]
Bibtex
@inproceedings{haas2013chemical,
title={Chemical microsensors based on hydrogels with adjustable measurement range},
author={Haas, W and Bartha, JW and Fischer, W-J and Richter, A},
booktitle={SPIE Microtechnologies},
pages={87632Z--87632Z},
year={2013},
organization={International Society for Optics and Photonics},
doi={10.1117/12.2018068}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Wolfgang Lehner, "Energy-efficient in-memory database computing", Proceedings of the Conference on Design, Automation and Test in Europe, pp. 470–474, 2013. [Bibtex & Downloads]
Energy-efficient in-memory database computing
Reference
Wolfgang Lehner, "Energy-efficient in-memory database computing", Proceedings of the Conference on Design, Automation and Test in Europe, pp. 470–474, 2013.
Bibtex
@inproceedings{lehner2013energy,
title={Energy-efficient in-memory database computing},
author={Lehner, Wolfgang},
booktitle={Proceedings of the Conference on Design, Automation and Test in Europe},
pages={470--474},
year={2013},
organization={EDA Consortium}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wei Liu, Paramaconi Rodriguez, Lars Borchardt, Annette Foelske, Jipei Yuan, Anne-Kristin Herrmann, Dorin Geiger, Zhikun Zheng, Stefan Kaskel, Nikolai Gaponik, others, "Bimetallic Aerogels: High-Performance Electrocatalysts for the Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley Online Library, vol. 52, no. 37, pp. 9849–9852, 2013. [doi] [Bibtex & Downloads]
Bimetallic Aerogels: High-Performance Electrocatalysts for the Oxygen Reduction Reaction
Reference
Wei Liu, Paramaconi Rodriguez, Lars Borchardt, Annette Foelske, Jipei Yuan, Anne-Kristin Herrmann, Dorin Geiger, Zhikun Zheng, Stefan Kaskel, Nikolai Gaponik, others, "Bimetallic Aerogels: High-Performance Electrocatalysts for the Oxygen Reduction Reaction", In Angewandte Chemie International Edition, Wiley Online Library, vol. 52, no. 37, pp. 9849–9852, 2013. [doi]
Bibtex
@article{liu2013bimetallic,
title={Bimetallic Aerogels: High-Performance Electrocatalysts for the Oxygen Reduction Reaction},
author={Liu, Wei and Rodriguez, Paramaconi and Borchardt, Lars and Foelske, Annette and Yuan, Jipei and Herrmann, Anne-Kristin and Geiger, Dorin and Zheng, Zhikun and Kaskel, Stefan and Gaponik, Nikolai and others},
journal={Angewandte Chemie International Edition},
volume={52},
number={37},
pages={9849--9852},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/anie.201303109}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Walter M Weber, Jens Trommer, Dominik Martin, Matthias Grube, Andre Heinzig, Thomas Mikolajick, "Reconfigurable nanowire electronics—Device principles and circuit prospects", Solid-State Device Research Conference (ESSDERC), 2013 Proceedings of the European, pp. 246–251, 2013. [doi] [Bibtex & Downloads]
Reconfigurable nanowire electronics—Device principles and circuit prospects
Reference
Walter M Weber, Jens Trommer, Dominik Martin, Matthias Grube, Andre Heinzig, Thomas Mikolajick, "Reconfigurable nanowire electronics—Device principles and circuit prospects", Solid-State Device Research Conference (ESSDERC), 2013 Proceedings of the European, pp. 246–251, 2013. [doi]
Bibtex
@inproceedings{weber2013reconfigurable,
title={Reconfigurable nanowire electronics—Device principles and circuit prospects},
author={Weber, Walter M and Trommer, Jens and Martin, Dominik and Grube, Matthias and Heinzig, Andre and Mikolajick, Thomas},
booktitle={Solid-State Device Research Conference (ESSDERC), 2013 Proceedings of the European},
pages={246--251},
year={2013},
organization={IEEE},
doi={10.1109/ESSDERC.2013.6818865}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wolfgang Pompe, Gerhard Rödel, Hans-Jürgen Weiss, Michael Mertig, "Bio-nanomaterials: designing materials inspired by nature", John Wiley & Sons, 2013. [Bibtex & Downloads]
Bio-nanomaterials: designing materials inspired by nature
Reference
Wolfgang Pompe, Gerhard Rödel, Hans-Jürgen Weiss, Michael Mertig, "Bio-nanomaterials: designing materials inspired by nature", John Wiley & Sons, 2013.
Bibtex
@book{pompe2013bio,
title={Bio-nanomaterials: designing materials inspired by nature},
author={Pompe, Wolfgang and R{\"o}del, Gerhard and Weiss, Hans-J{\"u}rgen and Mertig, Michael},
year={2013},
publisher={John Wiley \& Sons}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- D Amilan Jose, Martin Elstner, Alexander Schiller, "Allosteric indicator displacement enzyme assay for a cyanogenic glycoside", In Chemistry-A European Journal, Wiley Online Library, vol. 19, no. 43, pp. 14451–14457, 2013. [doi] [Bibtex & Downloads]
Allosteric indicator displacement enzyme assay for a cyanogenic glycoside
Reference
D Amilan Jose, Martin Elstner, Alexander Schiller, "Allosteric indicator displacement enzyme assay for a cyanogenic glycoside", In Chemistry-A European Journal, Wiley Online Library, vol. 19, no. 43, pp. 14451–14457, 2013. [doi]
Bibtex
@article{jose2013allosteric,
title={Allosteric indicator displacement enzyme assay for a cyanogenic glycoside},
author={Jose, D Amilan and Elstner, Martin and Schiller, Alexander},
journal={Chemistry-A European Journal},
volume={19},
number={43},
pages={14451--14457},
year={2013},
publisher={Wiley Online Library},
doi={10.1002/chem.201302801}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Sebastian Ertel, Michael J. Beckerle, "Dynamic Development Support for Highly Concurrent Programs in the Ohua Data Flow Engine", In Proceeding: Second Workshop on Languages for the Multicore Era (Co-located with ECOOP'13), 2013. [Bibtex & Downloads]
Dynamic Development Support for Highly Concurrent Programs in the Ohua Data Flow Engine
Reference
Sebastian Ertel, Michael J. Beckerle, "Dynamic Development Support for Highly Concurrent Programs in the Ohua Data Flow Engine", In Proceeding: Second Workshop on Languages for the Multicore Era (Co-located with ECOOP'13), 2013.
Bibtex
@inproceedings{Ertel:Lame:2013,
author={Sebastian Ertel and Michael J. Beckerle},
title={Dynamic Development Support for Highly Concurrent Programs in the Ohua Data Flow Engine},
booktitle={Second Workshop on Languages for the Multicore Era (Co-located with ECOOP'13)},
series={LaME'13},
year={2013},
location={Montpellier, France},
url={http://lame2013.dei.uc.pt/}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Schroter, Max Haferlach, Paulius Sakalas, Martin Claus, "A semi-empirical large-signal compact model for RF carbon nanotube field-effect transistors", In Proceeding: Microwave Symposium Digest (IMS), 2013 IEEE MTT-S International, pp. 1–4, 2013. [Bibtex & Downloads]
A semi-empirical large-signal compact model for RF carbon nanotube field-effect transistors
Reference
Michael Schroter, Max Haferlach, Paulius Sakalas, Martin Claus, "A semi-empirical large-signal compact model for RF carbon nanotube field-effect transistors", In Proceeding: Microwave Symposium Digest (IMS), 2013 IEEE MTT-S International, pp. 1–4, 2013.
Bibtex
@inproceedings{schroter2013semi,
title={A semi-empirical large-signal compact model for RF carbon nanotube field-effect transistors},
author={Schroter, Michael and Haferlach, Max and Sakalas, Paulius and Claus, Martin},
booktitle={Microwave Symposium Digest (IMS), 2013 IEEE MTT-S International},
pages={1--4},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tobias Schwab, Sylvio Schubert, Simone Hofmann, Markus Fröbel, Cornelius Fuchs, Michael Thomschke, Lars Müller-Meskamp, Karl Leo, Malte C Gather, "Highly Efficient Color Stable Inverted White Top-Emitting OLEDs with Ultra-Thin Wetting Layer Top Electrodes", In Advanced Optical Materials, Wiley Online Library, vol. 1, no. 10, pp. 707–713, 2013. [Bibtex & Downloads]
Highly Efficient Color Stable Inverted White Top-Emitting OLEDs with Ultra-Thin Wetting Layer Top Electrodes
Reference
Tobias Schwab, Sylvio Schubert, Simone Hofmann, Markus Fröbel, Cornelius Fuchs, Michael Thomschke, Lars Müller-Meskamp, Karl Leo, Malte C Gather, "Highly Efficient Color Stable Inverted White Top-Emitting OLEDs with Ultra-Thin Wetting Layer Top Electrodes", In Advanced Optical Materials, Wiley Online Library, vol. 1, no. 10, pp. 707–713, 2013.
Bibtex
@article{schwab2013highly,
title={Highly Efficient Color Stable Inverted White Top-Emitting OLEDs with Ultra-Thin Wetting Layer Top Electrodes},
author={Schwab, Tobias and Schubert, Sylvio and Hofmann, Simone and Fr{\"o}bel, Markus and Fuchs, Cornelius and Thomschke, Michael and M{\"u}ller-Meskamp, Lars and Leo, Karl and Gather, Malte C},
journal={Advanced Optical Materials},
volume={1},
number={10},
pages={707--713},
year={2013},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Organic / Polymer Path
Permalink
- Paul Pahner, Hans Kleemann, Lorenzo Burtone, Max L Tietze, Janine Fischer, Karl Leo, Björn Lüssem, "Pentacene Schottky diodes studied by impedance spectroscopy: Doping properties and trap response", In Physical Review B, APS, vol. 88, no. 19, pp. 195205, 2013. [Bibtex & Downloads]
Pentacene Schottky diodes studied by impedance spectroscopy: Doping properties and trap response
Reference
Paul Pahner, Hans Kleemann, Lorenzo Burtone, Max L Tietze, Janine Fischer, Karl Leo, Björn Lüssem, "Pentacene Schottky diodes studied by impedance spectroscopy: Doping properties and trap response", In Physical Review B, APS, vol. 88, no. 19, pp. 195205, 2013.
Bibtex
@article{pahner2013pentacene,
title={Pentacene Schottky diodes studied by impedance spectroscopy: Doping properties and trap response},
author={Pahner, Paul and Kleemann, Hans and Burtone, Lorenzo and Tietze, Max L and Fischer, Janine and Leo, Karl and L{\"u}ssem, Bj{\"o}rn},
journal={Physical Review B},
volume={88},
number={19},
pages={195205},
year={2013},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Dmitry A Ryndyk, Andrea Donarini, Milena Grifoni, Klaus Richter, "Many-body localized molecular orbital approach to molecular transport", In Physical Review B, APS, vol. 88, no. 8, pp. 085404, 2013. [Bibtex & Downloads]
Many-body localized molecular orbital approach to molecular transport
Reference
Dmitry A Ryndyk, Andrea Donarini, Milena Grifoni, Klaus Richter, "Many-body localized molecular orbital approach to molecular transport", In Physical Review B, APS, vol. 88, no. 8, pp. 085404, 2013.
Bibtex
@article{ryndyk2013many,
title={Many-body localized molecular orbital approach to molecular transport},
author={Ryndyk, Dmitry A and Donarini, Andrea and Grifoni, Milena and Richter, Klaus},
journal={Physical Review B},
volume={88},
number={8},
pages={085404},
year={2013},
publisher={APS}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jeremias Epperlein, Anne-Ly Do, Thilo Gross, Stefan Siegmund, "Meso-scale obstructions to stability of 1D center manifolds for networks of coupled differential equations with symmetric Jacobian", In Physica D: Nonlinear Phenomena, Elsevier, vol. 261, pp. 1–7, 2013. [Bibtex & Downloads]
Meso-scale obstructions to stability of 1D center manifolds for networks of coupled differential equations with symmetric Jacobian
Reference
Jeremias Epperlein, Anne-Ly Do, Thilo Gross, Stefan Siegmund, "Meso-scale obstructions to stability of 1D center manifolds for networks of coupled differential equations with symmetric Jacobian", In Physica D: Nonlinear Phenomena, Elsevier, vol. 261, pp. 1–7, 2013.
Bibtex
@article{epperlein2013meso,
title={Meso-scale obstructions to stability of 1D center manifolds for networks of coupled differential equations with symmetric Jacobian},
author={Epperlein, Jeremias and Do, Anne-Ly and Gross, Thilo and Siegmund, Stefan},
journal={Physica D: Nonlinear Phenomena},
volume={261},
pages={1--7},
year={2013},
publisher={Elsevier}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Reinhard Scholz, Regina Luschtinetz, Gotthard Seifert, Till Jägeler-Hoheisel, Christian Körner, Karl Leo, Mathias Rapacioli, "Quantifying charge transfer energies at donor–acceptor interfaces in small-molecule solar cells with constrained DFTB and spectroscopic methods", In Journal of Physics: Condensed Matter, IOP Publishing, vol. 25, no. 47, pp. 473201, 2013. [Bibtex & Downloads]
Quantifying charge transfer energies at donor–acceptor interfaces in small-molecule solar cells with constrained DFTB and spectroscopic methods
Reference
Reinhard Scholz, Regina Luschtinetz, Gotthard Seifert, Till Jägeler-Hoheisel, Christian Körner, Karl Leo, Mathias Rapacioli, "Quantifying charge transfer energies at donor–acceptor interfaces in small-molecule solar cells with constrained DFTB and spectroscopic methods", In Journal of Physics: Condensed Matter, IOP Publishing, vol. 25, no. 47, pp. 473201, 2013.
Bibtex
@article{scholz2013quantifying,
title={Quantifying charge transfer energies at donor--acceptor interfaces in small-molecule solar cells with constrained DFTB and spectroscopic methods},
author={Scholz, Reinhard and Luschtinetz, Regina and Seifert, Gotthard and J{\"a}geler-Hoheisel, Till and K{\"o}rner, Christian and Leo, Karl and Rapacioli, Mathias},
journal={Journal of Physics: Condensed Matter},
volume={25},
number={47},
pages={473201},
year={2013},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shashikanth Bobba, Giovanni De Micheli, "Layout Technique for Double-Gate Silicon Nanowire FETs With an Efficient Sea-of-Tiles Architecture", IEEE, 2013. [Bibtex & Downloads]
Layout Technique for Double-Gate Silicon Nanowire FETs With an Efficient Sea-of-Tiles Architecture
Reference
Shashikanth Bobba, Giovanni De Micheli, "Layout Technique for Double-Gate Silicon Nanowire FETs With an Efficient Sea-of-Tiles Architecture", IEEE, 2013.
Bibtex
@article{bobba2013layout,
title={Layout Technique for Double-Gate Silicon Nanowire FETs With an Efficient Sea-of-Tiles Architecture},
author={Bobba, Shashikanth and De Micheli, Giovanni},
year={2013},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- Daijiro Nozaki, Cormac Toher, Gianaurelio Cuniberti, "Low-Energy Conformational Gating in $\pi$-Conjugated Molecular Junctions", In The Journal of Physical Chemistry Letters, ACS Publications, vol. 4, no. 23, pp. 4192–4195, 2013. [Bibtex & Downloads]
Low-Energy Conformational Gating in $\pi$-Conjugated Molecular Junctions
Reference
Daijiro Nozaki, Cormac Toher, Gianaurelio Cuniberti, "Low-Energy Conformational Gating in $\pi$-Conjugated Molecular Junctions", In The Journal of Physical Chemistry Letters, ACS Publications, vol. 4, no. 23, pp. 4192–4195, 2013.
Bibtex
@article{nozaki2013low,
title={Low-Energy Conformational Gating in $\pi$-Conjugated Molecular Junctions},
author={Nozaki, Daijiro and Toher, Cormac and Cuniberti, Gianaurelio},
journal={The Journal of Physical Chemistry Letters},
volume={4},
number={23},
pages={4192--4195},
year={2013},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gungun Lin, Larysa Baraban, Luyang Han, Daniil Karnaushenko, Denys Makarov, Gianaurelio Cuniberti, Oliver G Schmidt, "Magnetoresistive emulsion analyzer", In Scientific reports, Nature Publishing Group, vol. 3, 2013. [Bibtex & Downloads]
Magnetoresistive emulsion analyzer
Reference
Gungun Lin, Larysa Baraban, Luyang Han, Daniil Karnaushenko, Denys Makarov, Gianaurelio Cuniberti, Oliver G Schmidt, "Magnetoresistive emulsion analyzer", In Scientific reports, Nature Publishing Group, vol. 3, 2013.
Bibtex
@article{lin2013magnetoresistive,
title={Magnetoresistive emulsion analyzer},
author={Lin, Gungun and Baraban, Larysa and Han, Luyang and Karnaushenko, Daniil and Makarov, Denys and Cuniberti, Gianaurelio and Schmidt, Oliver G},
journal={Scientific reports},
volume={3},
year={2013},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Amelia Barreiro, Felix Börrnert, Stanislav M Avdoshenko, Bernd Rellinghaus, Gianaurelio Cuniberti, Mark H Rümmeli, Lieven MK Vandersypen, "Understanding the catalyst-free transformation of amorphous carbon into graphene by current-induced annealing", In Scientific reports, Nature Publishing Group, vol. 3, 2013. [Bibtex & Downloads]
Understanding the catalyst-free transformation of amorphous carbon into graphene by current-induced annealing
Reference
Amelia Barreiro, Felix Börrnert, Stanislav M Avdoshenko, Bernd Rellinghaus, Gianaurelio Cuniberti, Mark H Rümmeli, Lieven MK Vandersypen, "Understanding the catalyst-free transformation of amorphous carbon into graphene by current-induced annealing", In Scientific reports, Nature Publishing Group, vol. 3, 2013.
Bibtex
@article{barreiro2013understanding,
title={Understanding the catalyst-free transformation of amorphous carbon into graphene by current-induced annealing},
author={Barreiro, Amelia and B{\"o}rrnert, Felix and Avdoshenko, Stanislav M and Rellinghaus, Bernd and Cuniberti, Gianaurelio and R{\"u}mmeli, Mark H and Vandersypen, Lieven MK},
journal={Scientific reports},
volume={3},
year={2013},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Gutierrez, E. Díaz, C. Gaul, T. Brumme, F. Domínguez-Adame, G. Cuniberti, "Modeling spin transport in helical fields: derivation of an effective low-dimensional Hamiltonian", In The Journal of Physical Chemistry C, ACS Publications, vol. 117, no. 43, pp. 22276–22284, 2013. [Bibtex & Downloads]
Modeling spin transport in helical fields: derivation of an effective low-dimensional Hamiltonian
Reference
R. Gutierrez, E. Díaz, C. Gaul, T. Brumme, F. Domínguez-Adame, G. Cuniberti, "Modeling spin transport in helical fields: derivation of an effective low-dimensional Hamiltonian", In The Journal of Physical Chemistry C, ACS Publications, vol. 117, no. 43, pp. 22276–22284, 2013.
Bibtex
@article{gutierrez2013modeling,
title={Modeling spin transport in helical fields: derivation of an effective low-dimensional Hamiltonian},
author={Gutierrez, R and D{\'\i}az, E and Gaul, C and Brumme, T and Dom{\'\i}nguez-Adame, F and Cuniberti, G},
journal={The Journal of Physical Chemistry C},
volume={117},
number={43},
pages={22276--22284},
year={2013},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Permalink
- Arezoo Dianat, Nicola Seriani, Manfred Bobeth, Gianaurelio Cuniberti, "Effects of Al-doping on the properties of Li–Mn–Ni–O cathode materials for Li-ion batteries: an ab initio study", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 1, no. 32, pp. 9273–9280, 2013. [Bibtex & Downloads]
Effects of Al-doping on the properties of Li–Mn–Ni–O cathode materials for Li-ion batteries: an ab initio study
Reference
Arezoo Dianat, Nicola Seriani, Manfred Bobeth, Gianaurelio Cuniberti, "Effects of Al-doping on the properties of Li–Mn–Ni–O cathode materials for Li-ion batteries: an ab initio study", In Journal of Materials Chemistry A, Royal Society of Chemistry, vol. 1, no. 32, pp. 9273–9280, 2013.
Bibtex
@article{dianat2013effects,
title={Effects of Al-doping on the properties of Li--Mn--Ni--O cathode materials for Li-ion batteries: an ab initio study},
author={Dianat, Arezoo and Seriani, Nicola and Bobeth, Manfred and Cuniberti, Gianaurelio},
journal={Journal of Materials Chemistry A},
volume={1},
number={32},
pages={9273--9280},
year={2013},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Permalink
- Wenping Si, Chenglin Yan, Yao Chen, Steffen Oswald, Luyang Han, Oliver G Schmidt, "On chip, all solid-state and flexible micro-supercapacitors with high performance based on MnO x/Au multilayers", In Energy & Environmental Science, Royal Society of Chemistry, vol. 6, no. 11, pp. 3218–3223, 2013. [Bibtex & Downloads]
On chip, all solid-state and flexible micro-supercapacitors with high performance based on MnO x/Au multilayers
Reference
Wenping Si, Chenglin Yan, Yao Chen, Steffen Oswald, Luyang Han, Oliver G Schmidt, "On chip, all solid-state and flexible micro-supercapacitors with high performance based on MnO x/Au multilayers", In Energy & Environmental Science, Royal Society of Chemistry, vol. 6, no. 11, pp. 3218–3223, 2013.
Bibtex
@article{si2013chip,
title={On chip, all solid-state and flexible micro-supercapacitors with high performance based on MnO x/Au multilayers},
author={Si, Wenping and Yan, Chenglin and Chen, Yao and Oswald, Steffen and Han, Luyang and Schmidt, Oliver G},
journal={Energy \& Environmental Science},
volume={6},
number={11},
pages={3218--3223},
year={2013},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Permalink
- Oliver Arnold, Emil Matus, Benedikt Noethen, Friedrich Pauls, Gerhard Fettweis, "Towards elastic SDR architectures using dynamic task management", In Proceeding: Global Conference on Signal and Information Processing (GlobalSIP), 2013 IEEE, pp. 1286–1289, 2013. [Bibtex & Downloads]
Towards elastic SDR architectures using dynamic task management
Reference
Oliver Arnold, Emil Matus, Benedikt Noethen, Friedrich Pauls, Gerhard Fettweis, "Towards elastic SDR architectures using dynamic task management", In Proceeding: Global Conference on Signal and Information Processing (GlobalSIP), 2013 IEEE, pp. 1286–1289, 2013.
Bibtex
@inproceedings{arnold2013towards,
title={Towards elastic SDR architectures using dynamic task management},
author={Arnold, Oliver and Matus, Emil and Noethen, Benedikt and Pauls, Friedrich and Fettweis, Gerhard},
booktitle={Global Conference on Signal and Information Processing (GlobalSIP), 2013 IEEE},
pages={1286--1289},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Oliver Arnold, Benedikt Noethen, Gerhard Fettweis, "A Flexible Analytic Model for a Dynamic Task-Scheduling Unit for Heterogeneous MPSoCs", In Proceeding: International Conference on Advances in System Simulation (SIMUL'13), Venice Italy, vol. 27, no. 1.11, 2013. [Bibtex & Downloads]
A Flexible Analytic Model for a Dynamic Task-Scheduling Unit for Heterogeneous MPSoCs
Reference
Oliver Arnold, Benedikt Noethen, Gerhard Fettweis, "A Flexible Analytic Model for a Dynamic Task-Scheduling Unit for Heterogeneous MPSoCs", In Proceeding: International Conference on Advances in System Simulation (SIMUL'13), Venice Italy, vol. 27, no. 1.11, 2013.
Bibtex
@inproceedings{arnold2013flexible,
title={A Flexible Analytic Model for a Dynamic Task-Scheduling Unit for Heterogeneous MPSoCs},
author={Arnold, Oliver and Noethen, Benedikt and Fettweis, Gerhard},
booktitle={International Conference on Advances in System Simulation (SIMUL'13), Venice Italy},
volume={27},
number={1.11},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lotta Römhildt, Claudia Pahlke, Felix Zörgiebel, Hans-Georg Braun, Jörg Opitz, Larysa Baraban, Gianaurelio Cuniberti, "Patterned biochemical functionalization improves aptamer-based detection of unlabeled thrombin in a sandwich assay" , In ACS applied materials & interfaces, ACS Publications, vol. 5, no. 22, pp. 12029–12035, 2013. [Bibtex & Downloads]
Patterned biochemical functionalization improves aptamer-based detection of unlabeled thrombin in a sandwich assay
Reference
Lotta Römhildt, Claudia Pahlke, Felix Zörgiebel, Hans-Georg Braun, Jörg Opitz, Larysa Baraban, Gianaurelio Cuniberti, "Patterned biochemical functionalization improves aptamer-based detection of unlabeled thrombin in a sandwich assay" , In ACS applied materials & interfaces, ACS Publications, vol. 5, no. 22, pp. 12029–12035, 2013.
Bibtex
@article{römhildt2013patterned,
title={Patterned biochemical functionalization improves aptamer-based detection of unlabeled thrombin in a sandwich assay},
author={Römhildt, Lotta and Pahlke, Claudia and Zörgiebel, Felix and Braun, Hans-Georg and Opitz, Jörg and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={ACS applied materials \& interfaces},
volume={5},
number={22},
pages={12029--12035},
year={2013},
publisher={ACS Publications}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- M. Claus, S. Mothes, M. Schröter, "Impact of charge injection limitation on the electrical characteristics of Schottky barrier CNTFETs", In International Semiconductor Conference Dresden - Grenoble (ISCDG), 2013. [Bibtex & Downloads]
Impact of charge injection limitation on the electrical characteristics of Schottky barrier CNTFETs
Reference
M. Claus, S. Mothes, M. Schröter, "Impact of charge injection limitation on the electrical characteristics of Schottky barrier CNTFETs", In International Semiconductor Conference Dresden - Grenoble (ISCDG), 2013.
Bibtex
@article{claus2013impact,
author={M. Claus and S. Mothes and M. Schröter},
title={Impact of charge injection limitation on the electrical characteristics of Schottky barrier CNTFETs},
journal={International Semiconductor Conference Dresden - Grenoble (ISCDG)},
year={2013},
comment={},
}Downloads
No Downloads available for this publication
Permalink
- Marius Toader, Holger Fiedler, Sascha Hermann, Stefan E Schulz, Thomas Gessner, Michael Hietschold, "Conductive AFM for CNT characterization", In Nanoscale Research Letters, Springer Nature, vol. 8, no. 1, pp. 24, 2013. [doi] [Bibtex & Downloads]
Conductive AFM for CNT characterization
Reference
Marius Toader, Holger Fiedler, Sascha Hermann, Stefan E Schulz, Thomas Gessner, Michael Hietschold, "Conductive AFM for CNT characterization", In Nanoscale Research Letters, Springer Nature, vol. 8, no. 1, pp. 24, 2013. [doi]
Bibtex
@article{Toader_2013,
title={Conductive AFM for CNT characterization},
volume={8},
ISSN={1556-276X},
url={http://dx.doi.org/10.1186/1556-276X-8-24},
DOI={10.1186/1556-276x-8-24},
number={1},
journal={Nanoscale Research Letters},
publisher={Springer Nature},
author={Toader, Marius and Fiedler, Holger and Hermann, Sascha and Schulz, Stefan E and Gessner, Thomas and Hietschold, Michael},
year={2013},
pages={24}
}Downloads
No Downloads available for this publication
Permalink
- Tomáš Kuba\vr, Rafael Gutiérrez, Ulrich Kleinekathöfer, Gianaurelio Cuniberti, Marcus Elstner, "Modeling charge transport in DNA using multi-scale methods", In physica status solidi (b), Wiley Online Library, vol. 250, no. 11, pp. 2277–2287, 2013. [Bibtex & Downloads]
Modeling charge transport in DNA using multi-scale methods
Reference
Tomáš Kuba\vr, Rafael Gutiérrez, Ulrich Kleinekathöfer, Gianaurelio Cuniberti, Marcus Elstner, "Modeling charge transport in DNA using multi-scale methods", In physica status solidi (b), Wiley Online Library, vol. 250, no. 11, pp. 2277–2287, 2013.
Bibtex
@article{kubavr2013modeling,
title={Modeling charge transport in DNA using multi-scale methods},
author={Kuba{\v{r}}, Tom{\'a}{\v{s}} and Guti{\'e}rrez, Rafael and Kleinekath{\"o}fer, Ulrich and Cuniberti, Gianaurelio and Elstner, Marcus},
journal={physica status solidi (b)},
volume={250},
number={11},
pages={2277--2287},
year={2013},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path, Biomolecular-Assembled Circuits Path
Permalink
- Keivan Davami, Judith Pohl, Mehrdad Shaygan, Nazli Kheirabi, Hamid Faryabi, Gianaurelio Cuniberti, Jeong-Soo Lee, M. Meyyappan, "Bandgap engineering of Cd x Zn 1- x Te nanowires", In Nanoscale, Royal Society of Chemistry, vol. 5, no. 3, pp. 932–935, 2013. [Bibtex & Downloads]
Bandgap engineering of Cd x Zn 1- x Te nanowires
Reference
Keivan Davami, Judith Pohl, Mehrdad Shaygan, Nazli Kheirabi, Hamid Faryabi, Gianaurelio Cuniberti, Jeong-Soo Lee, M. Meyyappan, "Bandgap engineering of Cd x Zn 1- x Te nanowires", In Nanoscale, Royal Society of Chemistry, vol. 5, no. 3, pp. 932–935, 2013.
Bibtex
@article{davami2013bandgap,
title={Bandgap engineering of Cd x Zn 1- x Te nanowires},
author={Davami, Keivan and Pohl, Judith and Shaygan, Mehrdad and Kheirabi, Nazli and Faryabi, Hamid and Cuniberti, Gianaurelio and Lee, Jeong-Soo and Meyyappan, M},
journal={Nanoscale},
volume={5},
number={3},
pages={932--935},
year={2013},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Silicon Nanowire Path, Silicon Nanowire Path
Permalink
- Andreas Ecke, Michel Ludwig, Dirk Walther, "The Concept Difference for EL-Terminologies using Hypergraphs", Proceedings of the International workshop on (Document)
Changes: modeling, detection, storage and visualization
(DChanges 2013), vol. 1008, 2013. [Bibtex & Downloads]
The Concept Difference for EL-Terminologies using Hypergraphs
Reference
Andreas Ecke, Michel Ludwig, Dirk Walther, "The Concept Difference for EL-Terminologies using Hypergraphs", Proceedings of the International workshop on (Document) Changes: modeling, detection, storage and visualization (DChanges 2013), vol. 1008, 2013.
Bibtex
@inproceedings{ecke13_concep_differ_termin_hyper,
author = {Andreas {Ecke} and Michel {Ludwig} and Dirk {Walther}},
title = {The Concept Difference for {EL}-Terminologies using Hypergraphs},
booktitle = {Proceedings of the International workshop on (Document)
Changes: modeling, detection, storage and visualization
({DChanges 2013})},
year = 2013,
volume = 1008,
series = {CEUR-WS},
venue = {Florence, Italy},
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "KI 2013: Advances in Artificial Intelligence - 36th Annual German Conference on AI, Koblenz, Germany, September 16-20, 2013. Proceedings", KI 2013: Advances in Artificial Intelligence - 36th Annual German Conference on AI, Koblenz, Germany, September 16-20, 2013. Proceedings (Ingo J. Timm and Matthias Thimm), Springer, vol. 8077, pp. 49-60, 2013. [doi] [Bibtex & Downloads]
KI 2013: Advances in Artificial Intelligence - 36th Annual German Conference on AI, Koblenz, Germany, September 16-20, 2013. Proceedings
Reference
Andreas Ecke, Rafael Peñaloza, Anni-Yasmin Turhan, "KI 2013: Advances in Artificial Intelligence - 36th Annual German Conference on AI, Koblenz, Germany, September 16-20, 2013. Proceedings", KI 2013: Advances in Artificial Intelligence - 36th Annual German Conference on AI, Koblenz, Germany, September 16-20, 2013. Proceedings (Ingo J. Timm and Matthias Thimm), Springer, vol. 8077, pp. 49-60, 2013. [doi]
Bibtex
@InProceedings{conf/ki/EckePT13,
author = {Andreas Ecke and Rafael Pe{\~{n}}aloza and Anni{-}Yasmin Turhan},
title = {Computing Role-Depth Bounded Generalizations in the Description Logic},
booktitle = {{KI} 2013: Advances in Artificial Intelligence - 36th Annual German Conference on AI, Koblenz, Germany, September 16-20, 2013. Proceedings},
pages = {49-60},
doi = {10.1007/978-3-642-40942-4_5},
url = {http://dx.doi.org/10.1007/978-3-642-40942-4_5},
editor = {Ingo J. Timm and Matthias Thimm},
title = {{KI} 2013: Advances in Artificial Intelligence - 36th Annual German Conference on AI, Koblenz, Germany, September 16-20, 2013. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {8077},
publisher = {Springer},
year = {2013},
isbn = {978-3-642-40941-7},
}Downloads
No Downloads available for this publication
Permalink
- Benedikt Noethen, Oliver Arnold, Gerhard Fettweis, "On the impact of dynamic data management for distributed local memories in heterogeneous MPSoCs", In Proceeding: System on Chip (SoC), 2013 International Symposium on, pp. 1–7, 2013. [Bibtex & Downloads]
On the impact of dynamic data management for distributed local memories in heterogeneous MPSoCs
Reference
Benedikt Noethen, Oliver Arnold, Gerhard Fettweis, "On the impact of dynamic data management for distributed local memories in heterogeneous MPSoCs", In Proceeding: System on Chip (SoC), 2013 International Symposium on, pp. 1–7, 2013.
Bibtex
@inproceedings{noethen2013impact,
title={On the impact of dynamic data management for distributed local memories in heterogeneous MPSoCs},
author={Noethen, Benedikt and Arnold, Oliver and Fettweis, Gerhard},
booktitle={System on Chip (SoC), 2013 International Symposium on},
pages={1--7},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Orchestration Path
Permalink
- Imad Ibrahim, Mark H Rümmeli, Nitesh Ranjan, Bernd Büchner, Gianaurelio Cuniberti, "Spatial recognition of defects and tube type in carbon nanotube field effect transistors using electrostatic force microscopy", In Nanotechnology, IOP Publishing, vol. 24, no. 23, pp. 235708, 2013. [Bibtex & Downloads]
Spatial recognition of defects and tube type in carbon nanotube field effect transistors using electrostatic force microscopy
Reference
Imad Ibrahim, Mark H Rümmeli, Nitesh Ranjan, Bernd Büchner, Gianaurelio Cuniberti, "Spatial recognition of defects and tube type in carbon nanotube field effect transistors using electrostatic force microscopy", In Nanotechnology, IOP Publishing, vol. 24, no. 23, pp. 235708, 2013.
Bibtex
@article{ibrahim2013spatial,
title={Spatial recognition of defects and tube type in carbon nanotube field effect transistors using electrostatic force microscopy},
author={Ibrahim, Imad and R{\"u}mmeli, Mark H and Ranjan, Nitesh and B{\"u}chner, Bernd and Cuniberti, Gianaurelio},
journal={Nanotechnology},
volume={24},
number={23},
pages={235708},
year={2013},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Hinreiner, Dmitry A Ryndyk, Denis Usvyat, Thomas Merz, Martin Schütz, Klaus Richter, "Influencing the conductance in biphenyl-like molecular junctions with THz radiation", In physica status solidi (b), Wiley Online Library, vol. 250, no. 11, pp. 2408–2416, 2013. [Bibtex & Downloads]
Influencing the conductance in biphenyl-like molecular junctions with THz radiation
Reference
Matthias Hinreiner, Dmitry A Ryndyk, Denis Usvyat, Thomas Merz, Martin Schütz, Klaus Richter, "Influencing the conductance in biphenyl-like molecular junctions with THz radiation", In physica status solidi (b), Wiley Online Library, vol. 250, no. 11, pp. 2408–2416, 2013.
Bibtex
@article{hinreiner2013influencing,
title={Influencing the conductance in biphenyl-like molecular junctions with THz radiation},
author={Hinreiner, Matthias and Ryndyk, Dmitry A and Usvyat, Denis and Merz, Thomas and Sch{\"u}tz, Martin and Richter, Klaus},
journal={physica status solidi (b)},
volume={250},
number={11},
pages={2408--2416},
year={2013},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Arnaud Chauvière, Haralambos Hatzikirou, Marco Tektonidis, Andreas Deutsch, "Introduction aux automates cellulaires de type" lattice-gas". Application à la croissance in vitro des gliomes et à l'identification de leurs mécanismes d'invasion", Editions matériologiques, 2013. [Bibtex & Downloads]
Introduction aux automates cellulaires de type" lattice-gas". Application à la croissance in vitro des gliomes et à l'identification de leurs mécanismes d'invasion
Reference
Arnaud Chauvière, Haralambos Hatzikirou, Marco Tektonidis, Andreas Deutsch, "Introduction aux automates cellulaires de type" lattice-gas". Application à la croissance in vitro des gliomes et à l'identification de leurs mécanismes d'invasion", Editions matériologiques, 2013.
Bibtex
@misc{chauviere2013introduction,
title={Introduction aux automates cellulaires de type" lattice-gas". Application {\`a} la croissance in vitro des gliomes et {\`a} l'identification de leurs m{\'e}canismes d'invasion},
author={Chauvi{\`e}re, Arnaud and Hatzikirou, Haralambos and Tektonidis, Marco and Deutsch, Andreas},
year={2013},
publisher={Editions mat{\'e}riologiques}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daijiro Nozaki, Stanislav M Avdoshenko, Hâldun Sevinçli, Rafael Gutierrez, Gianaurelio Cuniberti, "Prediction of quantum interference in molecular junctions using a parabolic diagram: Understanding the origin of Fano and anti-resonances", In Proceeding: Journal of Physics: Conference Series, vol. 427, no. 1, pp. 012013, 2013. [Bibtex & Downloads]
Prediction of quantum interference in molecular junctions using a parabolic diagram: Understanding the origin of Fano and anti-resonances
Reference
Daijiro Nozaki, Stanislav M Avdoshenko, Hâldun Sevinçli, Rafael Gutierrez, Gianaurelio Cuniberti, "Prediction of quantum interference in molecular junctions using a parabolic diagram: Understanding the origin of Fano and anti-resonances", In Proceeding: Journal of Physics: Conference Series, vol. 427, no. 1, pp. 012013, 2013.
Bibtex
@inproceedings{nozaki2013prediction,
title={Prediction of quantum interference in molecular junctions using a parabolic diagram: Understanding the origin of Fano and anti-resonances},
author={Nozaki, Daijiro and Avdoshenko, Stanislav M and Sevin{\c{c}}li, H{\^a}ldun and Gutierrez, Rafael and Cuniberti, Gianaurelio},
booktitle={Journal of Physics: Conference Series},
volume={427},
number={1},
pages={012013},
year={2013},
organization={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Michael Melzer, Alexander Kopylov, Denys Makarov, Oliver G Schmidt, "Stretchability and self-healing of wrinkled GMR multilayers on elastomeric membranes", In Proceeding: Spin, vol. 3, no. 03, pp. 1340005, 2013. [Bibtex & Downloads]
Stretchability and self-healing of wrinkled GMR multilayers on elastomeric membranes
Reference
Michael Melzer, Alexander Kopylov, Denys Makarov, Oliver G Schmidt, "Stretchability and self-healing of wrinkled GMR multilayers on elastomeric membranes", In Proceeding: Spin, vol. 3, no. 03, pp. 1340005, 2013.
Bibtex
@inproceedings{melzer2013stretchability,
title={Stretchability and self-healing of wrinkled GMR multilayers on elastomeric membranes},
author={Melzer, Michael and Kopylov, Alexander and Makarov, Denys and Schmidt, Oliver G},
booktitle={Spin},
volume={3},
number={03},
pages={1340005},
year={2013},
organization={World Scientific}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Anindya Majumder, Maryam Khazaee, Jörg Opitz, Eckhard Beyer, Larysa Baraban, Gianaurelio Cuniberti, "Bio-functionalization of multi-walled carbon nanotubes", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 15, no. 40, pp. 17158–17164, 2013. [Bibtex & Downloads]
Bio-functionalization of multi-walled carbon nanotubes
Reference
Anindya Majumder, Maryam Khazaee, Jörg Opitz, Eckhard Beyer, Larysa Baraban, Gianaurelio Cuniberti, "Bio-functionalization of multi-walled carbon nanotubes", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 15, no. 40, pp. 17158–17164, 2013.
Bibtex
@article{majumder2013bio,
title={Bio-functionalization of multi-walled carbon nanotubes},
author={Majumder, Anindya and Khazaee, Maryam and Opitz, J{\"o}rg and Beyer, Eckhard and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Physical Chemistry Chemical Physics},
volume={15},
number={40},
pages={17158--17164},
year={2013},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cindy Schmadicke, Markus Potschke, Lars David Renner, Gianaurelio Cuniberti, "A novel electrochemical synthesis route for copper nanowire formation", In Proceeding: SENSORS, 2013 IEEE, pp. 1–4, 2013. [Bibtex & Downloads]
A novel electrochemical synthesis route for copper nanowire formation
Reference
Cindy Schmadicke, Markus Potschke, Lars David Renner, Gianaurelio Cuniberti, "A novel electrochemical synthesis route for copper nanowire formation", In Proceeding: SENSORS, 2013 IEEE, pp. 1–4, 2013.
Bibtex
@inproceedings{schmadicke2013novel,
title={A novel electrochemical synthesis route for copper nanowire formation},
author={Schmadicke, Cindy and Potschke, Markus and Renner, Lars David and Cuniberti, Gianaurelio},
booktitle={SENSORS, 2013 IEEE},
pages={1--4},
year={2013},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alexander Nerowski, Joerg Opitz, Larysa Baraban, Gianaurelio Cuniberti, "Bottom-up synthesis of ultrathin straight platinum nanowires: Electric field impact", In Nano Research, Springer, vol. 6, no. 5, pp. 303–311, 2013. [Bibtex & Downloads]
Bottom-up synthesis of ultrathin straight platinum nanowires: Electric field impact
Reference
Alexander Nerowski, Joerg Opitz, Larysa Baraban, Gianaurelio Cuniberti, "Bottom-up synthesis of ultrathin straight platinum nanowires: Electric field impact", In Nano Research, Springer, vol. 6, no. 5, pp. 303–311, 2013.
Bibtex
@article{nerowski2013bottom,
title={Bottom-up synthesis of ultrathin straight platinum nanowires: Electric field impact},
author={Nerowski, Alexander and Opitz, Joerg and Baraban, Larysa and Cuniberti, Gianaurelio},
journal={Nano Research},
volume={6},
number={5},
pages={303--311},
year={2013},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Cormac Toher, Daijiro Nozaki, Gianaurelio Cuniberti, Robert M Metzger, "Unimolecular amplifier: principles of a three-terminal device with power gain", In Nanoscale, Royal Society of Chemistry, vol. 5, no. 15, pp. 6975–6984, 2013. [Bibtex & Downloads]
Unimolecular amplifier: principles of a three-terminal device with power gain
Reference
Cormac Toher, Daijiro Nozaki, Gianaurelio Cuniberti, Robert M Metzger, "Unimolecular amplifier: principles of a three-terminal device with power gain", In Nanoscale, Royal Society of Chemistry, vol. 5, no. 15, pp. 6975–6984, 2013.
Bibtex
@article{toher2013unimolecular,
title={Unimolecular amplifier: principles of a three-terminal device with power gain},
author={Toher, Cormac and Nozaki, Daijiro and Cuniberti, Gianaurelio and Metzger, Robert M},
journal={Nanoscale},
volume={5},
number={15},
pages={6975--6984},
year={2013},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Larysa Baraban, Denys Makarov, Oliver G Schmidt, Gianaurelio Cuniberti, Paul Leiderer, Artur Erbe, "Control over Janus micromotors by the strength of a magnetic field", In Nanoscale, Royal Society of Chemistry, vol. 5, no. 4, pp. 1332–1336, 2013. [Bibtex & Downloads]
Control over Janus micromotors by the strength of a magnetic field
Reference
Larysa Baraban, Denys Makarov, Oliver G Schmidt, Gianaurelio Cuniberti, Paul Leiderer, Artur Erbe, "Control over Janus micromotors by the strength of a magnetic field", In Nanoscale, Royal Society of Chemistry, vol. 5, no. 4, pp. 1332–1336, 2013.
Bibtex
@article{baraban2013control,
title={Control over Janus micromotors by the strength of a magnetic field},
author={Baraban, Larysa and Makarov, Denys and Schmidt, Oliver G and Cuniberti, Gianaurelio and Leiderer, Paul and Erbe, Artur},
journal={Nanoscale},
volume={5},
number={4},
pages={1332--1336},
year={2013},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Gutierrez, G. Cuniberti, "Modeling charge transport and dynamics in biomolecular systems", In Journal of Self-Assembly and Molecular Electronics (SAME), River Publishers, vol. 1, no. 1, pp. 1–39, 2013. [Bibtex & Downloads]
Modeling charge transport and dynamics in biomolecular systems
Reference
R. Gutierrez, G. Cuniberti, "Modeling charge transport and dynamics in biomolecular systems", In Journal of Self-Assembly and Molecular Electronics (SAME), River Publishers, vol. 1, no. 1, pp. 1–39, 2013.
Bibtex
@article{gutierrez2013modeling,
title={Modeling charge transport and dynamics in biomolecular systems},
author={Gutierrez, R and Cuniberti, G},
journal={Journal of Self-Assembly and Molecular Electronics (SAME)},
volume={1},
number={1},
pages={1--39},
year={2013},
publisher={River Publishers}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Daijiro Nozaki, Hâldun Sevinçli, Stanislav M Avdoshenko, Rafael Gutierrez, Gianaurelio Cuniberti, "A parabolic model to control quantum interference in T-shaped molecular junctions", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 15, no. 33, pp. 13951–13958, 2013. [Bibtex & Downloads]
A parabolic model to control quantum interference in T-shaped molecular junctions
Reference
Daijiro Nozaki, Hâldun Sevinçli, Stanislav M Avdoshenko, Rafael Gutierrez, Gianaurelio Cuniberti, "A parabolic model to control quantum interference in T-shaped molecular junctions", In Physical Chemistry Chemical Physics, Royal Society of Chemistry, vol. 15, no. 33, pp. 13951–13958, 2013.
Bibtex
@article{nozaki2013parabolic,
title={A parabolic model to control quantum interference in T-shaped molecular junctions},
author={Nozaki, Daijiro and Sevin{\c{c}}li, H{\^a}ldun and Avdoshenko, Stanislav M and Gutierrez, Rafael and Cuniberti, Gianaurelio},
journal={Physical Chemistry Chemical Physics},
volume={15},
number={33},
pages={13951--13958},
year={2013},
publisher={Royal Society of Chemistry}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lotta Römhildt, Andreas Gang, Larysa Baraban, Jörg Opitz, Gianaurelio Cuniberti, "High yield formation of lipid bilayer shells around silicon nanowires in aqueous solution", In Nanotechnology, IOP Publishing, vol. 24, no. 35, pp. 355601, 2013. [Bibtex & Downloads]
High yield formation of lipid bilayer shells around silicon nanowires in aqueous solution
Reference
Lotta Römhildt, Andreas Gang, Larysa Baraban, Jörg Opitz, Gianaurelio Cuniberti, "High yield formation of lipid bilayer shells around silicon nanowires in aqueous solution", In Nanotechnology, IOP Publishing, vol. 24, no. 35, pp. 355601, 2013.
Bibtex
@article{romhildt2013high,
title={High yield formation of lipid bilayer shells around silicon nanowires in aqueous solution},
author={R{\"o}mhildt, Lotta and Gang, Andreas and Baraban, Larysa and Opitz, J{\"o}rg and Cuniberti, Gianaurelio},
journal={Nanotechnology},
volume={24},
number={35},
pages={355601},
year={2013},
publisher={IOP Publishing}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hualin Lin Fan Liu Xinjing Wang, Yani Ai Zhaoquan, "Graphene-Coupled Flower-Like Ni3S2 for a", In Angew. Chem. Int. Ed, vol. 52, pp. 1882–1889, 2013. [Bibtex & Downloads]
Graphene-Coupled Flower-Like Ni3S2 for a
Reference
Hualin Lin Fan Liu Xinjing Wang, Yani Ai Zhaoquan, "Graphene-Coupled Flower-Like Ni3S2 for a", In Angew. Chem. Int. Ed, vol. 52, pp. 1882–1889, 2013.
Bibtex
@article{wang2013graphene,
title={Graphene-Coupled Flower-Like Ni3S2 for a},
author={Wang, Hualin Lin Fan Liu Xinjing and Zhaoquan, Yani Ai},
journal={Angew. Chem. Int. Ed},
volume={52},
pages={1882--1889},
year={2013}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Stanislav M Avdoshenko, Daijiro Nozaki, Claudia Gomes da Rocha, Jhon W González, Myeong H Lee, Rafael Gutierrez, Gianaurelio Cuniberti, "Dynamic and electronic transport properties of DNA translocation through graphene nanopores", In Nano letters, ACS Publications, vol. 13, no. 5, pp. 1969–1976, 2013. [Bibtex & Downloads]
Dynamic and electronic transport properties of DNA translocation through graphene nanopores
Reference
Stanislav M Avdoshenko, Daijiro Nozaki, Claudia Gomes da Rocha, Jhon W González, Myeong H Lee, Rafael Gutierrez, Gianaurelio Cuniberti, "Dynamic and electronic transport properties of DNA translocation through graphene nanopores", In Nano letters, ACS Publications, vol. 13, no. 5, pp. 1969–1976, 2013.
Bibtex
@article{avdoshenko2013dynamic,
title={Dynamic and electronic transport properties of DNA translocation through graphene nanopores},
author={Avdoshenko, Stanislav M and Nozaki, Daijiro and Gomes da Rocha, Claudia and González, Jhon W and Lee, Myeong H and Gutierrez, Rafael and Cuniberti, Gianaurelio},
journal={Nano letters},
volume={13},
number={5},
pages={1969--1976},
year={2013},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Larysa Baraban, Robert Streubel, Denys Makarov, Luyang Han, Dmitriy Karnaushenko, Oliver G Schmidt, Gianaurelio Cuniberti, "Fuel-free locomotion of janus motors: magnetically induced thermophoresis", In ACS nano, ACS Publications, vol. 7, no. 2, pp. 1360–1367, 2013. [Bibtex & Downloads]
Fuel-free locomotion of janus motors: magnetically induced thermophoresis
Reference
Larysa Baraban, Robert Streubel, Denys Makarov, Luyang Han, Dmitriy Karnaushenko, Oliver G Schmidt, Gianaurelio Cuniberti, "Fuel-free locomotion of janus motors: magnetically induced thermophoresis", In ACS nano, ACS Publications, vol. 7, no. 2, pp. 1360–1367, 2013.
Bibtex
@article{baraban2013fuel,
title={Fuel-free locomotion of janus motors: magnetically induced thermophoresis},
author={Baraban, Larysa and Streubel, Robert and Makarov, Denys and Han, Luyang and Karnaushenko, Dmitriy and Schmidt, Oliver G and Cuniberti, Gianaurelio},
journal={ACS nano},
volume={7},
number={2},
pages={1360--1367},
year={2013},
publisher={ACS Publications}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Albrecht J Fehske, Henrik Klessig, Jens Voigt, Gerhard P Fettweis, "Concurrent load-aware adjustment of user association and antenna tilts in self-organizing radio networks", In IEEE Transactions on Vehicular Technology, IEEE, vol. 62, no. 5, pp. 1974–1988, 2013. [Bibtex & Downloads]
Concurrent load-aware adjustment of user association and antenna tilts in self-organizing radio networks
Reference
Albrecht J Fehske, Henrik Klessig, Jens Voigt, Gerhard P Fettweis, "Concurrent load-aware adjustment of user association and antenna tilts in self-organizing radio networks", In IEEE Transactions on Vehicular Technology, IEEE, vol. 62, no. 5, pp. 1974–1988, 2013.
Bibtex
@article{fehske2013concurrent,
title={Concurrent load-aware adjustment of user association and antenna tilts in self-organizing radio networks},
author={Fehske, Albrecht J and Klessig, Henrik and Voigt, Jens and Fettweis, Gerhard P},
journal={IEEE Transactions on Vehicular Technology},
volume={62},
number={5},
pages={1974--1988},
year={2013},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Toher, C.and Moresco, F.and Cuniberti, G., "Switching Mechanisms for Single-Molecule Logic Gates", In Proceeding: Architecture and Design of Molecule Logic Gates and Atom Circuits (Lorente, Nicolas
and Joachim, Christian), Springer Berlin Heidelberg, pp. 55–69, Berlin, Heidelberg, 2013. [Bibtex & Downloads]
Switching Mechanisms for Single-Molecule Logic Gates
Reference
Toher, C.and Moresco, F.and Cuniberti, G., "Switching Mechanisms for Single-Molecule Logic Gates", In Proceeding: Architecture and Design of Molecule Logic Gates and Atom Circuits (Lorente, Nicolas and Joachim, Christian), Springer Berlin Heidelberg, pp. 55–69, Berlin, Heidelberg, 2013.
Abstract
Single-molecule logic gates have the potential to fundamentally revolutionize computer architecture. However, performing any type of logic function within a single molecule requires using external inputs to modify one or more of the intrinsic properties of the molecule, such as its geometrical conformation, electronic structure, or spin configuration. In this chapter, we will discuss the variety of different physical mechanisms which have been proposed to induce and control such changes, ranging from applied potential bias and electric fields to chemical interactions to mechanical pressure, focusing in particular on their suitability for use in single-molecule logic circuitry.
Bibtex
@InProceedings{10.1007/978-3-642-33137-4_5,
author="Toher, C.
and Moresco, F.
and Cuniberti, G.",
editor="Lorente, Nicolas
and Joachim, Christian",
title="Switching Mechanisms for Single-Molecule Logic Gates",
booktitle="Architecture and Design of Molecule Logic Gates and Atom Circuits",
year="2013",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="55--69",
abstract="Single-molecule logic gates have the potential to fundamentally revolutionize computer architecture. However, performing any type of logic function within a single molecule requires using external inputs to modify one or more of the intrinsic properties of the molecule, such as its geometrical conformation, electronic structure, or spin configuration. In this chapter, we will discuss the variety of different physical mechanisms which have been proposed to induce and control such changes, ranging from applied potential bias and electric fields to chemical interactions to mechanical pressure, focusing in particular on their suitability for use in single-molecule logic circuitry.",
isbn="978-3-642-33137-4"
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Shakith Fernando, Mark Wijtvliet, Firew Siyoum, Yifan He, Sander Stuijk, Akash Kumar, Henk Corporaal, "MAMPSX: A demonstration of rapid, predictable HMPSOC synthesis", In Proceeding: 2013 23rd International Conference on Field programmable Logic and Applications, pp. 1-1, 2013. [Bibtex & Downloads]
MAMPSX: A demonstration of rapid, predictable HMPSOC synthesis
Reference
Shakith Fernando, Mark Wijtvliet, Firew Siyoum, Yifan He, Sander Stuijk, Akash Kumar, Henk Corporaal, "MAMPSX: A demonstration of rapid, predictable HMPSOC synthesis", In Proceeding: 2013 23rd International Conference on Field programmable Logic and Applications, pp. 1-1, 2013.
Bibtex
@INPROCEEDINGS{6645623,
author={Fernando, Shakith and Wijtvliet, Mark and Siyoum, Firew and He, Yifan and Stuijk, Sander and Kumar, Akash and Corporaal, Henk},
booktitle={2013 23rd International Conference on Field programmable Logic and Applications},
title={MAMPSX: A demonstration of rapid, predictable HMPSOC synthesis},
year={2013},
volume={},
number={},
pages={1-1},}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
2012
- Sabrina Gerbracht, Eduard A. Jorswieck, Gan Zheng, Björn E. Ottersten, "Non-regenerative two-hop wiretap channels using interference neutralization", Proceedings of the IEEE International Workshop on Information Forensics and Security (WIFS), Dec 2012. [doi] [Bibtex & Downloads]
Non-regenerative two-hop wiretap channels using interference neutralization
Reference
Sabrina Gerbracht, Eduard A. Jorswieck, Gan Zheng, Björn E. Ottersten, "Non-regenerative two-hop wiretap channels using interference neutralization", Proceedings of the IEEE International Workshop on Information Forensics and Security (WIFS), Dec 2012. [doi]
Bibtex
@InProceedings{ Gerbracht2012---Gerbracht2012a,
author = {Sabrina Gerbracht and Eduard A. Jorswieck and Gan Zheng and Björn E. Ottersten},
title = {Non-regenerative two-hop wiretap channels using interference neutralization},
booktitle = {Proceedings of the IEEE International Workshop on Information Forensics and Security (WIFS)},
month = dec,
year = {2012},
project = {A08},
doi = {10.1109/WIFS.2012.6412659}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lei Zhang, Nicholas S. Colella, Feng Liu, Stephan Trahan, Jayanta K. Baral, H. Henning Winter, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Synthesis, Electronic Structure, Molecular Packing/Morphology Evolution, and Carrier Mobilities of Pure Oligo-/Poly(alkylthiophenes)", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 135, no. 2, pp. 844–854, Dec 2012. [doi] [Bibtex & Downloads]
Synthesis, Electronic Structure, Molecular Packing/Morphology Evolution, and Carrier Mobilities of Pure Oligo-/Poly(alkylthiophenes)
Reference
Lei Zhang, Nicholas S. Colella, Feng Liu, Stephan Trahan, Jayanta K. Baral, H. Henning Winter, Stefan C. B. Mannsfeld, Alejandro L. Briseno, "Synthesis, Electronic Structure, Molecular Packing/Morphology Evolution, and Carrier Mobilities of Pure Oligo-/Poly(alkylthiophenes)", In Journal of the American Chemical Society, American Chemical Society (ACS), vol. 135, no. 2, pp. 844–854, Dec 2012. [doi]
Bibtex
@article{Zhang_2012,
doi = {10.1021/ja3104796},
url = {https://doi.org/10.1021%2Fja3104796},
year = 2012,
month = {dec},
publisher = {American Chemical Society ({ACS})},
volume = {135},
number = {2},
pages = {844--854},
author = {Lei Zhang and Nicholas S. Colella and Feng Liu and Stephan Trahan and Jayanta K. Baral and H. Henning Winter and Stefan C. B. Mannsfeld and Alejandro L. Briseno},
title = {Synthesis, Electronic Structure, Molecular Packing/Morphology Evolution, and Carrier Mobilities of Pure Oligo-/Poly(alkylthiophenes)},
journal = {Journal of the American Chemical Society}
}Downloads
No Downloads available for this publication
Permalink
- Jörg Herricht, Paulius Sakalas, Mindaugas Ramonas, Michael Schröter, Christoph Jungemann, Anindya Mukherjee, Kai Erik Moebus, "Systematic compact modeling of correlated noise in bipolar transistors", In IEEE Transactions on Microwave Theory and Techniques, vol. 60, no. 11, pp. 3403-3412, Nov 2012. [Bibtex & Downloads]
Systematic compact modeling of correlated noise in bipolar transistors
Reference
Jörg Herricht, Paulius Sakalas, Mindaugas Ramonas, Michael Schröter, Christoph Jungemann, Anindya Mukherjee, Kai Erik Moebus, "Systematic compact modeling of correlated noise in bipolar transistors", In IEEE Transactions on Microwave Theory and Techniques, vol. 60, no. 11, pp. 3403-3412, Nov 2012.
Bibtex
@Article{ Herricht2012,
author = {Jörg Herricht and Paulius Sakalas and Mindaugas Ramonas and Michael Schröter and Christoph Jungemann and Anindya Mukherjee and Kai Erik Moebus},
title = {Systematic compact modeling of correlated noise in bipolar transistors},
journal = {IEEE Transactions on Microwave Theory and Techniques},
volume = {60},
number = {11},
pages = {3403-3412},
month = nov,
year = {2012},
project = {A06}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Hendrik Tews, Marcus Völp, Tjark Weber, "On the Use of Underspecified Data-Type Semantics for Type Safety in Low-Level Code" , Proceedings of the Systems Software Verification Conference (SSV), Nov 2012. [Bibtex & Downloads]
On the Use of Underspecified Data-Type Semantics for Type Safety in Low-Level Code
Reference
Hendrik Tews, Marcus Völp, Tjark Weber, "On the Use of Underspecified Data-Type Semantics for Type Safety in Low-Level Code" , Proceedings of the Systems Software Verification Conference (SSV), Nov 2012.
Bibtex
@InProceedings{ auto-key*fo,
author = {Hendrik Tews and Marcus Völp and Tjark Weber},
title = {On the Use of Underspecified Data-Type Semantics for Type Safety in Low-Level Code},
booktitle = {Proceedings of the Systems Software Verification Conference (SSV)},
month = nov,
year = {2012},
project = {B04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Landgraf, T. Haugwitz, R. Kirchner, W.-J. Fischer, "Planar optical microring resonators used as biosensors: guidelines for designing polymer compared to semiconductor-based waveguides", SPIE Proceedings (Brian Culshaw and Yanbiao Liao and Anbo Wang and Xiaoyi Bao and Xudong Fan), SPIE, Nov 2012. [doi] [Bibtex & Downloads]
Planar optical microring resonators used as biosensors: guidelines for designing polymer compared to semiconductor-based waveguides
Reference
R. Landgraf, T. Haugwitz, R. Kirchner, W.-J. Fischer, "Planar optical microring resonators used as biosensors: guidelines for designing polymer compared to semiconductor-based waveguides", SPIE Proceedings (Brian Culshaw and Yanbiao Liao and Anbo Wang and Xiaoyi Bao and Xudong Fan), SPIE, Nov 2012. [doi]
Bibtex
@inproceedings{Landgraf_2012,
doi = {10.1117/12.999970},
url = {https://doi.org/10.1117%2F12.999970},
year = 2012,
month = {nov},
publisher = ,
author = {R. Landgraf and T. Haugwitz and R. Kirchner and W.-J. Fischer},
editor = {Brian Culshaw and Yanbiao Liao and Anbo Wang and Xiaoyi Bao and Xudong Fan},
title = {Planar optical microring resonators used as biosensors: guidelines for designing polymer compared to semiconductor-based waveguides},
booktitle = {{SPIE} Proceedings}
}Downloads
No Downloads available for this publication
Permalink
- Benjamin Engel, Marcus Voelp, "First Experiences on PWCS synchronized Data Structures", In Proceeding: 14th Real Time Linux Workshop, October 2012. [Bibtex & Downloads]
First Experiences on PWCS synchronized Data Structures
Reference
Benjamin Engel, Marcus Voelp, "First Experiences on PWCS synchronized Data Structures", In Proceeding: 14th Real Time Linux Workshop, October 2012.
Bibtex
@InProceedings{pwcs,
Title={First Experiences on PWCS synchronized Data Structures},
Author={Engel, Benjamin and Voelp, Marcus},
Booktitle={14th Real Time Linux Workshop},
Month={October},
Year={2012}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- H. Fiedler, M. Toader, S. Hermann, R. D. Rodriguez, E. Sheremet, M. Rennau, S. Schulze, T. Waechtler, M. Hietschold, D. R. T. Zahn, et al., "Distinguishing between Individual Contributions to the Via Resistance in Carbon Nanotubes Based Interconnects", In ECS Journal of Solid State Science and Technology, The Electrochemical Society, vol. 1, no. 6, pp. M47–M51, Oct 2012. [doi] [Bibtex & Downloads]
Distinguishing between Individual Contributions to the Via Resistance in Carbon Nanotubes Based Interconnects
Reference
H. Fiedler, M. Toader, S. Hermann, R. D. Rodriguez, E. Sheremet, M. Rennau, S. Schulze, T. Waechtler, M. Hietschold, D. R. T. Zahn, et al., "Distinguishing between Individual Contributions to the Via Resistance in Carbon Nanotubes Based Interconnects", In ECS Journal of Solid State Science and Technology, The Electrochemical Society, vol. 1, no. 6, pp. M47–M51, Oct 2012. [doi]
Bibtex
@article{Fiedler_2012,
title={Distinguishing between Individual Contributions to the Via Resistance in Carbon Nanotubes Based Interconnects},
volume={1},
ISSN={2162-8777},
url={http://dx.doi.org/10.1149/2.027206jss},
DOI={10.1149/2.027206jss},
number={6},
journal={ECS Journal of Solid State Science and Technology},
publisher={The Electrochemical Society},
author={Fiedler, H. and Toader, M. and Hermann, S. and Rodriguez, R. D. and Sheremet, E. and Rennau, M. and Schulze, S. and Waechtler, T. and Hietschold, M. and Zahn, D. R. T. and et al.},
year={2012},
month={Oct},
pages={M47–M51}
}Downloads
No Downloads available for this publication
Permalink
- Haibo Yu, Sascha Hermann, Stefan E. Schulz, Thomas Gessner, Zaili Dong, Wen J. Li, "Optimizing sonication parameters for dispersion of single-walled carbon nanotubes", In Chemical Physics, Elsevier BV, vol. 408, pp. 11–16, Oct 2012. [doi] [Bibtex & Downloads]
Optimizing sonication parameters for dispersion of single-walled carbon nanotubes
Reference
Haibo Yu, Sascha Hermann, Stefan E. Schulz, Thomas Gessner, Zaili Dong, Wen J. Li, "Optimizing sonication parameters for dispersion of single-walled carbon nanotubes", In Chemical Physics, Elsevier BV, vol. 408, pp. 11–16, Oct 2012. [doi]
Bibtex
@article{Yu_2012,
title={Optimizing sonication parameters for dispersion of single-walled carbon nanotubes},
volume={408},
ISSN={0301-0104},
url={http://dx.doi.org/10.1016/j.chemphys.2012.08.020},
DOI={10.1016/j.chemphys.2012.08.020},
journal={Chemical Physics},
publisher={Elsevier BV},
author={Yu, Haibo and Hermann, Sascha and Schulz, Stefan E. and Gessner, Thomas and Dong, Zaili and Li, Wen J.},
year={2012},
month={Oct},
pages={11–16}
}Downloads
No Downloads available for this publication
Permalink
- Robert Schöne, Daniel Hackenberg, Daniel Molka, "Memory Performance at Reduced CPU Clock Speeds: An Analysis of Current x86_64 Processors", Proceedings of the USENIX Conference on Power-Aware Computing and Systems (HotPower), Oct 2012. [Bibtex & Downloads]
Memory Performance at Reduced CPU Clock Speeds: An Analysis of Current x86_64 Processors
Reference
Robert Schöne, Daniel Hackenberg, Daniel Molka, "Memory Performance at Reduced CPU Clock Speeds: An Analysis of Current x86_64 Processors", Proceedings of the USENIX Conference on Power-Aware Computing and Systems (HotPower), Oct 2012.
Bibtex
@InProceedings{ Schoene:2012,
author = {Robert Schöne and Daniel Hackenberg and Daniel Molka},
title = {Memory Performance at Reduced {CPU} Clock Speeds: {An} Analysis of Current x86\_64 Processors},
booktitle = {Proceedings of the USENIX Conference on Power-Aware Computing and Systems (HotPower)},
month = oct,
year = {2012},
project = {A04}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Schröter, Andreas Pawlak, Anindya Mukherjee, "HICUM-Productization and Support Update: Implementation of HICUM/L2 version 2.31", In CMC Meeting, Oct 2012. [Bibtex & Downloads]
HICUM-Productization and Support Update: Implementation of HICUM/L2 version 2.31
Reference
Michael Schröter, Andreas Pawlak, Anindya Mukherjee, "HICUM-Productization and Support Update: Implementation of HICUM/L2 version 2.31", In CMC Meeting, Oct 2012.
Bibtex
@Misc{ Schroter2012_CMC,
author = {Michael Schröter and Andreas Pawlak and Anindya Mukherjee},
title = {{HICUM}-Productization and Support Update: {Implementation of HICUM/L2} version 2.31},
howpublished = {CMC Meeting},
month = oct,
year = {2012},
project = {A06},
annote = {CMC = Compact Model Coalition, Portland, USA}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Max Leuthäuser, Jan Reimann, Julia Schroeter, Christian Wende, Claas Wilke, Uwe Aßmann, "A role-based language for collaborative robot applications" , Chapter in Leveraging Applications of Formal Methods, Verification, and Validation (Reiner Hähnle and Jens Knoop and Tiziana Margaria and Dietmar Schreiner and Bernhard Steffen) , Springer, vol. 336, pp. 1-15, Oct 2012. [Bibtex & Downloads]
A role-based language for collaborative robot applications
Reference
Sebastian Götz, Max Leuthäuser, Jan Reimann, Julia Schroeter, Christian Wende, Claas Wilke, Uwe Aßmann, "A role-based language for collaborative robot applications" , Chapter in Leveraging Applications of Formal Methods, Verification, and Validation (Reiner Hähnle and Jens Knoop and Tiziana Margaria and Dietmar Schreiner and Bernhard Steffen) , Springer, vol. 336, pp. 1-15, Oct 2012.
Bibtex
@InCollection{ auto-key*dk,
author = {Sebastian Götz and Max Leuthäuser and Jan Reimann and Julia Schroeter and Christian Wende and Claas Wilke and Uwe Aßmann},
title = {A role-based language for collaborative robot applications},
booktitle = {Leveraging Applications of Formal Methods, Verification, and Validation},
editor = {Reiner Hähnle and Jens Knoop and Tiziana Margaria and Dietmar Schreiner and Bernhard Steffen},
publisher = {Springer},
volume = {336},
series = {Communications in Computer and Information Science},
pages = {1-15},
month = oct,
year = {2012},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Völp, Michael Roitzsch, Hermann Härtig, "Who is Going to Program This?" , In Poster presentation at the USENIX Symposium on Operating Systems Design and Implementation (OSDI), Oct 2012. [Bibtex & Downloads]
Who is Going to Program This?
Reference
Marcus Völp, Michael Roitzsch, Hermann Härtig, "Who is Going to Program This?" , In Poster presentation at the USENIX Symposium on Operating Systems Design and Implementation (OSDI), Oct 2012.
Bibtex
@Misc{ auto-key*fq,
author = {Marcus Völp and Michael Roitzsch and Hermann Härtig},
title = {Who is Going to Program This?},
howpublished = {Poster presentation at the USENIX Symposium on Operating Systems Design and Implementation (OSDI)},
month = oct,
year = {2012},
project = {B04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Finn, Ren'e Hensel, Falk Hagemann, Robert Kirchner, Andreas Jahn, Wolf-Joachim Fischer, "Geometrical properties of multilayer nano-imprint-lithography molds for optical applications", In Microelectronic Engineering, Elsevier BV, vol. 98, pp. 284–287, Oct 2012. [doi] [Bibtex & Downloads]
Geometrical properties of multilayer nano-imprint-lithography molds for optical applications
Reference
Andreas Finn, Ren'e Hensel, Falk Hagemann, Robert Kirchner, Andreas Jahn, Wolf-Joachim Fischer, "Geometrical properties of multilayer nano-imprint-lithography molds for optical applications", In Microelectronic Engineering, Elsevier BV, vol. 98, pp. 284–287, Oct 2012. [doi]
Bibtex
@article{Finn_2012,
doi = {10.1016/j.mee.2012.04.022},
url = {https://doi.org/10.1016%2Fj.mee.2012.04.022},
year = 2012,
month = {oct},
publisher = {Elsevier {BV}},
volume = {98},
pages = {284--287},
author = {Andreas Finn and Ren{\'{e}} Hensel and Falk Hagemann and Robert Kirchner and Andreas Jahn and Wolf-Joachim Fischer},
title = {Geometrical properties of multilayer nano-imprint-lithography molds for optical applications},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Najeeb ul Hassan, Ali E. Pusane, Michael Lentmaier, Gerhard P. Fettweis, Jr. Costello, "Reduced complexity window decoding schedules for coupled LDPC codes" , Proceedings of the IEEE Information Theory Workshop (ITW), Sep 2012. [Bibtex & Downloads]
Reduced complexity window decoding schedules for coupled LDPC codes
Reference
Najeeb ul Hassan, Ali E. Pusane, Michael Lentmaier, Gerhard P. Fettweis, Jr. Costello, "Reduced complexity window decoding schedules for coupled LDPC codes" , Proceedings of the IEEE Information Theory Workshop (ITW), Sep 2012.
Bibtex
@InProceedings{ auto-key*e,
author = {ul Hassan, Najeeb and Pusane, Ali E. and Lentmaier, Michael and Fettweis, Gerhard P. and Costello, Jr., Daniel J.},
title = {Reduced complexity window decoding schedules for coupled {LDPC} codes},
booktitle = {Proceedings of the IEEE Information Theory Workshop (ITW)},
month = sep,
year = {2012},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Krone, Gerhard P. Fettweis, "Communications with 1-bit quantization and oversampling at the receiver: Benefiting from inter-symbol-interference", Proceedings of the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), Sep 2012. [Bibtex & Downloads]
Communications with 1-bit quantization and oversampling at the receiver: Benefiting from inter-symbol-interference
Reference
Stefan Krone, Gerhard P. Fettweis, "Communications with 1-bit quantization and oversampling at the receiver: Benefiting from inter-symbol-interference", Proceedings of the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), Sep 2012.
Bibtex
@InProceedings{ Krone_OS_2012,
author = {Stefan Krone and Gerhard P. Fettweis},
title = {Communications with 1-bit quantization and oversampling at the receiver: {Benefiting} from inter-symbol-interference},
booktitle = {Proceedings of the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC)},
month = sep,
year = {2012},
note = {(Best Student Paper Award)},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Johannes Richter, Christian Scheunert, Eduard A. Jorswieck, "An efficient branch-and-bound algorithm for compute-and-forward", Proceedings of the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), Sep 2012. [doi] [Bibtex & Downloads]
An efficient branch-and-bound algorithm for compute-and-forward
Reference
Johannes Richter, Christian Scheunert, Eduard A. Jorswieck, "An efficient branch-and-bound algorithm for compute-and-forward", Proceedings of the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), Sep 2012. [doi]
Bibtex
@InProceedings{ Richter2012,
author = {Johannes Richter and Christian Scheunert and Eduard A. Jorswieck},
title = {An efficient branch-and-bound algorithm for compute-and-forward},
booktitle = {Proceedings of the IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC)},
month = sep,
year = {2012},
project = {A03},
doi = {10.1109/PIMRC.2012.6362889}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Pan Cao, Zhijiat Chong, Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Energy-efficient power allocation for amplify-and-forward MIMO relay channel", Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2012. [Bibtex & Downloads]
Energy-efficient power allocation for amplify-and-forward MIMO relay channel
Reference
Pan Cao, Zhijiat Chong, Zuleita Ka Ming Ho, Eduard A. Jorswieck, "Energy-efficient power allocation for amplify-and-forward MIMO relay channel", Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2012.
Bibtex
@InProceedings{ Cao2012,
author = {Pan Cao and Zhijiat Chong and Zuleita Ka Ming Ho and Eduard A. Jorswieck},
title = {Energy-efficient power allocation for amplify-and-forward {MIMO} relay channel},
booktitle = {Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD)},
month = sep,
year = {2012},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zhijiat Chong, Nizar Zorba, Eduard A. Jorswieck, "Energy-efficient modulation selection and feedback quantization", Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2012. [Bibtex & Downloads]
Energy-efficient modulation selection and feedback quantization
Reference
Zhijiat Chong, Nizar Zorba, Eduard A. Jorswieck, "Energy-efficient modulation selection and feedback quantization", Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD), Sep 2012.
Bibtex
@InProceedings{ Chong2012,
author = {Zhijiat Chong and Nizar Zorba and Eduard A. Jorswieck},
title = {Energy-efficient modulation selection and feedback quantization},
booktitle = {Proceedings of the IEEE International Workshop on Computer-Aided Modeling Analysis and Design of Communication Links and Networks (CAMAD)},
month = sep,
year = {2012},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ralf Rieske, Sebastian Sohr, Krzysztof Nieweglowski, Klaus-Jürgen Wolter, "Assembly tolerance requirements for photonics packaging of multi-cell laser power converters", Proceedings of the Electronics System-Integration Technology Conference (ESTC), Sep 2012. [Bibtex & Downloads]
Assembly tolerance requirements for photonics packaging of multi-cell laser power converters
Reference
Ralf Rieske, Sebastian Sohr, Krzysztof Nieweglowski, Klaus-Jürgen Wolter, "Assembly tolerance requirements for photonics packaging of multi-cell laser power converters", Proceedings of the Electronics System-Integration Technology Conference (ESTC), Sep 2012.
Bibtex
@InProceedings{ Rieske2012a,
author = {Ralf Rieske and Sebastian Sohr and Krzysztof Nieweglowski and Klaus-Jürgen Wolter},
title = {Assembly tolerance requirements for photonics packaging of multi-cell laser power converters},
booktitle = {Proceedings of the Electronics System-Integration Technology Conference (ESTC)},
month = sep,
year = {2012},
project = {A07}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Elke Franz, Stefan Pfennig, André Fischer, "Efficiency of Secure Network Coding Schemes", Chapter in Communications and Multimedia Security (De Decker, Bart and Chadwick, David W.), Springer, vol. 7394, pp. 145-159, Sep 2012. [Bibtex & Downloads]
Efficiency of Secure Network Coding Schemes
Reference
Elke Franz, Stefan Pfennig, André Fischer, "Efficiency of Secure Network Coding Schemes", Chapter in Communications and Multimedia Security (De Decker, Bart and Chadwick, David W.), Springer, vol. 7394, pp. 145-159, Sep 2012.
Bibtex
@InCollection{ Franz2012,
author = {Elke Franz and Stefan Pfennig and André Fischer},
title = {Efficiency of Secure Network Coding Schemes},
booktitle = {Communications and Multimedia Security},
editor = {De Decker, Bart and Chadwick, David W.},
publisher = {Springer},
volume = {7394},
series = {Lecture Notes in Computer Science},
pages = {145-159},
month = sep,
year = {2012},
project = {A08}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Claas Wilke, Sebastian Richly, Georg Püschel, Christian Piechnick, Sebastian Götz, Uwe Aßmann, "Energy labels for mobile applications" , Proceedings of the Workshop Entwicklung energiebewusster Software’’ (EEbS), Sep 2012. [Bibtex & Downloads]
Energy labels for mobile applications
Reference
Claas Wilke, Sebastian Richly, Georg Püschel, Christian Piechnick, Sebastian Götz, Uwe Aßmann, "Energy labels for mobile applications" , Proceedings of the Workshop Entwicklung energiebewusster Software’’ (EEbS), Sep 2012.
Bibtex
@InProceedings{ auto-key*do,
author = {Claas Wilke and Sebastian Richly and Georg Püschel and Christian Piechnick and Sebastian Götz and Uwe Aßmann},
title = {Energy labels for mobile applications},
booktitle = {Proceedings of the Workshop ``Entwicklung energiebewusster Software’’ (EEbS)},
month = sep,
year = {2012},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza Nyssen, "A tableau algorithm for fuzzy description logics over residuated De Morgan lattices" , Chapter in Web Reasoning and Rule Systems (Markus Krötzsch and Umberto Straccia) , Springer, vol. 7497, pp. 9-24, Sep 2012. [Bibtex & Downloads]
A tableau algorithm for fuzzy description logics over residuated De Morgan lattices
Reference
Stefan Borgwardt, Rafael Peñaloza Nyssen, "A tableau algorithm for fuzzy description logics over residuated De Morgan lattices" , Chapter in Web Reasoning and Rule Systems (Markus Krötzsch and Umberto Straccia) , Springer, vol. 7497, pp. 9-24, Sep 2012.
Bibtex
@InCollection{ auto-key*ej,
author = {Borgwardt, Stefan and Peñaloza Nyssen, Rafael},
title = {A tableau algorithm for fuzzy description logics over residuated {De Morgan} lattices},
booktitle = {Web Reasoning and Rule Systems},
editor = {Markus Krötzsch and Umberto Straccia},
publisher = {Springer},
volume = {7497},
series = {Lecture Notes in Computer Science},
pages = {9-24},
month = sep,
year = {2012},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Karsten Lehmann, Anni-Yasmin Turhan, "A Framework for Semantic-based Similarity Measures for ELH-Concepts", Chapter in Logics in Artificial Intelligence (del Cerro, Luis Fariñas and Herzig, Andreas and Mengin, Jérôme), Springer, vol. 7519, pp. 307-319, Sep 2012. [Bibtex & Downloads]
A Framework for Semantic-based Similarity Measures for ELH-Concepts
Reference
Karsten Lehmann, Anni-Yasmin Turhan, "A Framework for Semantic-based Similarity Measures for ELH-Concepts", Chapter in Logics in Artificial Intelligence (del Cerro, Luis Fariñas and Herzig, Andreas and Mengin, Jérôme), Springer, vol. 7519, pp. 307-319, Sep 2012.
Bibtex
@InCollection{ LeTu-Jelia12,
author = {Karsten Lehmann and Anni-Yasmin Turhan},
title = {A Framework for Semantic-based Similarity Measures for -Concepts},
booktitle = {Logics in Artificial Intelligence},
editor = {del Cerro, Luis Fariñas and Herzig, Andreas and Mengin, Jérôme},
publisher = {Springer},
volume = {7519},
series = {Lecture Notes in Artificial Intelligence},
pages = {307-319},
month = sep,
year = {2012},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Álvaro Fernández-Díaz, Christel Baier, Clara Benac-Earle, Lars-Åke Fredlund, "Static Partial Order Reduction for Probabilistic Concurrent Systems" , Proceedings of the International Conference on Quantitative Evaluation of Systems (QEST), Sep 2012. [Bibtex & Downloads]
Static Partial Order Reduction for Probabilistic Concurrent Systems
Reference
Álvaro Fernández-Díaz, Christel Baier, Clara Benac-Earle, Lars-Åke Fredlund, "Static Partial Order Reduction for Probabilistic Concurrent Systems" , Proceedings of the International Conference on Quantitative Evaluation of Systems (QEST), Sep 2012.
Bibtex
@InProceedings{ auto-key*fc,
author = {Fernández-Díaz, Álvaro and Baier, Christel and Benac-Earle, Clara and Fredlund, Lars-Åke},
title = {Static Partial Order Reduction for Probabilistic Concurrent Systems},
booktitle = {Proceedings of the International Conference on Quantitative Evaluation of Systems (QEST)},
month = sep,
year = {2012},
project = {B03}
}
Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Thomas Kissinger, Benjamin Schlegel, Matthias Böhm, Dirk Habich, Wolfgang Lehner, "A high-throughput in\nobreakdash-memory index, durable on flash-based SSD: Insights into the winning solution of the SIGMOD programming contest 2011", In ACM SIGMOD Record, vol. 41, no. 3, pp. 44-50, Sep 2012. [Bibtex & Downloads]
A high-throughput in\nobreakdash-memory index, durable on flash-based SSD: Insights into the winning solution of the SIGMOD programming contest 2011
Reference
Thomas Kissinger, Benjamin Schlegel, Matthias Böhm, Dirk Habich, Wolfgang Lehner, "A high-throughput in\nobreakdash-memory index, durable on flash-based SSD: Insights into the winning solution of the SIGMOD programming contest 2011", In ACM SIGMOD Record, vol. 41, no. 3, pp. 44-50, Sep 2012.
Bibtex
@Article{ DBLP:journals/sigmod/KissingerSBHL12,
author = {Thomas Kissinger and Benjamin Schlegel and Matthias Böhm and Dirk Habich and Wolfgang Lehner},
title = {A high-throughput in\nobreakdash-memory index, durable on flash-based {SSD: Insights} into the winning solution of the {SIGMOD} programming contest 2011},
journal = {ACM SIGMOD Record},
volume = {41},
number = {3},
pages = {44-50},
month = sep,
year = {2012},
note = {(Winner of the SIGMOD Programming Contest 2011)},
project = {B05},
annote = {http://doi.acm.org/10.1145/2380776.2380788}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mike Toney, Stefan C.B. Mannsfeld, Apurva Mehta, "SSRL Sixth Annual School on Synchrotron X-ray Scattering Techniques in Materials and Environmental Sciences", In Synchrotron Radiation News, Informa UK Limited, vol. 25, no. 5, pp. 45–46, Sep 2012. [doi] [Bibtex & Downloads]
SSRL Sixth Annual School on Synchrotron X-ray Scattering Techniques in Materials and Environmental Sciences
Reference
Mike Toney, Stefan C.B. Mannsfeld, Apurva Mehta, "SSRL Sixth Annual School on Synchrotron X-ray Scattering Techniques in Materials and Environmental Sciences", In Synchrotron Radiation News, Informa UK Limited, vol. 25, no. 5, pp. 45–46, Sep 2012. [doi]
Bibtex
@article{Toney_2012,
doi = {10.1080/08940886.2012.720173},
url = {https://doi.org/10.1080%2F08940886.2012.720173},
year = 2012,
month = {sep},
publisher = {Informa {UK} Limited},
volume = {25},
number = {5},
pages = {45--46},
author = {Mike Toney and Stefan C. B. Mannsfeld and Apurva Mehta},
title = {{SSRL} Sixth Annual School on Synchrotron X-ray Scattering Techniques in Materials and Environmental Sciences},
journal = {Synchrotron Radiation News}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Kirchner, L. Nüske, A. Finn, B. Lu, W.-J. Fischer, "Stamp-and-repeat UV-imprinting of spin-coated films: Pre-exposure and imprint defects", In Microelectronic Engineering, Elsevier BV, vol. 97, pp. 117–121, Sep 2012. [doi] [Bibtex & Downloads]
Stamp-and-repeat UV-imprinting of spin-coated films: Pre-exposure and imprint defects
Reference
R. Kirchner, L. Nüske, A. Finn, B. Lu, W.-J. Fischer, "Stamp-and-repeat UV-imprinting of spin-coated films: Pre-exposure and imprint defects", In Microelectronic Engineering, Elsevier BV, vol. 97, pp. 117–121, Sep 2012. [doi]
Bibtex
@article{Kirchner_2012,
doi = {10.1016/j.mee.2012.03.037},
url = {https://doi.org/10.1016%2Fj.mee.2012.03.037},
year = 2012,
month = {sep},
publisher = {Elsevier {BV}},
volume = {97},
pages = {117--121},
author = {R. Kirchner and L. Nüske and A. Finn and B. Lu and W.-J. Fischer},
title = {Stamp-and-repeat {UV}-imprinting of spin-coated films: Pre-exposure and imprint defects},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Lichao Teng, Robert Kirchner, Matthias Plötner, Alexander Türke, Andreas Jahn, Jian He, Falk Hagemann, Wolf-Joachim Fischer, "Fabrication and characterization of sub-500nm channel organic field effect transistor using UV nanoimprint lithography with cheap Si-mold", In Microelectronic Engineering, Elsevier BV, vol. 97, pp. 38–42, Sep 2012. [doi] [Bibtex & Downloads]
Fabrication and characterization of sub-500nm channel organic field effect transistor using UV nanoimprint lithography with cheap Si-mold
Reference
Lichao Teng, Robert Kirchner, Matthias Plötner, Alexander Türke, Andreas Jahn, Jian He, Falk Hagemann, Wolf-Joachim Fischer, "Fabrication and characterization of sub-500nm channel organic field effect transistor using UV nanoimprint lithography with cheap Si-mold", In Microelectronic Engineering, Elsevier BV, vol. 97, pp. 38–42, Sep 2012. [doi]
Bibtex
@article{Teng_2012,
doi = {10.1016/j.mee.2012.04.004},
url = {https://doi.org/10.1016%2Fj.mee.2012.04.004},
year = 2012,
month = {sep},
publisher = {Elsevier {BV}},
volume = {97},
pages = {38--42},
author = {Lichao Teng and Robert Kirchner and Matthias Plötner and Alexander Türke and Andreas Jahn and Jian He and Falk Hagemann and Wolf-Joachim Fischer},
title = {Fabrication and characterization of sub-500nm channel organic field effect transistor using {UV} nanoimprint lithography with cheap Si-mold},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Jonathan Rivnay, Stefan C. B. Mannsfeld, Chad E. Miller, Alberto Salleo, Michael F. Toney, "Quantitative Determination of Organic Semiconductor Microstructure from the Molecular to Device Scale", In Chemical Reviews, American Chemical Society (ACS), vol. 112, no. 10, pp. 5488–5519, Aug 2012. [doi] [Bibtex & Downloads]
Quantitative Determination of Organic Semiconductor Microstructure from the Molecular to Device Scale
Reference
Jonathan Rivnay, Stefan C. B. Mannsfeld, Chad E. Miller, Alberto Salleo, Michael F. Toney, "Quantitative Determination of Organic Semiconductor Microstructure from the Molecular to Device Scale", In Chemical Reviews, American Chemical Society (ACS), vol. 112, no. 10, pp. 5488–5519, Aug 2012. [doi]
Bibtex
@article{Rivnay_2012,
doi = {10.1021/cr3001109},
url = {https://doi.org/10.1021%2Fcr3001109},
year = 2012,
month = {aug},
publisher = {American Chemical Society ({ACS})},
volume = {112},
number = {10},
pages = {5488--5519},
author = {Jonathan Rivnay and Stefan C. B. Mannsfeld and Chad E. Miller and Alberto Salleo and Michael F. Toney},
title = {Quantitative Determination of Organic Semiconductor Microstructure from the Molecular to Device Scale},
journal = {Chemical Reviews}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Najeeb ul Hassan, Michael Lentmaier, Gerhard P. Fettweis, "Comparison of LDPC block and LDPC convolutional codes based on their decoding latency", Proceedings of the International Symposium on Turbo Codes and Iterative Information Processing (ISTC), Aug 2012. [Bibtex & Downloads]
Comparison of LDPC block and LDPC convolutional codes based on their decoding latency
Reference
Najeeb ul Hassan, Michael Lentmaier, Gerhard P. Fettweis, "Comparison of LDPC block and LDPC convolutional codes based on their decoding latency", Proceedings of the International Symposium on Turbo Codes and Iterative Information Processing (ISTC), Aug 2012.
Bibtex
@InProceedings{ NajeebISTC12,
author = {ul Hassan, Najeeb and Lentmaier, Michael and Fettweis, Gerhard P.},
title = {Comparison of {LDPC} block and {LDPC} convolutional codes based on their decoding latency},
booktitle = {Proceedings of the International Symposium on Turbo Codes and Iterative Information Processing (ISTC)},
month = aug,
year = {2012},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ralf Rieske, "Photonic system integration of optical wave guides in MOEMS" , Chapter in Bio and Nano Packaging Techniques for Electron Devices: Advances in Electronic Device Packaging (Gerald Gerlach and Klaus-Jürgen Wolter) , Springer, pp. 539-556, Jul 2012. [Bibtex & Downloads]
Photonic system integration of optical wave guides in MOEMS
Reference
Ralf Rieske, "Photonic system integration of optical wave guides in MOEMS" , Chapter in Bio and Nano Packaging Techniques for Electron Devices: Advances in Electronic Device Packaging (Gerald Gerlach and Klaus-Jürgen Wolter) , Springer, pp. 539-556, Jul 2012.
Bibtex
@InCollection{ auto-key*bx,
author = {Ralf Rieske},
title = {Photonic system integration of optical wave guides in {MOEMS}},
booktitle = {Bio and Nano Packaging Techniques for Electron Devices: Advances in Electronic Device Packaging},
editor = {Gerald Gerlach and Klaus-Jürgen Wolter},
publisher = {Springer},
pages = {539-556},
month = jul,
year = {2012},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christian Piechnick, Sebastian Richly, Sebastian Götz, Claas Wilke, Uwe Aßmann, "Using Role-Based Composition to support Unanticipated, Dynamic Adaption – Smart Application Grids", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), Jul 2012. [Bibtex & Downloads]
Using Role-Based Composition to support Unanticipated, Dynamic Adaption – Smart Application Grids
Reference
Christian Piechnick, Sebastian Richly, Sebastian Götz, Claas Wilke, Uwe Aßmann, "Using Role-Based Composition to support Unanticipated, Dynamic Adaption – Smart Application Grids", Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE), Jul 2012.
Bibtex
@InProceedings{ PRG+12,
author = {Christian Piechnick and Sebastian Richly and Sebastian Götz and Claas Wilke and Uwe Aßmann},
title = {Using Role-Based Composition to support Unanticipated, Dynamic Adaption -- {Smart} Application Grids},
booktitle = {Proceedings of the International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE)},
month = jul,
year = {2012},
note = {(Best Paper Award)},
project = {B01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Paolo Zuliani, Christel Baier, Edmund Melson Clarke, "Rare-event verification for stochastic hybrid systems" , Proceedings of the ACM International Conference on Hybrid Systems: Computation and Control (HSCC), Jul 2012. [Bibtex & Downloads]
Rare-event verification for stochastic hybrid systems
Reference
Paolo Zuliani, Christel Baier, Edmund Melson Clarke, "Rare-event verification for stochastic hybrid systems" , Proceedings of the ACM International Conference on Hybrid Systems: Computation and Control (HSCC), Jul 2012.
Bibtex
@InProceedings{ auto-key*fd,
author = {Paolo Zuliani and Christel Baier and Edmund Melson Clarke},
title = {Rare-event verification for stochastic hybrid systems},
booktitle = {Proceedings of the ACM International Conference on Hybrid Systems: Computation and Control (HSCC)},
month = jul,
year = {2012},
project = {B03}
}
Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Srishti Srivastava, Nitin Sukhija, Ioana Banicescu, Florina M. Ciorba, "Analyzing the robustness of dynamic loop scheduling for heterogeneous computing systems" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2012. [Bibtex & Downloads]
Analyzing the robustness of dynamic loop scheduling for heterogeneous computing systems
Reference
Srishti Srivastava, Nitin Sukhija, Ioana Banicescu, Florina M. Ciorba, "Analyzing the robustness of dynamic loop scheduling for heterogeneous computing systems" , Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC), Jun 2012.
Bibtex
@InProceedings{ auto-key*y,
author = {Srishti Srivastava and Nitin Sukhija and Ioana Banicescu and Florina M. Ciorba},
title = {Analyzing the robustness of dynamic loop scheduling for heterogeneous computing systems},
booktitle = {Proceedings of the International Symposium on Parallel and Distributed Computing (ISPDC)},
month = jun,
year = {2012},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Klaus-Jürgen Wolter, Martina Bieberle, Helmut Budzier, Gerald Gerlach, Thomas Zerna, "Zerstörungsfreie Prüfung elektronischer Baugruppen mittels bildgebender Verfahren" , Verlag Dr. Markus A. Detert, Jun 2012. [Bibtex & Downloads]
Zerstörungsfreie Prüfung elektronischer Baugruppen mittels bildgebender Verfahren
Reference
Klaus-Jürgen Wolter, Martina Bieberle, Helmut Budzier, Gerald Gerlach, Thomas Zerna, "Zerstörungsfreie Prüfung elektronischer Baugruppen mittels bildgebender Verfahren" , Verlag Dr. Markus A. Detert, Jun 2012.
Bibtex
@Book{ auto-key*bw,
author = {Klaus-Jürgen Wolter and Martina Bieberle and Helmut Budzier and Gerald Gerlach and Thomas Zerna},
title = {Zerstörungsfreie Prüfung elektronischer Baugruppen mittels bildgebender Verfahren},
publisher = {Verlag Dr. Markus A. Detert},
month = jun,
year = {2012},
project = {A07}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Claas Wilke, Sebastian Cech, Uwe Aßmann, "Architecture and mechanisms of energy auto-tuning" , Chapter in Sustainable ICTs and Management Systems for Green Computing (Wen-Chen Hu and Naima Kaabouch) , IGI Global, pp. 45-73, Jun 2012. [Bibtex & Downloads]
Architecture and mechanisms of energy auto-tuning
Reference
Sebastian Götz, Claas Wilke, Sebastian Cech, Uwe Aßmann, "Architecture and mechanisms of energy auto-tuning" , Chapter in Sustainable ICTs and Management Systems for Green Computing (Wen-Chen Hu and Naima Kaabouch) , IGI Global, pp. 45-73, Jun 2012.
Bibtex
@InCollection{ auto-key*dm,
author = {Sebastian Götz and Claas Wilke and Sebastian Cech and Uwe Aßmann},
title = {Architecture and mechanisms of energy auto-tuning},
booktitle = {Sustainable ICTs and Management Systems for Green Computing},
editor = {Wen-Chen Hu and Naima Kaabouch},
publisher = {IGI Global},
pages = {45-73},
month = jun,
year = {2012},
project = {B01},
annote = {http://www.igi-global.com/chapter/architecture-mechanisms-energy-auto-tuning/67379}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sebastian Götz, Claas Wilke, Sebastian Richly, Uwe Aßmann, "Approximating quality contracts for energy auto-tuning software", Proceedings of the International Workshop on Green and Sustainable Software (GREENS), Jun 2012. [Bibtex & Downloads]
Approximating quality contracts for energy auto-tuning software
Reference
Sebastian Götz, Claas Wilke, Sebastian Richly, Uwe Aßmann, "Approximating quality contracts for energy auto-tuning software", Proceedings of the International Workshop on Green and Sustainable Software (GREENS), Jun 2012.
Bibtex
@InProceedings{ GWR+12,
author = {Sebastian Götz and Claas Wilke and Sebastian Richly and Uwe Aßmann},
title = {Approximating quality contracts for energy auto-tuning software},
booktitle = {Proceedings of the International Workshop on Green and Sustainable Software (GREENS)},
month = jun,
year = {2012},
project = {B01}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sven Karol, Christoff Bürger, Uwe Aßmann, "Towards well-formed fragment composition with reference attribute grammars" , Proceedings of the International ACM SIGSOFT Symposium on Component Based Software Engineering (CBSE), Jun 2012. [Bibtex & Downloads]
Towards well-formed fragment composition with reference attribute grammars
Reference
Sven Karol, Christoff Bürger, Uwe Aßmann, "Towards well-formed fragment composition with reference attribute grammars" , Proceedings of the International ACM SIGSOFT Symposium on Component Based Software Engineering (CBSE), Jun 2012.
Bibtex
@InProceedings{ auto-key*dn,
author = {Sven Karol and Christoff Bürger and Uwe Aßmann},
title = {Towards well-formed fragment composition with reference attribute grammars},
booktitle = {Proceedings of the International ACM SIGSOFT Symposium on Component Based Software Engineering (CBSE)},
month = jun,
year = {2012},
project = {B01},
annote = {ACM = Assoc. for Computing Machinery; SIGSOFT = Special Interest Group on Software Engineering}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "How fuzzy is my fuzzy description logic?" , Chapter in Automated Reasoning (Bernhard Gramlich and Dale Miller and Ulrike Sattler) , Springer, vol. 7364, pp. 82-96, Jun 2012. [Bibtex & Downloads]
How fuzzy is my fuzzy description logic?
Reference
Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "How fuzzy is my fuzzy description logic?" , Chapter in Automated Reasoning (Bernhard Gramlich and Dale Miller and Ulrike Sattler) , Springer, vol. 7364, pp. 82-96, Jun 2012.
Bibtex
@InCollection{ auto-key*ee,
author = {Borgwardt, Stefan and Distel, Felix and Peñaloza Nyssen, Rafael},
title = {How fuzzy is my fuzzy description logic?},
booktitle = {Automated Reasoning},
editor = {Bernhard Gramlich and Dale Miller and Ulrike Sattler},
publisher = {Springer},
volume = {7364},
series = {Lecture Notes in Artificial Intelligence},
pages = {82-96},
month = jun,
year = {2012},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza Nyssen, "Undecidability of Fuzzy Description Logics", Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR), Jun 2012. [Bibtex & Downloads]
Undecidability of Fuzzy Description Logics
Reference
Stefan Borgwardt, Rafael Peñaloza Nyssen, "Undecidability of Fuzzy Description Logics", Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR), Jun 2012.
Bibtex
@InProceedings{ BoPe-KR12,
author = {Borgwardt, Stefan and Peñaloza Nyssen, Rafael},
title = {Undecidability of Fuzzy Description Logics},
booktitle = {Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning (KR)},
month = jun,
year = {2012},
project = {B02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "Gödel negation makes unwitnessed consistency crisp" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Yevgeny Kazakov and Domenico Lembo and Frank Wolter) , CEUR-WS.org, vol. 846, pp. 103-113, Jun 2012. [Bibtex & Downloads]
Gödel negation makes unwitnessed consistency crisp
Reference
Stefan Borgwardt, Felix Distel, Rafael Peñaloza Nyssen, "Gödel negation makes unwitnessed consistency crisp" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Yevgeny Kazakov and Domenico Lembo and Frank Wolter) , CEUR-WS.org, vol. 846, pp. 103-113, Jun 2012.
Bibtex
@InCollection{ auto-key*ef,
author = {Borgwardt, Stefan and Distel, Felix and Peñaloza Nyssen, Rafael},
title = {Gödel negation makes unwitnessed consistency crisp},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Yevgeny Kazakov and Domenico Lembo and Frank Wolter},
publisher = {CEUR-WS.org},
volume = {846},
series = {CEUR Workshop Proceedings},
pages = {103-113},
month = jun,
year = {2012},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Borgwardt, Rafael Peñaloza Nyssen, "Non-Gödel negation makes unwitnessed consistency undecidable" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Yevgeny Kazakov and Domenico Lembo and Frank Wolter) , CEUR-WS.org, vol. 846, pp. 411-421, Jun 2012. [Bibtex & Downloads]
Non-Gödel negation makes unwitnessed consistency undecidable
Reference
Stefan Borgwardt, Rafael Peñaloza Nyssen, "Non-Gödel negation makes unwitnessed consistency undecidable" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Yevgeny Kazakov and Domenico Lembo and Frank Wolter) , CEUR-WS.org, vol. 846, pp. 411-421, Jun 2012.
Bibtex
@InCollection{ auto-key*eg,
author = {Borgwardt, Stefan and Peñaloza Nyssen, Rafael},
title = {{Non-Gödel} negation makes unwitnessed consistency undecidable},
booktitle = {Proceedings of the International Workshop on Description Logics (DL)},
editor = {Yevgeny Kazakov and Domenico Lembo and Frank Wolter},
publisher = {CEUR-WS.org},
volume = {846},
series = {CEUR Workshop Proceedings},
pages = {411-421},
month = jun,
year = {2012},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Anni-Yasmin Turhan, "Role-depth Bounded Least Common Subsumers for EL+ and ELI" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Yevgeny Kazakov and Domenico Lembo and Frank Wolter) , CEUR-WS.org, vol. 846, pp. 147-157, Jun 2012. [Bibtex & Downloads]
Role-depth Bounded Least Common Subsumers for EL+ and ELI
Reference
Andreas Ecke, Anni-Yasmin Turhan, "Role-depth Bounded Least Common Subsumers for EL+ and ELI" , Chapter in Proceedings of the International Workshop on Description Logics (DL) (Yevgeny Kazakov and Domenico Lembo and Frank Wolter) , CEUR-WS.org, vol. 846, pp. 147-157, Jun 2012.
Bibtex
@InCollection{ auto-key*eh,
author = {Andreas Ecke and Anni-Yasmin Turhan},
title = {Role-depth Bounded Least Common Subsumers for {EL+} and {ELI}},
booktitle = {Proceedings of the International Workshop on Description Logics ({DL})},
editor = {Yevgeny Kazakov and Domenico Lembo and Frank Wolter},
publisher = {CEUR-WS.org},
volume = {846},
series = {CEUR Workshop Proceedings},
pages = {147-157},
month = jun,
year = {2012},
project = {B02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christel Baier, Tomáš Brázdil, Marcus Größer, Antonín Kučera, "Stochastic game logic" , In Acta Informatica, vol. 49, no. 4, pp. 203-224, Jun 2012. [Bibtex & Downloads]
Stochastic game logic
Reference
Christel Baier, Tomáš Brázdil, Marcus Größer, Antonín Kučera, "Stochastic game logic" , In Acta Informatica, vol. 49, no. 4, pp. 203-224, Jun 2012.
Bibtex
@Article{ auto-key*fe,
author = {Christel Baier and Tomáš Brázdil and Marcus Größer and Antonín Kučera},
title = {Stochastic game logic},
journal = {Acta Informatica},
volume = {49},
number = {4},
pages = {203-224},
month = jun,
year = {2012},
project = {B03}
}
Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Stefan Krone, Gerhard P. Fettweis, "Capacity of communications channels with 1-bit quantization and oversampling at the receiver", Proceedings of the IEEE Sarnoff Symposium, May 2012. [Bibtex & Downloads]
Capacity of communications channels with 1-bit quantization and oversampling at the receiver
Reference
Stefan Krone, Gerhard P. Fettweis, "Capacity of communications channels with 1-bit quantization and oversampling at the receiver", Proceedings of the IEEE Sarnoff Symposium, May 2012.
Bibtex
@InProceedings{ Krone_OS_2012_2,
author = {Stefan Krone and Gerhard P. Fettweis},
title = {Capacity of communications channels with 1-bit quantization and oversampling at the receiver},
booktitle = {Proceedings of the IEEE Sarnoff Symposium},
month = may,
year = {2012},
project = {A02}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eduard A. Jorswieck, Johannes Richter, "Compute-and-forward in the two-hop multi-antenna X-channel", Proceedings of the International Symposium on Communications, Control and Signal Processing (ISCCSP), May 2012. [doi] [Bibtex & Downloads]
Compute-and-forward in the two-hop multi-antenna X-channel
Reference
Eduard A. Jorswieck, Johannes Richter, "Compute-and-forward in the two-hop multi-antenna X-channel", Proceedings of the International Symposium on Communications, Control and Signal Processing (ISCCSP), May 2012. [doi]
Bibtex
@InProceedings{ Jorswieck2012,
author = {Eduard A. Jorswieck and Johannes Richter},
title = {Compute-and-forward in the two-hop multi-antenna {X-channel}},
booktitle = {Proceedings of the International Symposium on Communications, Control and Signal Processing (ISCCSP)},
month = may,
year = {2012},
project = {A03},
doi = {10.1109/ISCCSP.2012.6217847}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Alessio Zappone, Zhijiat Chong, Eduard A. Jorswieck, Stefano Buzzi, "Green resource allocation in relay-assisted multicarrier IC networks considering circuit dissipated power", Proceedings of the International Conference on Future Energy System (e-Energy), May 2012. [Bibtex & Downloads]
Green resource allocation in relay-assisted multicarrier IC networks considering circuit dissipated power
Reference
Alessio Zappone, Zhijiat Chong, Eduard A. Jorswieck, Stefano Buzzi, "Green resource allocation in relay-assisted multicarrier IC networks considering circuit dissipated power", Proceedings of the International Conference on Future Energy System (e-Energy), May 2012.
Bibtex
@InProceedings{ Zappone2012b,
author = {Alessio Zappone and Zhijiat Chong and Eduard A. Jorswieck and Stefano Buzzi},
title = {Green resource allocation in relay-assisted multicarrier {IC} networks considering circuit dissipated power},
booktitle = {Proceedings of the International Conference on Future Energy System (e-Energy)},
month = may,
year = {2012},
project = {A03}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Florina M. Ciorba, Timothy Hansen, Srishti Srivastava, Ioana Banicescu, Anthony A. Maciejewski, Howard Jay Siegel, "A combined dual-stage framework for robust scheduling of scientific applications in heterogeneous environments with uncertain availability" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2012. [Bibtex & Downloads]
A combined dual-stage framework for robust scheduling of scientific applications in heterogeneous environments with uncertain availability
Reference
Florina M. Ciorba, Timothy Hansen, Srishti Srivastava, Ioana Banicescu, Anthony A. Maciejewski, Howard Jay Siegel, "A combined dual-stage framework for robust scheduling of scientific applications in heterogeneous environments with uncertain availability" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2012.
Bibtex
@InProceedings{ auto-key*w,
author = {Florina M. Ciorba and Timothy Hansen and Srishti Srivastava and Ioana Banicescu and Anthony A. Maciejewski and Howard Jay Siegel},
title = {A combined dual-stage framework for robust scheduling of scientific applications in heterogeneous environments with uncertain availability},
booktitle = {Proceedings of the IEEE International Parallel \& Distributed Processing Symposium (IPDPS) Workshops},
month = may,
year = {2012},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Mahadevan Balasubramaniam, Nitin Sukhija, Florina M. Ciorba, Ioana Banicescu, Srishti Srivastava, "Towards the scalability of dynamic loop scheduling techniques via discrete event simulation" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2012. [Bibtex & Downloads]
Towards the scalability of dynamic loop scheduling techniques via discrete event simulation
Reference
Mahadevan Balasubramaniam, Nitin Sukhija, Florina M. Ciorba, Ioana Banicescu, Srishti Srivastava, "Towards the scalability of dynamic loop scheduling techniques via discrete event simulation" , Proceedings of the IEEE International Parallel & Distributed Processing Symposium (IPDPS) Workshops, May 2012.
Bibtex
@InProceedings{ auto-key*x,
author = {Mahadevan Balasubramaniam and Nitin Sukhija and Florina M. Ciorba and Ioana Banicescu and Srishti Srivastava},
title = {Towards the scalability of dynamic loop scheduling techniques via discrete event simulation},
booktitle = {Proceedings of the IEEE International Parallel \& Distributed Processing Symposium (IPDPS) Workshops},
month = may,
year = {2012},
project = {A04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Andreas Ecke, Anni-Yasmin Turhan, "Optimizations for the role-depth bounded least common subsumer in EL+" , Chapter in Proceedings of the International Workshop on OWL: Experiences and Directions (OWLED) (Pavel Klinov and Matthew Horridge) , CEUR-WS.org, vol. 849, pp. 01-05, May 2012. [Bibtex & Downloads]
Optimizations for the role-depth bounded least common subsumer in EL+
Reference
Andreas Ecke, Anni-Yasmin Turhan, "Optimizations for the role-depth bounded least common subsumer in EL+" , Chapter in Proceedings of the International Workshop on OWL: Experiences and Directions (OWLED) (Pavel Klinov and Matthew Horridge) , CEUR-WS.org, vol. 849, pp. 01-05, May 2012.
Bibtex
@InCollection{ auto-key*ei,
author = {Andreas Ecke and Anni-Yasmin Turhan},
title = {Optimizations for the role-depth bounded least common subsumer in {EL+}},
booktitle = {Proceedings of the International Workshop on OWL: Experiences and Directions (OWLED)},
editor = {Pavel Klinov and Matthew Horridge},
publisher = {CEUR-WS.org},
volume = {849},
series = {CEUR Workshop Proceedings},
pages = {05:01-05:12},
month = may,
year = {2012},
project = {B02},
annote = {OWL = Web Ontology Language is a family of knowledge representation languages for authoring ontologies specified by the (W3C)}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "it KISS-Tree: Smart Latch-Free In\nobreakdash-Memory Indexing on Modern Architectures", Proceedings of the ACM International Conference on Management of Data (SIGMOD), International Workshop on Data Management on New Hardware (DaMoN), May 2012. [Bibtex & Downloads]
it KISS-Tree: Smart Latch-Free In\nobreakdash-Memory Indexing on Modern Architectures
Reference
Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "it KISS-Tree: Smart Latch-Free In\nobreakdash-Memory Indexing on Modern Architectures", Proceedings of the ACM International Conference on Management of Data (SIGMOD), International Workshop on Data Management on New Hardware (DaMoN), May 2012.
Bibtex
@InProceedings{ DBLP:conf/damon/KissingerSHL12,
author = {Thomas Kissinger and Benjamin Schlegel and Dirk Habich and Wolfgang Lehner},
title = {{\it KISS-Tree:} {Smart} Latch-Free In\nobreakdash-Memory Indexing on Modern Architectures},
booktitle = {Proceedings of the ACM International Conference on Management of Data (SIGMOD), International Workshop on Data Management on New Hardware (DaMoN)},
month = may,
year = {2012},
project = {B05},
annote = {http://doi.acm.org/10.1145/2236584.2236587}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- F. Bocquet, L. Nony, Stefan C. B. Mannsfeld, V. Oison, R. Pawlak, L. Porte, Ch. Loppacher, "Inhomogeneous Relaxation of a Molecular Layer on an Insulator due to Compressive Stress", In Physical Review Letters, American Physical Society (APS), vol. 108, no. 20, May 2012. [doi] [Bibtex & Downloads]
Inhomogeneous Relaxation of a Molecular Layer on an Insulator due to Compressive Stress
Reference
F. Bocquet, L. Nony, Stefan C. B. Mannsfeld, V. Oison, R. Pawlak, L. Porte, Ch. Loppacher, "Inhomogeneous Relaxation of a Molecular Layer on an Insulator due to Compressive Stress", In Physical Review Letters, American Physical Society (APS), vol. 108, no. 20, May 2012. [doi]
Bibtex
@article{Bocquet_2012,
doi = {10.1103/physrevlett.108.206103},
url = {https://doi.org/10.1103%2Fphysrevlett.108.206103},
year = 2012,
month = {may},
publisher = {American Physical Society ({APS})},
volume = {108},
number = {20},
author = {F. Bocquet and L. Nony and Stefan C. B. Mannsfeld and V. Oison and R. Pawlak and L. Porte and Ch. Loppacher},
title = {Inhomogeneous Relaxation of a Molecular Layer on an Insulator due to Compressive Stress},
journal = {Physical Review Letters}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan C. B. Mannsfeld, "In tune with organic semiconductors", In Nature Materials, Springer Science and Business Media LLC, vol. 11, no. 6, pp. 489–490, May 2012. [doi] [Bibtex & Downloads]
In tune with organic semiconductors
Reference
Stefan C. B. Mannsfeld, "In tune with organic semiconductors", In Nature Materials, Springer Science and Business Media LLC, vol. 11, no. 6, pp. 489–490, May 2012. [doi]
Bibtex
@article{Mannsfeld_2012,
doi = {10.1038/nmat3340},
url = {https://doi.org/10.1038%2Fnmat3340},
year = 2012,
month = {may},
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
number = {6},
pages = {489--490},
author = {Stefan C. B. Mannsfeld},
title = {In tune with organic semiconductors},
journal = {Nature Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Schröter, Tommy Rosenbaum, Gerald Wedel, Julia Krause, Andreas Pawlak, "TCAD-based SiGe HBT Technology Roadmap Generation", In ITRS Spring Meeting, Apr 2012. [Bibtex & Downloads]
TCAD-based SiGe HBT Technology Roadmap Generation
Reference
Michael Schröter, Tommy Rosenbaum, Gerald Wedel, Julia Krause, Andreas Pawlak, "TCAD-based SiGe HBT Technology Roadmap Generation", In ITRS Spring Meeting, Apr 2012.
Bibtex
@Misc{ Schroter2012_ITRS,
author = {Michael Schröter and Tommy Rosenbaum and Gerald Wedel and Julia Krause and Andreas Pawlak},
title = {{TCAD-based SiGe HBT} Technology Roadmap Generation},
howpublished = {ITRS Spring Meeting},
month = apr,
year = {2012},
project = {A06},
annote = {ITRS = International Technology Roadmap for Semiconductors, Noordwijk, Netherlands}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Schröter, Tommy Rosenbaum, Andreas Pawlak, "RF/AMS SiGeC HBT Roadmap: TCAD and compact modeling results" , In Version 1 of the ITRS 2014 tables, CEDIC, Apr 2012. [Bibtex & Downloads]
RF/AMS SiGeC HBT Roadmap: TCAD and compact modeling results
Reference
Michael Schröter, Tommy Rosenbaum, Andreas Pawlak, "RF/AMS SiGeC HBT Roadmap: TCAD and compact modeling results" , In Version 1 of the ITRS 2014 tables, CEDIC, Apr 2012.
Bibtex
@Misc{ auto-key*bp,
author = {Michael Schröter and Tommy Rosenbaum and Andreas Pawlak},
title = {{RF/AMS SiGeC HBT Roadmap: TCAD} and compact modeling results},
howpublished = {Version~1 of the ITRS 2014 tables, CEDIC},
month = apr,
year = {2012},
project = {A06},
annote = {ITRS = International Technology Roadmap for Semiconductors; CEDIC = Chair of Electron Devices and Integrated Circuits (Lehrstuhl Elektronische Bauelemente und Integrierte Schaltungen)}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- S. Gerbracht, C. Scheunert, E. A. Jorswieck, "Secrecy Outage in MISO Systems With Partial Channel Information", In IEEE Transactions on Information Forensics and Security, vol. 7, no. 2, pp. 704-716, April 2012. [doi] [Bibtex & Downloads]
Secrecy Outage in MISO Systems With Partial Channel Information
Reference
S. Gerbracht, C. Scheunert, E. A. Jorswieck, "Secrecy Outage in MISO Systems With Partial Channel Information", In IEEE Transactions on Information Forensics and Security, vol. 7, no. 2, pp. 704-716, April 2012. [doi]
Bibtex
@article{6112716,
Author = {S. Gerbracht and C. Scheunert and E. A. Jorswieck},
Date-Added = {2016-11-07 06:37:53 +0000},
Date-Modified = {2016-11-07 06:37:53 +0000},
Doi = {10.1109/TIFS.2011.2181946},
Issn = {1556-6013},
Journal = {IEEE Transactions on Information Forensics and Security},
Keywords = {Markov processes;array signal processing;telecommunication security;MISO system;Markov bound;channel state information;cross-layer secrecy concept;eavesdropper channel;flat fading multiple-input single-output wiretap channel;multiple antenna wiretap channel;numerical simulation;partial channel information;passive eavesdropper;secrecy outage probability;secure transmission;single stream beamforming;suboptimal beamforming scheme;Array signal processing;Channel estimation;Fading;Physical layer;Receivers;Transmitters;Vectors;Artificial noise;partial CSI;secrecy outage probability;secrecy rate;wiretap channel},
Month = {April},
Number = {2},
Pages = {704-716},
Title = {Secrecy Outage in MISO Systems With Partial Channel Information},
Volume = {7},
Year = {2012},
Bdsk-Url-1 = {http://dx.doi.org/10.1109/TIFS.2011.2181946}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Björn Döbel, Michael Roitzsch, Marcus Völp, "Towards Characterizing Decoding Complexity as Energy-Utility Functions" , Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2012. [Bibtex & Downloads]
Towards Characterizing Decoding Complexity as Energy-Utility Functions
Reference
Marcus Hähnel, Björn Döbel, Michael Roitzsch, Marcus Völp, "Towards Characterizing Decoding Complexity as Energy-Utility Functions" , Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2012.
Bibtex
@InProceedings{ auto-key*fr,
author = {Marcus Hähnel and Björn Döbel and Michael Roitzsch and Marcus Völp},
title = {Towards Characterizing Decoding Complexity as Energy-Utility Functions},
booktitle = {Proceedings of the Conference on Design, Automation \& Test in Europe (DATE)},
month = mar,
year = {2012},
project = {B04}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kissinger, Dirk Habich, Wolfgang Lehner, "Direct Stream and Query Processing for Live Sensor Data Analytics" , Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2012. [Bibtex & Downloads]
Direct Stream and Query Processing for Live Sensor Data Analytics
Reference
Thomas Kissinger, Dirk Habich, Wolfgang Lehner, "Direct Stream and Query Processing for Live Sensor Data Analytics" , Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2012.
Bibtex
@InProceedings{ auto-key*fw,
author = {Thomas Kissinger and Dirk Habich and Wolfgang Lehner},
title = {Direct Stream and Query Processing for Live Sensor Data Analytics},
booktitle = {Proceedings of the Conference on Design, Automation \& Test in Europe (DATE)},
month = mar,
year = {2012},
project = {B05}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Gerhard Paul Fettweis, Wolfgang Erwin Nagel, Wolfgang Lehner, "Pathways to servers of the future: Highly Adaptive Energy Efficient Computing (HAEC)", Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2012. [doi] [Bibtex & Downloads]
Pathways to servers of the future: Highly Adaptive Energy Efficient Computing (HAEC)
Reference
Gerhard Paul Fettweis, Wolfgang Erwin Nagel, Wolfgang Lehner, "Pathways to servers of the future: Highly Adaptive Energy Efficient Computing (HAEC)", Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2012. [doi]
Bibtex
@InProceedings{ Fettweis:2012,
author = {Gerhard Paul Fettweis and Wolfgang Erwin Nagel and Wolfgang Lehner},
title = {Pathways to servers of the future: {Highly} Adaptive Energy Efficient Computing {(HAEC)}},
booktitle = {Proceedings of the Conference on Design, Automation \& Test in Europe (DATE)},
month = mar,
year = {2012},
project = {A04},
doi = {10.1109/DATE.2012.6176577}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Stefan Krone, Lukas Landau, Falko Guderian, Björn Almeroth, Hermann Hensel, Martin Laabs, Michael Jenning, Dirk Plettemeier, Gerhard P. Fettweis, "60\,GHz short-range transmission: A multi-Gbit/s wireless data link" , Proceedings of the International ITG Workshop on Smart Antennas (WSA), Mar 2012. [Bibtex & Downloads]
60\,GHz short-range transmission: A multi-Gbit/s wireless data link
Reference
Stefan Krone, Lukas Landau, Falko Guderian, Björn Almeroth, Hermann Hensel, Martin Laabs, Michael Jenning, Dirk Plettemeier, Gerhard P. Fettweis, "60\,GHz short-range transmission: A multi-Gbit/s wireless data link" , Proceedings of the International ITG Workshop on Smart Antennas (WSA), Mar 2012.
Bibtex
@InProceedings{ auto-key*gp,
author = {Stefan Krone and Lukas Landau and Falko Guderian and Björn Almeroth and Hermann Hensel and Martin Laabs and Michael Jenning and Dirk Plettemeier and Gerhard P. Fettweis},
title = {{60\,GHz} short-range transmission: {A multi-Gbit/s} wireless data link},
booktitle = {Proceedings of the International ITG Workshop on Smart Antennas (WSA)},
month = mar,
year = {2012},
note = {(invited)},
project = {A02, A05}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Julia Schroeter, Sebastian Cech, Sebastian Götz, Claas Wilke, Uwe Aßmann, "Towards modeling a variable architecture for multi-tenant SaaS-applications" , Proceedings of the International Workshop on Variability Modelling of Software-intensive Systems (VaMoS), Jan 2012. [Bibtex & Downloads]
Towards modeling a variable architecture for multi-tenant SaaS-applications
Reference
Julia Schroeter, Sebastian Cech, Sebastian Götz, Claas Wilke, Uwe Aßmann, "Towards modeling a variable architecture for multi-tenant SaaS-applications" , Proceedings of the International Workshop on Variability Modelling of Software-intensive Systems (VaMoS), Jan 2012.
Bibtex
@InProceedings{ auto-key*dl,
author = {Julia Schroeter and Sebastian Cech and Sebastian Götz and Claas Wilke and Uwe Aßmann},
title = {Towards modeling a variable architecture for multi-tenant {SaaS}-applications},
booktitle = {Proceedings of the International Workshop on Variability Modelling of Software-intensive Systems (VaMoS)},
month = jan,
year = {2012},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ying Lin, Jung Ah Lim, Qingshuo Wei, Stefan C. B. Mannsfeld, Alejandro L. Briseno, James J. Watkins, "Cooperative Assembly of Hydrogen-Bonded Diblock Copolythiophene/Fullerene Blends for Photovoltaic Devices with Well-Defined Morphologies and Enhanced Stability", In Chemistry of Materials, American Chemical Society (ACS), vol. 24, no. 3, pp. 622–632, Jan 2012. [doi] [Bibtex & Downloads]
Cooperative Assembly of Hydrogen-Bonded Diblock Copolythiophene/Fullerene Blends for Photovoltaic Devices with Well-Defined Morphologies and Enhanced Stability
Reference
Ying Lin, Jung Ah Lim, Qingshuo Wei, Stefan C. B. Mannsfeld, Alejandro L. Briseno, James J. Watkins, "Cooperative Assembly of Hydrogen-Bonded Diblock Copolythiophene/Fullerene Blends for Photovoltaic Devices with Well-Defined Morphologies and Enhanced Stability", In Chemistry of Materials, American Chemical Society (ACS), vol. 24, no. 3, pp. 622–632, Jan 2012. [doi]
Bibtex
@article{Lin_2012,
doi = {10.1021/cm203706h},
url = {https://doi.org/10.1021%2Fcm203706h},
year = 2012,
month = {jan},
publisher = {American Chemical Society ({ACS})},
volume = {24},
number = {3},
pages = {622--632},
author = {Ying Lin and Jung Ah Lim and Qingshuo Wei and Stefan C. B. Mannsfeld and Alejandro L. Briseno and James J. Watkins},
title = {Cooperative Assembly of Hydrogen-Bonded Diblock Copolythiophene/Fullerene Blends for Photovoltaic Devices with Well-Defined Morphologies and Enhanced Stability},
journal = {Chemistry of Materials}
}Downloads
No Downloads available for this publication
Permalink
- Theanne Schiros, Stefan Mannsfeld, Chien-yang Chiu, Kevin G. Yager, James Ciston, Alon A. Gorodetsky, Matteo Palma, Zac Bullard, Theodore Kramer, Dean Delongchamp, Daniel Fischer, Ioannis Kymissis, Michael F. Toney, Colin Nuckolls, "Reticulated Organic Photovoltaics", In Advanced Functional Materials, Wiley, vol. 22, no. 6, pp. 1167–1173, Jan 2012. [doi] [Bibtex & Downloads]
Reticulated Organic Photovoltaics
Reference
Theanne Schiros, Stefan Mannsfeld, Chien-yang Chiu, Kevin G. Yager, James Ciston, Alon A. Gorodetsky, Matteo Palma, Zac Bullard, Theodore Kramer, Dean Delongchamp, Daniel Fischer, Ioannis Kymissis, Michael F. Toney, Colin Nuckolls, "Reticulated Organic Photovoltaics", In Advanced Functional Materials, Wiley, vol. 22, no. 6, pp. 1167–1173, Jan 2012. [doi]
Bibtex
@article{Schiros_2012,
doi = {10.1002/adfm.201102572},
url = {https://doi.org/10.1002%2Fadfm.201102572},
year = 2012,
month = {jan},
publisher = {Wiley},
volume = {22},
number = {6},
pages = {1167--1173},
author = {Theanne Schiros and Stefan Mannsfeld and Chien-yang Chiu and Kevin G. Yager and James Ciston and Alon A. Gorodetsky and Matteo Palma and Zac Bullard and Theodore Kramer and Dean Delongchamp and Daniel Fischer and Ioannis Kymissis and Michael F. Toney and Colin Nuckolls},
title = {Reticulated Organic Photovoltaics},
journal = {Advanced Functional Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Adam Lackorzyński, Alexander Warg, Marcus Völp, Hermann Härtig, "Flattening hierarchical scheduling", Proceedings of the tenth ACM international conference on Embedded software, pp. 93–102, 2012. [doi] [Bibtex & Downloads]
Flattening hierarchical scheduling
Reference
Adam Lackorzyński, Alexander Warg, Marcus Völp, Hermann Härtig, "Flattening hierarchical scheduling", Proceedings of the tenth ACM international conference on Embedded software, pp. 93–102, 2012. [doi]
Bibtex
@inproceedings{lackorzynski2012flattening,
title={Flattening hierarchical scheduling},
author={Lackorzy{\'n}ski, Adam and Warg, Alexander and V{\"o}lp, Marcus and H{\"a}rtig, Hermann},
booktitle={Proceedings of the tenth ACM international conference on Embedded software},
pages={93--102},
year={2012},
organization={ACM},
doi={10.1145/2380356.2380376}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Nickel, Robin Ohmann, Joerg Meyer, Maricarmen Grisolia, Christian Joachim, Francesca Moresco, Gianaurelio Cuniberti, "Moving nanostructures: pulse-induced positioning of supramolecular assemblies", In ACS nano, ACS Publications, vol. 7, no. 1, pp. 191–197, 2012. [doi] [Bibtex & Downloads]
Moving nanostructures: pulse-induced positioning of supramolecular assemblies
Reference
Anja Nickel, Robin Ohmann, Joerg Meyer, Maricarmen Grisolia, Christian Joachim, Francesca Moresco, Gianaurelio Cuniberti, "Moving nanostructures: pulse-induced positioning of supramolecular assemblies", In ACS nano, ACS Publications, vol. 7, no. 1, pp. 191–197, 2012. [doi]
Bibtex
@article{nickel2012moving,
title={Moving nanostructures: pulse-induced positioning of supramolecular assemblies},
author={Nickel, Anja and Ohmann, Robin and Meyer, Joerg and Grisolia, Maricarmen and Joachim, Christian and Moresco, Francesca and Cuniberti, Gianaurelio},
journal={ACS nano},
volume={7},
number={1},
pages={191--197},
year={2012},
publisher={ACS Publications},
doi={10.1021/nn303708h}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- AP Graham, T. Jay, S. Jakschik, S. Knebel, W. Weber, U. Schroeder, T. Mikolajick, "An investigation of the electrical properties of the interface between pyrolytic carbon and silicon for Schottky diode applications", In Journal of Applied Physics, AIP Publishing, vol. 111, no. 12, pp. 124511, 2012. [doi] [Bibtex & Downloads]
An investigation of the electrical properties of the interface between pyrolytic carbon and silicon for Schottky diode applications
Reference
AP Graham, T. Jay, S. Jakschik, S. Knebel, W. Weber, U. Schroeder, T. Mikolajick, "An investigation of the electrical properties of the interface between pyrolytic carbon and silicon for Schottky diode applications", In Journal of Applied Physics, AIP Publishing, vol. 111, no. 12, pp. 124511, 2012. [doi]
Bibtex
@article{graham2012investigation,
title={An investigation of the electrical properties of the interface between pyrolytic carbon and silicon for Schottky diode applications},
author={Graham, AP and Jay, T and Jakschik, S and Knebel, S and Weber, W and Schroeder, U and Mikolajick, T},
journal={Journal of Applied Physics},
volume={111},
number={12},
pages={124511},
year={2012},
publisher={AIP Publishing},
doi={10.1063/1.4725429}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Anja Strunk, Marc Mosch, Stephan Groß, Yvonne Thoß, Alexander Schill, "Building a flexible service architecture for user controlled hybrid clouds", In Proceeding: Availability, Reliability and Security (ARES), 2012 Seventh International Conference on, pp. 149–154, 2012. [doi] [Bibtex & Downloads]
Building a flexible service architecture for user controlled hybrid clouds
Reference
Anja Strunk, Marc Mosch, Stephan Groß, Yvonne Thoß, Alexander Schill, "Building a flexible service architecture for user controlled hybrid clouds", In Proceeding: Availability, Reliability and Security (ARES), 2012 Seventh International Conference on, pp. 149–154, 2012. [doi]
Bibtex
@inproceedings{strunk2012building,
title={Building a flexible service architecture for user controlled hybrid clouds},
author={Strunk, Anja and Mosch, Marc and Gro{\ss}, Stephan and Tho{\ss}, Yvonne and Schill, Alexander},
booktitle={Availability, Reliability and Security (ARES), 2012 Seventh International Conference on},
pages={149--154},
year={2012},
organization={IEEE},
doi={10.1109/ARES.2012.47}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Christel Baier, Marcus Daum, Benjamin Engel, Hermann Härtig, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "Waiting for locks: How long does it usually take?", Springer, 2012. [doi] [Bibtex & Downloads]
Waiting for locks: How long does it usually take?
Reference
Christel Baier, Marcus Daum, Benjamin Engel, Hermann Härtig, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "Waiting for locks: How long does it usually take?", Springer, 2012. [doi]
Bibtex
@book{baier2012waiting,
title={Waiting for locks: How long does it usually take?},
author={Baier, Christel and Daum, Marcus and Engel, Benjamin and H{\"a}rtig, Hermann and Klein, Joachim and Kl{\"u}ppelholz, Sascha and M{\"a}rcker, Steffen and Tews, Hendrik and V{\"o}lp, Marcus},
year={2012},
publisher={Springer},
doi={10.1007/978-3-642-32469-7_4}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Christel Baier, Marcus Daum, Benjamin Engel, Hermann Härtig, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "Chiefly Symmetric: Results on the Scalability
of Probabilistic Model Checking for Operating-System Code", In Proceeding: Proc. of the 7th Conference on
Systems Software Verification (SSV'12), vol. 102, pp. 156–166, 2012. [Bibtex & Downloads]
Chiefly Symmetric: Results on the Scalability of Probabilistic Model Checking for Operating-System Code
Reference
Christel Baier, Marcus Daum, Benjamin Engel, Hermann Härtig, Joachim Klein, Sascha Klüppelholz, Steffen Märcker, Hendrik Tews, Marcus Völp, "Chiefly Symmetric: Results on the Scalability of Probabilistic Model Checking for Operating-System Code", In Proceeding: Proc. of the 7th Conference on Systems Software Verification (SSV'12), vol. 102, pp. 156–166, 2012.
Bibtex
@inproceedings{BDEHKKMTV-SSV12,
author = {Christel Baier, Marcus Daum, Benjamin Engel, Hermann H{\"a}rtig, Joachim Klein, Sascha Kl{\"u}ppelholz, Steffen M{\"a}rcker, Hendrik Tews and Marcus V{\"o}lp},
title = {Chiefly Symmetric: Results on the Scalability
of Probabilistic Model Checking for Operating-System Code},
booktitle = {Proc. of the 7th Conference on
Systems Software Verification (SSV'12)},
year = {2012},
pages = {156--166},
series = {Electronic Proceedings in Theoretical Computer Science},
volume = {102},
ee = {http://dx.doi.org/10.4204/EPTCS.102.14}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, Orchestration Path, Resilience Path
Permalink
- Josef Spillner, Alexander Schill, "Flexible data distribution policy language and gateway architecture", In Proceeding: Cloud Computing and Communications (LATINCLOUD), 2012 IEEE Latin America Conference on, pp. 1–6, 2012. [doi] [Bibtex & Downloads]
Flexible data distribution policy language and gateway architecture
Reference
Josef Spillner, Alexander Schill, "Flexible data distribution policy language and gateway architecture", In Proceeding: Cloud Computing and Communications (LATINCLOUD), 2012 IEEE Latin America Conference on, pp. 1–6, 2012. [doi]
Bibtex
@inproceedings{spillner2012flexible,
title={Flexible data distribution policy language and gateway architecture},
author={Spillner, Josef and Schill, Alexander},
booktitle={Cloud Computing and Communications (LATINCLOUD), 2012 IEEE Latin America Conference on},
pages={1--6},
year={2012},
organization={IEEE},
doi={10.1109/LatinCloud.2012.6508149}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Josef Spillner, Andrey Brito, Francisco Brasileiro, Alexander Schill, "Analysis of overhead and profitability in nested cloud environments", In Proceeding: Cloud Computing and Communications (LATINCLOUD), 2012 IEEE Latin America Conference on, pp. 13–18, 2012. [doi] [Bibtex & Downloads]
Analysis of overhead and profitability in nested cloud environments
Reference
Josef Spillner, Andrey Brito, Francisco Brasileiro, Alexander Schill, "Analysis of overhead and profitability in nested cloud environments", In Proceeding: Cloud Computing and Communications (LATINCLOUD), 2012 IEEE Latin America Conference on, pp. 13–18, 2012. [doi]
Bibtex
@inproceedings{spillner2012analysis,
title={Analysis of overhead and profitability in nested cloud environments},
author={Spillner, Josef and Brito, Andrey and Brasileiro, Francisco and Schill, Alexander},
booktitle={Cloud Computing and Communications (LATINCLOUD), 2012 IEEE Latin America Conference on},
pages={13--18},
year={2012},
organization={IEEE},
doi={10.1109/LatinCloud.2012.6508151}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Hähnel, Björn Döbel, Marcus Völp, Hermann Härtig, "Measuring energy consumption for short code paths using RAPL", In ACM SIGMETRICS Performance Evaluation Review, ACM, vol. 40, no. 3, pp. 13–17, 2012. [Bibtex & Downloads]
Measuring energy consumption for short code paths using RAPL
Reference
Marcus Hähnel, Björn Döbel, Marcus Völp, Hermann Härtig, "Measuring energy consumption for short code paths using RAPL", In ACM SIGMETRICS Performance Evaluation Review, ACM, vol. 40, no. 3, pp. 13–17, 2012.
Bibtex
@article{hahnel2012measuring,
title={Measuring energy consumption for short code paths using RAPL},
author={H{\"a}hnel, Marcus and D{\"o}bel, Bj{\"o}rn and V{\"o}lp, Marcus and H{\"a}rtig, Hermann},
journal={ACM SIGMETRICS Performance Evaluation Review},
volume={40},
number={3},
pages={13--17},
year={2012},
publisher={ACM}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Jenning, Dirk Plettemeier, "4 x 4 Butler-Matrix for 170 GHz Applications", In Proceeding: Wireless Information Technology and Systems (ICWITS), 2012 IEEE International Conference on, pp. 1–4, 2012. [Bibtex & Downloads]
4 x 4 Butler-Matrix for 170 GHz Applications
Reference
Michael Jenning, Dirk Plettemeier, "4 x 4 Butler-Matrix for 170 GHz Applications", In Proceeding: Wireless Information Technology and Systems (ICWITS), 2012 IEEE International Conference on, pp. 1–4, 2012.
Bibtex
@inproceedings{jenning2012commun,
title={4 x 4 Butler-Matrix for 170 GHz Applications},
author={Jenning, Michael and Plettemeier, Dirk},
booktitle={Wireless Information Technology and Systems (ICWITS), 2012 IEEE International Conference on},
pages={1--4},
year={2012},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michael Jenning, Stefan Fraedrich, Stephan Mastalerz, Dirk Plettemeier, "Determination of dielectric permittivity and losses up to 67 GHz", In Proceeding: Electromagnetics in Advanced Applications (ICEAA), 2012 International Conference on, pp. 359–362, 2012. [Bibtex & Downloads]
Determination of dielectric permittivity and losses up to 67 GHz
Reference
Michael Jenning, Stefan Fraedrich, Stephan Mastalerz, Dirk Plettemeier, "Determination of dielectric permittivity and losses up to 67 GHz", In Proceeding: Electromagnetics in Advanced Applications (ICEAA), 2012 International Conference on, pp. 359–362, 2012.
Bibtex
@inproceedings{jenning2012determination,
title={Determination of dielectric permittivity and losses up to 67 GHz},
author={Jenning, Michael and Fraedrich, Stefan and Mastalerz, Stephan and Plettemeier, Dirk},
booktitle={Electromagnetics in Advanced Applications (ICEAA), 2012 International Conference on},
pages={359--362},
year={2012},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rinaldo Greiner, Merle Allerdissen, Andreas Voigt, Andreas Richter, "Fluidic microchemomechanical integrated circuits processing chemical information", In Lab on a Chip, Royal Society of Chemistry, vol. 12, no. 23, pp. 5034–5044, 2012. [doi] [Bibtex & Downloads]
Fluidic microchemomechanical integrated circuits processing chemical information
Reference
Rinaldo Greiner, Merle Allerdissen, Andreas Voigt, Andreas Richter, "Fluidic microchemomechanical integrated circuits processing chemical information", In Lab on a Chip, Royal Society of Chemistry, vol. 12, no. 23, pp. 5034–5044, 2012. [doi]
Bibtex
@article{greiner2012fluidic,
title={Fluidic microchemomechanical integrated circuits processing chemical information},
author={Greiner, Rinaldo and Allerdissen, Merle and Voigt, Andreas and Richter, Andreas},
journal={Lab on a Chip},
volume={12},
number={23},
pages={5034--5044},
year={2012},
publisher={Royal Society of Chemistry},
doi={10.1039/C2LC40617A}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "KISS-Tree: Smart latch-free in-memory indexing on modern architectures", Proceedings of the Eighth International Workshop on Data Management on New Hardware, pp. 16–23, 2012. [doi] [Bibtex & Downloads]
KISS-Tree: Smart latch-free in-memory indexing on modern architectures
Reference
Thomas Kissinger, Benjamin Schlegel, Dirk Habich, Wolfgang Lehner, "KISS-Tree: Smart latch-free in-memory indexing on modern architectures", Proceedings of the Eighth International Workshop on Data Management on New Hardware, pp. 16–23, 2012. [doi]
Bibtex
@inproceedings{kissinger2012kiss,
title={KISS-Tree: Smart latch-free in-memory indexing on modern architectures},
author={Kissinger, Thomas and Schlegel, Benjamin and Habich, Dirk and Lehner, Wolfgang},
booktitle={Proceedings of the Eighth International Workshop on Data Management on New Hardware},
pages={16--23},
year={2012},
organization={ACM},
doi={10.1145/2236584.2236587}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Thomas Kissinger, Benjamin Schlegel, Matthias Boehm, Dirk Habich, Wolfgang Lehner, "A high-throughput in-memory index, durable on flash-based SSD: insights into the winning solution of the SIGMOD programming contest 2011", In ACM SIGMOD Record, ACM, vol. 41, no. 3, pp. 44–50, 2012. [doi] [Bibtex & Downloads]
A high-throughput in-memory index, durable on flash-based SSD: insights into the winning solution of the SIGMOD programming contest 2011
Reference
Thomas Kissinger, Benjamin Schlegel, Matthias Boehm, Dirk Habich, Wolfgang Lehner, "A high-throughput in-memory index, durable on flash-based SSD: insights into the winning solution of the SIGMOD programming contest 2011", In ACM SIGMOD Record, ACM, vol. 41, no. 3, pp. 44–50, 2012. [doi]
Bibtex
@article{kissinger2012high,
title={A high-throughput in-memory index, durable on flash-based SSD: insights into the winning solution of the SIGMOD programming contest 2011},
author={Kissinger, Thomas and Schlegel, Benjamin and Boehm, Matthias and Habich, Dirk and Lehner, Wolfgang},
journal={ACM SIGMOD Record},
volume={41},
number={3},
pages={44--50},
year={2012},
publisher={ACM},
doi={10.1145/2380776.2380788}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Tetiana Kot, Andrey Reverchuk, Larysa Globa, Alexander Schill, "A novel approach to increase efficiency of OSS/BSS workflow planning and design", In Proceeding: Business Information Systems, pp. 142–152, 2012. [doi] [Bibtex & Downloads]
A novel approach to increase efficiency of OSS/BSS workflow planning and design
Reference
Tetiana Kot, Andrey Reverchuk, Larysa Globa, Alexander Schill, "A novel approach to increase efficiency of OSS/BSS workflow planning and design", In Proceeding: Business Information Systems, pp. 142–152, 2012. [doi]
Bibtex
@inproceedings{kot2012novel,
title={A novel approach to increase efficiency of OSS/BSS workflow planning and design},
author={Kot, Tetiana and Reverchuk, Andrey and Globa, Larysa and Schill, Alexander},
booktitle={Business Information Systems},
pages={142--152},
year={2012},
organization={Springer},
doi={10.1007/978-3-642-30359-3_13}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Uroschanit Yodprasit, Corrado Carta, Frank Ellinger, "20-Gbps 60-GHz OOK modulator in SiGe BiCMOS technology", In Proceeding: Signals, Systems, and Electronics (ISSSE), 2012 International Symposium on, pp. 1–5, 2012. [doi] [Bibtex & Downloads]
20-Gbps 60-GHz OOK modulator in SiGe BiCMOS technology
Reference
Uroschanit Yodprasit, Corrado Carta, Frank Ellinger, "20-Gbps 60-GHz OOK modulator in SiGe BiCMOS technology", In Proceeding: Signals, Systems, and Electronics (ISSSE), 2012 International Symposium on, pp. 1–5, 2012. [doi]
Bibtex
@inproceedings{yodprasit201220,
title={20-Gbps 60-GHz OOK modulator in SiGe BiCMOS technology},
author={Yodprasit, Uroschanit and Carta, Corrado and Ellinger, Frank},
booktitle={Signals, Systems, and Electronics (ISSSE), 2012 International Symposium on},
pages={1--5},
year={2012},
organization={IEEE},
doi={10.1109/ISSSE.2012.6374286}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Waltenegus Dargie, Alexander Schill, "Analysis of the power and hardware resource consumption of servers under different load balancing policies", In Proceeding: Cloud Computing (CLOUD), 2012 IEEE 5th International Conference on, pp. 772–778, 2012. [doi] [Bibtex & Downloads]
Analysis of the power and hardware resource consumption of servers under different load balancing policies
Reference
Waltenegus Dargie, Alexander Schill, "Analysis of the power and hardware resource consumption of servers under different load balancing policies", In Proceeding: Cloud Computing (CLOUD), 2012 IEEE 5th International Conference on, pp. 772–778, 2012. [doi]
Bibtex
@inproceedings{dargie2012analysis,
title={Analysis of the power and hardware resource consumption of servers under different load balancing policies},
author={Dargie, Waltenegus and Schill, Alexander},
booktitle={Cloud Computing (CLOUD), 2012 IEEE 5th International Conference on},
pages={772--778},
year={2012},
organization={IEEE},
doi={10.1109/CLOUD.2012.30}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Waltenegus Dargie, "Analysis of the power consumption of a multimedia server under different dvfs policies", In Proceeding: Cloud Computing (CLOUD), 2012 IEEE 5th International Conference on, pp. 779–785, 2012. [doi] [Bibtex & Downloads]
Analysis of the power consumption of a multimedia server under different dvfs policies
Reference
Waltenegus Dargie, "Analysis of the power consumption of a multimedia server under different dvfs policies", In Proceeding: Cloud Computing (CLOUD), 2012 IEEE 5th International Conference on, pp. 779–785, 2012. [doi]
Bibtex
@inproceedings{dargie2012analysis,
title={Analysis of the power consumption of a multimedia server under different dvfs policies},
author={Dargie, Waltenegus},
booktitle={Cloud Computing (CLOUD), 2012 IEEE 5th International Conference on},
pages={779--785},
year={2012},
organization={IEEE},
doi={10.1109/CLOUD.2012.31}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Waltenegus Dargie, "Dynamic power management in wireless sensor networks: State-of-the-art", In Sensors Journal, IEEE, IEEE, vol. 12, no. 5, pp. 1518–1528, 2012. [doi] [Bibtex & Downloads]
Dynamic power management in wireless sensor networks: State-of-the-art
Reference
Waltenegus Dargie, "Dynamic power management in wireless sensor networks: State-of-the-art", In Sensors Journal, IEEE, IEEE, vol. 12, no. 5, pp. 1518–1528, 2012. [doi]
Bibtex
@article{dargie2012dynamic,
title={Dynamic power management in wireless sensor networks: State-of-the-art},
author={Dargie, Waltenegus},
journal={Sensors Journal, IEEE},
volume={12},
number={5},
pages={1518--1528},
year={2012},
publisher={IEEE},
doi={10.1109/JSEN.2011.2174149}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Martin Elstner, Klaus Weisshart, Klaus Müllen, Alexander Schiller, "Molecular logic with a saccharide probe on the few-molecules level", In Journal of the American Chemical Society, ACS Publications, vol. 134, no. 19, pp. 8098–8100, 2012. [doi] [Bibtex & Downloads]
Molecular logic with a saccharide probe on the few-molecules level
Reference
Martin Elstner, Klaus Weisshart, Klaus Müllen, Alexander Schiller, "Molecular logic with a saccharide probe on the few-molecules level", In Journal of the American Chemical Society, ACS Publications, vol. 134, no. 19, pp. 8098–8100, 2012. [doi]
Bibtex
@article{elstner2012molecular,
title={Molecular logic with a saccharide probe on the few-molecules level},
author={Elstner, Martin and Weisshart, Klaus and Müllen, Klaus and Schiller, Alexander},
journal={Journal of the American Chemical Society},
volume={134},
number={19},
pages={8098--8100},
year={2012},
publisher={ACS Publications},
doi={10.1021/ja303214r}
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Sebastian Ertel, Christof Fetzer, Michael J. Beckerle, "Brief Announcement: Fast Travellers: Infrastructure-independent Deadlock Resolution in Resource-restricted Distributed Systems", Proceedings of the 26th International Conference on Distributed Computing, Springer-Verlag, pp. 433–434, Berlin, Heidelberg, 2012. [doi] [Bibtex & Downloads]
Brief Announcement: Fast Travellers: Infrastructure-independent Deadlock Resolution in Resource-restricted Distributed Systems
Reference
Sebastian Ertel, Christof Fetzer, Michael J. Beckerle, "Brief Announcement: Fast Travellers: Infrastructure-independent Deadlock Resolution in Resource-restricted Distributed Systems", Proceedings of the 26th International Conference on Distributed Computing, Springer-Verlag, pp. 433–434, Berlin, Heidelberg, 2012. [doi]
Bibtex
@inproceedings{Ertel:2012:BAF:2427873.2427928,
author={Sebastian Ertel and Christof Fetzer and Michael J. Beckerle},
title={Brief Announcement: Fast Travellers: Infrastructure-independent Deadlock Resolution in Resource-restricted Distributed Systems},
booktitle={Proceedings of the 26th International Conference on Distributed Computing},
series={DISC'12},
year={2012},
isbn={978-3-642-33650-8},
location={Salvador, Brazil},
pages={433--434},
numpages={2},
url={http://dx.doi.org/10.1007/978-3-642-33651-5_44},
doi={10.1007/978-3-642-33651-5_44},
acmid={2427928},
publisher={Springer-Verlag},
address={Berlin, Heidelberg},
}Downloads
travellers_disc [PDF]
travellers_disc_presentation [PDF]
Related Paths
Permalink
- R. Brückner, Al A Zakhidov, R. Scholz, M. Sudzius, SI Hintschich, H. Fröb, VG Lyssenko, K. Leo, "Phase-locked coherent modes in a patterned metal-organic microcavity", In Nature photonics, Nature Publishing Group, vol. 6, no. 5, pp. 322–326, 2012. [Bibtex & Downloads]
Phase-locked coherent modes in a patterned metal-organic microcavity
Reference
R. Brückner, Al A Zakhidov, R. Scholz, M. Sudzius, SI Hintschich, H. Fröb, VG Lyssenko, K. Leo, "Phase-locked coherent modes in a patterned metal-organic microcavity", In Nature photonics, Nature Publishing Group, vol. 6, no. 5, pp. 322–326, 2012.
Bibtex
@article{bruckner2012phaselocked,
title={Phase-locked coherent modes in a patterned metal-organic microcavity},
author={Br{\"u}ckner, R and Zakhidov, Al A and Scholz, R and Sudzius, M and Hintschich, SI and Fr{\"o}b, H and Lyssenko, VG and Leo, K},
journal={Nature photonics},
volume={6},
number={5},
pages={322--326},
year={2012},
publisher={Nature Publishing Group}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Elke Franz, Stefan Pfennig, André Fischer, "Communication overhead of network coding schemes secure against pollution attacks" , TUD-FI12-07, Technische Universität Dresden, Germany, no. TUD-FI12-07, Mai 2012. [Bibtex & Downloads]
Communication overhead of network coding schemes secure against pollution attacks
Reference
Elke Franz, Stefan Pfennig, André Fischer, "Communication overhead of network coding schemes secure against pollution attacks" , TUD-FI12-07, Technische Universität Dresden, Germany, no. TUD-FI12-07, Mai 2012.
Bibtex
@TechReport{ auto-key*cj,
author = {Elke Franz and Stefan Pfennig and André Fischer},
title = {Communication overhead of network coding schemes secure against pollution attacks},
number = {TUD-FI12-07},
institution = {Technische Universität Dresden, Germany},
month = mai,
year = {2012},
project = {A08}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Wolfgang Lehner, Gerhard Fettweis, "Technology Time Machine 2012-Paving the path for the future technology developments [includes 9 white papers]", In Proceeding: Technology Time Machine Symposium (TTM), 2012 IEEE, pp. 1–38, 2012. [Bibtex & Downloads]
Technology Time Machine 2012-Paving the path for the future technology developments [includes 9 white papers]
Reference
Wolfgang Lehner, Gerhard Fettweis, "Technology Time Machine 2012-Paving the path for the future technology developments [includes 9 white papers]", In Proceeding: Technology Time Machine Symposium (TTM), 2012 IEEE, pp. 1–38, 2012.
Bibtex
@inproceedings{lehner2012technology,
title={Technology Time Machine 2012-Paving the path for the future technology developments [includes 9 white papers]},
author={Lehner, Wolfgang and Fettweis, Gerhard},
booktitle={Technology Time Machine Symposium (TTM), 2012 IEEE},
pages={1--38},
year={2012},
organization={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, Resilience Path
Permalink
- Lucas Wetzel, Luis G Morelli, Andrew C Oates, Frank Julicher, Saúl Ares, "Synchronization in the presence of distributed delays", In arXiv preprint arXiv:1206.2288, 2012. [Bibtex & Downloads]
Synchronization in the presence of distributed delays
Reference
Lucas Wetzel, Luis G Morelli, Andrew C Oates, Frank Julicher, Saúl Ares, "Synchronization in the presence of distributed delays", In arXiv preprint arXiv:1206.2288, 2012.
Bibtex
@article{wetzel2012synchronization,
title={Synchronization in the presence of distributed delays},
author={Wetzel, Lucas and Morelli, Luis G and Oates, Andrew C and Julicher, Frank and Ares, Sa{\'u}l},
journal={arXiv preprint arXiv:1206.2288},
year={2012}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Lei Zhang, Bright Walker, Feng Liu, Nicholas S. Colella, Stefan C. B. Mannsfeld, James J. Watkins, Thuc-Quyen Nguyen, Alejandro L. Briseno, "Triisopropylsilylethynyl-functionalized dibenzo[def,mno]chrysene: a solution-processed small molecule for bulk heterojunction solar cells", In J. Mater. Chem., Royal Society of Chemistry (RSC), vol. 22, no. 10, pp. 4266–4268, 2012. [doi] [Bibtex & Downloads]
Triisopropylsilylethynyl-functionalized dibenzo[def,mno]chrysene: a solution-processed small molecule for bulk heterojunction solar cells
Reference
Lei Zhang, Bright Walker, Feng Liu, Nicholas S. Colella, Stefan C. B. Mannsfeld, James J. Watkins, Thuc-Quyen Nguyen, Alejandro L. Briseno, "Triisopropylsilylethynyl-functionalized dibenzo[def,mno]chrysene: a solution-processed small molecule for bulk heterojunction solar cells", In J. Mater. Chem., Royal Society of Chemistry (RSC), vol. 22, no. 10, pp. 4266–4268, 2012. [doi]
Bibtex
@article{Zhang_2012,
doi = {10.1039/c2jm14998b},
url = {https://doi.org/10.1039%2Fc2jm14998b},
year = 2012,
publisher = {Royal Society of Chemistry ({RSC})},
volume = {22},
number = {10},
pages = {4266--4268},
author = {Lei Zhang and Bright Walker and Feng Liu and Nicholas S. Colella and Stefan C. B. Mannsfeld and James J. Watkins and Thuc-Quyen Nguyen and Alejandro L. Briseno},
title = {Triisopropylsilylethynyl-functionalized dibenzo[def,mno]chrysene: a solution-processed small molecule for bulk heterojunction solar cells},
journal = {J. Mater. Chem.}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Landgraf, A. Finn, R. Kirchner, T. Haugwitz, F. Deicke, W.-J. Fischer, S. Arndt, "2.4.2 Polymer Microring Resonator Directly Patterned by Multilevel-Nanoimprint: Integration into Biosensor System with a Miniaturized Microfluidic System", In Proceeding: Tagungsband, AMA Service GmbH, Von-Münchhausen-Str. 49, 31515 Wunstorf, Germany, 2012. [doi] [Bibtex & Downloads]
2.4.2 Polymer Microring Resonator Directly Patterned by Multilevel-Nanoimprint: Integration into Biosensor System with a Miniaturized Microfluidic System
Reference
R. Landgraf, A. Finn, R. Kirchner, T. Haugwitz, F. Deicke, W.-J. Fischer, S. Arndt, "2.4.2 Polymer Microring Resonator Directly Patterned by Multilevel-Nanoimprint: Integration into Biosensor System with a Miniaturized Microfluidic System", In Proceeding: Tagungsband, AMA Service GmbH, Von-Münchhausen-Str. 49, 31515 Wunstorf, Germany, 2012. [doi]
Bibtex
@inproceedings{Landgraf_2012,
doi = {10.5162/sensoren2012/2.4.2},
url = {https://doi.org/10.5162%2Fsensoren2012%2F2.4.2},
year = 2012,
publisher = {{AMA} Service {GmbH}, Von-Münchhausen-Str. 49, 31515 Wunstorf, Germany},
author = {R. Landgraf and A. Finn and R. Kirchner and T. Haugwitz and F. Deicke and W.-J. Fischer and S. Arndt},
title = {2.4.2 Polymer Microring Resonator Directly Patterned by Multilevel-Nanoimprint: Integration into Biosensor System with a Miniaturized Microfluidic System},
booktitle = {Tagungsband}
}Downloads
No Downloads available for this publication
Permalink
- R. Kirchner, A. Finn, R. Landgraf, L. Nueske, M. Vogler, W.-J. Fischer, "UV-based Nanoimprint Lithography: Toward Direct Patterning of Functional Polymers", In Journal of Photopolymer Science and Technology, Technical Association of Photopolymers, Japan, vol. 25, no. 2, pp. 197–206, 2012. [doi] [Bibtex & Downloads]
UV-based Nanoimprint Lithography: Toward Direct Patterning of Functional Polymers
Reference
R. Kirchner, A. Finn, R. Landgraf, L. Nueske, M. Vogler, W.-J. Fischer, "UV-based Nanoimprint Lithography: Toward Direct Patterning of Functional Polymers", In Journal of Photopolymer Science and Technology, Technical Association of Photopolymers, Japan, vol. 25, no. 2, pp. 197–206, 2012. [doi]
Bibtex
@article{Kirchner_2012,
doi = {10.2494/photopolymer.25.197},
url = {https://doi.org/10.2494%2Fphotopolymer.25.197},
year = 2012,
publisher = {Technical Association of Photopolymers, Japan},
volume = {25},
number = {2},
pages = {197--206},
author = {R. Kirchner and A. Finn and R. Landgraf and L. Nueske and M. Vogler and W.-J. Fischer},
title = {{UV}-based Nanoimprint Lithography: Toward Direct Patterning of Functional Polymers},
journal = {Journal of Photopolymer Science and Technology}
}Downloads
No Downloads available for this publication
Permalink
- Jürgen Uhlemann, Robert Kirchner, Klaus-Jürgen Wolter, "Biocompatibility of Packaging Materials", Chapter in Bio and Nano Packaging Techniques for Electron Devices, Springer Berlin Heidelberg, pp. 491–514, 2012. [doi] [Bibtex & Downloads]
Biocompatibility of Packaging Materials
Reference
Jürgen Uhlemann, Robert Kirchner, Klaus-Jürgen Wolter, "Biocompatibility of Packaging Materials", Chapter in Bio and Nano Packaging Techniques for Electron Devices, Springer Berlin Heidelberg, pp. 491–514, 2012. [doi]
Bibtex
@incollection{Uhlemann_2012,
doi = {10.1007/978-3-642-28522-6_24},
url = {https://doi.org/10.1007%2F978-3-642-28522-6_24},
year = 2012,
publisher = {Springer Berlin Heidelberg},
pages = {491--514},
author = {Jürgen Uhlemann and Robert Kirchner and Klaus-Jürgen Wolter},
title = {Biocompatibility of Packaging Materials},
booktitle = {Bio and Nano Packaging Techniques for Electron Devices}
}Downloads
No Downloads available for this publication
Permalink
- Robert Kirchner, Jonathan Derix, Andreas Nocke, Ren'e Landgraf, "Direct Nanoimprinting for Micro- and Nanosystems", Chapter in Bio and Nano Packaging Techniques for Electron Devices, Springer Berlin Heidelberg, pp. 209–242, 2012. [doi] [Bibtex & Downloads]
Direct Nanoimprinting for Micro- and Nanosystems
Reference
Robert Kirchner, Jonathan Derix, Andreas Nocke, Ren'e Landgraf, "Direct Nanoimprinting for Micro- and Nanosystems", Chapter in Bio and Nano Packaging Techniques for Electron Devices, Springer Berlin Heidelberg, pp. 209–242, 2012. [doi]
Bibtex
@incollection{Kirchner_2012,
doi = {10.1007/978-3-642-28522-6_10},
url = {https://doi.org/10.1007%2F978-3-642-28522-6_10},
year = 2012,
publisher = {Springer Berlin Heidelberg},
pages = {209--242},
author = {Robert Kirchner and Jonathan Derix and Andreas Nocke and Ren{\'{e}} Landgraf},
title = {Direct Nanoimprinting for Micro- and Nanosystems},
booktitle = {Bio and Nano Packaging Techniques for Electron Devices}
}Downloads
No Downloads available for this publication
Permalink
2011
- Sebastian Götz, Claas Wilke, Sebastian Cech, Uwe Aßmann, "Runtime variability management for energy-efficient software by contract negotiation" , Chapter in Proceedings of the ACM/IEEE International Conference on Model Driven Engineering Languages and Systems (MODELS), International Workshop on Models@run.time (MRT) (Nelly Bencomo and Gordon Blair and Betty H. C. Cheng and Robert France and Cédric Jeanneret) , CEUR-WS.org, vol. 794, pp. 61-72, Oct 2011. [Bibtex & Downloads]
Runtime variability management for energy-efficient software by contract negotiation
Reference
Sebastian Götz, Claas Wilke, Sebastian Cech, Uwe Aßmann, "Runtime variability management for energy-efficient software by contract negotiation" , Chapter in Proceedings of the ACM/IEEE International Conference on Model Driven Engineering Languages and Systems (MODELS), International Workshop on Models@run.time (MRT) (Nelly Bencomo and Gordon Blair and Betty H. C. Cheng and Robert France and Cédric Jeanneret) , CEUR-WS.org, vol. 794, pp. 61-72, Oct 2011.
Bibtex
@InCollection{ auto-key*dp,
author = {Sebastian Götz and Claas Wilke and Sebastian Cech and Uwe Aßmann},
title = {Runtime variability management for energy-efficient software by contract negotiation},
booktitle = {Proceedings of the ACM/IEEE International Conference on Model Driven Engineering Languages and Systems (MODELS), International Workshop on Models{@}run.time (MRT)},
editor = {Nelly Bencomo and Gordon Blair and Betty H. C. Cheng and Robert France and Cédric Jeanneret},
publisher = {CEUR-WS.org},
volume = {794},
series = {CEUR Workshop Proceedings},
pages = {61-72},
month = oct,
year = {2011},
project = {B01}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Rene Landgraf, Toni Haugwitz, Robert Kirchner, Andreas Finn, Wolf-Joachim Fischer, "Planar optical waveguide design for UV-nanoimprinted microring resonator based biosensors", 2011 IEEE SENSORS Proceedings, IEEE, Oct 2011. [doi] [Bibtex & Downloads]
Planar optical waveguide design for UV-nanoimprinted microring resonator based biosensors
Reference
Rene Landgraf, Toni Haugwitz, Robert Kirchner, Andreas Finn, Wolf-Joachim Fischer, "Planar optical waveguide design for UV-nanoimprinted microring resonator based biosensors", 2011 IEEE SENSORS Proceedings, IEEE, Oct 2011. [doi]
Bibtex
@inproceedings{Landgraf_2011,
doi = {10.1109/icsens.2011.6127280},
url = {https://doi.org/10.1109%2Ficsens.2011.6127280},
year = 2011,
month = {oct},
publisher = ,
author = {Rene Landgraf and Toni Haugwitz and Robert Kirchner and Andreas Finn and Wolf-Joachim Fischer},
title = {Planar optical waveguide design for {UV}-nanoimprinted microring resonator based biosensors},
booktitle = {2011 {IEEE} {SENSORS} Proceedings}
}Downloads
No Downloads available for this publication
Permalink
- Franz Baader, "Run-time verification using a temporal Description Logics" , In Talk at the PCA Conference on ISO 15926 and Semantic Technologies, Sep 2011. [Bibtex & Downloads]
Run-time verification using a temporal Description Logics
Reference
Franz Baader, "Run-time verification using a temporal Description Logics" , In Talk at the PCA Conference on ISO 15926 and Semantic Technologies, Sep 2011.
Bibtex
@Misc{ auto-key*ed,
author = {Franz Baader},
title = {Run-time verification using a temporal Description Logics},
howpublished = {Talk at the PCA Conference on ISO~15926 and Semantic Technologies},
month = sep,
year = {2011},
note = {(invited)},
project = {B02},
annote = {PCA = POSC Caesar Association; POSC = Petrotechnical Open Software Corporation}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Kirchner, A. Finn, L. Teng, M. Ploetner, A. Jahn, L. Nueske, W.-J. Fischer, "UV-nanoimprinting using non-transparent molds and non-transparent substrates", In Microelectronic Engineering, Elsevier BV, vol. 88, no. 8, pp. 2004–2008, Aug 2011. [doi] [Bibtex & Downloads]
UV-nanoimprinting using non-transparent molds and non-transparent substrates
Reference
R. Kirchner, A. Finn, L. Teng, M. Ploetner, A. Jahn, L. Nueske, W.-J. Fischer, "UV-nanoimprinting using non-transparent molds and non-transparent substrates", In Microelectronic Engineering, Elsevier BV, vol. 88, no. 8, pp. 2004–2008, Aug 2011. [doi]
Bibtex
@article{Kirchner_2011,
doi = {10.1016/j.mee.2011.01.066},
url = {https://doi.org/10.1016%2Fj.mee.2011.01.066},
year = 2011,
month = {aug},
publisher = {Elsevier {BV}},
volume = {88},
number = {8},
pages = {2004--2008},
author = {R. Kirchner and A. Finn and L. Teng and M. Ploetner and A. Jahn and L. Nueske and W.-J. Fischer},
title = {{UV}-nanoimprinting using non-transparent molds and non-transparent substrates},
journal = {Microelectronic Engineering}
}Downloads
No Downloads available for this publication
Permalink
- Robert Kirchner, Lichao Teng, Bo Lu, Barbara Adolphi, Wolf-Joachim Fischer, "Degradation of Perfluorotrichlorosilane Antisticking Layers: The Impact on Mold Cleaning, Ultraviolet-Nanoimprinting, and Bonded Ultraviolet-Nanoimprint Molds", In Japanese Journal of Applied Physics, IOP Publishing, vol. 50, no. 6, pp. 06GK13, Jun 2011. [doi] [Bibtex & Downloads]
Degradation of Perfluorotrichlorosilane Antisticking Layers: The Impact on Mold Cleaning, Ultraviolet-Nanoimprinting, and Bonded Ultraviolet-Nanoimprint Molds
Reference
Robert Kirchner, Lichao Teng, Bo Lu, Barbara Adolphi, Wolf-Joachim Fischer, "Degradation of Perfluorotrichlorosilane Antisticking Layers: The Impact on Mold Cleaning, Ultraviolet-Nanoimprinting, and Bonded Ultraviolet-Nanoimprint Molds", In Japanese Journal of Applied Physics, IOP Publishing, vol. 50, no. 6, pp. 06GK13, Jun 2011. [doi]
Bibtex
@article{Kirchner_2011,
doi = {10.1143/jjap.50.06gk13},
url = {https://doi.org/10.1143%2Fjjap.50.06gk13},
year = 2011,
month = {jun},
publisher = {{IOP} Publishing},
volume = {50},
number = {6},
pages = {06GK13},
author = {Robert Kirchner and Lichao Teng and Bo Lu and Barbara Adolphi and Wolf-Joachim Fischer},
title = {Degradation of Perfluorotrichlorosilane Antisticking Layers: The Impact on Mold Cleaning, Ultraviolet-Nanoimprinting, and Bonded Ultraviolet-Nanoimprint Molds},
journal = {Japanese Journal of Applied Physics}
}Downloads
No Downloads available for this publication
Permalink
- Robert Kirchner, Marie-Kathrin Kaiser, Barbara Adolphi, Rene Landgraf, Wolf-Joachim Fischer, "Chemical functional polymers for direct UV assisted nanoimprinting of polymeric photonic microring resonators", In physica status solidi (a), Wiley, vol. 208, no. 6, pp. 1308–1314, May 2011. [doi] [Bibtex & Downloads]
Chemical functional polymers for direct UV assisted nanoimprinting of polymeric photonic microring resonators
Reference
Robert Kirchner, Marie-Kathrin Kaiser, Barbara Adolphi, Rene Landgraf, Wolf-Joachim Fischer, "Chemical functional polymers for direct UV assisted nanoimprinting of polymeric photonic microring resonators", In physica status solidi (a), Wiley, vol. 208, no. 6, pp. 1308–1314, May 2011. [doi]
Bibtex
@article{Kirchner_2011,
doi = {10.1002/pssa.201000949},
url = {https://doi.org/10.1002%2Fpssa.201000949},
year = 2011,
month = {may},
publisher = {Wiley},
volume = {208},
number = {6},
pages = {1308--1314},
author = {Robert Kirchner and Marie-Kathrin Kaiser and Barbara Adolphi and Rene Landgraf and Wolf-Joachim Fischer},
title = {Chemical functional polymers for direct {UV} assisted nanoimprinting of polymeric photonic microring resonators},
journal = {physica status solidi (a)}
}Downloads
No Downloads available for this publication
Permalink
- Gerhard P. Fettweis, Falko Guderian, Stefan Krone, "Entering the path towards terabit/s wireless links" , Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2011. [Bibtex & Downloads]
Entering the path towards terabit/s wireless links
Reference
Gerhard P. Fettweis, Falko Guderian, Stefan Krone, "Entering the path towards terabit/s wireless links" , Proceedings of the Conference on Design, Automation & Test in Europe (DATE), Mar 2011.
Bibtex
@InProceedings{ auto-key*d,
author = {Gerhard P. Fettweis and Falko Guderian and Stefan Krone},
title = {Entering the path towards terabit/s wireless links},
booktitle = {Proceedings of the Conference on Design, Automation \& Test in Europe (DATE)},
month = mar,
year = {2011},
project = {A02}
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
2010
- Stefan C. B. Mannsfeld, Ming Lee Tang, Zhenan Bao, "Thin Film Structure of Triisopropylsilylethynyl-Functionalized Pentacene and Tetraceno[2,3-b]thiophene from Grazing Incidence X-Ray Diffraction", In Advanced Materials, Wiley, vol. 23, no. 1, pp. 127–131, Nov 2010. [doi] [Bibtex & Downloads]
Thin Film Structure of Triisopropylsilylethynyl-Functionalized Pentacene and Tetraceno[2,3-b]thiophene from Grazing Incidence X-Ray Diffraction
Reference
Stefan C. B. Mannsfeld, Ming Lee Tang, Zhenan Bao, "Thin Film Structure of Triisopropylsilylethynyl-Functionalized Pentacene and Tetraceno[2,3-b]thiophene from Grazing Incidence X-Ray Diffraction", In Advanced Materials, Wiley, vol. 23, no. 1, pp. 127–131, Nov 2010. [doi]
Bibtex
@article{Mannsfeld_2010,
doi = {10.1002/adma.201003135},
url = {https://doi.org/10.1002%2Fadma.201003135},
year = 2010,
month = {nov},
publisher = {Wiley},
volume = {23},
number = {1},
pages = {127--131},
author = {Stefan C. B. Mannsfeld and Ming Lee Tang and Zhenan Bao},
title = {Thin Film Structure of Triisopropylsilylethynyl-Functionalized Pentacene and Tetraceno[2,3-b]thiophene from Grazing Incidence X-Ray Diffraction},
journal = {Advanced Materials}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- R. Kirchner, B. Adolphi, R. Landgraf, W.-J. Fischer, "Antisticking layers on antireflective chromium for hybrid (CNP) nanoimprint molds", SPIE Proceedings (Uwe F.W. Behringer and Wilhelm Maurer), SPIE, Feb 2010. [doi] [Bibtex & Downloads]
Antisticking layers on antireflective chromium for hybrid (CNP) nanoimprint molds
Reference
R. Kirchner, B. Adolphi, R. Landgraf, W.-J. Fischer, "Antisticking layers on antireflective chromium for hybrid (CNP) nanoimprint molds", SPIE Proceedings (Uwe F.W. Behringer and Wilhelm Maurer), SPIE, Feb 2010. [doi]
Bibtex
@inproceedings{Kirchner_2010,
doi = {10.1117/12.865572},
url = {https://doi.org/10.1117%2F12.865572},
year = 2010,
month = {feb},
publisher = ,
author = {R. Kirchner and B. Adolphi and R. Landgraf and W.-J. Fischer},
editor = {Uwe F.W. Behringer and Wilhelm Maurer},
title = {Antisticking layers on antireflective chromium for hybrid ({CNP}) nanoimprint molds},
booktitle = {{SPIE} Proceedings}
}Downloads
No Downloads available for this publication
Permalink
- Steffen Köhler, Jan Schirok, Rainer G Spallek, "COMMUNICATION EFFICIENCY AND PATTERN OPTIMIZATION IN FPGA ACCELERATED RTL SIMULATION", 2010. [Bibtex & Downloads]
COMMUNICATION EFFICIENCY AND PATTERN OPTIMIZATION IN FPGA ACCELERATED RTL SIMULATION
Reference
Steffen Köhler, Jan Schirok, Rainer G Spallek, "COMMUNICATION EFFICIENCY AND PATTERN OPTIMIZATION IN FPGA ACCELERATED RTL SIMULATION", 2010.
Bibtex
@article{kohlercommunication,
title={COMMUNICATION EFFICIENCY AND PATTERN OPTIMIZATION IN FPGA ACCELERATED RTL SIMULATION},
author={K{\"o}hler, Steffen and Schirok, Jan and Spallek, Rainer G},
year={2010}
}Downloads
No Downloads available for this publication
Permalink
1996
- Daniel P. W. Ellis, "Prediction-driven computational auditory scene analysis", Columbia University, 1996. [doi] [Bibtex & Downloads]
Prediction-driven computational auditory scene analysis
Reference
Daniel P. W. Ellis, "Prediction-driven computational auditory scene analysis", Columbia University, 1996. [doi]
Bibtex
@article{https://doi.org/10.7916/d84j0n13,
doi = {10.7916/D84J0N13},
url = {https://academiccommons.columbia.edu/doi/10.7916/D84J0N13},
author = {Ellis, Daniel P. W.},
keywords = {Electrical engineering, Psychology, FOS: Psychology, Artificial intelligence},
title = {Prediction-driven computational auditory scene analysis},
publisher = {Columbia University},
year = {1996}
}Downloads
No Downloads available for this publication
Permalink
Previous Years
- Alexander Krause, Hannes Voigt, Wolfgang Lehner, "HUGS–A Lightweight Graph Partitioning Approach". [Bibtex & Downloads]
HUGS–A Lightweight Graph Partitioning Approach
Reference
Alexander Krause, Hannes Voigt, Wolfgang Lehner, "HUGS–A Lightweight Graph Partitioning Approach".
Bibtex
@article{krausehugs,
title={HUGS--A Lightweight Graph Partitioning Approach},
author={Krause, Alexander and Voigt, Hannes and Lehner, Wolfgang}
}Downloads
No Downloads available for this publication
Related Paths
HAEC, other
Permalink
- E. Jorswieck, L. Lai, W. K. Ma, H. V. Poor, W. Saad, A. L. Swindlehurst, "Guest Editorial: Signal Processing for Wireless Physical Layer Security", In IEEE Journal on Selected Areas in Communications. [Bibtex & Downloads]
Guest Editorial: Signal Processing for Wireless Physical Layer Security
Reference
E. Jorswieck, L. Lai, W. K. Ma, H. V. Poor, W. Saad, A. L. Swindlehurst, "Guest Editorial: Signal Processing for Wireless Physical Layer Security", In IEEE Journal on Selected Areas in Communications.
Bibtex
@article{6584927,
Author = {E. Jorswieck and L. Lai and W. K. Ma and H. V. Poor and W. Saad and A. L. Swindlehurst},
Date-Added = {2016-11-07 06:46:26 +0000},
Date-Modified = {2016-11-07 06:46:26 +0000},
Journal = {IEEE Journal on Selected Areas in Communications},
Title = {Guest Editorial: Signal Processing for Wireless Physical Layer Security}}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Marcus Völp, Johannes Steinmetz, Marcus Hähnel, "Consolidate-to-Idle", In Proceeding: 19th Real-Time and Embedded Technology and Applications Symposium, vol. 19, pp. 9–12. [Bibtex & Downloads]
Consolidate-to-Idle
Reference
Marcus Völp, Johannes Steinmetz, Marcus Hähnel, "Consolidate-to-Idle", In Proceeding: 19th Real-Time and Embedded Technology and Applications Symposium, vol. 19, pp. 9–12.
Bibtex
@inproceedings{volp19consolidate,
title={Consolidate-to-Idle},
author={V{\"o}lp, Marcus and Steinmetz, Johannes and H{\"a}hnel, Marcus},
booktitle={19th Real-Time and Embedded Technology and Applications Symposium},
volume={19},
pages={9--12}
}Downloads
No Downloads available for this publication
Related Paths
Orchestration Path, HAEC, Orchestration Path
Permalink
- Meik Dörpinghaus, Édgar Roldán, Izaak Neri, Heinrich Meyr, Frank Jülicher, "Information Density and Optimality of Sequential Decision-Making". [Bibtex & Downloads]
Information Density and Optimality of Sequential Decision-Making
Reference
Meik Dörpinghaus, Édgar Roldán, Izaak Neri, Heinrich Meyr, Frank Jülicher, "Information Density and Optimality of Sequential Decision-Making".
Bibtex
@article{dorpinghausinformation,
title={Information Density and Optimality of Sequential Decision-Making},
author={D{\"o}rpinghaus, Meik and Rold{\'a}n, {\'E}dgar and Neri, Izaak and Meyr, Heinrich and J{\"u}licher, Frank}
}Downloads
No Downloads available for this publication
Related Paths
Biological Systems Path, Biological Systems Path
Permalink
- Dorian Merz, Rafael Penaloza, Anni-Yasmin Turhan, "Reasoning in 긔 Lc with Fuzzy Concrete Domains", In KI 2014: Advances in Artificial Intelligence, Springer, pp. 171. [Bibtex & Downloads]
Reasoning in 긔 Lc with Fuzzy Concrete Domains
Reference
Dorian Merz, Rafael Penaloza, Anni-Yasmin Turhan, "Reasoning in 긔 Lc with Fuzzy Concrete Domains", In KI 2014: Advances in Artificial Intelligence, Springer, pp. 171.
Bibtex
@article{merz2014reasoning,
title={Reasoning in 긔 Lc with Fuzzy Concrete Domains},
author={Merz, Dorian and Penaloza, Rafael and Turhan, Anni-Yasmin},
journal={KI 2014: Advances in Artificial Intelligence},
pages={171},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Heinrich Lang, David Adner, Colin Georgi, "Advances in Deposition of Metals from Metal Enolates", In Patai's Chemistry of Functional Groups, Wiley Online Library. [Bibtex & Downloads]
Advances in Deposition of Metals from Metal Enolates
Reference
Heinrich Lang, David Adner, Colin Georgi, "Advances in Deposition of Metals from Metal Enolates", In Patai's Chemistry of Functional Groups, Wiley Online Library.
Bibtex
@article{langadvances,
title={Advances in Deposition of Metals from Metal Enolates},
author={Lang, Heinrich and Adner, David and Georgi, Colin},
journal={Patai's Chemistry of Functional Groups},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yunbin Hu, Lukas F Dössel, Xiao-Ye Wang, Sankarapillai Mahesh, Wojciech Pisula, Steven De Feyter, Xinliang Feng, Klaus Müllen, Akimitsu Narita, "Synthesis, Photophysical Characterization, and Self-Assembly of Hexa-peri-hexabenzocoronene/Benzothiadiazole Donor-Acceptor Structure", In ChemPlusChem, Wiley Online Library. [Bibtex & Downloads]
Synthesis, Photophysical Characterization, and Self-Assembly of Hexa-peri-hexabenzocoronene/Benzothiadiazole Donor-Acceptor Structure
Reference
Yunbin Hu, Lukas F Dössel, Xiao-Ye Wang, Sankarapillai Mahesh, Wojciech Pisula, Steven De Feyter, Xinliang Feng, Klaus Müllen, Akimitsu Narita, "Synthesis, Photophysical Characterization, and Self-Assembly of Hexa-peri-hexabenzocoronene/Benzothiadiazole Donor-Acceptor Structure", In ChemPlusChem, Wiley Online Library.
Bibtex
@article{husynthesis,
title={Synthesis, Photophysical Characterization, and Self-Assembly of Hexa-peri-hexabenzocoronene/Benzothiadiazole Donor-Acceptor Structure},
author={Hu, Yunbin and D{\"o}ssel, Lukas F and Wang, Xiao-Ye and Mahesh, Sankarapillai and Pisula, Wojciech and De Feyter, Steven and Feng, Xinliang and M{\"u}llen, Klaus and Narita, Akimitsu},
journal={ChemPlusChem},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Liming Dai, Xinliang Feng, Zhongfan Liu, Hua Zhang, "Two-Dimensional Materials: A Powerful Platform for Energy Applications", In ChemNanoMat, Wiley Online Library. [Bibtex & Downloads]
Two-Dimensional Materials: A Powerful Platform for Energy Applications
Reference
Liming Dai, Xinliang Feng, Zhongfan Liu, Hua Zhang, "Two-Dimensional Materials: A Powerful Platform for Energy Applications", In ChemNanoMat, Wiley Online Library.
Bibtex
@article{daitwo,
title={Two-Dimensional Materials: A Powerful Platform for Energy Applications},
author={Dai, Liming and Feng, Xinliang and Liu, Zhongfan and Zhang, Hua},
journal={ChemNanoMat},
publisher={Wiley Online Library}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- Andreas Voigt, Uwe Marschner, Andreas Richter, "Multiphysics equivalent circuit of a thermally controlled hydrogel microvalve", In Journal of Intelligent Material Systems and Structures, pp. 1045389X16685445. [doi] [Bibtex & Downloads]
Multiphysics equivalent circuit of a thermally controlled hydrogel microvalve
Reference
Andreas Voigt, Uwe Marschner, Andreas Richter, "Multiphysics equivalent circuit of a thermally controlled hydrogel microvalve", In Journal of Intelligent Material Systems and Structures, pp. 1045389X16685445. [doi]
Abstract
Temperature-responsive hydrogels are polymer particles whose equilibrium size depends on the temperature of the water they are immersed in. Here we present an equivalent circuit model of a temperature-controlled microvalve based on hydrogel particles. The resulting network model consists of three physical subsystems. The thermal subsystem considers the heat capacities and thermal resistances of the layers of the valve and the coupling to the ambient environment. The polymeric subsystem describes the relaxation of the hydrogel particles to the temperature-dependent equilibrium size. The fluidic subsystem consists of the supply channel and a chamber whose cross section varies according to the size of the hydrogel particles. All subsystems are described and coupled within one single circuit. Thus the transient behavior of the valve can be calculated using a circuit simulator. Simulation results for a setup are presented and compared with experiments.
Bibtex
@article{doi:10.1177/1045389X16685445,
author = {Andreas Voigt and Uwe Marschner and Andreas Richter},
title = {Multiphysics equivalent circuit of a thermally controlled hydrogel microvalve},
journal = {Journal of Intelligent Material Systems and Structures},
volume = {0},
number = {0},
pages = {1045389X16685445},
year = {0},
doi = {10.1177/1045389X16685445},
URL = {
http://dx.doi.org/10.1177/1045389X16685445
},
eprint = {
http://dx.doi.org/10.1177/1045389X16685445
}
,
abstract = { Temperature-responsive hydrogels are polymer particles whose equilibrium size depends on the temperature of the water they are immersed in. Here we present an equivalent circuit model of a temperature-controlled microvalve based on hydrogel particles. The resulting network model consists of three physical subsystems. The thermal subsystem considers the heat capacities and thermal resistances of the layers of the valve and the coupling to the ambient environment. The polymeric subsystem describes the relaxation of the hydrogel particles to the temperature-dependent equilibrium size. The fluidic subsystem consists of the supply channel and a chamber whose cross section varies according to the size of the hydrogel particles. All subsystems are described and coupled within one single circuit. Thus the transient behavior of the valve can be calculated using a circuit simulator. Simulation results for a setup are presented and compared with experiments. }
}Downloads
No Downloads available for this publication
Related Paths
Chemical Information Processing Path
Permalink
- Yan-Fang Zhang, Yi Zhang, Geng Li, Jianchen Lu, Yande Que, Hui Chen, Reinhard Berger, Xinliang Feng, Klaus Müllen, Xiao Lin, Yu-Yang Zhang, Shixuan Du, Sokrates T. Pantelides, Hong-Jun Gao, "Sulfur-doped graphene nanoribbons with a sequence of distinct band gaps", In Nano Research, Springer, pp. 1–8. [Bibtex & Downloads]
Sulfur-doped graphene nanoribbons with a sequence of distinct band gaps
Reference
Yan-Fang Zhang, Yi Zhang, Geng Li, Jianchen Lu, Yande Que, Hui Chen, Reinhard Berger, Xinliang Feng, Klaus Müllen, Xiao Lin, Yu-Yang Zhang, Shixuan Du, Sokrates T. Pantelides, Hong-Jun Gao, "Sulfur-doped graphene nanoribbons with a sequence of distinct band gaps", In Nano Research, Springer, pp. 1–8.
Bibtex
@article{zhangsulfur,
title={Sulfur-doped graphene nanoribbons with a sequence of distinct band gaps},
author={Zhang, Yan-Fang and Zhang, Yi and Li, Geng and Lu, Jianchen and Que, Yande and Chen, Hui and Berger, Reinhard and Feng, Xinliang and M{\"u}llen, Klaus and Lin, Xiao and Zhang, Yu-Yang and Du, Shixuan and T. Pantelides, Sokrates and Gao, Hong-Jun},
journal={Nano Research},
pages={1--8},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Organic / Polymer Path, Prof. Feng
Permalink
- "Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers, author=Ghiasvand, Siavash and Ciorba, Florina M and Tschueter, Ronny and Nagel, Wolfgang E" , In Proceeding: 2016 24th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP), pages=377–381, year=2016, organization=IEEE month=feb, doi=10.1109/pdp.2016.101, url=http://ieeexplore.ieee.org/document/7445361/. [Bibtex & Downloads]
Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers, author=Ghiasvand, Siavash and Ciorba, Florina M and Tschueter, Ronny and Nagel, Wolfgang E
Reference
"Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers, author=Ghiasvand, Siavash and Ciorba, Florina M and Tschueter, Ronny and Nagel, Wolfgang E" , In Proceeding: 2016 24th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP), pages=377–381, year=2016, organization=IEEE month=feb, doi=10.1109/pdp.2016.101, url=http://ieeexplore.ieee.org/document/7445361/.
Bibtex
@inproceedings{ghiasvand2016lessons,
title={Lessons Learned from Spatial and Temporal Correlation of Node Failures in High Performance Computers}, author={Ghiasvand, Siavash and Ciorba, Florina M and Tschueter, Ronny and Nagel, Wolfgang E},
booktitle={2016 24th Euromicro International Conference on Parallel, Distributed, and Network-Based Processing (PDP)}, pages={377--381}, year={2016}, organization={IEEE} month=feb, doi={10.1109/pdp.2016.101}, url={http://ieeexplore.ieee.org/document/7445361/},
}
Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ingo Dirnstorfer, Talha Chohan, Paul M Jordan, Martin Knaut, Daniel K Simon, Johann W Bartha, Thomas Mikolajick, "Al O-TiO Nanolaminates for Conductive Silicon Surface Passivation", IEEE. [Bibtex & Downloads]
Al O-TiO Nanolaminates for Conductive Silicon Surface Passivation
Reference
Ingo Dirnstorfer, Talha Chohan, Paul M Jordan, Martin Knaut, Daniel K Simon, Johann W Bartha, Thomas Mikolajick, "Al O-TiO Nanolaminates for Conductive Silicon Surface Passivation", IEEE.
Bibtex
@article{dirnstorfertio,
title={Al O-TiO Nanolaminates for Conductive Silicon Surface Passivation},
author={Dirnstorfer, Ingo and Chohan, Talha and Jordan, Paul M and Knaut, Martin and Simon, Daniel K and Bartha, Johann W and Mikolajick, Thomas},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Permalink
- André Martin, Andrey Brito, Christof Fetzer, "Elastic and Secure Energy Forecasting in Cloud Environments". [Bibtex & Downloads]
Elastic and Secure Energy Forecasting in Cloud Environments
Reference
André Martin, Andrey Brito, Christof Fetzer, "Elastic and Secure Energy Forecasting in Cloud Environments".
Bibtex
@article{martinelastic,
title={Elastic and Secure Energy Forecasting in Cloud Environments},
author={Martin, Andr{\'e} and Brito, Andrey and Fetzer, Christof}
}Downloads
No Downloads available for this publication
Related Paths
Resilience Path, Resilience Path
Permalink
- Yuanhao Gong, Ivo Sbalzarini, "A Natural-Scene Gradient Distribution Prior for Light-Microscopy Image Processing", IEEE. [Bibtex & Downloads]
A Natural-Scene Gradient Distribution Prior for Light-Microscopy Image Processing
Reference
Yuanhao Gong, Ivo Sbalzarini, "A Natural-Scene Gradient Distribution Prior for Light-Microscopy Image Processing", IEEE.
Bibtex
@article{gongnatural,
title={A Natural-Scene Gradient Distribution Prior for Light-Microscopy Image Processing},
author={Gong, Yuanhao and Sbalzarini, Ivo},
publisher={IEEE}
}Downloads
No Downloads available for this publication
Related Paths
Biological Systems Path, Biological Systems Path, Biological Systems Path
Permalink
- Tobias Stumpf, Hermann Härtig, Eberle A Rambo, Rolf Ernst, "Cross-layer Resilience Mechanisms to Protect the Communication Path in Embedded Systems". [Bibtex & Downloads]
Cross-layer Resilience Mechanisms to Protect the Communication Path in Embedded Systems
Reference
Tobias Stumpf, Hermann Härtig, Eberle A Rambo, Rolf Ernst, "Cross-layer Resilience Mechanisms to Protect the Communication Path in Embedded Systems".
Bibtex
@article{stumpfcross,
title={Cross-layer Resilience Mechanisms to Protect the Communication Path in Embedded Systems},
author={Stumpf, Tobias and H{\"a}rtig, Hermann and Rambo, Eberle A and Ernst, Rolf}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Jan Prikryl, Raul Zazpe, Martin Knaut, Hanna Sopha, Johann Bartha, Jan Macak, "High-aspect ratio anodic TiO2 nanotubes: unprecedented ability of ALD to add a functionality". [Bibtex & Downloads]
High-aspect ratio anodic TiO2 nanotubes: unprecedented ability of ALD to add a functionality
Reference
Jan Prikryl, Raul Zazpe, Martin Knaut, Hanna Sopha, Johann Bartha, Jan Macak, "High-aspect ratio anodic TiO2 nanotubes: unprecedented ability of ALD to add a functionality".
Bibtex
@article{prikrylhigh,
title={High-aspect ratio anodic TiO2 nanotubes: unprecedented ability of ALD to add a functionality},
author={Prikryl, Jan and Zazpe, Raul and Knaut, Martin and Sopha, Hanna and Bartha, Johann and Macak, Jan}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Caterin Salas Redondo, Sebastian Reineke, "Simultaneous fluorescence and phosphorescence from organic molecules". [Bibtex & Downloads]
Simultaneous fluorescence and phosphorescence from organic molecules
Reference
Caterin Salas Redondo, Sebastian Reineke, "Simultaneous fluorescence and phosphorescence from organic molecules".
Bibtex
@article{redondosimultaneous,
title={Simultaneous fluorescence and phosphorescence from organic molecules},
author={Redondo, Caterin Salas and Reineke, Sebastian}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Fabian Mager, Johannes Neumann, Carsten Herrmann, Marco Zimmerling, Frank Fitzek, "All-to-all Communication in Multi-hop Wireless Networks with Mixer". [Bibtex & Downloads]
All-to-all Communication in Multi-hop Wireless Networks with Mixer
Reference
Fabian Mager, Johannes Neumann, Carsten Herrmann, Marco Zimmerling, Frank Fitzek, "All-to-all Communication in Multi-hop Wireless Networks with Mixer".
Bibtex
@article{magerall,
title={All-to-all Communication in Multi-hop Wireless Networks with Mixer},
author={Mager, Fabian and Neumann, Johannes and Herrmann, Carsten and Zimmerling, Marco and Fitzek, Frank}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Eunhye Baek, "Negative photoconductivity of n-doped Si nanowire field-effect transistors". [Bibtex & Downloads]
Negative photoconductivity of n-doped Si nanowire field-effect transistors
Reference
Eunhye Baek, "Negative photoconductivity of n-doped Si nanowire field-effect transistors".
Bibtex
@article{baeknegative,
title={Negative photoconductivity of n-doped Si nanowire field-effect transistors},
author={Baek, Eunhye}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- L. Deutscher, LD Renner, G. Cuniberti, "FLAGELLA–TEMPLATES FOR THE SYNTHESIS OF BACTERIAL NANOWIRES". [Bibtex & Downloads]
FLAGELLA–TEMPLATES FOR THE SYNTHESIS OF BACTERIAL NANOWIRES
Reference
L. Deutscher, LD Renner, G. Cuniberti, "FLAGELLA–TEMPLATES FOR THE SYNTHESIS OF BACTERIAL NANOWIRES".
Bibtex
@article{deutscherflagella,
title={FLAGELLA--TEMPLATES FOR THE SYNTHESIS OF BACTERIAL NANOWIRES},
author={Deutscher, L and Renner, LD and Cuniberti, G}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Vasiliki Tsikourkitoudi, George Lolas, George Bourantas, Panagiotis Gavriliadis, Tao Zhang, "Mathematical modeling of particle dynamics in spray flames". [Bibtex & Downloads]
Mathematical modeling of particle dynamics in spray flames
Reference
Vasiliki Tsikourkitoudi, George Lolas, George Bourantas, Panagiotis Gavriliadis, Tao Zhang, "Mathematical modeling of particle dynamics in spray flames".
Bibtex
@article{tsikourkitoudimathematical,
title={Mathematical modeling of particle dynamics in spray flames},
author={Tsikourkitoudi, Vasiliki and Lolas, George and Bourantas, George and Gavriliadis, Panagiotis and Zhang, Tao}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Doris Pospiech, Andreas Berndt, Selina Gomoll, Sebastian Dohlich, Sebastian Stein, Romy Selinger, Anton Kiriy, Dieter Jehnichen, "Development of Semifluorinated Polymers for Applications in Organic Electronics". [Bibtex & Downloads]
Development of Semifluorinated Polymers for Applications in Organic Electronics
Reference
Doris Pospiech, Andreas Berndt, Selina Gomoll, Sebastian Dohlich, Sebastian Stein, Romy Selinger, Anton Kiriy, Dieter Jehnichen, "Development of Semifluorinated Polymers for Applications in Organic Electronics".
Bibtex
@article{pospiechdevelopment,
title={Development of Semifluorinated Polymers for Applications in Organic Electronics},
author={Pospiech, Doris and Berndt, Andreas and Gomoll, Selina and Dohlich, Sebastian and Stein, Sebastian and Selinger, Romy and Kiriy, Anton and Jehnichen, Dieter}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Guangbo Chen, Tao Wang, Jian Zhang, Pan Liu, Hanjun Sun, Xiaodong Zhuang, Mingwei Chen, Xinliang Feng, "Accelerated Hydrogen Evolution Kinetics on NiFe-Layered Double Hydroxide Electrocatalysts by Tailoring Water Dissociation Active Sites", In Advanced Materials, pp. 1706279–n/a. [doi] [Bibtex & Downloads]
Accelerated Hydrogen Evolution Kinetics on NiFe-Layered Double Hydroxide Electrocatalysts by Tailoring Water Dissociation Active Sites
Reference
Guangbo Chen, Tao Wang, Jian Zhang, Pan Liu, Hanjun Sun, Xiaodong Zhuang, Mingwei Chen, Xinliang Feng, "Accelerated Hydrogen Evolution Kinetics on NiFe-Layered Double Hydroxide Electrocatalysts by Tailoring Water Dissociation Active Sites", In Advanced Materials, pp. 1706279–n/a. [doi]
Abstract
Owing to its earth abundance, low kinetic overpotential, and superior stability, NiFe-layered double hydroxide (NiFe-LDH) has emerged as a promising electrocatalyst for catalyzing water splitting, especially oxygen evolution reaction (OER), in alkaline solutions. Unfortunately, as a result of extremely sluggish water dissociation kinetics (Volmer step), hydrogen evolution reaction (HER) activity of the NiFe-LDH is rather poor in alkaline environment. Here a novel strategy is demonstrated for substantially accelerating the hydrogen evolution kinetics of the NiFe-LDH by partially substituting Fe atoms with Ru. In a 1 m KOH solution, the as-synthesized Ru-doped NiFe-LDH nanosheets (NiFeRu-LDH) exhibit excellent HER performance with an overpotential of 29 mV at 10 mA cm−2, which is much lower than those of noble metal Pt/C and reported electrocatalysts. Both experimental and theoretical results reveal that the introduction of Ru atoms into NiFe-LDH can efficiently reduce energy barrier of the Volmer step, eventually accelerating its HER kinetics. Benefitting from its outstanding HER activity and remained excellent OER activity, the NiFeRu-LDH steadily drives an alkaline electrolyzer with a current density of 10 mA cm−2 at a cell voltage of 1.52 V, which is much lower than the values for Pt/C–Ir/C couple and state-of-the-art overall water-splitting electrocatalysts.
Bibtex
@article {ADMA:ADMA201706279,
author = {Chen, Guangbo and Wang, Tao and Zhang, Jian and Liu, Pan and Sun, Hanjun and Zhuang, Xiaodong and Chen, Mingwei and Feng, Xinliang},
title = {Accelerated Hydrogen Evolution Kinetics on NiFe-Layered Double Hydroxide Electrocatalysts by Tailoring Water Dissociation Active Sites},
journal = {Advanced Materials},
issn = {1521-4095},
url = {http://dx.doi.org/10.1002/adma.201706279},
doi = {10.1002/adma.201706279},
pages = {1706279--n/a},
keywords = {electrocatalysis, hydrogen evolution reaction, NiFe-layered double hydroxide, ruthenium, water dissociation},
note = {1706279},
abstract = {Owing to its earth abundance, low kinetic overpotential, and superior stability, NiFe-layered double hydroxide (NiFe-LDH) has emerged as a promising electrocatalyst for catalyzing water splitting, especially oxygen evolution reaction (OER), in alkaline solutions. Unfortunately, as a result of extremely sluggish water dissociation kinetics (Volmer step), hydrogen evolution reaction (HER) activity of the NiFe-LDH is rather poor in alkaline environment. Here a novel strategy is demonstrated for substantially accelerating the hydrogen evolution kinetics of the NiFe-LDH by partially substituting Fe atoms with Ru. In a 1 m KOH solution, the as-synthesized Ru-doped NiFe-LDH nanosheets (NiFeRu-LDH) exhibit excellent HER performance with an overpotential of 29 mV at 10 mA cm−2, which is much lower than those of noble metal Pt/C and reported electrocatalysts. Both experimental and theoretical results reveal that the introduction of Ru atoms into NiFe-LDH can efficiently reduce energy barrier of the Volmer step, eventually accelerating its HER kinetics. Benefitting from its outstanding HER activity and remained excellent OER activity, the NiFeRu-LDH steadily drives an alkaline electrolyzer with a current density of 10 mA cm−2 at a cell voltage of 1.52 V, which is much lower than the values for Pt/C–Ir/C couple and state-of-the-art overall water-splitting electrocatalysts.},
}Downloads
No Downloads available for this publication
Related Paths
Prof. Feng
Permalink
- Md Kamruzzaman Sarker, Adila Krisnadhi, David Carral, Pascal Hitzler, "Rule-based OWL Modeling with ROWLTab Protégé Plugin". [Bibtex & Downloads]
Rule-based OWL Modeling with ROWLTab Protégé Plugin
Reference
Md Kamruzzaman Sarker, Adila Krisnadhi, David Carral, Pascal Hitzler, "Rule-based OWL Modeling with ROWLTab Protégé Plugin".
Bibtex
@article{sarkerrule,
title={Rule-based OWL Modeling with ROWLTab Prot{\'e}g{\'e} Plugin},
author={Sarker, Md Kamruzzaman and Krisnadhi, Adila and Carral, David and Hitzler, Pascal}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Himani Arora, Manfred Helm, Gotthard Seifert, Gianaurelio Cuniberti, Artur Erbe, "Stacking different two-dimensional materials to fabricate a high mobility transistor", In Proceeding: CECAM–Workshop, pp. 2. [Bibtex & Downloads]
Stacking different two-dimensional materials to fabricate a high mobility transistor
Reference
Himani Arora, Manfred Helm, Gotthard Seifert, Gianaurelio Cuniberti, Artur Erbe, "Stacking different two-dimensional materials to fabricate a high mobility transistor", In Proceeding: CECAM–Workshop, pp. 2.
Bibtex
@inproceedings{arorastacking,
title={Stacking different two-dimensional materials to fabricate a high mobility transistor},
author={Arora, Himani and Helm, Manfred and Seifert, Gotthard and Cuniberti, Gianaurelio and Erbe, Artur},
booktitle={CECAM--Workshop},
pages={2}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Matthias Werner, Till Kolditz, Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Multi-GPU Approximation Methods for Silent Data Corruption of AN Codes". [Bibtex & Downloads]
Multi-GPU Approximation Methods for Silent Data Corruption of AN Codes
Reference
Matthias Werner, Till Kolditz, Tomas Karnagel, Dirk Habich, Wolfgang Lehner, "Multi-GPU Approximation Methods for Silent Data Corruption of AN Codes".
Bibtex
@article{wernermulti,
title={Multi-GPU Approximation Methods for Silent Data Corruption of AN Codes},
author={Werner, Matthias and Kolditz, Till and Karnagel, Tomas and Habich, Dirk and Lehner, Wolfgang}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Axel Fischer, Irma Slowik, Hilke Zündorf, Reinhard Scholz, Johannes Widmer, Karl Leo, Simone Lenk, Sebastian Reineke, "Multi-physics simulation of organic devices using LTspice for first principle understanding", In Proceeding: 19th European Conference on Mathematics for Industry, pp. 236. [Bibtex & Downloads]
Multi-physics simulation of organic devices using LTspice for first principle understanding
Reference
Axel Fischer, Irma Slowik, Hilke Zündorf, Reinhard Scholz, Johannes Widmer, Karl Leo, Simone Lenk, Sebastian Reineke, "Multi-physics simulation of organic devices using LTspice for first principle understanding", In Proceeding: 19th European Conference on Mathematics for Industry, pp. 236.
Bibtex
@inproceedings{fischermulti,
title={Multi-physics simulation of organic devices using LTspice for first principle understanding},
author={Fischer, Axel and Slowik, Irma and Z{\"u}ndorf, Hilke and Scholz, Reinhard and Widmer, Johannes and Leo, Karl and Lenk, Simone and Reineke, Sebastian},
booktitle={19th European Conference on Mathematics for Industry},
pages={236}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Halit Altuntas, Turkan Bayrak, "A comparative study on electrical characteristics of crystalline AlN thin films deposited by ICP and HCPA-sourced atomic layer deposition", In Electronic Materials Letters, Springer, pp. 1–6. [Bibtex & Downloads]
A comparative study on electrical characteristics of crystalline AlN thin films deposited by ICP and HCPA-sourced atomic layer deposition
Reference
Halit Altuntas, Turkan Bayrak, "A comparative study on electrical characteristics of crystalline AlN thin films deposited by ICP and HCPA-sourced atomic layer deposition", In Electronic Materials Letters, Springer, pp. 1–6.
Bibtex
@article{altuntascomparative,
title={A comparative study on electrical characteristics of crystalline AlN thin films deposited by ICP and HCPA-sourced atomic layer deposition},
author={Altuntas, Halit and Bayrak, Turkan},
journal={Electronic Materials Letters},
pages={1--6},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- Daniil Karnaushenko, Larysa Baraban, Dan Ye, Ilke Uguz, Oliver G Schmidt, Gianaurelio Cuniberti, Denys Makarov, "Details of selected paper". [Bibtex & Downloads]
Details of selected paper
Reference
Daniil Karnaushenko, Larysa Baraban, Dan Ye, Ilke Uguz, Oliver G Schmidt, Gianaurelio Cuniberti, Denys Makarov, "Details of selected paper".
Bibtex
@article{karnaushenkodetails,
title={Details of selected paper},
author={Karnaushenko, Daniil and Baraban, Larysa and Ye, Dan and Uguz, Ilke and Schmidt, Oliver G and Cuniberti, Gianaurelio and Makarov, Denys}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Zongping Chen, "Precision synthesis of graphene nanoribbons by ambient-pressure chemical vapour deposition". [Bibtex & Downloads]
Precision synthesis of graphene nanoribbons by ambient-pressure chemical vapour deposition
Reference
Zongping Chen, "Precision synthesis of graphene nanoribbons by ambient-pressure chemical vapour deposition".
Bibtex
@article{chenprecision,
title={Precision synthesis of graphene nanoribbons by ambient-pressure chemical vapour deposition},
author={Chen, Zongping}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Tobias Stumpf, "How to Protect the Protector?", Proceedings of the th IEEE/IFIP International Conference on Dependable Systems and Networks (DSN’), Student Forum. IEEE Computer Society Press, June.(Cited on page.). [Bibtex & Downloads]
How to Protect the Protector?
Reference
Tobias Stumpf, "How to Protect the Protector?", Proceedings of the th IEEE/IFIP International Conference on Dependable Systems and Networks (DSN’), Student Forum. IEEE Computer Society Press, June.(Cited on page.).
Bibtex
@inproceedings{stumpfprotect,
title={How to Protect the Protector?},
author={Stumpf, Tobias},
booktitle={Proceedings of the th IEEE/IFIP International Conference on Dependable Systems and Networks (DSN’), Student Forum. IEEE Computer Society Press, June.(Cited on page.)}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michalina Wasik, Małgorzata Mikuła, Bartłomiej Jan Bartyzel, Natalia Strokowska, Piotr Sablik, Yavuz O Uca, Piotr Koczon, "POLYUNSATURATED FATTY ACIDS IN IDIOPATHIC EPILEPSY TREATMENT IN DOGS". [Bibtex & Downloads]
POLYUNSATURATED FATTY ACIDS IN IDIOPATHIC EPILEPSY TREATMENT IN DOGS
Reference
Michalina Wasik, Małgorzata Mikuła, Bartłomiej Jan Bartyzel, Natalia Strokowska, Piotr Sablik, Yavuz O Uca, Piotr Koczon, "POLYUNSATURATED FATTY ACIDS IN IDIOPATHIC EPILEPSY TREATMENT IN DOGS".
Bibtex
@article{wasikpolyunsaturated,
title={POLYUNSATURATED FATTY ACIDS IN IDIOPATHIC EPILEPSY TREATMENT IN DOGS},
author={Wasik, Michalina and Miku{\l}a, Ma{\l}gorzata and Bartyzel, Bart{\l}omiej Jan and Strokowska, Natalia and Sablik, Piotr and Uca, Yavuz O and Koczon, Piotr}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- David Gräfe, Jens Gaitzsch, Dietmar Appelhans, Brigitte Voit, "Electronic Supplementary Information". [Bibtex & Downloads]
Electronic Supplementary Information
Reference
David Gräfe, Jens Gaitzsch, Dietmar Appelhans, Brigitte Voit, "Electronic Supplementary Information".
Bibtex
@article{grafeelectronic,
title={Electronic Supplementary Information},
author={Gr{\"a}fe, David and Gaitzsch, Jens and Appelhans, Dietmar and Voit, Brigitte}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Michel Ludwig, Boris Konev, "Towards Practical Uniform Interpolation and Forgetting for 긔 Lc TBoxes". [Bibtex & Downloads]
Towards Practical Uniform Interpolation and Forgetting for 긔 Lc TBoxes
Reference
Michel Ludwig, Boris Konev, "Towards Practical Uniform Interpolation and Forgetting for 긔 Lc TBoxes".
Bibtex
@article{ludwigtowards,
title={Towards Practical Uniform Interpolation and Forgetting for 긔 Lc TBoxes},
author={Ludwig, Michel and Konev, Boris}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Daniel Borchmann, Tom Hanika, "Some Experimental Results on Randomly Generating Formal Contexts", Proceedings of the 13th International Conference on Concept Lattices and their Applications (CLA 2016). Ed. by Marianne Huchard and Sergei Kuznetsov, vol. 1624, pp. 57–69. [Bibtex & Downloads]
Some Experimental Results on Randomly Generating Formal Contexts
Reference
Daniel Borchmann, Tom Hanika, "Some Experimental Results on Randomly Generating Formal Contexts", Proceedings of the 13th International Conference on Concept Lattices and their Applications (CLA 2016). Ed. by Marianne Huchard and Sergei Kuznetsov, vol. 1624, pp. 57–69.
Bibtex
@inproceedings{borchmann2016some,
title={Some Experimental Results on Randomly Generating Formal Contexts},
author={Borchmann, Daniel and Hanika, Tom},
booktitle={Proceedings of the 13th International Conference on Concept Lattices and their Applications (CLA 2016). Ed. by Marianne Huchard and Sergei Kuznetsov},
volume={1624},
pages={57--69}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Andreas Mischok, "This is the pre-peer reviewed version of the following article: Mischok, A., Wagner, T., Brückner, R., Sudzius, M., Fröb, H., Lyssenko, VG and Leo, K.(2016), Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators. Advanced Optical Materials, which has been published in final form at: dx. doi. org/10.1002/adom. 201600282.". [Bibtex & Downloads]
This is the pre-peer reviewed version of the following article: Mischok, A., Wagner, T., Brückner, R., Sudzius, M., Fröb, H., Lyssenko, VG and Leo, K.(2016), Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators. Advanced Optical Materials, which has been published in final form at: dx. doi. org/10.1002/adom. 201600282.
Reference
Andreas Mischok, "This is the pre-peer reviewed version of the following article: Mischok, A., Wagner, T., Brückner, R., Sudzius, M., Fröb, H., Lyssenko, VG and Leo, K.(2016), Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators. Advanced Optical Materials, which has been published in final form at: dx. doi. org/10.1002/adom. 201600282.".
Bibtex
@article{mischokpre,
title={This is the pre-peer reviewed version of the following article: Mischok, A., Wagner, T., Br{\"u}ckner, R., Sudzius, M., Fr{\"o}b, H., Lyssenko, VG and Leo, K.(2016), Lasing and Macroscopic Coherence of Hybridized Modes in Coupled 2D Waveguide-VCSEL Resonators. Advanced Optical Materials, which has been published in final form at: dx. doi. org/10.1002/adom. 201600282.},
author={Mischok, Andreas}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Sara Schmorl, Berthold Kersting, "Synthesis and Characterisation of Trinuclear Ni2Cu-and Co2Cu-Hexaaza-bis (dithiopenolato)-complexes". [Bibtex & Downloads]
Synthesis and Characterisation of Trinuclear Ni2Cu-and Co2Cu-Hexaaza-bis (dithiopenolato)-complexes
Reference
Sara Schmorl, Berthold Kersting, "Synthesis and Characterisation of Trinuclear Ni2Cu-and Co2Cu-Hexaaza-bis (dithiopenolato)-complexes".
Bibtex
@article{schmorlsynthesis,
title={Synthesis and Characterisation of Trinuclear Ni2Cu-and Co2Cu-Hexaaza-bis (dithiopenolato)-complexes},
author={Schmorl, Sara and Kersting, Berthold}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Andreas Mischok, Vadim G Lyssenko, Robert Brückner, Franz Löchner, Reinhard Scholz, Alexander A Zakhidov, Hartmut Fröb, Karl Leo, K. Leo, AA Zakhidov, "This is the accepted post-print version. For the published version please visit dx. doi. org/10.1002/adom. 201400126 Article type: Full Paper". [Bibtex & Downloads]
This is the accepted post-print version. For the published version please visit dx. doi. org/10.1002/adom. 201400126 Article type: Full Paper
Reference
Andreas Mischok, Vadim G Lyssenko, Robert Brückner, Franz Löchner, Reinhard Scholz, Alexander A Zakhidov, Hartmut Fröb, Karl Leo, K. Leo, AA Zakhidov, "This is the accepted post-print version. For the published version please visit dx. doi. org/10.1002/adom. 201400126 Article type: Full Paper".
Bibtex
@article{mischokaccepted,
title={This is the accepted post-print version. For the published version please visit dx. doi. org/10.1002/adom. 201400126 Article type: Full Paper},
author={Mischok, Andreas and Lyssenko, Vadim G and Br{\"u}ckner, Robert and L{\"o}chner, Franz and Scholz, Reinhard and Zakhidov, Alexander A and Fr{\"o}b, Hartmut and Leo, Karl and Leo, K and Zakhidov, AA}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Francisco Martín-Recuerdaa, Dirk Waltherb, "HyS: Fast Atomic Decomposition and Module Extraction of OWL-EL ontologies", Citeseer. [Bibtex & Downloads]
HyS: Fast Atomic Decomposition and Module Extraction of OWL-EL ontologies
Reference
Francisco Martín-Recuerdaa, Dirk Waltherb, "HyS: Fast Atomic Decomposition and Module Extraction of OWL-EL ontologies", Citeseer.
Bibtex
@article{martinhys,
title={HyS: Fast Atomic Decomposition and Module Extraction of OWL-EL ontologies},
author={Mart{\'\i}n-Recuerdaa, Francisco and Waltherb, Dirk},
publisher={Citeseer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Ulf Wetzker, Ingmar Splitt, Marco Zimmerling, Carlo Alberto Boano, Kay Römer, "Troubleshooting Wireless Coexistence Problems in the Industrial Internet of Things". [Bibtex & Downloads]
Troubleshooting Wireless Coexistence Problems in the Industrial Internet of Things
Reference
Ulf Wetzker, Ingmar Splitt, Marco Zimmerling, Carlo Alberto Boano, Kay Römer, "Troubleshooting Wireless Coexistence Problems in the Industrial Internet of Things".
Bibtex
@article{wetzkertroubleshooting,
title={Troubleshooting Wireless Coexistence Problems in the Industrial Internet of Things},
author={Wetzker, Ulf and Splitt, Ingmar and Zimmerling, Marco and Boano, Carlo Alberto and R{\"o}mer, Kay}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Yannic Brasse, Mareen B. Müller, Matthias Karg, Christian Kuttner, Tobias A. F. König, Andreas Fery, "Magnetic and Electric Resonances in Particle-to-Film-Coupled Functional Nanostructures", In ACS Applied Materials & Interfaces, pp. null. [doi] [Bibtex & Downloads]
Magnetic and Electric Resonances in Particle-to-Film-Coupled Functional Nanostructures
Reference
Yannic Brasse, Mareen B. Müller, Matthias Karg, Christian Kuttner, Tobias A. F. König, Andreas Fery, "Magnetic and Electric Resonances in Particle-to-Film-Coupled Functional Nanostructures", In ACS Applied Materials & Interfaces, pp. null. [doi]
Bibtex
@Article{Brasse0,
author = {Brasse, Yannic and Müller, Mareen B. and Karg, Matthias and Kuttner, Christian and König, Tobias A. F. and Fery, Andreas},
title = {Magnetic and Electric Resonances in Particle-to-Film-Coupled Functional Nanostructures},
journal = {ACS Applied Materials \& Interfaces},
year = {0},
volume = {0},
number = {0},
pages = {null},
note = {PMID: 29256586},
doi = {10.1021/acsami.7b16941},
eprint = {http://dx.doi.org/10.1021/acsami.7b16941},
url = {
http://dx.doi.org/10.1021/acsami.7b16941
}}Downloads
No Downloads available for this publication
Related Paths
Biomolecular-Assembled Circuits Path
Permalink
- LUCA MOTTOLA, PRATYUSH KUMAR, FEDERICO FERRARI, LOTHAR THIELE, "MARCO ZIMMERLING, TU Dresden". [Bibtex & Downloads]
MARCO ZIMMERLING, TU Dresden
Reference
LUCA MOTTOLA, PRATYUSH KUMAR, FEDERICO FERRARI, LOTHAR THIELE, "MARCO ZIMMERLING, TU Dresden".
Bibtex
@article{mottolamarco,
title={MARCO ZIMMERLING, TU Dresden},
author={MOTTOLA, LUCA and KUMAR, PRATYUSH and FERRARI, FEDERICO and THIELE, LOTHAR}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Jingnan Song, Maojun Zheng, Xiaoliang Yuan, Qiang Li, Faze Wang, Liguo Ma, Yuxiu You, Shaohua Liu, Pengjie Liu, Dongkai Jiang, others, "Electrochemically induced Ti3+ self-doping of TiO2 nanotube arrays for improved photoelectrochemical water splitting", In Journal of Materials Science, Springer, pp. 1–11. [Bibtex & Downloads]
Electrochemically induced Ti3+ self-doping of TiO2 nanotube arrays for improved photoelectrochemical water splitting
Reference
Jingnan Song, Maojun Zheng, Xiaoliang Yuan, Qiang Li, Faze Wang, Liguo Ma, Yuxiu You, Shaohua Liu, Pengjie Liu, Dongkai Jiang, others, "Electrochemically induced Ti3+ self-doping of TiO2 nanotube arrays for improved photoelectrochemical water splitting", In Journal of Materials Science, Springer, pp. 1–11.
Bibtex
@article{songelectrochemically,
title={Electrochemically induced Ti3+ self-doping of TiO2 nanotube arrays for improved photoelectrochemical water splitting},
author={Song, Jingnan and Zheng, Maojun and Yuan, Xiaoliang and Li, Qiang and Wang, Faze and Ma, Liguo and You, Yuxiu and Liu, Shaohua and Liu, Pengjie and Jiang, Dongkai and others},
journal={Journal of Materials Science},
pages={1--11},
publisher={Springer}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- René Schöne, Sebastian Götz, Uwe Aßmann, Christoff Bürger, "Incremental Runtime-generation of Optimisation Problems using RAG-controlled Rewriting". [Bibtex & Downloads]
Incremental Runtime-generation of Optimisation Problems using RAG-controlled Rewriting
Reference
René Schöne, Sebastian Götz, Uwe Aßmann, Christoff Bürger, "Incremental Runtime-generation of Optimisation Problems using RAG-controlled Rewriting".
Bibtex
@article{schoneincremental,
title={Incremental Runtime-generation of Optimisation Problems using RAG-controlled Rewriting},
author={Sch{\"o}ne, Ren{\'e} and G{\"o}tz, Sebastian and A{\ss}mann, Uwe and B{\"u}rger, Christoff}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Franz Baader, Pavlos Marantidis, Alexander Okhotin, "Approximate Unification in the Description Logic FL0". [Bibtex & Downloads]
Approximate Unification in the Description Logic FL0
Reference
Franz Baader, Pavlos Marantidis, Alexander Okhotin, "Approximate Unification in the Description Logic FL0".
Bibtex
@article{baaderapproximate,
title={Approximate Unification in the Description Logic FL0},
author={Baader, Franz and Marantidis, Pavlos and Okhotin, Alexander}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Ismail Ilkan Ceylan, Rafael Penaloza, "The Bayesian Ontology Language bcL". [Bibtex & Downloads]
The Bayesian Ontology Language bcL
Reference
Ismail Ilkan Ceylan, Rafael Penaloza, "The Bayesian Ontology Language bcL".
Bibtex
@article{ceylanbayesian,
title={The Bayesian Ontology Language bcL},
author={Ceylan, Ismail Ilkan and Penaloza, Rafael}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Franz Baader, Stefan Borgwardt, Rafael Peñaloza, "On the Decidability Status of Fuzzy 긔 Lc with General Concept Inclusions", Citeseer. [Bibtex & Downloads]
On the Decidability Status of Fuzzy 긔 Lc with General Concept Inclusions
Reference
Franz Baader, Stefan Borgwardt, Rafael Peñaloza, "On the Decidability Status of Fuzzy 긔 Lc with General Concept Inclusions", Citeseer.
Bibtex
@article{baaderdecidability,
title={On the Decidability Status of Fuzzy 긔 Lc with General Concept Inclusions},
author={Baader, Franz and Borgwardt, Stefan and Pe{\~n}aloza, Rafael},
publisher={Citeseer}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- Markus Schneider, Uwe Hofmann, Dipl-Kfm Thomas Krauss, Aynur Köse, Alexander Karmann, Andreas Werblow, Dipl-Vw Oliver Fiala, "Autoren des Berichts". [Bibtex & Downloads]
Autoren des Berichts
Reference
Markus Schneider, Uwe Hofmann, Dipl-Kfm Thomas Krauss, Aynur Köse, Alexander Karmann, Andreas Werblow, Dipl-Vw Oliver Fiala, "Autoren des Berichts".
Bibtex
@article{schneiderautoren,
title={Autoren des Berichts},
author={Schneider, Markus and Hofmann, Uwe and Krauss, Dipl-Kfm Thomas and K{\"o}se, Aynur and Karmann, Alexander and Werblow, Andreas and Fiala, Dipl-Vw Oliver}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Tomáš Masopust, "Complexity of Infimal Observable Superlanguages". [Bibtex & Downloads]
Complexity of Infimal Observable Superlanguages
Reference
Tomáš Masopust, "Complexity of Infimal Observable Superlanguages".
Bibtex
@article{masopustcomplexity,
title={Complexity of Infimal Observable Superlanguages},
author={Masopust, Tom{\'a}{\v{s}}}
}Downloads
No Downloads available for this publication
Related Paths
other
Permalink
- Johannes Mey, René Schöne, Daniel Langner, Christoff Bürger, "Using Reference Attribute Grammar-Controlled Rewriting for Runtime Resource Management". [Bibtex & Downloads]
Using Reference Attribute Grammar-Controlled Rewriting for Runtime Resource Management
Reference
Johannes Mey, René Schöne, Daniel Langner, Christoff Bürger, "Using Reference Attribute Grammar-Controlled Rewriting for Runtime Resource Management".
Bibtex
@article{meyusing,
title={Using Reference Attribute Grammar-Controlled Rewriting for Runtime Resource Management},
author={Mey, Johannes and Sch{\"o}ne, Ren{\'e} and Langner, Daniel and B{\"u}rger, Christoff}
}Downloads
No Downloads available for this publication
Related Paths
Permalink
- [Bibtex & Downloads]
Reference
Bibtex
@Misc{castrillon_date2024,
author = {Castrillon, Jeronimo},
date = {2024-03},
title = {Automatic optimization for heterogeneous in-memory computing},
howpublished = {Focus Session, Design, Automation and Test in Europe Conference (DATE) (invited talk)},
location = {Valencia, Spain},
abstract = {Fuelled by exciting advances in materials and devices, in-memory computing architectures now represent a promising avenue to advance computing systems. Plenty of manual designs have already demonstrated orders of magnitude improvement in compute efficiency compared to classical Von Neumann machines in different application domains. In this talk we discuss automation flows for programming and exploring the parameter space of in-memory architectures. We report on current efforts on building an extensible framework around the MLIR compiler infrastructure to abstract from individual technologies to foster re-use. Concretely, we present optimising flows for in-memory accelerators based on cross-bars, on content addressable memories and bulk-wise logic operations. We believe this kind of automation to be key to more quickly navigate the heterogeneous landscape of in-memory accelerators and to bring the benefits of emerging architectures to a boarder range of applications.},
month = mar,
year = {2024},
}Downloads
No Downloads available for this publication
Permalink
- [Bibtex & Downloads]
Reference
Bibtex
@InProceedings{suchert_fccm24,
author = {Stephanie Soldavini and Felix Suchert and Serena Curzel and Michele Fiorito and Karl Friedrich Alexander Friebel and Fabrizio Ferrandi and Radim Cmar and Jeronimo Castrillon and Christian Pilato},
booktitle = {Proceedings of the 32nd IEEE International Symposium On Field-Programmable Custom Computing Machines (FCCM) (extended abstract)},
title = {Etna: {MLIR}-Based System-Level Design and Optimization for Transparent Application Execution on {CPU}-{FPGA} Nodes},
location = {Orlando, CA USA},
pages = {1pp},
series = {FCCM’24},
month = may,
year = {2024},
}Downloads
No Downloads available for this publication
Permalink