OUP Journals TCI

 

Acknowledgements section

Capture an acknowledgements section of a book, book part, or journal article in an ack element.

/article/back/ack
/book/front-matter/ack
/book/book-back/ack
//book-part/back/ack

Give each ack element an id attribute.

Capture the title of the section in a title child element.

For articles, capture a Funding declaration as an ack with title "Funding sources".

Acknowledgements

<ack id='ack01'>
  <title>Acknowledgements</title>
  <p>The Childhood Cancer Research Group is supported by 
    the Department of Health and the Scottish Home and Health Department. 
    We are grateful to Sue Medhurst for her help with this chapter.</p>
</ack>

Funding declaration with funding sources declared

<ack id='ack02'>
  <title>Funding sources</title>
  <p>V.A.K. is a National Institute of Health and Care Research (NIHR)
  Research Professor funded by the NIHR UK (award number NIHR300774).</p>
 </ack>

Funding declaration to acknowledge that there is no funding to declare

<ack id='ack03'>
  <title>Funding sources</title>
  <p>This research received no specific grant from any funding agency in
  the public, commercial or not-for-profit sectors.</p>
</ack>
Release ID:
20260304
ID:
acknowledgements_section
Author:
dunnm
Last changed:
Wed, 04 Mar 2026
Modified by:
bachev
Revision#:
3085