<feed xmlns='http://www.w3.org/2005/Atom'>
<title>webpage.git/index.html, branch master</title>
<subtitle>HTML/CSS source of Maneage webpage</subtitle>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/'/>
<entry>
<title>index.html: orrected link to RDA adoption grant</title>
<updated>2026-07-11T00:33:52+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-07-11T00:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=178c8208ea9de34f3c72e8c769804d41a0c4c7a1'/>
<id>178c8208ea9de34f3c72e8c769804d41a0c4c7a1</id>
<content type='text'>
Until now, the top page linked to the original RDA adoption grant blog
post. However, RDA has recently updated their webpage architecture,
and the old URLs have been moved to an 'archive.rd-alliance.org/'
prefix.

With this commit, the archival URL of the blog post is used to fix the
problem.

This problem was discovered by Stergios Amarantidis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, the top page linked to the original RDA adoption grant blog
post. However, RDA has recently updated their webpage architecture,
and the old URLs have been moved to an 'archive.rd-alliance.org/'
prefix.

With this commit, the archival URL of the blog post is used to fix the
problem.

This problem was discovered by Stergios Amarantidis.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: corrected checkout command when submitting fixes</title>
<updated>2026-07-03T13:08:54+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-07-03T13:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=2519ab61cdf2d23824c3a597ea3592be05d3a126'/>
<id>2519ab61cdf2d23824c3a597ea3592be05d3a126</id>
<content type='text'>
Until now, the part of 'index.html' that instructed how to submit
fixes incorrectly asked users to use 'git branch -b', but this should
have been 'git checkout -b'. Also, we didn't have a step to make sure
the local 'maneage' branch is up to date.

With this commit, both issues have been addressed.

This problem was reported by Faezeh Bidjarchian.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, the part of 'index.html' that instructed how to submit
fixes incorrectly asked users to use 'git branch -b', but this should
have been 'git checkout -b'. Also, we didn't have a step to make sure
the local 'maneage' branch is up to date.

With this commit, both issues have been addressed.

This problem was reported by Faezeh Bidjarchian.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Peper+2023, along with link to papers in top page</title>
<updated>2026-05-01T19:16:01+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-05-01T19:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=4437d8837ea3837274ec91835d13fe7da3da5b78'/>
<id>4437d8837ea3837274ec91835d13fe7da3da5b78</id>
<content type='text'>
Until now, we had missed the Peper, Roukema &amp; Bolejko 2023 paper that
uses Maneage. Also, the format of the text was not very good: the year
was in the same parenthesis as the journal reference and some of the
journal names were not expanded. Furthermore, the top page didn't have
a link to the page with all the published papers.

With this commit, all these issues with the top citation page have
been addressed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, we had missed the Peper, Roukema &amp; Bolejko 2023 paper that
uses Maneage. Also, the format of the text was not very good: the year
was in the same parenthesis as the journal reference and some of the
journal names were not expanded. Furthermore, the top page didn't have
a link to the page with all the published papers.

With this commit, all these issues with the top citation page have
been addressed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mentioned the RDA adoption grant under the supporting institutions</title>
<updated>2026-04-15T10:49:22+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-04-15T10:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=a4d84c0ebb411bea487dcd782a2e054f6ef6400c'/>
<id>a4d84c0ebb411bea487dcd782a2e054f6ef6400c</id>
<content type='text'>
Until now, the list of grants that helped Maneage didn't include this
important one!

With this commit it has been added. I alsoi adding a small padding
under the MEXT logo so it goes inline with the ERC grant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, the list of grants that helped Maneage didn't include this
important one!

With this commit it has been added. I alsoi adding a small padding
under the MEXT logo so it goes inline with the ERC grant.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html: logo sizes slightly increased</title>
<updated>2026-04-01T10:50:04+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-04-01T10:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=37b834622a2ecea593d6582661591f549c1bbd8d'/>
<id>37b834622a2ecea593d6582661591f549c1bbd8d</id>
<content type='text'>
Until now, the logos would display too small on a smartphone.

With this commit, they have been slightly increased in width to make
them a little more visible there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, the logos would display too small on a smartphone.

With this commit, they have been slightly increased in width to make
them a little more visible there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added text and fixed logo sizes in the supporting organizations</title>
<updated>2026-03-31T19:03:27+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-03-31T19:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=92d7c2f17b609f82323b9aae0cc04efef201e839'/>
<id>92d7c2f17b609f82323b9aae0cc04efef201e839</id>
<content type='text'>
Until now, only the current grants were written. But that was not
fair.

With this commit, a short history of the project has been added,
mentioning all the relevant institues and grants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, only the current grants were written. But that was not
fair.

With this commit, a short history of the project has been added,
mentioning all the relevant institues and grants.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added current grant information and AEI logo</title>
<updated>2026-03-31T14:25:09+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-03-31T14:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=7702336dda7ba22be73420bf8dba4313879fb051'/>
<id>7702336dda7ba22be73420bf8dba4313879fb051</id>
<content type='text'>
Until now, the supporting organizations section of the Maneage webpage
didn't contain the AEI logo for the two grants that we have been using
to develop Maneage.

With this commit it has been added, along with a short description for
the current grant. Previous grants will also be mentioned soon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, the supporting organizations section of the Maneage webpage
didn't contain the AEI logo for the two grants that we have been using
to develop Maneage.

With this commit it has been added, along with a short description for
the current grant. Previous grants will also be mentioned soon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright years</title>
<updated>2026-01-01T18:12:27+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2026-01-01T18:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=b921a60b25fd2eff4201a8d5947b32a837ad3d59'/>
<id>b921a60b25fd2eff4201a8d5947b32a837ad3d59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright years updated to 2025</title>
<updated>2025-01-13T00:39:59+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2025-01-13T00:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=9a1f8995836291708adb2f1aeead05e77cf22160'/>
<id>9a1f8995836291708adb2f1aeead05e77cf22160</id>
<content type='text'>
Until now, the copyright years were 2024, but it is 13 days that we
have entered 2025! So it has come time to update them.

With this commit, all the ending copyright years have been changed to
2025.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, the copyright years were 2024, but it is 13 days that we
have entered 2025! So it has come time to update them.

With this commit, all the ending copyright years have been changed to
2025.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright years updated to 2024</title>
<updated>2024-01-02T12:34:54+00:00</updated>
<author>
<name>Mohammad Akhlaghi</name>
<email>mohammad@akhlaghi.org</email>
</author>
<published>2024-01-02T12:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.maneage.org/webpage.git/commit/?id=2d2e73df48a42588c93b3269d2f00854c61e0ef6'/>
<id>2d2e73df48a42588c93b3269d2f00854c61e0ef6</id>
<content type='text'>
Until now, the copyright years were 2023, but we have entered 2024 and
it was necessary to update them.

With this commit, the second components of the dates have been updated
to 2024.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Until now, the copyright years were 2023, but we have entered 2024 and
it was necessary to update them.

With this commit, the second components of the dates have been updated
to 2024.
</pre>
</div>
</content>
</entry>
</feed>
