File size: 2,229 Bytes
67ad1a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<style>

    .slideImage {
        border: 1px solid #BBBBBB; /* 浅灰色边框,使 SVG 区域清晰可见 */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 增加柔和阴影 */
    }

    .contents-list {
        font-family: 'Calibri', sans-serif;
        font-size: 28.0pt; 
        color: #ffffff;

        line-height: 1.45; 
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .contents-list li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

        padding-bottom: 5px; 
    }
</style>
</head>
<body>
<div class="slide" name="slide" id="slide1">
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.333333in" height="7.5in" viewBox="0 0 960 540" version="1.1" class="slideImage">
        <defs />
        <g text-rendering="geometricPrecision" xml:space="preserve" transform="scale(1.0,1.0)">
            <rect x="0" y="0" width="960" height="540" fill="#ffffff" />
            

            <path fill="#093b5e" fill-rule="evenodd" d="M0 102L960.2 102 960.2 500.7 0 485.7z" shape-id="14" />
            
            <g transform="matrix(1.0, 0.0, 0.0, 1.0, 17.95, 18.6)">
                <text font-family="Calibri" font-weight="bold" font-size="40.5pt" fill="#143f5e">
                    <tspan x="0" y="55.75">CONTENTS</tspan>
                </text>
            </g>

            <!-- 
               You need to revise the following parts.
            -->
            <foreignObject x="40" y="110" width="900" height="450">
                <div xmlns="http://www.w3.org/1999/xhtml">
                    <ul class="contents-list">
                        <li>1. Motivation and Background</li>
                        <li>2. Key Contributions</li>
                        <li>3. Methods Overview</li>
                        <li>4. Experiments and Datasets</li>
                        <li>5. Results and Analysis</li>
                        <li>6. Conclusion and Future Work</li>
                    </ul>
                </div>
            </foreignObject>

        </g>
    </svg>
</div>
</body>
</html>