|
13 | 13 |
|
14 | 14 | {% include nav_cleanblog.html %}
|
15 | 15 |
|
16 |
| -{% include header-home.html %} |
17 |
| - |
18 | 16 | <div id="main" role="main">
|
19 |
| - |
20 |
| -{% comment %} |
21 |
| -* |
22 |
| -* First check, if widget is empty or not by checking if there is a title |
23 |
| -* |
24 |
| -{% endcomment %} |
25 |
| -<div class="row t60 widget"> |
26 |
| - {% if page.widget1.title %} |
27 |
| - {% include frontpage-widget.html widget=page.widget1 %} |
28 |
| - {% endif %} |
29 |
| - |
30 |
| - |
31 |
| - {% if page.widget2.title %} |
32 |
| - {% include frontpage-widget.html widget=page.widget2 %} |
33 |
| - {% endif %} |
34 |
| - |
35 |
| - |
36 |
| - {% if page.widget3.title %} |
37 |
| - {% include frontpage-widget.html widget=page.widget3 %} |
38 |
| - {% endif %} |
39 |
| -</div><!-- /.row --> |
40 |
| - |
41 |
| -<div class="row t30 b20 homepage"> |
42 |
| -<div class="small-12 columns"> |
43 |
| - <h2>News</h2> |
44 |
| -</div> |
45 |
| -</div> |
46 |
| - |
47 |
| -<div class="row announcement-content"> |
48 |
| -<div class="medium-6 columns"> |
49 |
| - <!-- |
50 |
| - <p> |
51 |
| - 诚招博士/博士后:欢迎对软物质物理、高分子场论、数值计算、机器学习、Julia或Python等感兴趣的同学/博士加盟本课题组。请直接发简历至lyx@fudan.edu.cn咨询。 |
52 |
| - </p>--> |
53 |
| - <p> |
54 |
| - 2024.12.18 YC Zhang published a paper on <a href="https://rdcu.be/d334W">Communication Materials</a> on Automated chain architecture screening for discovery of block copolymer assembly with graph enhanced self-consistent field theory. Congratulations! 🎉🎉🎉 |
55 |
| - </p> |
56 |
| - <p> |
57 |
| - 2024.4.7 WL Huang published a paper on <a href="https://www.gfztb.com/zh/article/doi/10.14028/j.cnki.1003-3726.2024.23.377/">Polymer Bulletin (《高分子通报》)</a> on the teaching of modern polymer physics: phase equilibrium of polymer blends. Congratulations! 🎉🎉🎉 |
58 |
| - </p> |
59 |
| - <p> |
60 |
| - 2024.2.17 YC Zhang published a paper on <a href="https://doi.org/10.1007/s10118-024-3084-x">Chinese Journal of Polymer Science</a> on Automated Identification of Ordered Phases for Simulation Studies of Block Copolymers. Congratulations! 🎉🎉🎉 |
61 |
| - </p> |
62 |
| -</div> |
63 |
| -</div> |
64 |
| - |
65 |
| -{% comment %} |
66 |
| -* |
67 |
| -* First check, if there are any posts at all |
68 |
| -* |
69 |
| -{% endcomment %} |
70 |
| - |
71 |
| -{% unless site.posts == empty %} |
72 |
| - <div class="row t30 b20 homepage"> |
73 |
| - <div class="small-12 columns"> |
74 |
| - {% for post in site.posts limit:1 %} |
75 |
| - {% if post.image.homepage %} |
76 |
| - <p> |
77 |
| - <a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title | escape_once }}"> |
78 |
| - <img width="970" src="{{ site.urlimg }}{{ post.image.homepage }}" alt="{{ page.title | escape_once }}" /> |
79 |
| - </a> |
80 |
| - </p> |
81 |
| - |
82 |
| - {% if post.image.caption_url and post.image.caption %} |
83 |
| - <p class="text-right caption"> |
84 |
| - <a href="{{ post.image.caption_url }}">{{ post.image.caption }}</a> |
85 |
| - </p> |
86 |
| - {% endif %} |
87 |
| - {% else %} |
88 |
| - <h2>{{ site.data.language.new_blog_entries }}</h2> |
89 |
| - {% endif %} |
90 |
| - {% endfor %} |
91 |
| - </div> |
| 17 | + <!-- Hero Section --> |
| 18 | + <section class="hero-section"> |
| 19 | + <div class="hero-content"> |
| 20 | + <h1 class="hero-title">Welcome to Polyorder Lab @Fudan</h1> |
| 21 | + <p class="hero-subtitle">Exploring the Frontiers of Polymer Physics and Computational Materials Science</p> |
| 22 | + <div class="hero-cta"> |
| 23 | + <a href="/research" class="button primary">Our Research</a> |
| 24 | + <a href="/publications" class="button secondary">Recent Publications</a> |
| 25 | + </div> |
92 | 26 | </div>
|
93 |
| - |
94 |
| - |
95 |
| - <div class="row blog-articles"> |
96 |
| - <div class="medium-6 columns"> |
97 |
| - {% for post in site.posts limit:1 %} |
98 |
| - {% if post.subheadline %}<p class="subheadline">{{ post.subheadline }}</p>{% endif %} |
99 |
| - <h2>{% include snippets/post_link.html post=post %}</h2> |
100 |
| - <p> |
101 |
| - {% if post.description %}{{ post.description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} |
102 |
| - <a href="{{ site.baseurl }}{{ post.url }}" title="{{ site.data.language.read }} {{ post.title | escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a> |
103 |
| - </p> |
104 |
| - {% endfor %} |
| 27 | + </section> |
| 28 | + |
| 29 | + <!-- Featured Content Section --> |
| 30 | + <section class="featured-section"> |
| 31 | + <div class="grid-container"> |
| 32 | + <div class="featured-card"> |
| 33 | + <h2>Latest Blogs</h2> |
| 34 | + <p>Read our latest blog posts about polymer physics, scientific computing, and software development.</p> |
| 35 | + <a href="/blog" class="button">Learn More</a> |
| 36 | + </div> |
| 37 | + |
| 38 | + <div class="featured-card"> |
| 39 | + <h2>Join Our Team</h2> |
| 40 | + <p>We're always looking for talented researchers to join our group.</p> |
| 41 | + <a href="/group" class="button">Opportunities</a> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + </section> |
| 45 | + |
| 46 | + <!-- News Section --> |
| 47 | + <section class="news-section"> |
| 48 | + <h2 class="section-title">Latest News</h2> |
| 49 | + <div class="news-grid"> |
| 50 | + {% assign sorted_news = site.data.news | sort: 'date' | reverse %} |
| 51 | + {% for item in sorted_news limit:3 %} |
| 52 | + <article class="news-card"> |
| 53 | + <div class="news-content"> |
| 54 | + <h3>{{ item.title }}</h3> |
| 55 | + <p class="news-meta">{{ item.date | date: "%Y.%m.%d" }} | {{ item.category | capitalize }}</p> |
| 56 | + <p>{{ item.description }}</p> |
| 57 | + <a href="{{ item.url }}" class="read-more">Read more</a> |
105 | 58 | </div>
|
106 |
| - |
107 |
| - <div class="medium-6 columns"> |
108 |
| - <h4>{{ site.data.language.more_articles }}</h4> |
109 |
| - {% assign moreLink = site.baseurl | append: '/blog/' %} |
110 |
| - {% include list-posts.html entries='3' offset='1' more=moreLink %} |
| 59 | + </article> |
| 60 | + {% endfor %} |
| 61 | + |
| 62 | + <!-- More News Card --> |
| 63 | + <article class="news-card more-news"> |
| 64 | + <div class="news-content"> |
| 65 | + <a href="/news" class="read-more">View All News</a> |
111 | 66 | </div>
|
| 67 | + </article> |
112 | 68 | </div>
|
113 |
| -{% endunless %} |
114 |
| - |
| 69 | + </section> |
115 | 70 |
|
116 | 71 | {% comment %}
|
117 | 72 | *
|
118 |
| -* Finally, if there is content, spit it out. |
| 73 | +* Main content section |
119 | 74 | *
|
120 | 75 | {% endcomment %}
|
121 | 76 |
|
|
0 commit comments