%@LANGUAGE="VBSCRIPT"%> <% Dim Meetings Dim Meetings_numRows Set Meetings = Server.CreateObject("ADODB.Recordset") Meetings.ActiveConnection = MM_RDSU_STRING if request.QueryString("Future")="Yes" then Meetings.Source = "SELECT * FROM Meeting WHERE MeetingDate >now() ORDER BY MeetingDate " else Meetings.Source = "SELECT * FROM Meeting ORDER BY MeetingDate " end if Meetings.CursorType = 0 Meetings.CursorLocation = 2 Meetings.LockType = 1 Meetings.Open() Meetings_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 Meetings_numRows = Meetings_numRows + Repeat1__numRows %>
| Building - Strengthening - Sustaining Research Across England |
|
|
ConferenceThe second national conference organised by the National Network of the Research and Development Support Units was held at Goodenough College. It was for staff from RDSUs, SHAs, WDCs and Research Networks concerned with research capacity development. The aim was to: Share evidence of best practice in research capacity development: Foster discussion about local and national issues related to research capacity development and; Stimulate collaboration between local stakeholders. Guest speakers included Professor Celia Davies, Director of Research for Patient Benefit and Quentin Sandifer Deputy Regional Director of Public Health for the South East Coast SHA Presentation will be posted shortly.
<% Meetings.Close() Set Meetings = Nothing %> |