diff --git a/ccm-sci-publicpersonalprofile/pdl/com/arsdigita/content-types/PersonalInformationPage.pdl b/ccm-sci-publicpersonalprofile/pdl/com/arsdigita/content-types/PersonalInformationPage.pdl
deleted file mode 100644
index 244b0fc1a..000000000
--- a/ccm-sci-publicpersonalprofile/pdl/com/arsdigita/content-types/PersonalInformationPage.pdl
+++ /dev/null
@@ -1,25 +0,0 @@
-model com.arsdigita.cms.contenttypes;
-
-import com.arsdigita.kernel.ACSObject;
-import com.arsdigita.cms.*;
-
-object type PersonalInformationPage extends ContentPage {
-
- String homepageUrl = homepage_url VARCHAR(256);
-
- reference key (ct_personal_information_pages.personal_information_page_id);
-}
-
-association {
-
- PersonalInformationPage[0..n] personalInformationPage = join ct_sciorga_members.member_id
- to ct_personal_information_page_owner_map.owner_id,
- join ct_personal_information_page_owner_map.personal_information_page_id
- to ct_personal_information_pages.personal_information_page_id;
-
- SciMember[0..n] owner = join ct_personal_information_pages.personal_information_page_id
- to ct_personal_information_page_owner_map.personal_information_page_id,
- join ct_personal_information_page_owner_map.owner_id
- to ct_sciorga_members.member_id
-}
-
diff --git a/ccm-sci-publicpersonalprofile/pdl/com/arsdigita/content-types/PublicPersonalProfile.pdl b/ccm-sci-publicpersonalprofile/pdl/com/arsdigita/content-types/PublicPersonalProfile.pdl
new file mode 100644
index 000000000..d0bed321e
--- /dev/null
+++ b/ccm-sci-publicpersonalprofile/pdl/com/arsdigita/content-types/PublicPersonalProfile.pdl
@@ -0,0 +1,25 @@
+model com.arsdigita.cms.contenttypes;
+
+import com.arsdigita.kernel.ACSObject;
+import com.arsdigita.cms.*;
+
+object type PublicPersonalProfile extends ContentPage {
+
+ String homepageUrl = homepage_url VARCHAR(256);
+
+ reference key (ct_public_personal_profiles.profile_id);
+}
+
+association {
+
+ PublicPersonalProfile[0..n] profile = join ct_sciorga_members.member_id
+ to ct_public_personal_profile_owner_map.owner_id,
+ join ct_public_personal_profile_owner_map.profile_id
+ to ct_public_personal_profile.profile_id;
+
+ SciMember[0..n] owner = join ct_public_personal_profile.profile_id
+ to ct_public_personal_profile_owner_map.profile_id,
+ join ct_public_personal_profile_owner_map.owner_id
+ to ct_sciorga_members.member_id
+}
+
diff --git a/ccm-sci-publicpersonalprofile/sql/ccm-sci-personalinformationpage/postgres-create.sql b/ccm-sci-publicpersonalprofile/sql/ccm-sci-publicpersonalprofile/postgres-create.sql
similarity index 100%
rename from ccm-sci-publicpersonalprofile/sql/ccm-sci-personalinformationpage/postgres-create.sql
rename to ccm-sci-publicpersonalprofile/sql/ccm-sci-publicpersonalprofile/postgres-create.sql
diff --git a/ccm-sci-publicpersonalprofile/src/ccm-sci-personalinformationpage.config b/ccm-sci-publicpersonalprofile/src/ccm-sci-personalinformationpage.config
deleted file mode 100644
index 5e9507aed..000000000
--- a/ccm-sci-publicpersonalprofile/src/ccm-sci-personalinformationpage.config
+++ /dev/null
@@ -1,7 +0,0 @@
-
-