|
|
FGM SERIAL NUMBER: |
|
17 |
Title: |
|
Functionally Graded Structures for Galvanic Cells |
Organizer: |
|
Prof. Monika Willert-Porada |
Description: |
|
Galvanic cells, like e.g., fuel cells, batteries and supercapacitors
are build from different functional materials connected to each
other via phase boundaries. Quite often all classes of materials
- ceramics, metals, polymers - are combined in such systems. The
performance of these electrochemical devices is directly related
to the number of active contacts between electronic conductors,
ionic conductors, catalysts, fuels and electrically insulating materials.
Although these different materials are assembled in layers, extended
functional and structural gradation is needed in order to adjust
transport properties and improve performance of the whole device.
The Mini-Symposium will present State of the Art device concepts
for fuel cells, like e.g., Polymer Electrolyte Membrane (PEM), Molten
Carbonate Fuel Cells (MCFC) and Solid Oxide Fuel Cells (SOFC), as
well as for different batteries and supercapacitors. The role of
graded structures for further development in this area will be addressed.
In particular, graded porous structures, like in gas diffusion layers
and electrodes, and in supercapacitors will be a major topic with
respect to performance and long time durability of low and medium
temperature devices. High temperature stability will be the focus
in case of graded mixed electronic-ionic conductivity in membranes
and electrodes for solid oxide fuel cells and of compositional gradients
for reduction of thermal stresses between electrodes and interconnector
materials. The contributions will include material aspects, electrochemistry,
solid state chemistry and performance modeling aspects. |
Key Words: |
|
Fuel cells, Li-ion batteries, MEA's, Membrane Electrode Assemblies,
gas diffusion electrodes, membranes, supercaps. |
|
Abstracts submitted to this
MS: |
<%
'Dimension variables
Dim adoCon 'Holds the Database Connection Object
Dim rsGuestbook 'Holds the recordset for the records in the database
Dim strSQL 'Holds the SQL query for the database
Dim strUser
'Create an ADO connection object
Set adoCon = Server.CreateObject("ADODB.Connection")
'Set an active connection to the Connection object using a DSN-less connection
adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("Abstracts.mdb")
'Set an active connection to the Connection object using DSN connection
'adoCon.Open "DSN=guestbook"
'Create an ADO recordset object
Set rsGuestbook = Server.CreateObject("ADODB.Recordset")
'Initialise the strSQL variable with an SQL statement to query the database
strSQL = "SELECT abstracts.* FROM abstracts Where SerialNumber='" & "17" &"'"
strSQL = strSQL & "ORDER BY AbsID"
'Open the recordset with the SQL query
rsGuestbook.Open strSQL, adoCon
'Loop through the recordset
Do While not rsGuestbook.EOF
%>
<%
'Write the HTML to display the current record in the recordset
Response.Write "17-" &(rsGuestbook("AbsID"))
If rsGuestbook("SubID") = ("0") then
Response.Write ("")
else
Response.Write "-" & rsGuestbook("SubID") & " "
end if
%>
|
Title:
<%
Response.Write (rsGuestbook("ProposedPaperTitle"))
%>
|
|
Author(s):
<% If rsGuestbook("LasName2") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & " "
elseif rsGuestbook("LasName3") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & ", " & rsGuestbook("Title2") & " " & rsGuestbook("FirName2") & " " & rsGuestbook("LasName2") & " "
elseif rsGuestbook("LasName4") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & ", " & rsGuestbook("Title2") & " " & rsGuestbook("FirName2") & " " & rsGuestbook("LasName2") & ", " & rsGuestbook("Title3") & " " & rsGuestbook("FirName3") & " " & rsGuestbook("LasName3") & " "
elseif rsGuestbook("LasName5") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & ", " & rsGuestbook("Title2") & " " & rsGuestbook("FirName2") & " " & rsGuestbook("LasName2") & ", " & rsGuestbook("Title3") & " " & rsGuestbook("FirName3") & " " & rsGuestbook("LasName3") & ", " & rsGuestbook("Title4") & " " & rsGuestbook("FirName4") & " " & rsGuestbook("LasName4") & " "
elseif rsGuestbook("LasName6") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & ", " & rsGuestbook("Title2") & " " & rsGuestbook("FirName2") & " " & rsGuestbook("LasName2") & ", " & rsGuestbook("Title3") & " " & rsGuestbook("FirName3") & " " & rsGuestbook("LasName3") & ", " & rsGuestbook("Title4") & " " & rsGuestbook("FirName4") & " " & rsGuestbook("LasName4") & ", " & rsGuestbook("Title5") & " " & rsGuestbook("FirName5") & " " & rsGuestbook("LasName5") & " "
elseif rsGuestbook("LasName7") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & ", " & rsGuestbook("Title2") & " " & rsGuestbook("FirName2") & " " & rsGuestbook("LasName2") & ", " & rsGuestbook("Title3") & " " & rsGuestbook("FirName3") & " " & rsGuestbook("LasName3") & ", " & rsGuestbook("Title4") & " " & rsGuestbook("FirName4") & " " & rsGuestbook("LasName4") & ", " & rsGuestbook("Title5") & " " & rsGuestbook("FirName5") & " " & rsGuestbook("LasName5") & ", " & rsGuestbook("Title6") & " " & rsGuestbook("FirName6") & " " & rsGuestbook("LasName6") & " "
elseif rsGuestbook("LasName8") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & ", " & rsGuestbook("Title2") & " " & rsGuestbook("FirName2") & " " & rsGuestbook("LasName2") & ", " & rsGuestbook("Title3") & " " & rsGuestbook("FirName3") & " " & rsGuestbook("LasName3") & ", " & rsGuestbook("Title4") & " " & rsGuestbook("FirName4") & " " & rsGuestbook("LasName4") & ", " & rsGuestbook("Title5") & " " & rsGuestbook("FirName5") & " " & rsGuestbook("LasName5") & ", " & rsGuestbook("Title6") & " " & rsGuestbook("FirName6") & " " & rsGuestbook("LasName6") & ", " & rsGuestbook("Title7") & " " & rsGuestbook("FirName7") & " " & rsGuestbook("LasName7") & " "
elseif rsGuestbook("LasName9") = ("1") then
Response.Write rsGuestbook("Title1") & " " & rsGuestbook("FirName1") & " " & rsGuestbook("LasName1") & ", " & rsGuestbook("Title2") & " " & rsGuestbook("FirName2") & " " & rsGuestbook("LasName2") & ", " & rsGuestbook("Title3") & " " & rsGuestbook("FirName3") & " " & rsGuestbook("LasName3") & ", " & rsGuestbook("Title4") & " " & rsGuestbook("FirName4") & " " & rsGuestbook("LasName4") & ", " & rsGuestbook("Title5") & " " & rsGuestbook("FirName5") & " " & rsGuestbook("LasName5") & ", " & rsGuestbook("Title6") & " " & rsGuestbook("FirName6") & " " & rsGuestbook("LasName6") & ", " & rsGuestbook("Title7") & " " & rsGuestbook("FirName7") & " " & rsGuestbook("LasName7") & ", " & rsGuestbook("Title8") & " " & rsGuestbook("FirName8") & " " & rsGuestbook("LasName8") & " "
else Response.Write " "
end if
%>
|
|
Abstract:
<%
Response.Write (rsGuestbook("Abstract"))
%>
|
|
<%
'Move to the next record in the recordset
rsGuestbook.MoveNext
Loop
%>
|
|
|