Update paper
This commit is contained in:
parent
6fd2c33bd7
commit
fed810fc6b
@ -2,6 +2,7 @@
|
||||
:DRAWER:
|
||||
#+LATEX_CLASS: jacow
|
||||
#+LATEX_CLASS_OPTIONS: [a4paper, keeplastbox, biblatex, boxit]
|
||||
|
||||
#+OPTIONS: toc:nil
|
||||
#+STARTUP: overview
|
||||
|
||||
@ -29,6 +30,7 @@
|
||||
* BUILD :noexport:
|
||||
#+NAME: startblock
|
||||
#+BEGIN_SRC emacs-lisp :results none
|
||||
;; LaTeX class
|
||||
(add-to-list 'org-latex-classes
|
||||
'("jacow"
|
||||
"\\documentclass{jacow}"
|
||||
@ -38,7 +40,21 @@
|
||||
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
;; Remove automatic org headings
|
||||
(defun my-latex-filter-removeOrgAutoLabels (text backend info)
|
||||
"Org-mode automatically generates labels for headings despite explicit use of `#+LABEL`. This filter forcibly removes all automatically generated org-labels in headings."
|
||||
(when (org-export-derived-backend-p backend 'latex)
|
||||
(replace-regexp-in-string "\\\\label{sec:org[a-f0-9]+}\n" "" text)))
|
||||
|
||||
(add-to-list 'org-export-filter-headline-functions
|
||||
'my-latex-filter-removeOrgAutoLabels)
|
||||
#+end_src
|
||||
|
||||
In order to compile this document, just use the =latexmk= command.
|
||||
#+begin_src emacs-lisp
|
||||
(async-shell-argument "latexmk")
|
||||
#+end_src
|
||||
|
||||
* ABSTRACT :ignore:
|
||||
#+BEGIN_abstract
|
||||
@ -56,22 +72,85 @@ The presented development approach is foreseen to be applied more frequently to
|
||||
#+END_abstract
|
||||
|
||||
* INTRODUCTION
|
||||
** Establish Significance :ignore:
|
||||
|
||||
See cite:dehaeze18_sampl_stabil_for_tomog_exper.
|
||||
|
||||
* NANO ACTIVE STABILIZATION SYSTEM
|
||||
** Previous and/or current research and contributions :ignore:
|
||||
|
||||
|
||||
** Locate a gap in the research / problem / question / prediction :ignore:
|
||||
|
||||
|
||||
** The present work :ignore:
|
||||
|
||||
cite:rankers98_machin
|
||||
cite:dehaeze21_activ_dampin_rotat_platf_using
|
||||
cite:souleille18_concep_activ_mount_space_applic
|
||||
cite:brumund21_multib_simul_reduc_order_flexib_bodies_fea
|
||||
cite:dehaeze18_sampl_stabil_for_tomog_exper
|
||||
|
||||
* NASS - MECHATRONIC APPROACH
|
||||
** The ID31 Micro Station
|
||||
The ID31 Micro Station is used to position samples along complex trajectories cite:dehaeze18_sampl_stabil_for_tomog_exper.
|
||||
It is composed of several stacked stages (represented in yellow in Fig. ref:fig:nass_concept_schematic).
|
||||
This allows this station to have high mobility, however, this limits the position accuracy to tens of $\mu m$.
|
||||
|
||||
** The Nano Active Stabilization System
|
||||
The Nano Active Stabilization System (NASS) is a system whose goal is to improve the positioning accuracy of the ID31 Micro Station.
|
||||
|
||||
It is represented in Fig. ref:fig:nass_concept_schematic and consists of three main elements:
|
||||
- a nano-hexapod located between the sample to be positioned and the micro-station.
|
||||
- a interferometric metrology system measuring the sample's position with respect to the focusing optics
|
||||
- a control system (not represented), which base on the measured position, properly actuates the nano-hexapod in order to stabilize the sample's position
|
||||
|
||||
#+name: fig:nass_concept_schematic
|
||||
#+attr_latex: :scale 1
|
||||
#+caption: Nano Active Stabilization System - Schematic representation. 1) micro-station, 2) nano-hexapod, 3) sample, 4) metrology system
|
||||
[[file:figs/nass_concept_schematic.pdf]]
|
||||
|
||||
* MECHATRONIC APPROACH
|
||||
** Mechatronic Approach - Overview
|
||||
In order to design the NASS in a predictive way, a mechatronic approach is used (schematically represented in Fig. ref:fig:nass_mechatronics_approach).
|
||||
It consists of three main phases.
|
||||
First the conceptual phase, where simple models and used, and the
|
||||
|
||||
Once the concept is validated, the detail design phase
|
||||
|
||||
Finally, there is the experimental phase in which the nano-hexapod is mounted, and several test benches are used to confirm the behavior of each individual elements.
|
||||
|
||||
#+name: fig:nass_mechatronics_approach
|
||||
#+attr_latex: :float multicolumn :width \linewidth
|
||||
#+caption: Overview of the mechatronic approach
|
||||
[[file:figs/nass_mechatronics_approach.pdf]]
|
||||
|
||||
** Models
|
||||
Several models are used throughout all the project.
|
||||
At the beginning of the conceptual phase, simple "mass-spring-dampers" models (Figure ref:fig:mass_spring_damper_hac_lac) were used to gain some understanding of the trade-offs.
|
||||
It has been concluded that a rather soft nano-hexapod
|
||||
|
||||
These models are very easy to use, and
|
||||
|
||||
Rapidly, a multi-body model (Figure ref:fig:nass_simscape_3d)
|
||||
- represents the rotation ref to the paper
|
||||
-
|
||||
|
||||
During the detail design phase, the nano-hexapod model can be easily updated by importing the 3D parts exported from the CAD software.
|
||||
The key elements of the nano-hexapod such as the flexible joints and the APA are optimized using a Finite Element Software.
|
||||
As the flexible modes of the system are what generally limit the controller bandwidth, they are important to model in order to understand which are problematic and which are to be maximized.
|
||||
In order to do so, a "super-element" can be exported and imported in Simscape (Figure ref:fig:super_element_simscape)
|
||||
|
||||
- [ ] Table that compares the three models in terms of:
|
||||
- time simulation
|
||||
- FRF
|
||||
- accuracy
|
||||
- easy to use
|
||||
|
||||
During the experimental phase, the models are refined using the measurements.
|
||||
The models are stiff very useful to understand the measurements and the associated limitations.
|
||||
They are used to have a better insight on which measures to take in order to overcome the current limitations.
|
||||
|
||||
For instance, it has been found that when fixing encoders to the struts (Figure ref:fig:nano_hexapod_elements), several flexible modes of the APA were appearing the dynamics which render the control using the encoders very complex.
|
||||
Therefore, an alternative configuration with the encoders fixed to the plates instead was used.
|
||||
|
||||
#+begin_export latex
|
||||
\begin{figure*}[htbp]
|
||||
\begin{subfigure}[t]{0.25\linewidth}
|
||||
@ -99,23 +178,67 @@ See cite:dehaeze18_sampl_stabil_for_tomog_exper.
|
||||
|
||||
|
||||
* NANO-HEXAPOD DESIGN
|
||||
** Nano-Hexapod Specifications
|
||||
A CAD view of the nano-hexapod is shown in Figure ref:fig:nano_hexapod_elements.
|
||||
It is composed of 6 struts fixed in between two plates.
|
||||
Each strut is composed of one flexible joints at each end, and one actuator (Figure ref:fig:picture_nano_hexapod_strut).
|
||||
).
|
||||
And encoder can be fixed to the struts as shown, but can also be directly fixed to the plates (not represented here).
|
||||
|
||||
Basic specifications:
|
||||
- Limited height (95mm)
|
||||
- Stroke $\approx 100\,\mu m$
|
||||
- Load up to $50\,kg$
|
||||
|
||||
Based on the models used throughout the mechatronic approach, several specifications was obtained in order to maximize the performances of the system:
|
||||
- Axial stiffness of the struts $\approx 2\,\mu m/N$ such that the nano-hexapod dynamics is insensible to the rotation as well as decoupled from the micro-station dynamics
|
||||
- Small bending stiffness and high axial stiffness of the flexible joints
|
||||
- Precise positioning of the $b_i$ and $\hat{s}_i$
|
||||
- Flexible modes of the top-plate as high as possible
|
||||
- Integration of a force sensor for active damping purposes (more in the next section)
|
||||
|
||||
** Parts' Optimization
|
||||
- APA / Flexible Joints / Plates
|
||||
|
||||
The flexible joints and the top plates have been optimize using a Finite Element Model combine with the multi-body model of the nano-hexapod.
|
||||
|
||||
The actuators are APA300ML from Cedrat Technologies.
|
||||
Three stacks: two as actuator one as sensor
|
||||
|
||||
#+name: fig:nano_hexapod_elements
|
||||
#+attr_latex: :float multicolumn :width \linewidth
|
||||
#+caption: CAD view of the nano-hexapod with key elements
|
||||
[[file:figs/nano_hexapod_elements.pdf]]
|
||||
|
||||
** Mounted Nano-Hexapod
|
||||
- Mounting benches
|
||||
|
||||
#+name: fig:picture_nano_hexapod_strut
|
||||
#+attr_latex: :width \linewidth
|
||||
#+attr_latex: :width 0.9\linewidth
|
||||
#+caption: Picture of a nano-hexapod's strut
|
||||
[[file:figs/picture_nano_hexapod_strut.pdf]]
|
||||
|
||||
#+name: fig:nano_hexapod_picture
|
||||
#+attr_latex: :width \linewidth
|
||||
#+attr_latex: :width 0.9\linewidth
|
||||
#+caption: Picture of the Nano-Hexapod on top of the ID31 micro-station
|
||||
[[file:figs/nano_hexapod_picture.jpg]]
|
||||
|
||||
* TEST-BENCHES
|
||||
** Flexible Joints and Instrumentation
|
||||
** APA/Struts Dynamics
|
||||
Several test benches were used for all the critical elements of the nano-hexapod.
|
||||
For instant, the bending stiffness of the flexible joints are measured, and the model is refined.
|
||||
The measurement noise of the encoders are also measured, and the input/output relationship and the output voltage noise of the voltage amplifiers are measured.
|
||||
|
||||
Perhaps the most important test bench was the one used to identify the dynamics of the amplified piezoelectric actuator (shown in Figure ref:fig:test_bench_apa_schematic).
|
||||
It consist of a $5\,\text{kg}$ granite vertical guided with an air bearing and fixed on top of the APA.
|
||||
An excitation signal (low pass filtered white noise) is generated and applied to two of the piezoelectric stacks.
|
||||
Both the voltage generated by the third piezoelectric stack and the displacement measured by the encoder are recorded.
|
||||
The two obtained FRF can then be compared with the model and the piezoelectric constant are identified.
|
||||
These constants are used to do the conversion from the mechanical domain (force, strain) easily accessible on the model to the electrical domain (voltages, charges) easily measured.
|
||||
After identification of these constant, the match between the measured FRF and the model dynamics is quite good (Figure ref:fig:apa_test_bench_results)
|
||||
|
||||
The same bench was also used with the struts in order to study the effects of the flexible joints.
|
||||
|
||||
#+name: fig:test_bench_apa_schematic
|
||||
#+attr_latex: :scale 1
|
||||
@ -140,11 +263,11 @@ See cite:dehaeze18_sampl_stabil_for_tomog_exper.
|
||||
\end{figure}
|
||||
#+end_export
|
||||
|
||||
* CONTROL RESULTS
|
||||
** Nano-Hexapod
|
||||
|
||||
#+name: fig:nass_hac_lac_schematic_test
|
||||
#+attr_latex: :width \linewidth
|
||||
#+caption: HAC-LAC Strategy - Block Diagram. The signals are: $\bm{r}$ the wanted sample's position, $\bm{X}$ the measured sample's position, $\bm{\epsilon}_{\mathcal{X}}$ the sample's position error, $\bm{\epsilon}_{\mathcal{L}}$ the sample position error expressed in the "frame" of the nano-hexapod struts, $\bm{u}$ the generated DAC voltages applied to the voltage amplifiers and then to the piezoelectric actuator stacks, $\bm{u}^\prime$ the new inputs corresponding to the damped plant, $\bm{\tau}$ the measured sensor stack voltages. $\bm{T}$ is . $\bm{K}_{\tiny IFF}$ is the Low Authority Controller used for active damping. $\bm{K}_{\mathcal{L}}$ is the High Authority Controller.
|
||||
#+caption: HAC-LAC Strategy - Block Diagram. The signals are: $\bm{r}$ the wanted sample's position, $\bm{X}$ the measured sample's position, $\bm{\epsilon}_{\mathcal{X}}$ the sample's position error, $\bm{\epsilon}_{\mathcal{L}}$ the sample position error expressed in the "frame" of the nano-hexapod struts, $\bm{u}$ the generated DAC voltages applied to the voltage amplifiers and then to the piezoelectric actuator stacks, $\bm{u}^\prime$ the new inputs corresponding to the damped plant, $\bm{\tau}$ the measured sensor stack voltages. $\bm{T}$ is . $\bm{K}_{\tiny IFF}$ is the Low Authority Controller used for active damping. $\bm{K}_{L}$ is the High Authority Controller.
|
||||
[[file:figs/nass_hac_lac_block_diagram_without_elec.pdf]]
|
||||
|
||||
|
||||
@ -166,4 +289,4 @@ This research was made possible by a grant from the FRIA.
|
||||
We thank the following people for their support, without whose help this work would never have been possible: V. Honkimaki, L. Ducotte and M. Lessourd and the whole team of the Precision Mechatronic Laboratory.
|
||||
|
||||
* REFERENCES :ignore:
|
||||
\printbibliography
|
||||
\printbibliography{}
|
||||
|
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
% Created 2021-07-13 mar. 00:51
|
||||
% Created 2021-07-13 mar. 13:05
|
||||
% Intended LaTeX compiler: pdflatex
|
||||
\documentclass[a4paper, keeplastbox, biblatex, boxit]{jacow}
|
||||
|
||||
@ -32,12 +32,24 @@ The presented development approach is foreseen to be applied more frequently to
|
||||
\end{abstract}
|
||||
|
||||
\section{INTRODUCTION}
|
||||
\label{sec:org0bd2d65}
|
||||
|
||||
See \cite{dehaeze18_sampl_stabil_for_tomog_exper}.
|
||||
\cite{rankers98_machin}
|
||||
\cite{dehaeze21_activ_dampin_rotat_platf_using}
|
||||
\cite{souleille18_concep_activ_mount_space_applic}
|
||||
\cite{brumund21_multib_simul_reduc_order_flexib_bodies_fea}
|
||||
\cite{dehaeze18_sampl_stabil_for_tomog_exper}
|
||||
|
||||
\section{NANO ACTIVE STABILIZATION SYSTEM}
|
||||
\label{sec:orgcb63b2b}
|
||||
|
||||
The Nano Active Stabilization System (NASS) is a system whose goal is to improve the positioning accuracy of an existing positioning station (the ``micro-station'') used on ID31.
|
||||
|
||||
|
||||
It is represented in Figure \ref{fig:nass_concept_schematic} and consists of three main elements:
|
||||
\begin{itemize}
|
||||
\item the nano-hexapod located between the sample to be positioned and the micro-station.
|
||||
\item a interferometric metrology system measuring the sample's position with respect to the focusing optics
|
||||
\item a control system, which base on the measured position, properly actuates the nano-hexapod in order to stabilize the sample's position
|
||||
\end{itemize}
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
@ -46,13 +58,56 @@ See \cite{dehaeze18_sampl_stabil_for_tomog_exper}.
|
||||
\end{figure}
|
||||
|
||||
\section{MECHATRONIC APPROACH}
|
||||
\label{sec:orgd2030b5}
|
||||
|
||||
An overview of the mechatronic approach is schematically shown in Figure \ref{fig:nass_mechatronics_approach}.
|
||||
It consists of three main phases.
|
||||
First the conceptual phase, where simple models and used, and the
|
||||
|
||||
Once the concept is validated, the detail design phase
|
||||
|
||||
Finally, there is the experimental phase in which the nano-hexapod is mounted, and several test benches are used to confirm the behavior of each individual elements.
|
||||
|
||||
\begin{figure*}
|
||||
\centering
|
||||
\includegraphics[scale=1,width=\linewidth]{figs/nass_mechatronics_approach.pdf}
|
||||
\caption{\label{fig:nass_mechatronics_approach}Overview of the mechatronic approach}
|
||||
\end{figure*}
|
||||
|
||||
Several models are used throughout all the project.
|
||||
At the beginning of the conceptual phase, simple ``mass-spring-dampers'' models (Figure \ref{fig:mass_spring_damper_hac_lac}) were used to gain some understanding of the trade-offs.
|
||||
It has been concluded that a rather soft nano-hexapod
|
||||
|
||||
These models are very easy to use, and
|
||||
|
||||
Rapidly, a multi-body model (Figure \ref{fig:nass_simscape_3d})
|
||||
\begin{itemize}
|
||||
\item represents the rotation ref to the paper
|
||||
\item
|
||||
\end{itemize}
|
||||
|
||||
During the detail design phase, the nano-hexapod model can be easily updated by importing the 3D parts exported from the CAD software.
|
||||
The key elements of the nano-hexapod such as the flexible joints and the APA are optimized using a Finite Element Software.
|
||||
As the flexible modes of the system are what generally limit the controller bandwidth, they are important to model in order to understand which are problematic and which are to be maximized.
|
||||
In order to do so, a ``super-element'' can be exported and imported in Simscape (Figure \ref{fig:super_element_simscape})
|
||||
|
||||
\begin{itemize}
|
||||
\item[{$\square$}] Table that compares the three models in terms of:
|
||||
\begin{itemize}
|
||||
\item time simulation
|
||||
\item FRF
|
||||
\item accuracy
|
||||
\item easy to use
|
||||
\end{itemize}
|
||||
\end{itemize}
|
||||
|
||||
During the experimental phase, the models are refined using the measurements.
|
||||
The models are stiff very useful to understand the measurements and the associated limitations.
|
||||
They are used to have a better insight on which measures to take in order to overcome the current limitations.
|
||||
|
||||
For instance, it has been found that when fixing encoders to the struts (Figure \ref{fig:nano_hexapod_elements}), several flexible modes of the APA were appearing the dynamics which render the control using the encoders very complex.
|
||||
Therefore, an alternative configuration with the encoders fixed to the plates instead was used.
|
||||
|
||||
|
||||
\begin{figure*}[htbp]
|
||||
\begin{subfigure}[t]{0.25\linewidth}
|
||||
\centering
|
||||
@ -78,7 +133,6 @@ See \cite{dehaeze18_sampl_stabil_for_tomog_exper}.
|
||||
|
||||
|
||||
\section{NANO-HEXAPOD DESIGN}
|
||||
\label{sec:org923eba1}
|
||||
|
||||
\begin{figure*}
|
||||
\centering
|
||||
@ -88,18 +142,31 @@ See \cite{dehaeze18_sampl_stabil_for_tomog_exper}.
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
\includegraphics[scale=1,width=\linewidth]{figs/picture_nano_hexapod_strut.pdf}
|
||||
\includegraphics[scale=1,width=0.9\linewidth]{figs/picture_nano_hexapod_strut.pdf}
|
||||
\caption{\label{fig:picture_nano_hexapod_strut}Picture of a nano-hexapod's strut}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
\includegraphics[scale=1,width=\linewidth]{figs/nano_hexapod_picture.jpg}
|
||||
\includegraphics[scale=1,width=0.9\linewidth]{figs/nano_hexapod_picture.jpg}
|
||||
\caption{\label{fig:nano_hexapod_picture}Picture of the Nano-Hexapod on top of the ID31 micro-station}
|
||||
\end{figure}
|
||||
|
||||
\section{TEST-BENCHES}
|
||||
\label{sec:orgeb70416}
|
||||
|
||||
Several test benches were used for all the critical elements of the nano-hexapod.
|
||||
For instant, the bending stiffness of the flexible joints are measured, and the model is refined.
|
||||
The measurement noise of the encoders are also measured, and the input/output relationship and the output voltage noise of the voltage amplifiers are measured.
|
||||
|
||||
Perhaps the most important test bench was the one used to identify the dynamics of the amplified piezoelectric actuator (shown in Figure \ref{fig:test_bench_apa_schematic}).
|
||||
It consist of a \(5\,\text{kg}\) granite vertical guided with an air bearing and fixed on top of the APA.
|
||||
An excitation signal (low pass filtered white noise) is generated and applied to two of the piezoelectric stacks.
|
||||
Both the voltage generated by the third piezoelectric stack and the displacement measured by the encoder are recorded.
|
||||
The two obtained FRF can then be compared with the model and the piezoelectric constant are identified.
|
||||
These constants are used to do the conversion from the mechanical domain (force, strain) easily accessible on the model to the electrical domain (voltages, charges) easily measured.
|
||||
After identification of these constant, the match between the measured FRF and the model dynamics is quite good (Figure \ref{fig:apa_test_bench_results})
|
||||
|
||||
The same bench was also used with the struts in order to study the effects of the flexible joints.
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
@ -124,12 +191,11 @@ See \cite{dehaeze18_sampl_stabil_for_tomog_exper}.
|
||||
\end{figure}
|
||||
|
||||
\section{CONTROL RESULTS}
|
||||
\label{sec:org2dca095}
|
||||
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
\includegraphics[scale=1,width=\linewidth]{figs/nass_hac_lac_block_diagram_without_elec.pdf}
|
||||
\caption{\label{fig:nass_hac_lac_schematic_test}HAC-LAC Strategy - Block Diagram. The signals are: \(\bm{r}\) the wanted sample's position, \(\bm{X}\) the measured sample's position, \(\bm{\epsilon}_{\mathcal{X}}\) the sample's position error, \(\bm{\epsilon}_{\mathcal{L}}\) the sample position error expressed in the ``frame'' of the nano-hexapod struts, \(\bm{u}\) the generated DAC voltages applied to the voltage amplifiers and then to the piezoelectric actuator stacks, \(\bm{u}^\prime\) the new inputs corresponding to the damped plant, \(\bm{\tau}\) the measured sensor stack voltages. \(\bm{T}\) is . \(\bm{K}_{\tiny IFF}\) is the Low Authority Controller used for active damping. \(\bm{K}_{\mathcal{L}}\) is the High Authority Controller.}
|
||||
\caption{\label{fig:nass_hac_lac_schematic_test}HAC-LAC Strategy - Block Diagram. The signals are: \(\bm{r}\) the wanted sample's position, \(\bm{X}\) the measured sample's position, \(\bm{\epsilon}_{\mathcal{X}}\) the sample's position error, \(\bm{\epsilon}_{\mathcal{L}}\) the sample position error expressed in the ``frame'' of the nano-hexapod struts, \(\bm{u}\) the generated DAC voltages applied to the voltage amplifiers and then to the piezoelectric actuator stacks, \(\bm{u}^\prime\) the new inputs corresponding to the damped plant, \(\bm{\tau}\) the measured sensor stack voltages. \(\bm{T}\) is . \(\bm{K}_{\tiny IFF}\) is the Low Authority Controller used for active damping. \(\bm{K}_{L}\) is the High Authority Controller.}
|
||||
\end{figure}
|
||||
|
||||
|
||||
@ -147,12 +213,10 @@ See \cite{dehaeze18_sampl_stabil_for_tomog_exper}.
|
||||
\end{figure}
|
||||
|
||||
\section{CONCLUSION}
|
||||
\label{sec:orgce60d85}
|
||||
|
||||
\section{ACKNOWLEDGMENTS}
|
||||
\label{sec:orgfea2444}
|
||||
This research was made possible by a grant from the FRIA.
|
||||
We thank the following people for their support, without whose help this work would never have been possible: V. Honkimaki, L. Ducotte and M. Lessourd and the whole team of the Precision Mechatronic Laboratory.
|
||||
|
||||
\printbibliography
|
||||
\printbibliography{}
|
||||
\end{document}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 355 KiB After Width: | Height: | Size: 354 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@ -12,7 +12,7 @@
|
||||
address = {Geneva, Switzerland},
|
||||
isbn = {978-3-95450-207-3},
|
||||
language = {english},
|
||||
month = {Dec},
|
||||
month = 12,
|
||||
publisher = {JACoW Publishing},
|
||||
series = {Mechanical Engineering Design of Synchrotron Radiation
|
||||
Equipment and Instrumentation},
|
||||
@ -33,16 +33,15 @@
|
||||
}
|
||||
|
||||
@article{souleille18_concep_activ_mount_space_applic,
|
||||
author = {Souleille, Adrien and Lampert, Thibault and Lafarga, V and
|
||||
author = {Souleille, Adrien and Lampert, Thibault and Lafarga, V and
|
||||
Hellegouarch, Sylvain and Rondineau, Alan and Rodrigues,
|
||||
Gon{\c{c}}alo and Collette, Christophe},
|
||||
title = {A Concept of Active Mount for Space Applications},
|
||||
journal = {CEAS Space Journal},
|
||||
volume = 10,
|
||||
number = 2,
|
||||
pages = {157--165},
|
||||
year = 2018,
|
||||
publisher = {Springer}
|
||||
title = {A Concept of Active Mount for Space Applications},
|
||||
journal = {CEAS Space Journal},
|
||||
volume = 10,
|
||||
number = 2,
|
||||
pages = {157--165},
|
||||
year = 2018,
|
||||
}
|
||||
|
||||
@article{dehaeze21_activ_dampin_rotat_platf_using,
|
||||
@ -53,7 +52,7 @@
|
||||
year = 2021,
|
||||
doi = {10.1088/2631-8695/abe803},
|
||||
url = {https://doi.org/10.1088/2631-8695/abe803},
|
||||
month = {Feb},
|
||||
month = {2},
|
||||
}
|
||||
|
||||
@phdthesis{rankers98_machin,
|
||||
|
Loading…
Reference in New Issue
Block a user