Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b709c27
Init add team member
Grufoony Feb 4, 2025
b797dbe
Add description and filippodll
Grufoony Feb 4, 2025
544c242
Add email and home-page fields
Grufoony Feb 4, 2025
711be4f
Add more types
Grufoony Feb 4, 2025
c56daf3
Add more members
Grufoony Feb 4, 2025
85eb1a7
Add member
Grufoony Feb 4, 2025
2e013ff
Updated my profile page
Feb 10, 2025
ceb79c1
Updated my profile page
Feb 12, 2025
63f5901
aggiunta informazioni profilo Aldo
AldoCanfora Feb 12, 2025
d3aca65
Merge remote-tracking branch 'refs/remotes/origin/initAvatar' into in…
AldoCanfora Feb 12, 2025
d2c0d34
sostituzione immagine logo
AldoCanfora Feb 13, 2025
166e93e
inserimento categoria poster
AldoCanfora Feb 25, 2025
4b5b9c1
init poster folder
AldoCanfora Feb 28, 2025
24b44ec
poster html
AldoCanfora Feb 28, 2025
9425852
prova projects
filippodll Mar 10, 2025
1501232
slides
filippodll Mar 10, 2025
d3ad40f
projects
filippodll Mar 10, 2025
79fe206
general upgrades team
filippodll Mar 10, 2025
6459137
general upgrade projects
filippodll Mar 10, 2025
5b36e82
logo
filippodll Mar 10, 2025
057f561
foto projects
filippodll Mar 10, 2025
2337a1f
prova size
filippodll Mar 10, 2025
a46a3c0
fix
filippodll Mar 10, 2025
1a14e25
fixx
filippodll Mar 10, 2025
1213fab
new projects
filippodll Mar 12, 2025
76d8f16
new projects
filippodll Mar 12, 2025
574a5fd
orcid armando
filippodll Mar 26, 2025
8f2bb07
Update citations
filippodll Mar 26, 2025
775068e
orcid mirko
filippodll Apr 7, 2025
c680668
Update citations
filippodll Apr 7, 2025
d721715
Merge branch \'main\' into modifyResearch
Grufoony Apr 7, 2025
445dac7
sources
filippodll Apr 7, 2025
0571c30
Update citations
filippodll Apr 7, 2025
bc32adf
sss
filippodll Apr 7, 2025
5eeb5c4
Update citations
filippodll Apr 7, 2025
9af740d
index
filippodll Apr 7, 2025
faa24d3
gg
filippodll Apr 7, 2025
8f37ea8
Update citations
filippodll Apr 7, 2025
e18402c
finale
filippodll Apr 7, 2025
2c1b767
Remove unused links
Grufoony May 23, 2025
54a250c
Update address
Grufoony May 23, 2025
2d75677
Fix
Grufoony May 23, 2025
6d5be9d
Are you scared by @?
Grufoony May 23, 2025
754bda9
Fix pt2
Grufoony May 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/first-time-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
.replace(/(^ email: ).*$/m, "$1contact@${{ env.USER }}.com")
.replace(/(^ github: ).*$/m, "$1${{ env.USER }}")
.replace(/(^ twitter: ).*$/m, "$1${{ env.USER }}")
.replace(/(^ youtube: ).*$/m, "$1${{ env.USER }}");
.replace(/(^ youtube: ).*$/m, "$1@${{ env.USER }}");
writeFileSync(file, contents);

- name: Personalize homepage for user
Expand Down
Binary file not shown.
Binary file modified _cite/.cache/cache.db
Binary file not shown.
10 changes: 5 additions & 5 deletions _config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ proofer: false

# site social media and other links
links:
email: contact@physycom.com
orcid: 0000-0001-8713-9213
google-scholar: ETJoidYAAAAJ
# email: contact@physycom.com
# orcid: 0000-0001-8713-9213
# google-scholar: ETJoidYAAAAJ
github: physycom
twitter: physycom
youtube: physycom
# twitter: physycom
youtube: "@laboratoriodifisicadeisist17"

### jekyll settings

Expand Down
Loading
Loading