Commit Graph

550 Commits

Author SHA1 Message Date
sfanzon c1112d7e71
Update README.md (#1389)
Added academic personal website
2023-05-02 10:59:53 -04:00
George dd1ec87e48
Fixed bootstrap table css (#1388)
Fixed bootstrap table css that is being overwritten by mdb css

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-01 20:03:26 -03:00
George 0c0303b185
Moved bootstrap table css to head.html (#1387)
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-01 14:10:33 -03:00
George d98eafb424
Added thumbnail support for blog posts (#1371)
Implemented #425 based on given code.


![image](https://user-images.githubusercontent.com/31376482/234644266-07c1aebd-6a83-482f-8ac2-846fe5c0653d.png)

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-05-01 13:27:33 -03:00
Jinsheng Ba ecfb9aad99
Add an academic example (#1381)
https://bajinsheng.github.io/
2023-05-01 13:05:58 -03:00
Wang Boyu b8771efebe
add star to academic examples (#1380) 2023-04-30 23:10:49 -04:00
George 641a36405f
Added support for Bootstrap table (#1283)
Added support for [Bootstrap Table](https://bootstrap-table.com/).
Haven't checked the impact on website loading, but I believe [this kind
of table](https://examples.bootstrap-table.com/#welcomes/from-data.html)
is way more useful for blog posts and projects pages.
2023-04-30 23:10:30 -04:00
Hashe037 1ce61cccc6
added star to academic examples (#1377) 2023-04-27 22:47:24 -03:00
George a68c5e97b1
Reduced a little font-size in toc sidebar (#1376)
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 13:39:38 -03:00
George 6f9114685f
Toc sidebar color fix (#1375)
Fixed color and increased font size of toc sidebar

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 13:28:55 -03:00
George bbf1758636
Toc sidebar (#1366)
Implemented #966.


![image](https://user-images.githubusercontent.com/31376482/234411523-b02087d9-a437-4f77-9f54-de5eef122439.png)

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 12:46:29 -03:00
George 0b109a23ed
Fixed news limit (#1359)
Fixes #1346.

---------

Signed-off-by: George Araujo <george.gcac@gmail.com>
Co-authored-by: Yifan Jiang <55911052+YifanJiang233@users.noreply.github.com>
Co-authored-by: Raffaele Mancuso <54762742+raffaem@users.noreply.github.com>
Co-authored-by: Yue Gao <11145354+Lodour@users.noreply.github.com>
2023-04-27 12:26:48 -03:00
George e8c5450790
Fixed bug when using latex in title and description (#1361)
Fixes #1252.

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 12:02:50 -03:00
Yue Gao 39d1f5e522
Fixed hard-coded bib files in templates (#1373)
The bibliography filename `papers.bib` is hard coded in templates, and
the equivalent setting in `_config.yml` is not used anywhere. So
changing the bib filename in `_config.yml` won't have any effects.

This PR replaces hard-coded filenames with the value from `_config.yml`.
2023-04-27 11:55:57 -03:00
George 2f035fa2a5
Increased allowed max size of news and latest posts in about (#1369)
Fixed size of news and latest posts in about page when visualizing in
mobile.

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-27 11:47:35 -03:00
George 2a9b89d352
Removed blog header-bar when title and description are empty (#1370)
When blog title and description are empty, go from this


![image](https://user-images.githubusercontent.com/31376482/234630799-f4c2cd46-7ad0-4d45-a0f6-2badcf0da558.png)

to this


![image](https://user-images.githubusercontent.com/31376482/234630683-f11c8a88-438a-4db3-974e-ba9184d5516f.png)

Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-04-26 12:53:19 -03:00
Raffaele Mancuso 470365139e
Scopus integration (#1364)
Fixes #1362
2023-04-25 18:52:27 -03:00
Yifan Jiang 6e38b1b8aa
Fix copy code button position (#1348)
Fix issue #1303 by adding a code wrapper outside the code block. 
Ref:
https://stackoverflow.com/questions/60771472/position-a-button-such-that-it-wont-scroll-with-contents
2023-04-25 11:37:09 -03:00
Yuki M. Asano 9ef19fa52a
added one more researcher (#1353)
Added my own website to the "stars" section
2023-04-24 22:55:54 -03:00
Furkan Akkurt 2b725c1863
Fix typo (#1356) 2023-04-24 22:54:45 -03:00
George 67e5fcd1e3
Added support for table of contents in blog posts (#1278)
![image](https://user-images.githubusercontent.com/31376482/226411600-e5619108-3842-4c44-b582-61fcc94a1b0c.png)

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-04-24 22:44:24 -03:00
Varun Iyer ee3f2b9dab
Add star to academic portfolios (#1333) 2023-04-22 20:53:24 -04:00
Maruan 8c8f20c5eb
Update README.md 2023-04-09 17:16:38 -04:00
allcontributors[bot] bf62dc3a55
docs: add george-gca as a contributor for code (#1323) 2023-04-08 10:06:32 -04:00
Maruan 9351f3a0c9
Fix publication button spacing (#1322) 2023-04-08 09:56:08 -04:00
gaspardbb 8aaf0df552
Implemented details tag for distill blog (#1321) 2023-04-08 09:43:36 -04:00
George 60209cfd93
Implemented latest posts on about page (#1307)
Adresses #340

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-04-08 10:19:08 -03:00
Simmo Saan 5ff54a74ef
Fix assets sitemap exclusion (#1315) 2023-04-05 07:27:32 -04:00
Chen Chen 07f5b4d679
Fixed some typos in _config.yml and README.md (#1306) 2023-03-30 20:28:40 -03:00
George 2fffdf3f1e
Moved information about creating your repo to front (#1298)
Moved information about using this template to the beginning of the
installation part, added a few more documentation links in it, fixed
some typos.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-03-29 16:48:53 -03:00
Raphael Azorin 6dee124c6f
Update README - Add new profile (#1285) 2023-03-27 11:58:53 -04:00
Douglas ad504b0709
Fixed one-word typo in _config.yml (Non-Urgent) (#1288) 2023-03-27 11:58:32 -04:00
Maruan 6b3b92ca06
update readme + remove sponsorship info (#1274)
majority of the recent improvements to al-folio have been truly driven
by a growing community of fans and contributors. this template has
gradually transformed from a low-key weekend project into a "public
good" of some sort used by thousands of people, university labs and
classes, and academic conference and workshops. as such, having personal
sponsorship info from the repository is no longer relevant.

as the community grows a bit further, we may have to think about
establishing some kind of governance around decisions of how al-folio is
supposed to evolve, which features to prioritize, and how to reward
contributors for their hard work. for now, these decisions will be made
by the project maintainers (active contributors are welcome to join the
team). and I'm all ears for proposals and suggestions!
2023-03-19 18:42:53 -04:00
George b9a1f83636
Added more options to altmetric badge, changed to arxiv code first (#1269) 2023-03-19 17:25:07 -04:00
George bacddc7821
Implemented copy code button feature (#1267)
Implemented support for copy code button in code blocks (#1262), also updated blog post about code to reflect it.
2023-03-19 17:17:34 -04:00
Do Hai Son fa9e1c30c1
Update README.md: added new profile (#1263) 2023-03-19 17:06:21 -04:00
George 45c3d91b69
Added related_posts false to the announcements front matter (#1266)
Added `related_posts: false` to the announcements front matter to avoid
errors like #1203. Also included explanation in README FAQ section.
2023-03-19 08:43:02 -04:00
George 1701a23c8d
Avoiding specific warning on Google Chrome (#1268)
Avoids a warning that appears in the console when opening the site on Google Chrome
2023-03-19 08:38:59 -04:00
Scott Lee Chua 2f49d07dc3 Replace bin/deploy with GitHub Action (#1234)
This PR updates `deploy.yml` to use the GitHub Action [Deploy to GitHub Pages](https://github.com/marketplace/actions/deploy-to-github-pages).
2023-03-19 06:43:32 -04:00
George 56480a713a
Added github 🏆 section in repositories (#1229)
Creates a new section with user trophies.
2023-03-18 18:01:30 -04:00
George f4a369b559
Added information about using github action (#1226)
By using this Github action it is possible to keep the derived
repository up-to-date with its template.

I am currently using this to keep my website up to date with the
template repository. An example of the PR this action creates can be
seen [here](https://github.com/george-gca/george-gca.github.io/pull/13).

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-03-18 17:55:21 -04:00
Mathias Micheel 59308f4e82
OSF social link (#1217)
Added missing "/" in the OSF link.
2023-02-26 21:40:03 +05:30
Allie 3947dce657
feat: add wikipedia social (#1097)
I imagine more people have wikipedia accounts than wikidata entries
about them 😉
2023-02-25 13:16:04 -05:00
Bashir Kazimi 28953d565b
Add star to academic portfolios (#1202) 2023-02-25 13:15:04 -05:00
George 8ccc284008
Added related posts section (#1168) 2023-02-19 21:26:48 -05:00
Philip Wong 4005ff4893
Update 404.html wording for accessibility (#1194) 2023-02-19 12:05:37 -05:00
Maruan 15ce6a02f3
Update README.md 2023-02-17 22:05:10 -05:00
Mathias Micheel d8f1b16eff
Add OSF to social (#1185) 2023-02-16 21:35:20 -05:00
Kotaro Suto e1736bbca5
Update README.md to encourage people to use `Use this template` (#1167)
This PR changes README.md to encourage people to use `Use this template`
rather than `fork`.

### Differences between `Use this template` and fork
> - A new fork includes the entire commit history of the parent
repository, while a repository created from a template starts with a
single commit.
> - Commits to a fork don't appear in your contributions graph, while
commits to a repository created from a template do appear in your
contribution graph.
> - A fork can be a temporary way to contribute code to an existing
project, while creating a repository from a template starts a new
project quickly.
[Ref](https://docs.github.com/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)

### Cons
Possible con would be that it is harder to pull the new changes from
this repo to the users' repos. It does not seem like impossible to do so
but it will require additonal actions on the users end.
- https://github.com/orgs/community/discussions/23528
-
https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository

---------

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2023-02-16 21:34:55 -05:00
George 182eb946dc
Added george-gca academic site (#1183)
Added new academic site

Signed-off-by: George Araújo <george.gcac@gmail.com>

Signed-off-by: George Araújo <george.gcac@gmail.com>
2023-02-13 10:23:24 +05:30