JACoW logo

Journals of Accelerator Conferences Website (JACoW)

JACoW is a publisher in Geneva, Switzerland that publishes the proceedings of accelerator conferences held around the world by an international collaboration of editors.


BiBTeX citation export for THP22: Using React for Web-Based Graphical User Applications for Accelerator Controls

@inproceedings{bacher:pcapac2022-thp22,
  author       = {R. Bacher and J. Szczesny},
  title        = {{Using React for Web-Based Graphical User Applications for Accelerator Controls}},
% booktitle    = {Proc. PCaPAC'22},
  booktitle    = {Proc. 13th Int. Workshop Emerging Technol. Sci. Facil. Controls (PCaPAC'22)},
  pages        = {90--93},
  eid          = {THP22},
  language     = {english},
  keywords     = {toolkit, controls, framework, interface, operation},
  venue        = {Dolní Brežany, Czech Republic},
  series       = {International Workshop on Emerging Technologies and Scientific Facilities Controls},
  number       = {13},
  publisher    = {JACoW Publishing, Geneva, Switzerland},
  month        = {02},
  year         = {2023},
  issn         = {2673-5512},
  isbn         = {978-3-95450-237-0},
  doi          = {10.18429/JACoW-PCaPAC2022-THP22},
  url          = {https://jacow.org/pcapac2022/papers/thp22.pdf},
  abstract     = {{Today, control applications need to run on a variety of different operating systems, including Windows, Linux, and Mac OS, but also Android and iOS. Programming languages like Java have tried to solve this problem in the past by providing a common runtime environment. However, this approach is insufficient or even unavailable for mobile devices such as tablets and smartphones. Another problem is the different form factors of mobile and desktop devices, which makes it difficult to develop portable applications. One way out of this dilemma is to use standard web technologies (HTML5, CSS3, and JavaScript) to implement applications that run in the browser, which is available for all platforms. Modern JavaScript web application frameworks combined with JavaScript graphics libraries such as D3 are suitable for building both very simple and very complex web-based graphical user applications. This paper reports on the status and issues that encountered in our current developments with React.}},
}